@import url(normalize.css);
* {
  margin: 0;
  padding: 0;
  outline: 0; }

:root {
    --olympic-blue: #0081c8;
    --olympic-yellow: #fcb131;
    --olympic-black: #000000;
    --olympic-green: #00a651;
    --olympic-red: #ee334e;
    --text-blue: #003868;
    --white: #ffffff;
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

#wrapper {
  position: relative;
  font-family: "Prompt", sans-serif;
  font-size: 15px;
  color: #003868; }
  #wrapper header, #wrapper section, #wrapper main {
    width: 100%;
    position: relative; }
    #wrapper header article, #wrapper section article, #wrapper main article {
      max-width: 1600px;
      padding-left: 2%;
      padding-right: 2%;
      width: 100%;
      margin: 0 auto;
      position: relative; }

#navicon {
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 20px;
  font-weight: bold;
  font-size: 2.2em;
  font-weight: 600;
  cursor: pointer;
  display: none; }
  #navicon a {
    text-decoration: none !important;
  }
  #navicon .text {
    margin-right: 6px;
  }
  #navicon span {
    font-family: "Prompt", sans-serif;
    color: white;
    display: inline-block; }
    #navicon span.icon {
      color: #fab614; }

#topBar {
  height: 50px;
  background: #dedede;
  /*padding: 0 25px; */
  display: flex;
  display: -ms-flex;
  padding: 0px 0px 0px 25px; }
  #topBar .routing p {
    /*margin-top: 9%;*/
    padding-left: 10px;
    color: white;
  }
  #topBar .inner {
    display: flex;
    display: -ms-flex;
    justify-content: flex-end;
    -ms-justify-content: flex-end; 
    margin-left: auto; }

    #topBar .inner .lightBlue {
      display: -webkit-inline-box;
      padding: 15px;
      background: #496685;
    }

    #topBar .inner .lightBlue .openAcct a, p {
      color: white;
      text-decoration: none;
      font-weight: 600;
    }
    #topBar .inner .lightBlue .openAcct p {
      padding-left: 10px;
    }
    #topBar .inner .lightBlue .openAcct a {
      padding-right: 10px;
      border-right: 1px solid white;
    }
    #topBar .inner ul {}
      #topBar .inner ul li {
        display: inline-block; }
        #topBar .inner ul li a {
          color: #fff;
          line-height: 50px;
          text-decoration: none;
          font-size: 1em; 
          transition: 175ms ease-in-out; 
          color: #003868;
          font-size: 18px; }
        #topBar .inner ul .phone a {
          font-weight: bold;
        }
      #topBar .inner ul#topNav li {
        padding: 0 15px;  }
        #topBar .inner ul#topNav li.phone {
          font-size: 1.2em; }
          #topBar .inner ul#topNav li.phone span {
            color: #fab614;
            display: inline-block; }
      #topBar .inner ul#socialMedia {
        margin-left: 100px; }
        #topBar .inner ul#socialMedia li {
          margin-left: 20px; }
          #topBar .inner ul#socialMedia li a {
            font-size: 1.3em; }
            #topBar .inner ul#socialMedia li a:hover {
            color: #fab614; }

header {
  background-color: #003868;
  padding: 15px 25px; 
  display: flex;
  display: -ms-flex; 
  border-bottom: 4px solid #fab614; }
  header a.logo {
    margin-right: auto;
    width: 300px; }
    header a.logo img {
      width: 100%;
      height: auto;
      display: block;
      max-width: 300px; }
  header nav {
    display: flex;
    display: -ms-flex;
    align-items: center;
    margin-left: auto; 
    align-self: center; }
    header nav #close {
      position: absolute;
      top: 10px;
      right: 20px;
      color: #fff;
      font-size: 30px;
      line-height: 1;
      padding: 20px;
      cursor: pointer;
      display: none; }
    header nav ul {
      display: inline-block;
      list-style: none;
      top: 18px; }
      header nav ul li {
        float: left;
        margin-left: 50px; 
        padding: 8px 8px;}
        header nav ul li:first-of-type {
          margin-left: 0; }
        header nav ul li a {
          display: block;
          position: relative;
          height: 50px;
          line-height: 50px;
          text-transform: uppercase;
          text-decoration: none;
          color: white;
          font-size: 1.3em;
          font-weight: 500;
          bottom: 0;
          transition: 175ms ease-in-out;
          letter-spacing: 1px;
          }
        header nav ul li > ul {
          width: 100%;
          left: 0;
          top: 61px; }
          header nav ul li > ul a {
            line-height: 1.4 !important;
            height: auto;
            text-transform: initial;
          }
        header nav ul li.nav-path-selected a:after {
          content: '';
          height: 4px;
          width: 100%;
          position: relative;
          /*position: absolute;
          display: block;
          top: 0;
          left: 90%;*/
          /*background: #fab614;*/ }
      ul.chat {
        list-style: none;
      }
      ul.chat li {
        margin-left: 40px !important; }
        ul.chat li a {
          background: #fab614;
          color: #fff;
          font-weight: 700;
          padding: 0 30px;
          border-radius: 30px;
          text-decoration: none !important;
          font-size: 24px; }

header nav ul.chatNew table {
  margin: 0 auto;
         }
        header nav ul.chatNew li a {
          padding: 0 30px;}

header ul.chatNew {
    margin: 23px 0 0 5px;
    list-style-type: none;
    /*position: relative;*/
}
     
#alert {
  background: #e31e1e;
  padding: 15px;
  text-align: center;
  line-height: 1.4em;
  font-size: 1.2em;
  color: #fff;
  position: relative;
  z-index: 30; }
  #alert span {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase; }
  #alert p {
    display: inline-block; }

.memberLoginButton {
  background: #003868;
  padding: 15px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  display: none;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 2px; 
  transition: 175ms ease-in-out;
  margin-top: -6px; }
  .memberLoginButton:hover {
    color: #003868;
    background-color: white;
  }

#logInWithSlider {}
  #logInWithSlider table {
    width: 100%; }
    #logInWithSlider table tr td {
      vertical-align: top; 
      position: relative;
      /*width: 100%;*/
      width: 75%; }
      #logInWithSlider table tr td#slider #sliderWrapper {
        position: relative; }
        #logInWithSlider table tr td#slider #sliderWrapper #slides {
          width: 100% !important;
          z-index: 10; }
          #logInWithSlider table tr td#slider #sliderWrapper #slides .slide {
            width: 100% !important; }
            #logInWithSlider table tr td#slider #sliderWrapper #slides .slide img {width: 100%; height: auto; }
        #logInWithSlider table tr td#slider #sliderWrapper #pager {
          position: absolute;
          bottom: 10px;
          left: 0;
          z-index: 20;
          width: 100%;
          text-align: center; 
          }
          #logInWithSlider table tr td#slider #sliderWrapper #pager span {
            height: 13px;
            width: 13px;
            background: #fff;
            display: inline-block;
            line-height: 1;
            overflow: hidden;
            text-indent: -300px;
            border-radius: 10px;
            margin: 0 10px;
            cursor: pointer; }
            #logInWithSlider table tr td#slider #sliderWrapper #pager span.cycle-pager-active {
              /*background: #003868;*/
              background: #fdb814; }
      #logInWithSlider table tr td#login {
           /*position: absolute;
    width: 320px;*/
    position: relative;
    width: 25%;
    background: rgb(222, 222, 222);/*, 0.9*/
    padding: 25px 40px;
    text-align: center;
    color: #003868;
    height: 100%;
    right: 0;
    z-index: 500;
}

/*.desktop .rslides li {
  height: 575px;
}*/

.desktop .rslides img {
  min-height: 100%;
  /*position: absolute;*/
}

@media screen and (max-width: 1310px) {
  .desktop .rslides img {
    position: relative;
  }
}

        .popover {
          /*width: 92%;
          bottom: 0px;*/
          background:  white;
          position: absolute;
          left: 0%;
          padding: 15px;
          bottom:  0px;
          border-bottom: 1px solid #868686;
          width: 100%;
          }
          
          
        #logInWithSlider table tr td#login img.sunLogo {
          width: 120px;
          height: auto;
          display: block;
          margin: 0 auto 25px auto; }
        #logInWithSlider table tr td#login h4 {
          text-transform: uppercase;
          font-size: 1.35em;
          letter-spacing: 1px;
          margin-bottom: 40px;
          line-height: 1.2; }
        #logInWithSlider table tr td#login p {
          font-size: .8em;
          line-height: 1em;
          position: absolute;
          bottom: -55px; }
        #logInWithSlider table tr td#login form {
          margin-bottom: 30px;
          padding: 0 20px; 
          position: absolute;
          left: 0;
          right: 0;
          top: 45%;
          transform: translateY(-50%); }
          #logInWithSlider table tr td#login form input[type="text"], #logInWithSlider table tr td#login form input[type="password"] {
            display: block;
            width: 250px;
            margin: 0 auto;
            border: 0;
            margin-bottom: 20px;
            /*height: 35px;*/
            padding: 15px 10px;
            color: #003868; }
            #logInWithSlider table tr td#login form input[type="password"] {
              margin-bottom: 0;
            }
            #logInWithSlider table tr td#login form input[type="text"]::placeholder, #logInWithSlider table tr td#login form input[type="password"]::placeholder { 
              font-size: 20px;
              
            }
            
            #logInWithSlider table tr td#login form input[type="text"]:-ms-input-placeholder, #logInWithSlider table tr td#login form input[type="password"]:-ms-input-placeholder {
              font-size: 20px;
              
            }
            
            #logInWithSlider table tr td#login form input[type="text"]::-ms-input-placeholder, #logInWithSlider table tr td#login form input[type="password"]::-ms-input-placeholder {
              font-size: 20px;
              
            }
            #logInWithSlider table tr td#login form input[type="text"]::-webkit-input-placeholder {
               }
            #logInWithSlider table tr td#login form input[type="text"]::-moz-placeholder {
               }
            #logInWithSlider table tr td#login form input[type="text"]:-ms-input-placeholder {
               }
            #logInWithSlider table tr td#login form input[type="text"]:-moz-placeholder {
               }
          #logInWithSlider table tr td#login form input[type="submit"] {
            background: #868686;
            border: 0px;
            /*text-transform: uppercase;*/
            font-weight: 700;
            font-size: 24px;
            letter-spacing: 1px;
            font-family: 'Prompt', FontAwesome;
            line-height: 1;
            padding: 10px 25px;
            border-radius: 20px; 
            /*margin-top: 25px; */
            margin-top: 10px;
            color: #ffffff; 
            transition: 175ms ease-in-out; }
          #logInWithSlider table tr td#login form input[type="submit"]:hover {
            background-color: #fab614;
          }
          #logInWithSlider table tr td#login form input[type="submit"]:after {
            content: \f054;
          }
        #logInWithSlider table tr td#login a.loginLink {
          display: block;
          text-align: center;
          color: #003868;
          text-decoration: none;
          font-weight: 500;
          /*margin-bottom: 10px;*/ 
          font-size: 17px; }
          #logInWithSlider table tr td#login a.loginLink span {
            display: inline-block;
            color: #003868;
            margin-right: 6px; }

#quicklinks {
  padding: 40px 30px; }
  #quicklinks article table {
    width: 100%; }
    #quicklinks article table tr td {
      vertical-align: middle;
      text-align: center; 
      padding: 0 15px;}
      #quicklinks article table tr td a {
        display: block;
        text-decoration: none; }
        #quicklinks article table tr td a:hover {
          position: relative;
          top: 5px;
        }
        #quicklinks article table tr td a img {
          display: block;
          margin: 0 auto 10px auto;
          max-width: 200px; }
          #quicklinks article table tr td:not(:first-child) a img {
            max-height: 112px;
          }
        #quicklinks article table tr td a h3 {
          color: #003868;
          text-transform: uppercase;
          font-style: italic; 
          font-size: 18px;
          font-weight: 600; }
      #quicklinks article table tr td:first-of-type a {
        cursor: default; }
        #quicklinks article table tr td:first-of-type a h3 {
          display: none; }

#rates {
  border-top: 5px solid #fdb814;
  /*border-bottom: 5px solid #dedede;*/
  background: #ffffff;
  /*padding: 25px 30px;*/
  padding: 10px 15px; }
  #rates article {
    max-width: 100% !important;
  }
    #rates article h2 {
      position: absolute;
      top: 10px;
      left: 0;
      color: #fff;
      text-transform: uppercase;
      font-size: 2em;
      font-weight: 600; }
      #rates article h2:after {
        content: '';
        height: 5px;
        width: 90%;
        background: #fab614;
        display: block;
        margin: 10px auto 0 auto; }
    #rates article img.infograph {
      position: absolute;
      bottom: 20px;
      left: 0; }
    #rates article dl {
      display: flex;
      display: -ms-flex;
    }
    #rates article dl dd {
      position: relative;
      /*flex: 0 0 22%;
      -ms-flex: 0 0 22%;*/
      display: inline-block;
      width: 100%;
      text-align: center;
      padding: 15px 10px;
      
      transition: 175ms ease-in-out;}
    #rates article dl dd:nth-child(1):after, #rates article dl dd:nth-child(2):after, #rates article dl dd:nth-child(3):after {
      content: ""; 
      height: 70%;
      position: absolute;
      left: 100%;
      top: 1.6vw;
      background-color:  #8FB8DE;
      width: 3px; }
      
      #rates article dl dd .rate_link {
      position: absolute;
        display: inline-block;
        top: 0;
        left: 0;
        z-index: 12;
        width: 100%;
        height: 100%;
      }
      #rates article dl dd .rate h6 {
        font-size: 18px;
        text-transform: lowercase;
      }

      #rates article dl dd .rate_link:hover + .rate {
        position: relative;
        bottom: 10px;
      }
      #rates article dl dd:nth-child(3), #rates article dl dd:nth-child(6) {
        margin-right: 0; }
      #rates article dl dd h5 {
        text-transform: uppercase;
        color: #5389BC;
        font-weight: 600;
        font-size: 17px;
        font-family: 'Prompt', sans-serif;
        line-height: 1;
        display: inline-block;
        /*padding-bottom: 10px;*/
        margin-bottom: 10px;
         }
      #rates article dl dd .rate {
        color: #003868;
        /*font-size: 3.2em;*/
        font-size: 46px;
        line-height: 1;
        font-weight: 800;
        letter-spacing: 1px; 
        z-index: 11; }
        #rates article dl dd .rate p {
          display: inline-block; }
        #rates article dl dd .rate sup {
          font-size: 16px;
          color: #003868;
          font-weight: 400; 
          top: -0.2em;
          right: .3em; }
      #rates article dl dd.link {
        padding: 0; 
        margin-top: 10px;
        flex: 0 0 12%; 
        -ms-flex: 0 0 12%; }
        #rates article dl dd.link a {
          /*background-color: #fdb814;*/
          background-color: #96a4b9;
          text-transform: uppercase;
          text-decoration: none;
          font-size: 18px;
          font-weight: 600;
          white-space: nowrap;
          /*color: #003868;*/
          color: white;
          border-radius: 50px;
          font-weight: 800;
          line-height: 1;
          display: block;
          padding: 20px 10px; 
          box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important; 
          transition: 175ms ease-in-out;
          margin-top: 20px; }
          #rates article dl dd.link a:hover {
            background-color: #003868;
            color: #fdb814;
          }

          #rates article dl dd.link a:hover > i {
            color: #fdb814;
          }

          #rates article dl dd.link a i {
            color: #003868; font-weight: 800;
          }
          #rates article dl dd.link a span {
            /*display: block;*/
            /*font-size: 1.4em;*/ 
            font-size: 1em;
            margin-top: 15px; }

#choose {
  padding: 30px; }
  #choose .arrowBlock {
    width: 350px;
    height: auto;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: #fab614;
    z-index: 3; }
    #choose .arrowBlock:before {
      content: '';
      width: 0;
      height: 0;
      border-top: 50px solid transparent;
      border-right: 50px solid #fab614;
      border-bottom: 50px solid transparent;
      position: absolute;
      top: 50%;
      left: -50px;
      margin-top: -50px; }
    #choose .arrowBlock .inner {
      display: block;
      text-align: center;
      font-weight: 800;
      text-transform: uppercase;
      color: #003868;
      font-size: 2.7em;
      line-height: 1;
      position: absolute;
      width: 100%;
      top: 50%;
      margin-top: -40px; }
      #choose .arrowBlock .inner span {
        display: block;
        color: #fff;
        font-size: .95em; }
  #choose article {
    padding-right: 350px; }
    #choose article table {
      width: 100%; }
      #choose article table tr td {
        text-align: center;
        padding: 0 5%;
        vertical-align: middle;
        color: #003868; }
        #choose article table tr td:first-of-type {
          padding-left: 0; }
        #choose article table tr td img {
          display: block;
          margin: 0 auto 15px auto; }
        #choose article table tr td h3 {
          font-size: 1.2em; }
        #choose article table tr td p {
          font-size: .95em; }

#benefits {
  background: #003868 url("../_img/benefits.jpg") no-repeat center center;
  background-size: cover;
  overflow: hidden;
  padding: 0 30px; }
  #benefits article {
    height: 585px; }
    #benefits article a {
      position: absolute;
      bottom: 50px;
      left: 0;
      color: #fff;
      text-decoration: none;
      line-height: 1;
      padding: 30px 30px 30px 0;}
      #benefits article a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 1000px;
        background: rgba(0, 56, 104, 0.8);
        z-index: 1;
        border-radius: 0 65px 65px 0; 
        
        transition: 175ms ease-in-out;}
      #benefits article a span {
        display: inline-block;
        text-transform: uppercase;
        font-weight: 700;
        vertical-align: middle;
        position: relative;
        z-index: 2; }
        #benefits article a span.primary {
          font-size: 4em;
          margin-right: 20px; }
        #benefits article a span.secondary {
          color: #fab614;
          line-height: 1.1em;
          font-size: 1.6em;
          margin-right: 30px; }
        #benefits article a span.button {
          height: 70px;
          width: 70px;
          border: 7px solid #fab614;
          border-radius: 40px;
          text-align: center;
          line-height: 1;
          font-size: 40px;
          padding: 8px 0 0 8px; }

#news {
  padding: 40px 30px;
  background-color: #95a3b8;
  background-image: url('../_img/news-events-bg-copy.png');
  border-top: 10px solid #fdb814;
  background-size: contain; }

  #news article {
    position: relative; }
    #news article span.newsIcon {
      position: absolute;
      top: 55px;
      left: 50px;
      font-size: 150px;
      color: #003868;
      -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
      transform: scaleX(-1);
      -webkit-filter: FlipH;
      filter: FlipH;
      line-height: 1; }
    #news article dl dd {
      float: left;
      width: 22%;
      margin: 0 2%; 
      padding: 0 15px; }
      #news article dl dd:first-of-type {
        margin-left: 0; }
      #news article dl dd:last-of-type {
        margin-right: 0; }
      #news article dl dd a {
        display: block;
        text-align: center;
        color: #003868;
        text-decoration: none; }
        #news article dl dd a img {
          display: block;
          width: 100%;
          height: auto;
          margin-bottom: 15px; }
        #news article dl dd a h5 {
          font-size: 1em;
          line-height: 1.3;
          margin-bottom: 10px; }
        #news article dl dd a span.date {
          color: #aaa; }

#headerImage img {
  display: block;
  width: 100%;
  height: auto; }

/*#mortgageLanding {
  overflow: hidden;
  height: 100vh;
  min-height: 850px;
  background-color: #fab614;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; } */
  #mortgageLanding {
    width: 100%;
    display: block;
    position: relative;
  }
  #mortgageLanding .container {
    width: 100%;
    position: relative;
    display: block;
  }
  #mortgageLanding .container .landing_header, #mortgageLanding .ccm-image-slider img {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    border-bottom: 25px solid #fab614;
    z-index: 1;
  }
  #mortgageLanding .container a.logo {
    width: 400px;
    position: absolute;
    top: 30px;
    left: 50px; 
    z-index: 10;}
    #mortgageLanding .container a.logo img {
      width: 100%;
      height: auto;
      display: block; }
  #mortgageLanding .container #footerInfo {
    width: 100%;
    position: absolute;
    bottom: 5%;
    left: 0; 
    z-index: 10;}
/*FOR THE NO RATES LANDING PAGES*/
    #wrapper #mortgageLanding .container .footerInfoNoRate {
          width: 40%;
          position: absolute;
          bottom: 22%;
          right: 3%;
          z-index: 10;
    }

    #wrapper #mortgageLanding .container .footerInfoNoRates article table tr td.visit a.button {
      white-space: nowrap;
    }

     #mortgageLanding .container #footerInfoNoRates article {
      padding: 30px; }
      #mortgageLanding .container #footerInfoNoRates article table {
        width: 100%;
        table-layout: fixed; }
        #mortgageLanding .container #footerInfoNoRates article table tr td {
          vertical-align: bottom;
          text-align: left; }
          #mortgageLanding .container #footerInfoNoRates article table tr td.visit {
            text-align: center; }
            #mortgageLanding .container #footerInfoNoRates article table tr td.visit a.button {
              background: #003868;
              border-radius: 38px;
              height: 75px;
              display: inline-block;
              line-height: 75px;
              text-decoration: none;
              white-space: nowrap;
              color: #fff;
              text-transform: uppercase;
              font-size: 1.9em;
              font-weight: 600;
              letter-spacing: 1px;
              padding: 0 45px; 
              margin: 5px 0;
              width: 50%;}
              #mortgageLanding .container #footerInfoNoRates article table tr td.visit a.button.small {
                font-size: 14px;
                line-height: 50px;
                height: 50px;
              }
          #mortgageLanding .container #footerInfoNoRates article table tr td .mortgageRates {
            display: inline-block;
            text-align: left;
            color: #fff; }
            #mortgageLanding .container #footerInfoNoRates article table tr td .mortgageRates img {
              display: block;
              width: 325px;
              height: auto;
              margin: 0 auto 15px auto;
              opacity: .6; }
            #mortgageLanding .container #footerInfoNoRates article table tr td .mortgageRates span {
              display: block;
              text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.31); }
              /*#mortgageLanding .container #footerInfoNoRates article table tr td .mortgageRates span.large {
                font-size: 5.3em;
                text-transform: uppercase;
                font-weight: 800;
                line-height: 1;
                margin: 0 0 0 0;
                letter-spacing: 3px; } */
              #mortgageLanding .container #footerInfoNoRates article table tr td .mortgageRates span.large p {
                font-size: 4em;
                text-transform: uppercase;
                font-weight: 800;
                line-height: 1;
                margin: 0 0 0 0;
                letter-spacing: 3px;
                }
            #mortgageLanding .container #footerInfoNoRates article table tr td .mortgageRates p {
              font-size: 7.5em;
              text-transform: uppercase;
              font-weight: 800;
              line-height: 1;
              margin: 0 0 0 0;
              letter-spacing: 3px;
              position: relative;
              text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.31); 
              display: inline-block;}
              #mortgageLanding .container #footerInfoNoRates article table tr td .mortgageRates span.smaller, #mortgageLanding .container #footerInfoNoRates article table tr td .mortgageRates span.smaller p {
                font-size: 36px;
                text-transform: uppercase;
                font-weight: 500;
                line-height: 1;
                margin: 0 0 -10px 0; }
              #mortgageLanding .container #footerInfoNoRates article table tr td .mortgageRates p sup {
                display: block;
                position: absolute;
                top: 10px;
                right: -80px;
                font-weight: 300;
                font-size: .3em;
                line-height: 1; }
/*******************************/
    #mortgageLanding .container #footerInfo article {
      padding: 30px; }
      #mortgageLanding .container #footerInfo article table {
        width: 100%;
        table-layout: fixed; }
        #mortgageLanding .container #footerInfo article table tr td {
          vertical-align: bottom;
          text-align: left; }
          #mortgageLanding .container #footerInfo article table tr td.visit {
            text-align: right; }
            #mortgageLanding .container #footerInfo article table tr td.visit a.button {
              background: #003868;
              border-radius: 38px;
              height: 75px;
              display: inline-block;
              line-height: 75px;
              text-decoration: none;
              color: #fff;
              text-transform: uppercase;
              font-size: 1.9em;
              font-weight: 600;
              letter-spacing: 1px;
              padding: 0 45px; 
              margin: 5px 0;}
              #mortgageLanding .container #footerInfo article table tr td.visit a.button.small {
                font-size: 14px;
                line-height: 50px;
                height: 50px;
              }
          #mortgageLanding .container #footerInfo article table tr td .mortgageRates {
            display: inline-block;
            text-align: left;
            color: #fff; }
            #mortgageLanding .container #footerInfo article table tr td .mortgageRates img {
              display: block;
              width: 325px;
              height: auto;
              margin: 0 auto 15px auto;
              opacity: .6; }
            #mortgageLanding .container #footerInfo article table tr td .mortgageRates span {
              display: block;
              text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.31); }
              /*#mortgageLanding .container #footerInfo article table tr td .mortgageRates span.large {
                font-size: 5.3em;
                text-transform: uppercase;
                font-weight: 800;
                line-height: 1;
                margin: 0 0 0 0;
                letter-spacing: 3px; } */
              #mortgageLanding .container #footerInfo article table tr td .mortgageRates span.large p {
                font-size: 4em;
                text-transform: uppercase;
                font-weight: 800;
                line-height: 1;
                margin: 0 0 0 0;
                letter-spacing: 3px;
                }
            #mortgageLanding .container #footerInfo article table tr td .mortgageRates p {
              font-size: 7.5em;
              text-transform: uppercase;
              font-weight: 800;
              line-height: 1;
              margin: 0 0 0 0;
              letter-spacing: 3px;
              position: relative;
              text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.31); 
              display: inline-block;}
              #mortgageLanding .container #footerInfo article table tr td .mortgageRates span.smaller, #mortgageLanding .container #footerInfo article table tr td .mortgageRates span.smaller p {
                font-size: 36px;
                text-transform: uppercase;
                font-weight: 500;
                line-height: 1;
                margin: 0 0 -10px 0; }
              #mortgageLanding .container #footerInfo article table tr td .mortgageRates p sup {
                display: block;
                position: absolute;
                top: 10px;
                right: -80px;
                font-weight: 300;
                font-size: .3em;
                line-height: 1; }
      #mortgageLanding .body-content {
        display: block;
        overflow: hidden;
        width: 100%;
        position: relative;
        padding: 1% 20px 2%;
        margin: 0 auto;
        max-width: 1600px;
        margin-bottom: 0.67em;
      }
      #mortgageLanding .body-content ul {
        margin-left: 35px;
      }
      #mortgageLanding .body-content img {
        max-width: 100%;
        height: auto;
      }
      #mortgageLanding .body-content h1 {
      display: inline-block;
      position: relative;
      color: #003868;
      text-transform: uppercase;
      font-size: 2.3em;
      line-height: 1;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding-bottom: 12px;
      font-weight: 600;
      }
      #mortgageLanding .body-content h1.top {
        position: absolute;
        top: 0;
        padding-top: 1%;
        color: #003868;
        text-transform: uppercase;
        font-size: 2.3em;
        font-weight: 600;
        line-height: 1; 
        letter-spacing: 3px;}
        #mortgageLanding .body-content h1:after {
          content: '';
          height: 5px;
          width: 90%;
          background: #fab614;
          display: block;
          margin: 10px auto 0 auto; }
      #mortgageLanding .body-content p.main_text {
        padding-top: 12%;
        position: relative;
        line-height: 1.7em; }
    #mortgageLanding #formWrapper {
      background: #003868;
      color: #fff;
      padding: 30px; }
      #mortgageLanding #formWrapper article {
        padding-left: 290px; }
        #mortgageLanding #formWrapper article h2 {
          position: absolute;
          top: 50%;
          margin-top: -21px;
          left: 0;
          color: #fff;
          text-transform: uppercase;
          font-size: 2.3em;
          font-weight: 600;
          line-height: 1; }
          #mortgageLanding #formWrapper article h2:after {
            content: '';
            height: 5px;
            width: 90%;
            background: #fab614;
            display: block;
            margin: 10px auto 0 auto; }
        #mortgageLanding #formWrapper article form {
          padding-right: 300px;
          position: relative; }
          #mortgageLanding #formWrapper article form dl dd {
            width: 50%;
            float: left;
            padding-right: 30px;
            margin: 10px 0; }
            #mortgageLanding #formWrapper article form dl dd label {
              display: block;
              clear: both;
              text-transform: uppercase;
              margin-bottom: 10px;
              font-size: 1.2em;
              font-weight: 600;
              letter-spacing: 1px;
              line-height: 1; }
            #mortgageLanding #formWrapper article form dl dd input[type="text"], #mortgageLanding #formWrapperunset {
      padding: 0 !important;
            }

main {
  padding: 50px 30px; }
  main article table {
    width: 100%; }
    main article table tr td {
      vertical-align: top; }
      main article table tr td#mainContent #paragraph h1 {
        display: inline-block;
        position: relative;
        color: #003868;
        text-transform: uppercase;
        font-size: 2.6em;
        font-weight: 800;
        line-height: 1;
        letter-spacing: 3px;
        text-transform: uppercase;
        padding-bottom: 24px;
        margin: 0 0 40px 0;
        }
        main article table tr td#mainContent #paragraph h1:after {
          content: '';
          position: absolute;
          height: 6px;
          width: 80%;
          min-width: 100px;
          background: #fab614;
          display: block;
          bottom: 0;
          left: 0; 
          right: 0;
          margin: auto;}
      main article table tr td#mainContent #paragraph h3 {
        text-transform: uppercase;
        margin-bottom: 15px;
        font-size: 1.6em;
        color: #fab614; 
        letter-spacing: 1px; }
      main article table tr td#mainContent #paragraph p {
        line-height: 1.7em;
        margin-bottom: 20px; }
        main article table tr td#mainContent #paragraph p a.button {
          display: inline-block;
          background: #003868;
          line-height: 50px;
          color: #fff;
          text-decoration: none;
          color: #fff;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 19px;
          padding: 0 30px;
          border-radius: 25px;
          margin-right: 15px; 
          letter-spacing: 1px;
          
          transition: 175ms ease-in-out;}
      main article table tr td#mainContent #paragraph a {
        color: #003868; }
      main article table tr td#mainContent #paragraph ul {
        padding-left: 20px;
        margin-bottom: 20px; }
        main article table tr td#mainContent #paragraph ul li {
          margin-bottom: 10px; }
          main article table tr td#mainContent #paragraph ul li ul {
            padding-top: 12px; }
      main article table tr td#mainContent #paragraph .vivid-simple-accordion {
        margin-bottom: 20px; }
        main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group {
          margin-bottom: 2px; }
          main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group.open .simple-accordion-title-shell {
            background: #003868; }
          main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group .simple-accordion-title-shell {
            background: #2d5f86;
            padding: 20px;
            -webkit-transition: background .2s linear;
            -o-transition: background .2s linear;
            transition: background .2s linear; }
            main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group .simple-accordion-title-shell:hover {
              background: #003868; }
            main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group .simple-accordion-title-shell span.panel-title {
              color: #fff;
              padding-left: 10px;
              display: block;
              position: relative; }
              main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group .simple-accordion-title-shell span.panel-title:before {
                color: #fff;
                position: absolute;
                top: 3px;
                left: -8px;
                margin: 0px;
                opacity: .4; }
          main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group .simple-accordion-description {
            background: #f1f1f1; }
            main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group .simple-accordion-description table.ratesTable {
              border-collapse: separate;
              border: 1px solid #ccc;
              margin-bottom: 20px; }
              main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group .simple-accordion-description table.ratesTable tr td, main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group .simple-accordion-description table.ratesTable tr th {
                padding: 7px 13px;
                border: 1px solid #ccc;
                text-align: left; }
              main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group .simple-accordion-description table.ratesTable tr th {
                text-transform: uppercase;
                letter-spacing: 1px; }
              main article table tr td#mainContent #paragraph .vivid-simple-accordion .simple-accordion-group .simple-accordion-description table.ratesTable tr:nth-child(odd) {
                background: #eaeaea; }
                #vivid-simple-accordion-40029 .simple-accordion-group .simple-accordion-title-shell{
                    background:#dadada!important;
                }
                
                #vivid-simple-accordion-40029 .simple-accordion-group .simple-accordion-title-shell .panel-title{
                    color:#003868!important;
                }
                
      main article table tr td#mainContent #paragraph #buttons {
        clear: both;
        margin-bottom: 30px; }
        main article table tr td#mainContent #paragraph #buttons a {
          display: inline-block;
          background: #003868;
          line-height: 50px;
          color: #fff;
          text-decoration: none;
          color: #fff;
          text-transform: uppercase;
          font-weight: 600;
          font-size: 19px;
          padding: 0 30px;
          border-radius: 25px;
          margin: 0 15px 10px 0; }
          main article table tr td#mainContent #paragraph #buttons a.yellow {
            background: #fab614; }
      main article table tr td#mainContent #paragraph table#infoTable {
        border-collapse: separate;
        border: 1px solid #ccc; 
    margin: 15px 0;}
        main article table tr td#mainContent #paragraph table#infoTable tr td, main article table tr td#mainContent #paragraph table#infoTable tr th {
          padding: 10px 13px;
          border: 1px solid #ccc; }
        main article table tr td#mainContent #paragraph table#infoTable tr th {
          text-transform: uppercase;
          letter-spacing: 1px; }
        main article table tr td#mainContent #paragraph table#infoTable tr:last-child {
          background: #f1f1f1; }
      main article table tr td#mainContent #listingBlock {
        background: #fbfbfb;
        padding: 35px 40px; }
        main article table tr td#mainContent #listingBlock dd {
          min-height: 280px;
          position: relative;
          padding: 10px 0 0 0;
          margin-bottom: 65px; }
          main article table tr td#mainContent #listingBlock dd:last-of-type {
            margin-bottom: 0; }
          main article table tr td#mainContent #listingBlock dd .jobImage {
            width: 280px;
            height: 280px;
            position: absolute;
            top: 0;
            left: 0;
            background: #003868; }
            main article table tr td#mainContent #listingBlock dd .jobImage img {
              display: block;
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
              object-fit: cover; }
          main article table tr td#mainContent #listingBlock dd h3 {
            text-transform: uppercase;
            font-size: 2.4em; }
          main article table tr td#mainContent #listingBlock dd p {
            margin-bottom: 10px;
            display: block; }
          main article table tr td#mainContent #listingBlock dd ul.buttons {
            list-style: none;
            margin-top: 20px; }
            main article table tr td#mainContent #listingBlock dd ul.buttons li {
              display: inline-block;
              margin: 0 5px 5px 0; }
              main article table tr td#mainContent #listingBlock dd ul.buttons li a {
                display: block;
                height: 50px;
                background: #003868;
                line-height: 50px;
                color: #fff;
                text-decoration: none;
                color: #fff;
                text-transform: uppercase;
                font-weight: 600;
                font-size: 1.4em;
                padding: 0 55px;
                border-radius: 25px; }
                main article table tr td#mainContent #listingBlock dd ul.buttons li a.seeMore {
                  background: #003868; }
                main article table tr td#mainContent #listingBlock dd ul.buttons li a.apply {
                  background: #fab614; }
      main article table tr td#mainContent #infoGrid {
        width: 100%;
        table-layout: fixed;
        background: #fbfbfb; 
        margin-bottom: 20px;}
        main article table tr td#mainContent #infoGrid tr td {
          text-align: center;
          vertical-align: top;
          padding: 25px 50px; }
          main article table tr td#mainContent #infoGrid tr td img {
            display: inline-block;
            margin-bottom: 10px;
            max-width:75px;
              height:auto;
          }
      main article table tr td#sidebar {
        width: 425px;
        padding: 65px 0 0 50px; 
        display: inline-block;}
        main article table tr td#sidebar .inner {
          border-left: 6px solid #003868;
          padding-left: 50px;
          padding: 35px 0 30px 60px; }
          main article table tr td#sidebar .inner ul {
            list-style: none;
            margin-top: 10px; }
            main article table tr td#sidebar .inner ul.nomargin {
            margin-top: -25px; }
            main article table tr td#sidebar .inner ul li {
              margin-bottom: 19px; }
              main article table tr td#sidebar .inner ul li.nav-selected > a {
                color: #fab614; }
              main article table tr td#sidebar .inner ul li a {
                text-decoration: none;
                color: #003868;
                text-transform: uppercase;
                font-size: 23px;
                font-weight: 600;
                display: block;
                transition: 175ms ease-in-out;
                letter-spacing: 1px;
                }
              main article table tr td#sidebar .inner ul li ul {
                padding: 10px 0 0 0;
                font-size: .9em; }
                main article table tr td#sidebar .inner ul li ul li {
                  margin-bottom: 5px; 
          margin-left: 10px; }
                  main article table tr td#sidebar .inner ul li ul li a {
                    font-size: 1.2em;
                    color: #777777; }

footer {
  background: #003868;
  padding: 50px 30px;
  /*margin-top: 20px;*/ }
  footer article table {
    width: 100%; }
    footer article table tr td {
      border-right: 3px solid #fab614;
      vertical-align: top; 
      padding-right: 30px;
      padding-left: 35px; }
      footer article table tr td:last-of-type {
        border: 0; }
      footer article table tr td.info a.logo {
        /*width: 295px;*/
        width:100%;
        max-width:300px;
        display: block;
        margin-bottom: 30px; }
        footer article table tr td.info a.logo img {
          width: 100%;
          height: auto;
          display: block; }
      footer article table tr td.info p {
        color: #fff;
        font-weight: 200;
        font-size: .9em;
        position: relative;
        top: 25px;
        left: 15px;
        }
      /*footer article table tr td.info p:not(.investments-footer-p) {
          background: transparent url("../_img/fdic.png") no-repeat top left;
          padding-left: 50px;
        }*/

        footer article table tr td.info p:before {
          content:  url("../_img/fdic.png");
          position: relative;
      float: left;
      top: -25px;
      left: -15px;
    }
          /*position: absolute;
          left: -15%;
          top: -35px;*/
        }
      footer article table tr td.quicklinks {
        display: flex;
        align-items: center;
        min-height: 260px;
        padding: 0 0 0 30px; }
        footer article table tr td.quicklinks ul {
          list-style: none;
          -webkit-column-count: 3;
          column-count: 3;
           }
          footer article table tr td.quicklinks ul li {
            display: block;
            bottom: 0;
            padding: 10px 7px;
            transition: 175ms ease-in-out;}
            footer article table tr td.quicklinks ul li a {
              display: block;
              color: #fff;
              white-space: nowrap;
              text-decoration: none;
              font-size: 1.2em;
              transition: 175ms ease-in-out;
              }
        .general-search .general-search-form-container {
          position: relative;
          width: 100%;
          padding-right: 35px;
          max-width: 300px;
          margin-left: 20px; }
          .general-search input[type="text"] {
            display: block;
            width: 100%;
            border: 0;
            height: 35px;
            padding: 0 10px;
            color: #003868; 
      border: 1px solid grey; }
      
            .general-search input[type="text"]::-webkit-input-placeholder {
              color: #aaa; }
            .general-search input[type="text"]::-moz-placeholder {
              color: #aaa; }
            .general-search input[type="text"]:-ms-input-placeholder {
              color: #aaa; }
            .general-search input[type="text"]:-moz-placeholder {
              color: #aaa; }
          .general-search .submitWrapper {
            position: absolute;
            top: 0;
            right: 0;
            background: #fab614;
            width: 35px;
            height: 35px; }
            .general-search .submitWrapper span {
              position: absolute;
              top: 6px;
              left: 9px;
              color: #fff;
              font-size: 20px;
              line-height: 1; }
            .general-search .submitWrapper input[type="submit"] {
              opacity: 0;
              width: 35px;
              height: 35px;
              border-radius: 0; }
      footer article table tr td.socialMedia {
        min-height: 260px;
        padding-left: 20px;
        text-align: center;
      }
      footer article table tr td.socialMedia ul {
        display: flex;
        justify-content: space-between;
        list-style: none;
        padding: 80px 30px 0; }
        footer article table tr td.socialMedia ul li {
          display: block;
          margin-bottom: 22px;
          margin-left: 10px; }
          footer article table tr td.socialMedia ul li:last-of-type {
            margin-bottom: 0; }
          footer article table tr td.socialMedia ul li a {
            display: block;
            color:  #96a4b9;
            font-size: 27px;
            line-height: 1; 
            transition: 175ms ease-in-out;}

/* Additional Hover Effects */

#topBar .inner ul li a:hover {
  color: #fab614;
}
header nav ul li a:hover {
  color: #fab614;
  bottom: 5px;
}
header nav ul.chat li a:hover {
  color: #fff;
}
#rates article dl dd:hover {
  background: rgba(255, 255, 255, .3);  
}
#benefits article a:hover:before {
  background-color: white;
}
#benefits article a:hover .primary, #benefits article a:hover i {
  color: rgb(0, 56, 104)
}
main article table tr td#mainContent #paragraph p a.button:hover {
  background-color: white;
  color: #003868;
  border: 1px solid #003868;
}

main article table tr td#mainContent {
  padding: 0 5%;
}

main article table tr td#sidebar .inner ul > li a:hover {
  color: #fab614;
  margin-left: 5px;
}

footer article table tr td.quicklinks ul li:hover a, footer article table tr td.socialMedia ul li:hover a {
  color: #fab614;
}

.custom-button {display: inline-block; padding: 10px 55px; margin-top: 10px; color: white; text-transform: uppercase; font-weight: bold; border-radius: 25px; font-size: 24px;}
.custom-blue-button {background-color: #003868;}
.custom-yellow-button {background-color: #fab614!important;}

.custom-yellow-button:hover {
  background: #003868;
  color:#003868;
}

.custom-yellow-button a {
  color: white;
  text-decoration: none;
}
#paragraph hr {margin: 50px 0;}

.visit a {transition: 175ms ease-in-out;}
.visit a:hover {background-color: white !important; border: 1px solid #003868 !important; color: #003868 !important;}
#paragraph table {width: 100% !important;}
#paragraph iframe {max-width: 100%;}

.status_msg {text-align: center;background-color: #fab614; color: #003868; padding: 10px 0;}
.status_msg p, .status_msg h1, .status_msg h2, .status_msg h3, .status_msg h4 {font-size: 22px; color: #003868; padding: 5px 15px;}
.lmc-logo {display: inline-block; margin-bottom: 30px;}

#promoArea {margin-top: 15px; margin-bottom: 15px;}
#promoArea img {max-width: 100%; height: auto;}

.rslides_tabs {position: absolute; bottom: 25px; right: 25px; z-index: 10;}
.rslides_tabs li a {background-color: white !important;}
.rslides_tabs li.rslides_here a {background-color: #003868 !important;}

.apply_col {
    background-color: #335f86;
    display: inline-block;
    margin: 0 20px;
    padding: 20px 50px;
    width: calc(50% - 45px);
    text-align: center;
}
.apply_col_left {}
.apply_col_right {}

.apply_col .apply_button {

}
.apply_button a {margin: 5px 0;padding: 10px 20px;border-radius: 50px;display: inline-block;background-color: #fdb814;color: white;text-decoration: none;text-transform: uppercase;font-weight: bold;letter-spacing: 1px;transition: 175ms ease-in-out;}
.apply_col h2 {
    margin-bottom: 35px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.icon-container {
    margin: 30px 15px;
}
.icon-list {
    text-align: center;
    display: flex;
    display: -ms-flex;
    display: -moz-flex;
    list-style-type: none;
    
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
}
.icon-item {
    flex: 1 1;
    -ms-flex: 1 1;
    -moz-flex: 1 1;
    
    padding: 0 25px;
    margin: 30px;
}
.icon-item img {
    max-width: 150px;
}
.icon-item p {
    margin-top: 20px;
    font-weight: 500;
    font-size: 18px;
}
.icon-item .learn-more-button {
    display: inline-block;
    border-radius: 50px;
}
.learn-more-button a {
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  width: 100%;
  height: 100%;
  padding: 10px 25px;
  background-color: #f5ba4b;
  border-radius: 50px;
  transition: 175ms ease-in-out;
  white-space: nowrap;
  letter-spacing: 1px;
  font-size: 19px;
}

.learn-more-button a:hover {background-color: #001d36; color: white !important;}
.apply_button a:hover {color: #fdb814; background-color: #003868;}
.career_description {overflow: auto; max-height: 200px; padding: 10px; margin: 10px 0;}

.career_description ul {margin: 10px 25px; list-style-type: disc;}
.career_description li {margin: 5px 0;}

#paragraph-below {margin-top: 10px;}
/* Extended */




.nyLanding .body-content .textLeftMain p {
  color: #003868;
}

.nyLanding .body-content .icons {
  float: right;
  width: 25%;
  text-align: center;
  padding-top: 1%;
}

.nyLanding .body-content .icons .rates {
  background: #003868;
  width: 75%;
  margin: 0 auto;
  padding: 5%;
  text-align: left;
}

.nyLanding .body-content .icons .rates h2, p {
  /*color: white;*/
}
.nyLanding .body-content .icons .rates h2 {
  padding-bottom: 20px;
  display: inline-block;
}
.nyLanding .body-content .icons .rates h2:after {
    content: '';
    height: 5px;
    width: 100%;
    background: #fab614;
    display: block;
    margin: 10px auto 0 auto;
    display: flex;

}

.nyLanding .body-content .icons .rates h3 {
  color: #fab614;
  font-size: 1.4em;
}

.nyLanding .body-content img{
  width: initial !important;
}


.nyLanding #formWrapper article form {
  padding-right: 0;
}


.nyLanding #formWrapper article form input[type="submit"] {
  
}

.nyLanding .logoNY {
  display: none;
}

@media screen and (max-width: 1230px) {
  .nyLanding .nyImageHeader {
    width: 100%;
  }        

  .nyHeading {
  display: block;
}
.nyLanding .textLeft h1 {
  position: relative;
}
.nyLanding .nyImageHeaderMobile {
  display: block;
  width: 100%;
}

.nyLanding .nyImageHeader img {
  width: 100% !important;
  
}

.nyLanding .nyImageHeader {
  display: none;
}


  .nyLanding .nyImageHeader img {
    padding-bottom: 0;
  }

  .nyLanding .textLeft {
    width: 100%;
    padding-left: 0;
    padding: 3%;
    padding-bottom: 0;
    padding-top: 20px;
  }

  .nyLanding .textLeft img {
    float: unset;
    width: 50%;
    display: none;
  }
  .nyLanding .textLeft h1 {
    float:  unset;
    margin: 0;
  }

  .nyLanding .textLeftMain {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding: 3%;
  }

  .nyLanding .body-content .icons {
    width: 100%;
    
  }

  .nyLanding .body-content .icons img {
    display: none;
  }

  .nyLanding .body-content .icons .rates {
    width: 60%;
    padding: 3%;
    margin-bottom: 50px;
    text-align: center;
  }

  .nyLanding .body-content .icons .rates h2 {
    font-size: 3em;
    width: 100%;
  }

  .nyLanding .body-content .icons .rates p {
    font-size: 1.5em;
  }

  .nyLanding .body-content .icons .rates h3 {
    font-size: 2em;
  }
  .nyLanding .logoNY{
    width: 40%;
    padding: 1%;
    display: block;
  }
}



@media screen and (max-width: 825px) {
  .nyLanding .body-content .icons .rates {
    width: 85%;
  }

    .nyLanding .logoNY{
    width: 65%;
    margin: 0 auto;
  }
}

/* Extra / Overrides */

#headerImage {
 
  margin: 0 auto 60px;
  /* max-width: 1600px;
  padding-top: 2%;
  padding-left: 2%;
  padding-right: 2%;*/
}

.hp-bg-slide {
  display: block;
  height: 575px;
  /*background-size: cover;*/
  background-size: 100% 100%;
  background-position: center;
  background-position: left;
  background-repeat: no-repeat;
}

/* The Main Nav has at most three levels of sub-navigation. We need to hide the 3rd level for non-Bank nav items. */
.nav > li:not(:nth-child(-n+2)) ul li ul {
  display: none !important;
}

.nav > li:nth-child(-n+2) ul li ul {
  display: block;
  width: 85%;
}

main article table tr td#sidebar .inner ul li ul li ul {
  margin-left: -25px;
    margin-top: 25px;
}

.nav > li:nth-child(-n+2) > ul {
  flex-direction: column;
  z-index: 14;
}

.nav > li:nth-child(-n+2) > ul > li {
  display: flex;
  display: -ms-flex;
  padding-bottom: 15px;
  border-right: none;
}



/*.nav > li:first-child > ul > li:first-child {
  padding-top: 8px;
  padding-bottom: 15px;
}*/

/*.nav > li:first-child > ul > li:nth-child(2) {
  padding-top: 15px;
  padding-bottom: 8px;
}*/

.nav > li:nth-child(-n+2) > ul > li > a {
  /*flex: 0 0 auto;*/
  -ms-flex: 0 0 auto;
  white-space: nowrap;
  width: 18%;
  /*margin-right: 50px;*/
  font-weight: bold;
  text-transform: uppercase;
  color: #003768;
}

.nav > li:nth-child(-n+2) > ul > li > a:after {
  content: ">";
  margin-left: 15px;
}

.nav > li:nth-child(-n+2) > ul > li > .subnav {
  flex: 1 1 80%;
  -ms-flex: 1 1 80%;
}

.news-container {
  display: flex;
  display: -ms-flex;

  align-items: center;
  -ms-align-items: center;
}

.news-col.sunmark-360-info-box {
  flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  font-size: 1.6em;
  line-height: 2.1em;
  text-align: center;
}

.news-col.sunmark-360-info-box .far {
  font-size: 6em;
  color: #496686;
}

.news-col h1 a {
  /*color: #003868;*/
  color: white;
  text-decoration: none;
}

.news-col h1 a:hover {
  color: #fab614;
}

#s360InfoBox {
    background: url(../_img/Sunmark360_BG-image.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 335px;
    padding: 20px;
    position: relative;
}

.news-col.clearfix {
  flex: 1 1 66%;
  -ms-flex: 1 1 66%;
}

.col-container {
  display: flex;
  display: -ms-flex;
}

.col-container >a {
    display:block;
      flex-direction: row;
    flex: 0 0 33%;
    max-height: 300px;
    margin-top: 100px;
}

.col-container >a:hover .link {
  background: #3d6281;
  transition: background .3s ease-out;
}

.col-container .col-third {
  background: #CCCCCC;
  flex: 0 0 32%;
  -ms-flex: 0 0 32%;
  overflow: hidden;
}

.col-container .col-third img {
  height: auto;
  width: 100%;
}

.home-image-section {
  padding: 0px 30px;
}

.home-image-section .col {
  min-height: 300px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.home-image-section .col .text {
  display: flex;
  flex-direction: column;
  position: absolute;
  font-weight: bold;
  z-index: 3;
}

.home-image-section .col .row {
  flex-direction: row;
}

.home-image-section .col h2 {
  font-weight: bold;
  padding: 40px 0 20px 40px;
  line-height: 28px;
  z-index: 2;
}

.home-image-section .col p {
  font-size: 20px;
  font-weight: normal;
  padding: 0 0 0 40px;
  color: #ffffff;
}

.home-image-section .col .link {
  /*background: #5389bc;*/
  background: #96a4b9;
  bottom: 0;
  color: #ffffff;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  z-index: 3;
}

.home-image-section .col .link i {
color: #fdb813;
font-weight: bold;
}


.home-image-section .col .link:hover {
  background: #3d6281;
  transition: background .3s ease-out;
}

.home-image-section .col .shading {
  background: rgba(0, 0, 0, .5);
  display: block;
  position: absolute;
  min-height: 300px;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 1;
}


.charitable {
  justify-self: flex-end;
  /*background: url(../_img/Charitable-foundation_BG-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  margin: 0 2% 0 0;
}

.charitable .row {
  width: 100%;
  justify-content: flex-start;
}

.home-image-section .charitable .link {
  /*background: #fdb814;*/
  background: #496685;
}

.charitable h1, .charitable h2, .community h2 {
  color: white;
  max-width: 250px;
} 

.three-sixty h1, .three-sixty h2 {
  color: white;
  max-width: 900px;
}

.charitable h1 {
  font-size: 2em;
  line-height: 1.5;
}

.three-sixty h1 {
  font-size: 2em;
  line-height: 1.5;
  max-width: 400px;
}

.charitable h2 {
  font-size: 1.75em;
}

.home-image-section .three-sixty h2 {
  font-size: 1.75em;
}

.three-sixty {
  text-align: left;
  justify-self: flex-start;
  /*background: url(../_img/Business-partners_BG-image.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;*/
  margin: 0 2% 0 0;
}

.three-sixty .logo-360 {
  max-width: 220px;
}

.charitable .heart {
  position: absolute;
  height: auto;
  max-width: 100px;
  left: 190px;
  top: 40px;
}

.community {
  /*background: url(../_img/Charitable-foundation_BG-image.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
  justify-self: flex-end;
  margin: 0 2% 0 0;
}

.home-image-section .community .link {
  /*background: #44bd86;*/
  background: #003768;
}

/*.community h1, h2 {
  color: white;
} */

.community h1 {
  font-size: 2em;
  line-height: 1.5;
}

.community h2 {
  font-size: 1.75em;
}

.fa-lock {
  color: #fdb814;
}

.login-link-container {
  position: absolute;
  /*bottom: 20%;*/
  bottom: 11%;
  margin: auto;
  left: 0;
  right: 0;
}

.login-link-container .inline {
  display: inline-flex;
  border-top: 1px solid #003768;
  /*border-bottom: 1px solid #003768;*/
  padding: 10px 0;
  margin-top: 10px;
}

.login-link-container .inline .loginLink:first-child {
  border-right: 1px solid #b4b4b4;
  padding-right: 10px;
  margin-right: 10px;
}

.svg-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  margin: auto;
  z-index: -2;

}

.header-search-form {
  margin-left: 45px;
  display: inline-block;
}

.fa-search-input {
  font-family: FontAwesome, "Lato", sans-serif;
  cursor: pointer;
}

.fa-search-input::placeholder {
  color: #003868;
  font-size: 20px;
  font-weight: bold;
}

.header-search-container {
  background-color: white;
  border-radius: 50px;
  border: 2px solid #dedede;
  display: -ms-flex;
  display: flex;
  max-width: 200px;
  padding: 0;
}

.header-search-container .fa-search-input {
  background-color: transparent;
  border: 0;
  padding: 12px 15px;
  width: 75%;
  line-height: 20px;
}

.header-search-container #searchsubmit {
  width: 25%;
  background-color: #003868;
  color: white;
  font-weight: bold;
  border: 0;
  font-size: 20px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;

  transition: 175ms ease-in-out;
}

.header-search-container:hover #searchsubmit {
  background-color: #fab614;
  color: #003868;
}

/* S360 */

.ccm-block-page-list-wrapper {}
.ccm-block-page-list-pages {
  /*display: flex; */
  /*display: -ms-flex; */
  /*display: -moz-flex; */
  /*flex-wrap: wrap; */
  /*-ms-flex-wrap: wrap; */
  /*-moz-flex-wrap: wrap;*/
  display:grid;
  grid-template-columns:repeat(3,1fr);
  grid-template-rows:auto;
  grid-template-areas:". .";
  gap:20px;
}

.ccm-block-page-list-pages-alt{
    display:grid;
    grid-template-columns:repeat(2,1fr);
    grid-template-rows:auto;
    grid-template-areas:". .";
    gap:20px;
    text-align:center;
}

.s360ItemWrapper {
    flex: 0 0 25%;
    -ms-flex: 0 0 21%;
    -moz-flex: 0 0 25%;
    margin: 0 auto;
    padding: 20px;
    min-width: 230px;
}
.s360ItemContainer {
  box-shadow: 0 .25rem .5rem rgba(0,0,0,.15)!important;
  position: relative;
  background-color: #f5f5f5;
  min-height: 350px;
}

.s360Item {}
.s360PageLink {
  position: absolute;
  left: 0;
  top: 0;

  width: 100%; 
  height: 100%;
}

.s360Item.s360ThumbnailContainer {}
.s360Thumbnail {display: block;width: 100%; max-height: 170px; min-height: 145px;}

.s360Item.s360DateContainer {background-color: #3d6281;padding: 5px 15px;text-align: center;}
.s360Date {
    color: white;
    text-transform: uppercase;
}

.s360Item.s360DescriptionContainer {
    background-color: #f5f5f5;
    padding: 15px 20px;
    min-height:135px;
}
.s360Description {
    font-weight: 500;
    font-size: 14px;
}
.s360Topics {
    margin-top: 15px;
    color: #a2a2a2;
}

.s360Topics i {
  color: #306384;
}
.s360CategoryLink {position: absolute; width: 100%; height: 100%; left: 0; top: 0;}

#s360CategoriesContainer {}
#s360CategoriesContainer ul {list-style-type: none;display: flex;display: -ms-flex;display: -moz-flex;flex-wrap: wrap;margin: 15px 0;}
  .s360Category {
      margin: 5px;
      padding: 20px 0;
      text-align: center;
      min-width: 180px;
      flex: 1 1 calc(20% - 10px);
      -ms-flex: 1 1 19%;
      -moz-flex: 1 1 calc(20% - 10px);
      
      transition: 175ms ease-in-out;
  }
  .s360Category:hover {opacity: .9;}
  
    .s360CategoryContentContainer {position: relative;padding: 0 40px;}
    .s360CategoryContentContainer div {margin: 15px 0;}
      .s360CategoryContentContainer .border {border-bottom: 2px solid white; padding-bottom: 8px;}
      .s360CategoryIcon {
          max-width: 75px;
      }
        .s360CategoryIcon img {}
      .s360CategoryTitle {
          color: white;
          
          text-transform: uppercase;
      }
        .s360CategoryTitle h2 {}
      .s360CategoryDescription {
          color: white;
      }
        .s360CategoryDescription p {}

.s360Category.b-green {background-color: #44bd86;}
.s360Category.b-red {background-color: #e45454;}
.s360Category.b-purple {background-color: #9e75b1;}
.s360Category.b-yellow {background-color: #fdb813;}
.s360Category.b-blue {background-color: #538abc;}

#s360Main #paragraph {
  padding: 0 8%;
}

#viewAll {background-color: #f5f5f5;text-align: center;padding: 10px;display: block !important; cursor: pointer; transition: 175ms ease-in-out;}
#viewAll h2 {
    text-transform: uppercase;
    transition: 175ms ease-in-out;
}
#viewAll a {text-decoration: none; color: #003868;}

#viewAll:hover {background-color: #003868;}
#viewAll:hover a {color: white;}

#news .s360ItemWrapper {
  flex: 0 0 33%;
  -ms-flex: 0 0 33%;
  -moz-flex: 0 0 33%;
}

/* Mobile Menu */

.mm-navbars_top .mm-navbar {
  background-color: #003868 !important;
}

.mm-navbar__title>span {
  color: #003868 !important;
  font-weight: 700 !important;
}

.mm-navbars_top .mm-navbar .mobile-logo {
  max-width: 200px;
}

.mm-navbars_top .mm-navbar__breadcrumbs a {
  color: white !important;
  font-size: 18px;
  transition: 175ms ease-in-out;
}

.mm-navbars_top .mm-navbar__breadcrumbs a:hover {
  color: #fab614 !important;
}

.mm-navbars_top .mm-navbar__breadcrumbs span {
  color: white !important;
  font-size: 18px;
  font-weight: bold;
}

.mm-panel {
  background-color: white !important;
}

.mm-listitem {
  padding: 10px 0 !important;
}

.mm-listitem a {
  font-size: 20px;
}

.mm-navbars_bottom {}
.mm-navbars_bottom .mm-navbar {
  display: flex;
  display: -ms-flex;

  flex-direction: column;
  -ms-flex-direction: column;
}

.mm-navbars_bottom .mm-navbar a {
  margin: 4px 15px;
  align-self: flex-start;
  -ms-align-self: flex-start;

  color: #003868 !important;
  transition: 175ms ease-in-out;
}

.mm-navbars_bottom .mm-navbar a:hover {
  color: #fab614 !important;
}

.mm-navbars_bottom i {
  margin-right: 6px;
}

.mm-panels .mm-listitem a {
  transition: 175ms ease-in-out;
}

.mm-panels .mm-listitem a:hover {
  color: #003868 !important;
}

.mm-btn_close span {
  color: white !important;
}

.image-box {

}

.image-box h1, .image-box h2 {
  color: white;
}

.image-box h1 {

}

.image-box h2 {

}

.img-charitable {
  background-image: url("../_img/foundation.png");
}

.img-community {
  background-image: url("../_img/comm-business-partners.png");

}

#wrapper #mobile-menu {
  display: none;
}

.mobile-bar {
  padding: 15px 15px;
  display: flex;
  display: -ms-flex;
  justify-content: space-between;
}

.mobile-bar .header-search-form {
  margin-left: 0 !important;
}

#infoGrid .flex-container {
  /*flex-wrap: wrap;*/
  /*-ms-flex-wrap: wrap;*/
  /*-moz-flex-wrap: wrap;*/
  /*padding: 15px 10px;*/
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(150px,1fr));
  gap:1em;
}
.flex-container {
  display: flex;
  display: -ms-flex;
  display: -moz-flex;
}

.flex-item {
  margin: auto 20px auto;
    flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    -moz-flex: 1 1 auto;
    text-align: center;
    padding: 10px 0;
}

.mobile-bar ul.chat {
  margin: auto 0;
}

html {
  overflow-x: hidden;
}

.sunmark-360-info-box img {
  max-width: 100%;
}

.mm-btn_close:before, .mm-btn_close:after {
  border-color: white !important;
}

.status_msg {text-align: center;background-color: #fab614; color: #003868; padding: 10px 0;}
.status_msg p, .status_msg h1, .status_msg h2, .status_msg h3, .status_msg h4 {font-size: 22px; color: #003868; padding: 5px 15px;}




.aboutYou {
  background: #003868;
  padding-top: 50px;
  padding-bottom: 50px;
}

.aboutYou .mainContent {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto;
}

.aboutYou .mainContent h2, p {
  color: white;
}

.aboutYou .mainContent p {
  padding-top: 25px;
  width: 60%;
  margin: 0 auto;
  color: white;
}

.aboutYou .mainContent .aboutYouCTA .item {
  display: inline-block;
  width: 24.6%;
  text-align: center;
  vertical-align: top;
}

.aboutYou .mainContent .aboutYouCTA {
  padding-top: 50px;
  padding-bottom: 50px;
}

.aboutYou .mainContent .aboutYouCTA .item img {
  max-height: 120px;
}
.aboutYou .mainContent .aboutYouCTA .item p {
width: 75%;
margin: 0 auto;
}

@media screen and (max-width: 1045px) {
  .aboutYou .mainContent .aboutYouCTA .item {
  width: 49.7%;
  padding-top: 50px;
}
}

@media screen and (max-width: 922px) {
  .aboutYou .mainContent .aboutYouCTA .item {
  width: 100%;
}
}


  #getInTouch {   
  background: #003868; 
  margin-top: 20px;   
  margin-bottom: -20px;
}   


#getInTouch #formWrapper {
      background: #003868;
      color: #003868;
      padding: 30px; }
      #getInTouch #formWrapper article {
        padding-top: 50px;
        padding-bottom: 50px; }
        #getInTouch #formWrapper h2, p {
          color: #003868;
        }
        #getInTouch #formWrapper article h2 {
          position: absolute;
          top: 50%;
          margin-top: -21px;
          left: 0;
          color: #003868;
          text-transform: uppercase;
          font-size: 2.3em;
          font-weight: 600;
          line-height: 1; }
          #getInTouch #formWrapper article h2:after {
            content: '';
            height: 5px;
            width: 90%;
            background: #fab614;
            display: block;
            margin: 10px auto 0 auto; }
        #getInTouch #formWrapper article form {
          padding-right: 300px;
          position: relative; }
          #getInTouch #formWrapper article form dl dd {
            width: 50%;
            float: left;
            padding-right: 30px;
            margin: 10px 0; }
            #getInTouch #formWrapper article form dl dd label {
              display: block;
              clear: both;
              text-transform: uppercase;
              margin-bottom: 10px;
              font-size: 1.2em;
              font-weight: 600;
              letter-spacing: 1px;
              line-height: 1;
              text-align: left; }
            #getInTouch #formWrapper article form dl dd input[type="text"], #getInTouch #formWrapper article form dl dd input[type="email"], #getInTouch #formWrapper article form dl dd input[type="tel"] {
              width: 100%;
              height: 43px;
               }
            #getInTouch #formWrapper article form dl dd input[type="text"], #getInTouch #formWrapper article form dl dd input[type="email"] {
              padding-left: 15px; }
            #getInTouch #formWrapper article form dl dd input[type="tel"] {
              width: 32.3%;
              float: left;
              margin-right: 1.5%;
              text-align: center; }
              #getInTouch #formWrapper article form dl dd input[type="tel"]:last-of-type {
                margin-right: 0; }
            #getInTouch #formWrapper article form dl dd.hide {
              display: none; }
          #getInTouch #formWrapper article form a.call, #getInTouch #formWrapper article form input[type="submit"] {
            position: absolute;
            right: 0;
            height: 43px;
            width: 300px;
            background: #fab614;
            border-radius: 22px;
            border: 0px;
            line-height: 43px;
            text-transform: uppercase;
            font-size: 1.2em;
            font-weight: 600;
            letter-spacing: 1px;
            text-align: center;
            text-decoration: none;
            color: #fff; }

            @media screen and (max-width: 833px) {
              #getInTouch #formWrapper article form a.call, #getInTouch #formWrapper article form input[type="submit"] {
                position: relative;
              }
              #getInTouch #formWrapper article form {
                padding-right: 0;
              }
              #getInTouch #formWrapper article form input[type="submit"] {
                top: 10px !important;
              }
            }
          #getInTouch #formWrapper article form a.call {
            top: 40px; }
          #getInTouch #formWrapper article form input[type="submit"] {
            top: 85px; }



            .openAccount {
             background: #003868;
             padding-top: 50px;
             padding-bottom: 50px;
             text-align: center;
            }

            .openAccount button {
              background: #fab614;
              color: #003868;
              border: none;
              width: 75%;
              margin: 0 auto;
              font-size: 22px;
              padding-top: 10px;
              padding-bottom: 10px;
              margin-top: 20px;
              max-width: 1350px;
            }
            .openAccount .mainContent img {
              max-width: 1350px;
            }

            @media screen and (max-width: 750px) {
             .openAccount .mainContent img {
              width: 90% !important;
             } 
            }



            .whatsKasasa {
              width: 75%;
              margin: 0 auto;
              padding-top: 50px;
              padding-bottom: 50px;
            }

            #kasasaParagraph p {
              color: #003868 !important;
            }

            #kasasaParagraph sub {
              color: grey;
              line-height: 1;
            }

            #kasasaParagraph ul li {
              margin-left: 40px;
            }

            #kasasaParagraph ul li li {
              margin-left: 10px;
            }


            .kasasa-row {
              width: 100%;
              display: block;
              margin: 50px 0;
            }

            .kasasa-row #column-1, #column-2, #column-3 {
              width: 32%;
              display: inline-block;
              padding: 10px 18px;
              border-right: 3px solid #fab615;
              vertical-align: text-top;
              min-height: 600px;
              position: relative;
            }

            #ccm-layout-column-wrapper-15 .ccm-layout-column {
              border-right: 3px solid #fab615;
              padding: 10px 18px;
              min-height: 550px;
            }



            .kasasa-row p .learn-more-button {
              position: absolute;
              bottom: 10%;
            }
          @media screen and (max-width: 1410px) {
            .kasasa-row p .learn-more-button {
              position: absolute;
              bottom: 5%;
            }
          }

            .kasasa-row #column-3 {
              border-right: none;
            }
            @media screen and (max-width: 1350px) {
            .kasasa-row #column-1, #column-2, #column-3 {
              min-height: 725px;
            }
          }
            @media screen and (max-width: 1230px) {
            .kasasa-row #column-1, #column-2, #column-3 {
              width: 100%;
              display: block;
              border-right: none;
              border-bottom: 3px solid #fab615;
              padding-bottom: 30px;
              min-height: unset;
            }
            #ccm-layout-column-wrapper-15 .ccm-layout-column {
              border-right: 3px none;
              width: 100% !important;
              min-height: unset;
              padding-top: 30px;
              padding-bottom: 30px;
              display: block;
              border-bottom: 3px solid #fab615;
            }
            }



            .kasasa-row ul li {
              list-style-type: none;
              margin-bottom: 10px;
              margin-left: 15px;
            }

            .kasasa-row i {
              color: #f5ba4b;
            }

            .kasasa-row .learn-more-button a {
                color: #003868;
            }

            .kasasa-row .learn-more-button:hover a {
                color: white;
            }



            .kasasaFamily img {
              width: 33%;
              position: absolute;
              right: 0;
              bottom: 0%;
            }

            @media screen and (max-width: 831px) {
              .kasasaFamily {
                display: none;
              }
            }

.nyHeading {
  display: flex;
}

            .nyLanding .textLeft {
 width: 37%;padding: 1%;padding-left: 5%; padding-top: 3%; position: relative;
}

.nyLanding .textLeftMain {
 float: left; width: 75%;padding: 1%;padding-left: 5%; padding-top: 3%; 
}

.nyLanding .textLeft img {
  width: 75%;
}

.nyLanding .nyImageHeader {
  float: right;
  width: 63%;
  
}

.nyHeading {
  display: flex;
}
.nyLanding .nyImageHeaderMobile {
  display: none;
  width: 100%;
}

.nyLanding .nyImageHeader img {
  width: 100% !important;
  
}

.nyLanding .nyImageHeaderMobile img  {
  width: 100% !important;
}

.nyLanding .textLeft h1 {
  font-size: 3.5em;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.nyLanding .body-content {
  max-width: unset !important;
  padding: 0 !important;
}

.nyLanding .body-content .textLeftMain p {
  color: #003868;
}

.nyLanding .body-content .icons {
  float: right;
  width: 25%;
  text-align: center;
  padding-top: 1%;
}

.nyLanding .body-content .icons .rates {
  background: #003868;
  width: 75%;
  margin: 0 auto;
  padding: 5%;
  text-align: left;
}

.nyLanding .body-content .icons .rates h2, p {
  /*color: white;*/
}
.nyLanding .body-content .icons .rates h2 {
  padding-bottom: 20px;
  display: inline-block;
}
.nyLanding .body-content .icons .rates h2:after {
  content: '';
    height: 5px;
    width: 100%;
    background: #fab614;
    display: block;
    margin: 10px auto 0 auto;
    display: flex;

}

.nyLanding .body-content .icons .rates h3 {
  color: #fab614;
  font-size: 1.4em;
}

.nyLanding .body-content img{
  width: initial !important;
}


.nyLanding #formWrapper article form {
  padding-right: 0;
}


.nyLanding #formWrapper article form input[type="submit"] {
  
}

.nyLanding .logoNY {
  display: none;
}

@media screen and (max-width: 1230px) {
  .nyLanding .nyImageHeader {
    width: 100%;
  }        

  .nyHeading {
  display: block;
}
.nyLanding .textLeft h1 {
  position: relative;
}
.nyLanding .nyImageHeaderMobile {
  display: block;
  width: 100%;
}

.nyLanding .nyImageHeader img {
  width: 100% !important;
  
}

.nyLanding .nyImageHeader {
  display: none;
}


  .nyLanding .nyImageHeader img {
    padding-bottom: 0;
  }

  .nyLanding .textLeft {
    width: 100%;
    padding-left: 0;
    padding: 3%;
    padding-bottom: 0;
    padding-top: 20px;
  }

  .nyLanding .textLeft img {
    float: unset;
    width: 50%;
    display: none;
  }
  .nyLanding .textLeft h1 {
    float:  unset;
    margin: 0;
  }

  .nyLanding .textLeftMain {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding: 3%;
  }

  .nyLanding .body-content .icons {
    width: 100%;
    
  }

  .nyLanding .body-content .icons img {
    display: none;
  }

  .nyLanding .body-content .icons .rates {
    width: 60%;
    padding: 3%;
    margin-bottom: 50px;
    text-align: center;
  }

  .nyLanding .body-content .icons .rates h2 {
    font-size: 3em;
    width: 100%;
  }

  .nyLanding .body-content .icons .rates p {
    font-size: 1.5em;
  }

  .nyLanding .body-content .icons .rates h3 {
    font-size: 2em;
  }
  .nyLanding .logoNY{
    width: 40%;
    padding: 1%;
    display: block;
  }
}



@media screen and (max-width: 825px) {
  .nyLanding .body-content .icons .rates {
    width: 85%;
  }

    .nyLanding .logoNY{
    width: 65%;
    margin: 0 auto;
  }
}


 #wrapper .testimonials {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 50px;
  /*border-bottom: 10px solid #fdb814;*/
  max-width: 1600px;
  margin: 0 auto;
}

#wrapper .testimonials img {
  max-height: 390px;
}

 #wrapper .testimonials h2{
  text-transform: uppercase;
  color: #003868;
  padding-bottom: 50px;
  font-size: 36px;
}

 #wrapper .testimonials h2 span {
color: #fdb814;
}

#wrapper .testimonials h3 {
 color: #fdb814; 
}


@media only screen and (max-width: 1100px) {
  #wrapper .testimonials div.ccm-layout-column {
    width: 50%;
    display: inline-block;
    padding-bottom: 20px;
  }

  #wrapper .testimonials div.ccm-layout-column-inner {
    margin: 0 auto;
  }
}

.mobile {
  display: none;
    width: auto;
    margin: 0 auto;
}

.nyHeading {
  display: flex;
}

            .nyLanding .textLeft {
 width: 37%;padding: 1%;padding-left: 5%; padding-top: 3%; position: relative;
}

.nyLanding .textLeftMain {
 float: left; width: 75%;padding: 1%;padding-left: 5%; padding-top: 3%; 
}

.nyLanding .textLeft img {
  width: 75%;
}

.nyLanding .nyImageHeader {
  float: right;
  width: 63%;
  
}

.nyHeading {
  display: flex;
}
.nyLanding .nyImageHeaderMobile {
  display: none;
  width: 100%;
}

.nyLanding .nyImageHeader img {
  width: 100% !important;
  
}

.nyLanding .nyImageHeaderMobile img  {
  width: 100% !important;
}

.nyLanding .textLeft h1 {
  font-size: 3.5em;
  text-transform: capitalize;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.nyLanding .body-content {
  max-width: unset !important;
  padding: 0 !important;
}

.nyLanding .body-content .textLeftMain p {
  color: #003868;
}

.nyLanding .body-content .icons {
  float: right;
  width: 25%;
  text-align: center;
  padding-top: 1%;
}

.nyLanding .body-content .icons .rates {
  background: #003868;
  width: 75%;
  margin: 0 auto;
  padding: 5%;
  text-align: left;
}

.nyLanding .body-content .icons .rates h2, p {
  /*color: white;*/
}
.nyLanding .body-content .icons .rates h2 {
  padding-bottom: 20px;
  display: inline-block;
}
.nyLanding .body-content .icons .rates h2:after {
  content: '';
    height: 5px;
    width: 100%;
    background: #fab614;
    display: block;
    margin: 10px auto 0 auto;
    display: flex;

}

.nyLanding .body-content .icons .rates h3 {
  color: #fab614;
  font-size: 1.4em;
}

.nyLanding .body-content img{
  width: initial !important;
}


.nyLanding #formWrapper article form {
  padding-right: 0;
}


.nyLanding #formWrapper article form input[type="submit"] {
  
}

.nyLanding .logoNY {
  display: none;
}

@media screen and (max-width: 1230px) {
  .nyLanding .nyImageHeader {
    width: 100%;
  }        

  .nyHeading {
  display: block;
}
.nyLanding .textLeft h1 {
  position: relative;
}
.nyLanding .nyImageHeaderMobile {
  display: block;
  width: 100%;
}

.nyLanding .nyImageHeader img {
  width: 100% !important;
  
}

.nyLanding .nyImageHeader {
  display: none;
}


  .nyLanding .nyImageHeader img {
    padding-bottom: 0;
  }

  .nyLanding .textLeft {
    width: 100%;
    padding-left: 0;
    padding: 3%;
    padding-bottom: 0;
    padding-top: 20px;
  }

  .nyLanding .textLeft img {
    float: unset;
    width: 50%;
    display: none;
  }
  .nyLanding .textLeft h1 {
    float:  unset;
    margin: 0;
  }

  .nyLanding .textLeftMain {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
    padding: 3%;
  }

  .nyLanding .body-content .icons {
    width: 100%;
    
  }

  .nyLanding .body-content .icons img {
    display: none;
  }

  .nyLanding .body-content .icons .rates {
    width: 60%;
    padding: 3%;
    margin-bottom: 50px;
    text-align: center;
  }

  .nyLanding .body-content .icons .rates h2 {
    font-size: 3em;
    width: 100%;
  }

  .nyLanding .body-content .icons .rates p {
    font-size: 1.5em;
  }

  .nyLanding .body-content .icons .rates h3 {
    font-size: 2em;
  }
  .nyLanding .logoNY{
    width: 40%;
    padding: 1%;
    display: block;
  }
}



@media screen and (max-width: 825px) {
  .nyLanding .body-content .icons .rates {
    width: 85%;
  }

    .nyLanding .logoNY{
    width: 65%;
    margin: 0 auto;
  }
}


.section_margin {margin: 6px 0;}
.sponsor_title_bar {
    padding: 20px;
}
.sponsor_title_bar h3 {
    font-size: 26px;
    text-align: center;
}

#sponsor_section {
    padding-bottom: 20px;
}
.sponsor_carousel {padding: 10px;}

.sponsor_carousel_wrapper {
    margin-top: 3px;
}
.sponsor_carousel_container {
}

.slick-nav-item {
    border: 0;
    background-color: transparent;
    position: absolute;
    height: 100%;
    top: 0;
    padding: 10px;
    z-index: 1000;
    cursor: pointer;
}
.slick-nav-item i {font-size: 72px;color: #565656;}
.slick-prev {
    left: 35px;
}
.slick-next {
    right: 35px;
}
.slick-slide img {margin: auto;max-height: 120px;max-width: 100%; height: auto;}


.connectWithFoundation {
    background: #3d6281;
    max-width: unset !important;
}

.connectWithFoundation h3 a {
    color: white;
    font-size: 32px;
    text-decoration: none;
}

.connectWithFoundation h3 i {
    color: #f6a900;
    font-size: 26px;
}


.fancyLines {
    position: relative;
    padding: 20px;
}

.fancyLines::before {
    content:"";
    position: absolute;
    width:35%;
    height: 2px;
    border-bottom: 3px solid #b9b9b9;
    top:50%;
    right: 0;
}

.fancyLines::after {
    content:"";
    position: absolute;
    width:35%;
    height: 3px;
    border-bottom: 3px solid #b9b9b9;
    top:50%;
    left: 0;
}

@media screen and (max-width: 1330px) {
    .connectWithFoundation h3 a {
    color: white;
    font-size: 20px;
    text-decoration: none;
}

.connectWithFoundation h3 i {
    color: #f6a900;
    font-size: 20px;
}
}

@media screen and (max-width: 850px) {
    .connectWithFoundation h3 a {
    color: white;
    font-size: 18px;
    text-decoration: none;
}

.connectWithFoundation h3 i {
    color: #f6a900;
    font-size: 18px;
}

.fancyLines::before {
    content:"";
    position: absolute;
    width:35%;
    height: 2px;
    border-bottom: unset;
    top:50%;
    right: 0;
}

.fancyLines::after {
    content:"";
    position: absolute;
    width:35%;
    height: 3px;
    border-bottom: unset;
    top:50%;
    left: 0;
}
}

.ccm-ui .popover>.arrow {display: none !important;}

.mobileanalytics{
    display:none;
}

@media screen and (max-width:870px){
    .mobileanalytics{
        display:block;
    }
}

/*MEMBER CAPTURE PAGE*/
.headerimage {
  /*background-image:  url("https://www.sunmark.org/application/files/7016/4994/9528/Header.jpg");*/
  /*background-position: center;*/
  /*background-size: cover;*/
  width: 100%;
  height: 500px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  padding-bottom: 2.5%; }
  
  @media screen and (max-width:900px){
      .headerimage{
          height:auto;
      }
  }
  
  @media screen and (min-width:1370px){
      .headerimage{
          height:auto;
      }
  }
  
  .mobileheader{
      display:none;
  }
  @media screen and (max-width:900px){
      .mobileheader{
          display:block;
          width:70%;
      }
  }
.mobileheader h2{
    color: #153a67;
    font-weight: 400;
    font-size: 30px;
    text-align: center;
}

.mobileheader h2 span{
    font-weight:700;
}


.headercontainer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .headercontainer h1 {
    color: #fff;
    width:;
    text-align: center;
    font-size:48px;}
  .headercontainer img {
    width: 100%;
    height: auto; }

.introtext {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0; }

.introtextcontainer {
  width: 70%;
  max-width:1000px;
  height: auto; }
  .introtextcontainer h2 {
    color: #153a67;
    font-size:30px;
      margin-bottom:20px;
  }
  .introtextcontainer p {
    color: #153a67; }

.bluebgone {
  width: 100%;
  min-height: 500px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #DEDEDE;
  padding: 5% 0; }
  
  @media screen and (max-width:900px){
      .bluebgone{
          display:none;
      }
  }

.bluebgonecontainer {
  width: 80%; }

.bluebgitem h2 {
  color: #153a67;
  font-weight: 400;
  font-size:30px;
  text-align: center; }
  .bluebgitem h2 span {
    font-weight: 700; }

.bluebgitem:nth-of-type(1) {
  margin-bottom: 5%; }

.bluebgitem:nth-of-type(2) {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-template-areas: ". .";
  gap: 20px; }
  @media screen and (max-width: 900px) {
    .bluebgitem:nth-of-type(2) {
      grid-template-columns: 1fr;
      grid-template-areas: "."; } }

.bluegriditem {
  width: 100%;
  height: auto;
  /*min-height: 300px;*/
  background: #153a67;
  display: flex;
  overflow:hidden;
  }
  @media screen and (max-width:900px){
      .bluegriditem{
          min-height:300px;
      }
      .bluegriditem:hover .gridinfocontainer{
      transform: translateY(0)!important;
  }
  }
  .bluegriditem:hover .gridinfocontainer{
      transform: translateY(3%);
  }
  
 
  
  /*.bluegriditem:hover .bluegridinfo h3{*/
  /*    margin-top:20px;*/
  /*}*/
  
  .bluegriditem h2{
      color:#fff;
  }
  .bluegriditem p{
      color:#fff;
  }
  .bluegridlinks{
      width:80%;
      margin-top:15px;
      display:flex;
      flex-direction:row;
      justify-content:space-between;
  }
  @media screen and (max-width:900px){
      .bluegridlinks{
          flex-direction:column;
      }
  }
  .bluegridlinks a{
      color:#fff;
      text-decoration:none;
      font-weight:700;
  }
  .bluegridinfo{
      width:100%;
      height:225px;
      display:flex;
      flex-direction:row;
      align-items:center;
      justify-content:center;
  }
  
  @media screen and (max-width:900px){
      .bluegridinfo{
          height:300px;
      flex-direction:column;
      text-align:center;
      }
  }
  
  .bluegridinfo i{
      font-size:3em;
      color:#fab614;
  }
  .bluegridinfo h3{
      color:#fff;
      font-size:1.5em;
  }
  .bluegriditem:nth-of-type(1) {
    background-image: url("https://www.sunmark.org/application/files/8116/4859/4011/checking.png");
    background-position: center;
    background-size: cover;
    flex-direction: column;
    align-items: center;
    justify-content: center;
      padding-bottom:5%;
      
  }
  @media screen and (max-width:900px){
      .bluegriditem:nth-of-type(1),
      .bluegriditem:nth-of-type(2),
      .bluegriditem:nth-of-type(3),
      .bluegriditem:nth-of-type(4){
          padding-bottom:0;
          align-items:center;
      }
  }
  .bluegriditem:nth-of-type(2) {
    background-image: url("https://www.sunmark.org/application/files/1516/4859/4010/auto.png");
    background-position: center;
    background-size: cover;
    align-items:flex-end;
      justify-content:center;
      padding-bottom:5%;
  }
  .bluegriditem:nth-of-type(3) {
    background-image: url("https://www.sunmark.org/application/files/7616/4859/4013/mortgage.png");
    background-position: center;
    background-size: cover;
    align-items:flex-end;
      justify-content:center;
      padding-bottom:5%;
  }
  .bluegriditem:nth-of-type(4) {
    background-image: url("https://www.sunmark.org/application/files/1516/4970/4148/mytm-cropped.png");
    background-position: center;
    background-size: cover;
    align-items:flex-end;
      justify-content:center;
      padding-bottom:5%;
  }
.bluegridcontainer{
    width:80%;
    height:auto;
}

.starcontainer {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-top: 10px; }
  .starcontainer i {
    color: #fab614; }
    
    .gridinfocontainer{
        width: 100%;
    height: 275px;
    padding: 5% 0;
    background-image: linear-gradient(to bottom, rgba(0, 56, 104, 0.5), rgba(0, 56, 104, 0.7), rgba(0, 56, 104, 0.9));
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: .25s ease-in-out;
    transform: translateY(67%);
    padding:5% 0;
    }
    @media screen and (max-width:900px){
        .gridinfocontainer{
            height:300px;
            transform:translateY(0);
            text-align:center;
        }
    }
    .gridinfoitemA{
        width:80%;
        height:auto;
        display:flex;
        flex-direction:row;
        align-items:center;
        justify-content:center;
        padding-bottom:20px;
    }

    .gridinfoitemB{
        width:80%;
        height:auto;
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        justify-content:flex-start;
        padding-bottom:20px;
    }
    .gridinfoitemB p a{
        color:#FAB615;
        margin-right:20px;
        margin-top:30px;
    }

.manage {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0; }

.managecontainer {
  width: 70%;
  height: auto;
  max-width:1100px;}
  .managecontainer h2 {
    color: #153a67;
    margin-bottom:20px;}
  .managecontainer p {
    color: #153a67; }

.onlinebanking {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-template-areas: "obi1 obi2" "obi3 obi4"; }
  @media screen and (max-width: 900px) {
    .onlinebanking {
      grid-template-columns: 1fr;
      grid-template-areas: "obi1" "obi2" "obi4" "obi3"; } }

.onlinebankingitem {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 250px;
  background: #DEDEDE;
  color: #153a67; }
  .onlinebankingitem:nth-of-type(1) {
    grid-area: obi1;
    padding: 5% 0; }
  /*.onlinebankingitem:nth-of-type(2) {*/
  /*  grid-area: obi2;*/
  /*  background-image: url("https://www.sunmark.org/application/files/6416/4859/4014/online-bank.png");*/
  /*  background-size: cover;*/
  /*  background-position: center; }*/
  /*.onlinebankingitem:nth-of-type(3) {*/
  /*  grid-area: obi3;*/
  /*  background-image: url("https://www.sunmark.org/application/files/2816/4859/4012/shared-branch.png");*/
  /*  background-size: cover;*/
  /*  background-position: center; }*/
  .onlinebankingitem:nth-of-type(4) {
    grid-area: obi4;
    padding: 5% 0; }
  .onlinebankingitem img {
    width: 100%;
    height: auto; }

.bankingtext {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start; }
  /*.bankingtext h2 {*/
  /*  margin-bottom: 10px; }*/
  .bankingtext a {
    color: #153a67;
    text-decoration: none;
    margin-top: 20px; }

.testimonials {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0; }

.swiper {
  width: 1000px;
  height: 225px; }
  
  @media screen and (max-width:900px){
      .swiper{
          height:350px;
      }
  }

.swiper-slide {
  width: 100%;
  height:175px;
  background: #153a67;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  text-align: center; }
  
  .swiper-slide h2{
      font-size:24px;
  }
  
  @media screen and (max-width:900px){
      .swiper{
          width:80%;
      }
      .swiper-slide{
          padding:2.5% 0;
      }
      .slider-container h2{
          font-size:26px;
      }
  }

.slidecontainer {
  width: 80%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.slidecontainer h2{
    color:#fff!important;
    padding-bottom:0!important;
}
.slidecontainer p{
    color:#fff;
}

#investmentheader{
    width:100%;
    height:auto;
}

#investmentheader img{
    width:100%;
    height:auto;
}


/*SUMMER OF KINDNESS GRID AREA*/
.projectouter {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5% 0; }

.projectcontainer {
  width: 90%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  grid-template-areas: ". . .";
  gap: 25px; }
  @media screen and (max-width: 900px) {
    .projectcontainer {
      grid-template-columns: repeat(2, 1fr);
      grid-template-rows: auto;
      grid-template-areas: ". ."; } }
  @media screen and (max-width: 700px) {
    .projectcontainer {
      grid-template-columns: 1fr;
      grid-template-rows: auto;
      grid-template-areas: "."; } }

.projectitem {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center; }
  .projectitem img {
    width: 100%;
    height: auto; }
  .projectitem a {
    color: #fab614;
    text-decoration: none; }
    
/*MOBILE BLUE GRADIENT GRID*/

.mobilebluebg {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.mobilebluebgcontainer {
  display: none; }
  @media screen and (max-width: 900px) {
    .mobilebluebgcontainer {
      width: 90%;
      height: auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; } }

.mobileblueitem {
  width: 100%;
  height: auto;
  min-height: 275px;
  padding: 2% 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center; }
  .mobileblueitem:nth-of-type(1) {
    background-image: linear-gradient(to bottom, rgba(0, 56, 104, 0.7), rgba(0, 56, 104, 0.7)), url("https://www.sunmark.org/application/files/8116/4859/4011/checking.png");
    background-position: center;
    background-size: cover; }
  .mobileblueitem:nth-of-type(2) {
    background-image: linear-gradient(to bottom, rgba(0, 56, 104, 0.7), rgba(0, 56, 104, 0.7)), url("https://www.sunmark.org/application/files/1516/4859/4010/auto.png");
    background-position: center;
    background-size: cover; }
  .mobileblueitem:nth-of-type(3) {
    background-image: linear-gradient(to bottom, rgba(0, 56, 104, 0.7), rgba(0, 56, 104, 0.7)), url("https://www.sunmark.org/application/files/7616/4859/4013/mortgage.png");
    background-position: center;
    background-size: cover; }
  .mobileblueitem:nth-of-type(4) {
    background-image: linear-gradient(to bottom, rgba(0, 56, 104, 0.7), rgba(0, 56, 104, 0.7)), url("https://www.sunmark.org/application/files/1516/4970/4148/mytm-cropped.png");
    background-position: center;
    background-size: cover; }

.mobileblueitemcon {
  width: 90%;
  height: auto; }
  .mobileblueitemcon h3 {
    color: #fff; }
    .mobileblueitemcon h3 i {
      color: #fab614; }
  .mobileblueitemcon p {
    color: #fff !important; }
    .mobileblueitemcon p a {
      color: #fff;
      text-decoration: none; }


/*.swiper {*/
/*  width: 95%;*/
/*  height: 200px; }*/

/*.swiper-wrapper {*/
/*  width: 100%;*/
/*  height: auto;*/
/*  display: flex;*/
/*  align-items: center;*/
/*  justify-content: center; }*/

/*.swiper-slide {*/
/*  display: flex;*/
/*  flex-direction: column;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  text-align: center;*/
/*  background: #153a67;*/
/*  color: #fff;*/
/*  width: 35% !important;*/
/*  border-radius: 50px; }*/

.mortgageproducts {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }

.mortgageitem {
  width: 90%;
  height: auto; }
  .mortgageitem:nth-of-type(1) {
    display: flex;
    align-items: center;
    justify-content: center;
    padding:20px 0;}
  .mortgageitem:nth-of-type(2) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
    grid-template-areas: ". .";
    gap: 20px; }
    @media screen and (max-width: 900px) {
      .mortgageitem:nth-of-type(2) {
        grid-template-columns: 1fr;
        grid-template-areas: "."; } }

.product {
  width: 100%;
  height: auto;
  max-height:325px;
  overflow: hidden;
  background-size: cover;
  background-position: center; }
  .product:hover .productinner {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  .product:nth-of-type(1) {
    background-image: url("https://www.sunmark.org/application/files/3616/5090/6256/fixed-rate-mortgage.jpg"); }
  .product:nth-of-type(2) {
    background-image: url("https://www.sunmark.org/application/files/3016/5090/6254/adjustable-rate-mortgage.jpg"); }
  .product:nth-of-type(3) {
    background-image: url("https://www.sunmark.org/application/files/2716/5090/6256/SONYMA-loans.jpg"); }
  .product:nth-of-type(4) {
    background-image: url("https://www.sunmark.org/application/files/4416/5090/6255/FHA-loans.jpg"); }
  .product:nth-of-type(5) {
    background-image: url("https://www.sunmark.org/application/files/2116/5090/6255/VA-Loans.jpg"); }
  .product:nth-of-type(6) {
    background-image: url("https://www.sunmark.org/application/files/3516/5090/6254/construction-end-loans.jpg"); }
  .product:nth-of-type(7) {
    background-image: url("https://www.sunmark.org/application/files/5416/5169/7919/100finance.png");
  }
  .product:nth-of-type(8) {
    background-image: url("https://www.sunmark.org/application/files/7716/5273/0953/2-home.jpg");
  }
  
  .product:nth-of-type(9) {
      background-image:url("https://www.sunmark.org/application/files/2617/3991/1226/manufactured-home-small.png");
  }

.productinner {
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 56, 104, 0.5), rgba(0, 56, 104, 0.7), rgba(0, 56, 104, 0.9));
  -webkit-transform: translateY(75%);
          transform: translateY(75%);
  transition: .25s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 900px) {
    .productinner {
      -webkit-transform: translateY(0);
              transform: translateY(0); } }

.titlecontainer {
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  text-align:center;
  padding:20px 1% 0 1%;
  margin-bottom: 10%;
  color: #fff!important; }
  .titlecontainer i {
    color: #FAB615!important; }
  .titlecontainer h3 {
    color: #fff!important;
    font-size: 1.25em!important; }
    .titlecontainer h3 img{
        width:1.5em;
    }

.infocontainer {
  width: 90%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding-bottom:20px;}
  .infocontainer p{
      color:#fff!important;
  }
  .infocontainer a {
    color: #FAB615!important;
    text-decoration: none; }
#membernonapply{
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

@media screen and (max-width:900px){
    #membernonapply{
        flex-direction:column;
    }
}

#membernonapply h2{
    margin-right:20px;
}

.woc-caption-holder h4{
    text-decoration:none!important;
}

.slide-link{
    text-decoration:none!important;
}


/*NEW SUMMER OF KINDESS TEMPLATE*/

.kindness-container{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.kindness-wrapper{
    width:90%;
    height:auto;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    grid-template-rows:auto;
    grid-template-areas:"kmi1 kmi1 kmi1 kmi1 kmi1 kmi2";
}

@media screen and (max-width:900px){
    .kindness-wrapper{
    grid-template-columns:1fr;
    grid-template-areas:"kmi1" "kmi2";
  }
  #kid-img{
      display:none;
  }
  .inner-item img{
      width:50%!important;
      align-self:center;
  }
}

.kindness-main-item{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
    justify-content:flex-start;
    /*border:1px solid red;*/
}

.kindness-main-item:nth-of-type(1){
    grid-area:kmi1;
}

.kindness-main-item:nth-of-type(2){
    grid-area:kmi2;
}

.kindness-main-item ul{
    width:100%;
    border-left:5px solid #003868;
    padding:5% 0;
    margin-left: 10%;
}

.kindness-main-item ul li{
    list-style-type:none;
    margin-left:10%;
    margin-bottom:10px;
    font-weight:bold;
}

.kindness-main-item ul li a{
    color:#003868;
    text-decoration:none;
    font-size: 1.5em;
}

.kindness-container h1 {
      display: inline-block;
      position: relative;
      color: #003868;
      text-transform: uppercase;
      font-size: 2.3em;
      line-height: 1;
      letter-spacing: 3px;
      text-transform: uppercase;
      padding-bottom: 12px;
      font-weight: 600;
      }
      .kindness-container h1.top {
        position: absolute;
        top: 0;
        padding-top: 1%;
        color: #003868;
        text-transform: uppercase;
        font-size: 2.3em;
        font-weight: 600;
        line-height: 1; 
        letter-spacing: 3px;}
        .kindness-container h1:after {
          content: '';
          height: 5px;
          width: 90%;
          background: #fab614;
          display: block;
          margin: 10px auto 0 auto; }
          
          
.list-outer{
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.list-container{
    width:80%;
    height:auto;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
    margin-top:5%;
}

.list-item{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    grid-template-rows:auto;
    grid-template-areas:"ii1 ii2 ii2 ii2 ii2";
    gap:10px;
}

@media screen and (max-width:900px){
    .list-item{
        grid-template-columns:1fr;
        grid-template-areas:"ii1" "ii2";
    }
    .inner-item:nth-of-type(2){
        justify-content:center;
    }
}

.inner-item{
    width:100%;
    height:auto;
    display:flex;
}

.inner-item img{
    width:60%;
    height:auto;
}

.inner-item:nth-of-type(1){
    grid-area:ii1;
    align-items:center;
    justify-content:center;
}
.inner-item:nth-of-type(2){
    grid-area:ii2;
    align-items:center;
    justify-content:flex-start;
}


/*NEW 2023 PHOTO CONTEST STYLES*/

.photo-container-main{
    width:100%;
    height:auto;
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}

.photo-section{
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:column;
}

#photo-main-content{
    width:70%;
    height:auto;
}

#photo-sidebar{
    width:30%;
    height:auto;
    padding-left:5%;
    border-left:10px solid #003867;
}

#360-paragraph picture img{
    width:100%;
    height:auto;
}

.officers-header img{
    width:100%;
    height:auto;
}

/*NEW OLYMPICS PAGE STYLES*/

.olympic-wrapper {
    color: var(--text-blue);
}

.olympic-header {
    width: 100%;
    height: auto;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url('/application/files/3517/1528/0926/olympics-header.png');
    background-size: cover;
    background-position: center;
}

.special-olympic-header {
    width: 100%;
    height: auto;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-image: url('https://www.sunmark.org/application/files/4017/2001/5172/Spotlight_landing_page_image_no_copy_2.jpg');
    background-size: cover;
}

/*.olympic-header img {*/
/*    width: 65%;*/
/*    height: auto;*/
/*}*/

@media screen and (max-width:750px) {
    .olympic-header {
        background-position: right;
    }

    .olympic-header img {
        width: 100%;
    }
    
    .special-olympic-header{
        background-position:right;
    }
    
    .special-olympic-header img {
        width: 100%;
    }
}

.special-button-container{
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.special-button-wrapper{
    width:90%;
    height:auto;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    padding:2.5% 0;
}

.special-button-wrapper a{
    text-decoration:none;
}

.color-block {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-template-areas: ". . . . .";
}

.color-section {
    width: 100%;
    height: 25px;
}

.color-section:nth-of-type(1) {
    background: var(--olympic-blue);
}

.color-section:nth-of-type(2) {
    background: var(--olympic-yellow);
}

.color-section:nth-of-type(3) {
    background: var(--olympic-black);
}

.color-section:nth-of-type(4) {
    background: var(--olympic-green);
}

.color-section:nth-of-type(5) {
    background: var(--olympic-red);
}

.olympic-info {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2% 0;
}

.olympic-info-wrapper {
    width: 90%;
    height: auto;
}

.olympic-info-wrapper h1 {
    color: var(--text-blue);
}

.olympic-form {
    width: 100%;
    height: auto;
    min-height: 60vh;
    background-image: url('/application/files/3317/1528/0927/form-bg.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.olympic-form-container {
    width: 90%;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 2.5% 0;
}

.olympic-form-wrapper {
    width: 50%;
    height: auto;
    color: var(--white);
}

.olympic-form-wrapper h1 {
    color: var(--white);
    font-size: 2.25em;
    text-transform: uppercase;
    line-height: 1em;
}

.olympic-form-wrapper form {
    display: flex;
    flex-direction: column;
}

.olympic-form-wrapper form input {
    background: transparent;
    border: 1px solid var(--white);
    width: 50%;
    min-height: 40px;
    margin-bottom: 10px;
}

.olympic-form-wrapper form label {
    font-weight: bold;
}

@media screen and (max-width:800px) {
    .olympic-form-wrapper {
        width: 100%;
    }

    .olympic-form-wrapper form input {
        width: 75%;
    }
}

.gold-standard {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5% 0;
}

.gold-standard-wrapper {
    width: 90%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    
}

.gold-standard-wrapper h1 {
    /*font-size: 38px;*/
    color: var(--text-blue);
}

.careers-container {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.careers-wrapper {
  width: 95%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-template-rows:auto;
  grid-template-area:'. . . .';
  align-content: center;
  gap: 2em;
}

@media screen and (max-width:1200px){
    .careers-wrapper{
        grid-template-columns:repeat(2,1fr);
        grid-template-areas:'. .'
    }
}

.optional-1-container{
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.optional-1-wrapper{
    padding:5% 0;
    width:90%;
    height:auto;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
    flex-direction:column;
}

.three-col-vid{
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.three-col-vid-wrapper{
    width:100%;
    height:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
    gap:1em;
}

.three-col-vid-item{
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.three-col-vid-item img{
    width:90%;
    height:auto;
}

.careers-item {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.careers-item p {
  font-weight: bold;
  color: #00386;
}

.separator-container{
    width:100%;
    height:auto;
    display:flex;
    align-items:center;
    justify-content:center;
}

.separator-wrapper{
    width:90%;
    height:auto;
    display:flex;
    align-items:flex-start;
    justify-content:flex-start;
}

a.mega-link-overlay{
    border-bottom:16px solid #FAB612;
}


.omnibrowse-code-button{
    border:none;
    background:transparent;
    display: block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    text-align:left;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    font-size: 1.2em;
    transition: 175ms ease-in-out;
}
.omnibrowse-code-button:hover{
    color: #fab614;
}



.locator_button {
	display: inline-block;
    height: 50px;
    background: #003868;
    line-height: 50px;
    color: #fff;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.4em;
    padding: 0 25px;
    border-radius: 25px;
    border: none;
    
    transition: 175ms ease-in-out;
}

.locator_button:hover {
	background-color: white;
	color: #003868;
	border: 1px solid #003868;
}

#cooplogobox {margin-bottom: 16px;}
#cooplogobox img {max-width: 150px;}

.zipBox {margin-bottom: 16px;}
.branchLocator-heading {margin-bottom: 16px;}


/*NEW COMMUNITY PARTNERS PAGE*/

.header-image {
    width: 100%;
    height: auto;
    background: var(--yellow);
    position: relative;
    border-bottom: 10px solid var(--yellow);
}

.header-image img {
    width: 100%;
    height: auto;
}

.header-text-container {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 25%);
}

.header-text-container h1 {
    font-family: 'Gustavson';
    color: var(--yellow);
    font-size: 6vw;
}

.partners-content {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partners-wrapper {
    width: var(--inner-width);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-template-areas: "pa1 pa1 pa1 pa2";
    gap: 1em;
    padding: 2.5% 0;
}

.partners-area {
    width: 100%;
    height: auto;
    min-height: 50vh;
    border: 2px solid var(--blue);
}

.partners-area:nth-of-type(1) {
    grid-area: pa1;
}

.partners-area:nth-of-type(2) {
    grid-area: pa2;
}

/*NEW COMMUNITY PARTNERS PAGE*/

.blue-grid-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1em;
    margin-top:25px;
}

.blue-grid-item {
    border: 1px solid white;
    width: 100%;
    background: #003460;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10% 0;
}

.inner-blue-item {
    width: 80%;
    height: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.inner-blue-item hr {
    width: 90%;
    border-top: 1px solid #fff;
    margin: 25px 0!important;
}

.inner-blue-item p {
    color: #fff;
    text-align: center;
}

.white-grid-container {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(125px, 1fr));
    gap: 2em;
    margin-top:25px;
}

.white-grid-item {
    border: 1px solid white;
    width: 100%;
    background: #fff;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 10% 0;
}

.inner-white-item {
    color: #003869;
    text-align: left;
}

.inner-white-item img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}