<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*--- redefine font families ----*/

@font-face {
    font-family: 'Montserrat', sans-serif;
}

@font-face {
    font-family: 'Lato', sans-serif;
}

.base-font{
    font-family: 'Montserrat';
    -webkit-font-smoothing: antialiased;
}

.secondary-font{
    font-family: 'Lato';
    -webkit-font-smoothing: antialiased;
}

.modern{
  font-family: 'roboto', 'sans-serif';
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3{
    font-family: 'Montserrat';
}

button{
    font-family: 'Lato';
}

/*------------- navigation --------------*/

.nav-dd {
    display: flex;
    position: relative;
    white-space: nowrap;
    line-height: 90px;
    padding-left: 12px;
    padding-right: 12px;
}

.nav-sublinks {
    display: flex;
    flex-direction: column;
    visibility: hidden;
    opacity: 0;
    max-height: 0px;
    position: absolute;
    top: 35px;
    background-color: #fff;
    padding: 0px;
    color: #111;
    padding-left: 20px;
    padding-right: 30px;
    padding-top: 15px;
    padding-bottom: 15px;
    left: -25px;
}

.nav-sublinks &gt; a{
    white-space: nowrap;
    padding-top: 10px;
    padding-bottom: 10px !important;
    padding-left: 18px;
    padding-right: 18px;
    margin-left: 0px !important;
    margin-right: 0px !important;
    font-weight: 400 !important;
    letter-spacing: initial !important;
    font-family: 'Lato' !important;
    font-size: 16px !important;
    color: #5c6275 !important;
    text-transform: initial !important;
    line-height: initial;
}

.nav-sublinks &gt; a:hover{
    background-color: #f3f5fb;
}

.nav-sublinks &gt; a:after{
    display: none !important;
}

.nav-dd:hover .nav-sublinks &gt; a{
    opacity: 1;
}

.nav-dd:hover .nav-sublinks{
    visibility: visible;
    opacity: 1;
    max-height: initial;
    top: 90px;
    border-top: 1px solid #e0e9ee;
}

.list-item-sublink-text, .list-item-sublink-text-external {
    position: relative;
}

.list-item-sublink p{
    font-family: 'Lato';
    font-size: 16px;
    color: #5c6275;
}

.list-item-sublink-text:hover p, .list-item-sublink-text-external:hover p{
    color: #2a3664;
}

.list-item-sublink-text:hover, .list-item-sublink-text-external:hover{
    background-color: #f3f5fb;
}

.list-item-sublink .absoluteA{
    margin: 0px !important;
}

.list-item-sublink-text, .list-item-sublink-text-external{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: 13px !important;
    width: auto !important;
}


.list-item-sublink-link{
    margin-top: 0px !important;
}

/*
.list-item-sublink &gt; .list-item-sublink-link:first-child &gt; .list-item-sublink-text:first-child{
    padding-top: 10px !important;
}

.list-item-sublink &gt; .list-item-sublink-link:first-child &gt; .list-item-sublink-text-external:first-child{
    padding-top: 10px !important;
}
*/

/*------------------------ drilldown headers (for object detail views) --------------------- */
  
  .cs-drilldown-menu{
      border-top: 1px solid #e4ebf1;
      margin-top: 10px;
  }
  
  .cs-drilldown-menu::-webkit-scrollbar { 
      display: none; 
  }
  
  .cs-drilldown-menu-item{
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        font-weight: 400;
        font-size: 16px;
        border-top: 3px solid rgba(255,255,255,0);
        color: #99a4b3;
        white-space: nowrap;
        cursor: pointer;
        font-family: roboto;
  }
  
  .cs-drilldown-menu-item.active, .cs-drilldown-menu-item.active:hover{
      border-top: 3px solid #2a375f;
        color: #2a375f;
  }
  
  .cs-drilldown-menu-item:hover{
      color: #081333;
  }
  
  .cs-drilldown-menu-item.dots{
      background-image: url(https://s3-us-west-2.amazonaws.com/myclubspot/dots_on_grey_horizontal.png);
      width: 30px;
      min-width: 30px;
      max-width: 30px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 25px;
      padding-left: 8px;
      padding-right: 8px;
  }
  
  .cs-drilldown-menu-item.dots:hover{
      background-image: url(https://s3-us-west-2.amazonaws.com/myclubspot/dots_on_grey_horizontal_active.png);
  }
  
  .cs-drilldown-menu-dropdown{
      opacity: 0;
      visibility: hidden;
      top: 140px;
      position: absolute;
      text-align: left;
      background-color: #fff;
      padding: 0px;
      border-radius: 2px;
      box-shadow: 1px 1px 5px 2px rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
      -moz-box-shadow: 1px 1px 5px 2px rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
      -webkit-box-shadow: 1px 1px 5px 2px rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
      color: #111;
      z-index: 10;
      right: -5px;
      padding-left: 15px;
      padding-right: 15px;
  }

/*------------------------ nav and header -------------- */

.cs-header-icon{
    margin-top: 10px;
    margin-right: 0px;
    border-radius: 0px;
    background-size: contain;
    width: 120px;
    min-width: 120px;
    max-width: 120px;
    box-shadow: none;
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: left;
    height: 80px;
    max-height: 80px;
    min-height: 80px;
}

.cs-header{
    height: 90px;
    background-color: rgba(255,255,255, 0);
    z-index: 102;
    position: relative;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    -webkit-transform: translate3d(0,0,0);
    /*
    overflow: hidden;
    */
}

/* this is for swapping in a title on mobile */
.cs-header-title-insert{
    display: none;
}

.cs-header.opaque.promoActive{
    height: 88px;
}

.cs-header.opaque.scrolled.promoActive{
    height: 90px;
}

.cs-header-promo{
    margin-top: 0px;
    height: 20px;
    color: #fff;
    background-color: #3a80d8;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    line-height: 21px;
    font-family: 'roboto';
    font-weight: normal;
}

.cs-header-promo.error{
    background-color: #8e3e3e;
}

/*-- hide it as the user scrolls --*/
.cs-header.scrolled.promoActive .cs-header-promo{
    margin-top: -20px;
}

/*
.paddingTopHeader{
    padding-top: 109px;
}
*/

.cs-header.startOpaque{
    background-color: #fff;
}

.cs-header.opaque, .cs-header.stayOpaque{
    background-color: rgba(255,255,255, 0.95) !important;
    box-shadow: 0px -3px 6px #1c364a;
    -moz-box-shadow: 0px -3px 6px #1c364a;
    -webkit-box-shadow: 0px -3px 6px #1c364a;
    height: 90px;
}

.cs-account-icon-wrap{
    height: 34px;
    line-height: 34px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 18px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-weight: bold;
    color: #3d62d9;
    padding-right: 10px;
}

.previewZone .cs-sub-header{
    position: relative;
    top: initial;
}

.cs-sub-header{
    height: 40px;
    line-height: 40px;
    background-color: rgba(253,253,253, 0.95);
    border-bottom: 1px solid #e7ecf1;
    top: 90px;
    position: fixed;
    left: 0px;
    right: 0px;
    z-index: 10;
}

.cs-header-link-wrap{
    color: #596677;
    font-family: 'roboto';
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    font-weight: normal;
    margin-left: 14px;
    margin-right: 14px;
    padding-left: 5px;
    padding-right: 5px;
    border-top: 2px solid rgba(255,255,255,0);
    border-bottom: 2px solid rgba(255,255,255,0);
    position: relative;
}

.cs-header-link-wrap:hover, .cs-header-link-wrap.active{
    color: #111;
    /*
    border-bottom: 2px solid #527ffc;
    */
}

/*
.innerHeader{
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    width: 97%;
    position: relative;
}

.innerHeader.narrow{
    max-width: 900px;
}
*/

.cs-header h1{
    font-weight: 100;
    line-height: 70px;
    padding-left: 24px;
    font-size: 24px;
    letter-spacing: 2px;
    color: #323f4c;
    text-transform: uppercase;
    cursor: pointer;
    font-family: 'roboto';
    font-weight: normal;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.cs-header h1.lessPadding{
    padding-left: 15px;
}

.cs-mobile-menu-section-header{
    font-family: 'Montserrat';
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #323f4c !important;
    padding-bottom: 10px !important;
    padding-top: 30px !important;
}

.cs-mobile-menu-section-header:hover{
    background-color: #f3f5fb !important;
}

/*------------------------ overwriting material ui menu (mobile) -------------- */
    
.MuiDrawer-root.MuiDrawer-modal .MuiPaper-root.MuiDrawer-paper.MuiDrawer-paperAnchorLeft{
    width: 90% !important;
    max-width: 400px !important;
}


.MuiDrawer-root.MuiDrawer-modal .MuiPaper-root.MuiDrawer-paper.MuiDrawer-paperAnchorLeft .MuiList-root.MuiList-padding{
    padding-left: 20px !important;
    padding-right: 20px !important;
    width: auto !important;
    overflow-x: hidden !important;
    padding-top: 30px !important;
    padding-bottom: 50px !important;
        overflow: auto;
      -webkit-transition-property: top, bottom;
      transition-property: top, bottom;
      -webkit-transition-duration: .2s, .2s;
      transition-duration: .2s, .2s;
      -webkit-transition-timing-function: linear, linear;
      transition-timing-function: linear, linear;
      -webkit-overflow-scrolling: touch;
      overflow-scrolling: touch;
}

/*------------------------ header sublinks -------------- */

.cs-header-sublink-outer{
    opacity: 0;
    visibility: hidden;
    z-index: 30;
    position: absolute;
    text-align: left;
    line-height: 40px;
    background-color: #fff;
    border-radius: 3px;
    top: 60px;
    right: 0px;
    white-space: nowrap;
    box-shadow: 1px 1px 5px 2px rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -moz-box-shadow: 1px 1px 5px 2px rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    -webkit-box-shadow: 1px 1px 5px 2px rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

.cs-nth-sublink-wrap{
    border-top: 1px solid #f0f3f7;
}

.cs-header-link-wrap:hover .cs-header-sublink-outer, .cs-header-sublink-outer:hover{
    visibility: visible;
    opacity: 1;
    top: 55px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.cs-header-sublink-outer::after, .startOpaque.opaque .cs-header-sublink-outer::after{
    content: "";
    position: absolute;
    bottom: 100%;
    top: auto;
    left: 85%;
    margin-left: -16px;
    border-width: 11px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.startOpaque .cs-header-sublink-outer::after{
    border-color: transparent transparent #e9eef2 transparent;
}

.cs-header-sublink-wrap{
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.nthSublinkWrap{
    border-top: 1px solid #f0f3f7;
}

.cs-header-sublink-label{
    font-family: 'Lato';
    color: #5b6779;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    font-weight: normal;
}

.cs-header-sublink-label:hover{
    color: #111;
}

.cs-header-sublink-explain{
        font-size: 14px;
    text-transform: none;
    font-family: 'Lato';
    font-weight: normal;
    line-height: 18px;
    padding-bottom: 10px;
    color: #6e7885;
}

/*-------------------------------------------- hamburger ------------------------------------------------ */

.cs-hamburger-wrap{
    position: absolute;
    left: 10px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 30px;
    width: 30px;
    cursor: pointer;
    z-index: 1;
}

.cs-hamburger&gt;div{
  background-color: #777;
  position: absolute;
}

.cs-hamburger.active&gt;div{
  position: absolute;
}

.cs-hamburger #headerLineTop{
    right: 0px;
    left: 0px;
    top: 12px;
    height: 2px;
    width: 22px;
}

.cs-hamburger #headerLineMiddle{
     right: 0px;
    left: 0px;
    top: 20px;
    height: 2px;
    opacity: 1;
}

.cs-hamburger #headerLineBottom{
    right: 0px;
    left: 0px;
    top: 28px;
    height: 2px;
    width: 22px;
}

.cs-hamburger.active #headerLineTop{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: 20px;
}

.cs-hamburger.active #headerLineMiddle{
    opacity: 0;
}

.cs-hamburger.active #headerLineBottom{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    top: 20px;
}

/*----------------------------------------------- calendars --------------------------------- */

.cs-calendar-wrap{

}

.cs-calendar{

}

.cs-calendar-header{
    height: 74px;
}

.cs-calendar-body{
    background-color: #f1f5f9;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    position: relative;
    min-height: 20px;
    /*-- important so tooltips and other content don't push width of page on mobile --*/
    overflow: hidden;
}

.cs-calendar-title-insert{
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 8px;
}

.cs-calendar-table{
    min-width: 100%;
    width: 100%;
}

/*----------------------------------------------- image carousels and hero banners --------------------------------- */

.cs-carousel-image{
    width: 100%;
    display: inline-block;
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cs-hero-image{
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.cs-default-image-icon{
    background-color: #f2f4f7;
    background-image: url('https://s3-us-west-2.amazonaws.com/myclubspot/upload-photo-icon.jpg');
    background-size: 250px;
    background-position: center;
}

.cs-hero-image .cs-copy-wrap{
    padding-top: 220px;
    padding-bottom: 220px;
    color: #fff;
}

.cs-copy-wrap{
    text-align: center;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.cs-copy-wrap h1{
    font-size: 50px;
    line-height: 70px;
    padding-bottom: 18px;
}

.cs-copy-wrap h2{
    font-weight: normal;
    font-size: 28px;
}

.cs-copy-wrap h3{
    font-weight: bold;
    font-size: 24px;
}

/*--- short version --*/

.cs-hero-banner.height_short .cs-hero-image{
    min-height: 250px;
}

.cs-hero-banner.height_short .cs-copy-wrap{
    padding-top: 100px;
    padding-bottom: 100px;
}

.cs-image-carousel.height_short .cs-carousel-image{
    height: 250px;
}

/*--- tall version --*/

.cs-hero-banner.height_tall .cs-hero-image{
    min-height: 750px;
}

.cs-hero-banner.height_tall .cs-copy-wrap{
    padding-top: 350px;
    padding-bottom: 350px;
}

.cs-image-carousel.height_tall .cs-carousel-image{
    height: 750px;
}

/*-- image overlays --*/

.cs-image-overlay{
    opacity: 0;
    background-color: #141a21;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

/*----------------- image grid ----------------- */

/*
.askewImageNav_ImageOne{
    width: 60vw;
    height: 400px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    opacity: .9;
    transition: 0.2s;
  }

  .askewImageNav_ImageOne:hover{
    width: 60vw;
    height: 400px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    opacity: 1;
    transform: scale(1.03);
  }

  .askewImageNav_ImageTwo{
    width: 34vw;
    height: 740px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    opacity: .9;
    transition: 0.2s;
  }
  .askewImageNav_ImageTwo:hover{
    width: 34vw;
    height: 740px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    opacity: 1;
    transform: scale(1.03);
  }

  .askewImageNav_ImageThree{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    opacity: .9;
    transition: 0.2s;
  }
  .askewImageNav_ImageThree:hover{
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    opacity: 1;
    transform: scale(1.03);
  }

    .askewImageNav_ImageFour{
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        opacity: .9;
        transition: 0.2s;
      }

      .askewImageNav_ImageFour:hover{
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        opacity: 1;
        transform: scale(1.03);
      }

      .askewImageNav_ImageFive{
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        opacity: .9;
        transition: 0.2s;
      }

      .askewImageNav_ImageFive:hover{
        width: 100%;
        height: 300px;
        background-size: cover;
        background-position: center;
        cursor: pointer;
        opacity: 1;
        transform: scale(1.03);
      }

      .askewImageNav_mobile{
      width: 95.5%;
      height: 400px;
      background-size: cover;
      background-position: center;
      cursor: pointer;
      opacity: .9;
      transition: 0.2s;
  }

  .askewImageNav_mobile:hover{
    width: 95.5%;
    height: 400px;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    opacity: 1;
    transform: scale(1.03);
}

.askewImageNav_mobile_container{
    width: 95.5%;
    height: 400px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 20px;
    overflow: hidden;
}

  */

  .askewImageNav_ImageOne_container {
      height:400px;
      overflow: hidden;
  }

  .askewImageNav_ImageTwo_container{
     min-width: 30vh;
    margin-right: 20px;
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .askewImageNav_ImageThree_container{
    height: 400px;
    margin-right: 20px;
    margin-left: 20px;
    overflow: hidden;
}

  .askewImageNav_ImageFour_container{
      min-width: 34%;
      height: 300px;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 20px;
      overflow: hidden;
  }

  .askewImageNav_ImageFive_container{
    height: 300px;
    margin-top: 20px;
    margin-right: 20px;
    overflow: hidden;
}

.askewQuoteIcon{
    font-size: 40px !important;
    margin-top: 40px !important;
    text-align: center !important;
}

  .askewQuoteBox{
      margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
  }

  .askewQuoteBox p {
    font-size: 24px;
    line-height: 40px;
    font-family: 'Sanchez';
    font-style: italic;
    color: #444955;
  }

  .fullPageAskewView{
      display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
  }

  .askewImage{
    bottom: 0px;
    top: 0px;
    left: 0px;
    right: 0px;
    transform: scale(1.07);
    position: absolute;
    background-size: cover;
    background-position: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .cs-flex-wrap-on-tablet{
    display: flex;
  }

  .askewImageLabel{
      font-size: 26px;
    letter-spacing: 1px;
    font-weight: bold;
    color: white;
    top: 50px;
    left: 40px;
    position: absolute;
    z-index: 50;
    font-family: 'Montserrat';
  }

  .albumLabel{
    font-size: 26px;
  letter-spacing: 1px;
  font-weight: bold;
  color: white !important;
  top: 50px;
  left: 40px;
  z-index: 50;
  font-family: 'Montserrat';
}

  .askew-image-container{
    cursor: pointer;
  }

  .askew-image-container:hover .askewImage{
    transform: scale(1.0);
  }

  .album-container{
      cursor: pointer;
      justify-content: flex-end;
      align-items: flex-end;
      opacity: .9;
      transition: 1s;
  }

  .album-container:hover{
      opacity: 1;
  }

  .cs-left-column{
    display: flex;
    flex-direction: column;
    width: 70vh;
    padding: 20px;
  }

  .askew-image-container:hover .askewImageOverlay{
    opacity: 0.1;
  }

  .askewImageOverlay{
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background-color: #2b2b38;
    opacity: 0.05;
  }

/*----------------------------------------------- image-with-text --------------------------------- */

.cs-image-with-text-image{
    min-width: 250px;
    max-width: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 30px;
}

/*----------------------------------------------- rich text --------------------------------- */

.cs-rich-text .cs-copy-wrap{
    padding-top: 120px;
    padding-bottom: 120px;
    color: #283664;
}

.cs-rich-text .cs-copy-wrap h3{
    font-weight: bold;
    font-size: 24px;
}

.cs-rich-text .cs-copy-wrap p{
    font-weight: normal;
    font-size: 18px;
    font-family: 'roboto';
    line-height: 30px;
    margin-top: 25px;
    max-width: 600px;
    text-align: left;
}

/*----------------------------------------------- login page --------------------------------- */

.cs-login-image{
    height: 100%;
    min-height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cs-login-burgee{
    height: 90px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: contain;
}

/*

.cs-login-burgee.centered{
  background-position-x: center;
}

.cs-login-username{
  color: #697684;
  text-align: center;
}
*/

/*----------------------------------------------- iframes --------------------------------- */

.cs-iframe-wrap{
    height: 600px;
}

.cs-iframe-wrap.height_short{
    height: 400px;
}

.cs-iframe-wrap.height_tall{
    height: 800px;
}

/*----------------------------------------------- media queries --------------------------------- */

@media all and (max-width: 720px) {
    .cs-flex-wrap-on-tablet{
        display: -ms-flex;
      display: -webkit-flex;
      display: -moz-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-flex-flow: row wrap;
      justify-content: center;
      -webkit-justify-content: center;
      -ms-justify-content: center;
      -moz-justify-content: center;
      -moz-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      text-align: center;
    }
    .askew-image-container{
        height: 400px !important;
    }
    .askewImageNav_ImageTwo_container{
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 20px;
    }
    .askewImageNav_ImageFour_container{
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        min-width: 70%;
    }
    .askewImageNav_ImageFive_container{
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
        min-width: 70%;
    }
    .cs-header h1{
        display: none;
    }
    .cs-header .cs-header-icon{
        margin-left: auto;
        margin-right: auto;
    }
    .cs-sub-header{
        display: none;
    }
    .cs-special-padding-on-mobile{
        padding-top: 20px;
        padding-bottom: 12px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .cs-account-header .drilldownHeader{
        font-size: 20px;
        line-height: 30px;
    }
}
    



</pre></body></html>