/* Location: /bluefoundry/static/css/style.css */

h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}


/*- removed for ADA*/
/*a:focus {
  outline: none;
}*/ 

/*======= NTC CSS ================================*/
 h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5 .h6 {
  line-height: 1.3em;
  /* letter-spacing: 0.12em; */
}
p {
  line-height: 1.5em;
 /* letter-spacing: 0.12em; */
  word-spacing: 0.16em;
}

.content-container p a{
  text-decoration: underline;
}
a:focus {
  outline-offset: 2px;
  outline: 2px solid;
}
.btn {
  color: #fff;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #fff;
  background-color: #00528a;
  outline-color: #00528a;
  outline-offset: 2px;
}
.search-button:focus {
  outline: 2px solid #eed009;
  border: none;
  color: #eed009;
}
.btn-default.focus,
.btn-default:focus,
.btn-default:hover {
  background-color: #00528a !important;
}
.form-control:focus {
  outline: 2px solid #000;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.nav-secondary-links > li .nav-node-title:focus {
  outline-offset: 2px;
  outline: 2px solid;
}
.footer-container .top-footer ul li a:focus,
.nav-top-links li a:focus,
.sub-nav-container ul li a:focus,
.mega-nav-container ul li a:focus {
  color: #eed009;
  outline-offset: 2px;
  outline: 2px solid;
}

.dark-footer .logos a:focus, 
.footPhone a:focus {
  outline: 2px solid #EED009;
}
.widgets {
    z-index: 100;
    top: 46%;
}
.widgets a:focus {
  margin-right: 0;
  background-color: #073354 !important;
}
.slick-slide .btn {
 color:#23527c !important;
}
.full-width.single-post.career a.apply-now:focus, 
.full-width .careers .single-career-listing a.read-more:focus {
  background-color: #00528a !important;
  outline-color: #00528a;
}
/*.nav-main-links > li.has-mega-nav:focus .mega-nav-container, 
.nav-main-links > li.has-mega-nav:focus-within .mega-nav-container {
    display: flex;
    color: white;
    pointer-events: auto;
}*/

.back-to-top:hover, .back-to-top:focus {
  color: #fff !important;
}

/* code add on 22-05-2024 */
.slick-vertical .slick-slide .item:focus {
  color: #fff;
    outline-offset: 2px;
    outline: 2px solid;
background-color: #0F7BAE !important;
}
.homeVerticalSlider .vert-nav .slick-current .item {
    background-color: #0F7BAE !important;
}
.homeVerticalSlider .vert-nav .item {
border: none;
}

.homeVerticalSlider .vert-nav .slick-list {
  overflow: visible;
}

.homeVerticalSlider {
  overflow: hidden;
}
/* ===================================================== */



ol {
  list-style: decimal;
}
.btn-head.has-sub {
  position: relative;
}

.btn-head-sub {
  display: none !important;
  position: absolute;
  top: 0px;
  left: 0;
  list-style-type: none;
  min-width: 130px;
}
.btn-head-sub li {
  list-style: none;
  margin-bottom: 10px;
  min-width: 130px;
}
.btn-head:hover .btn-head-sub {
  display: block !important;
}
.btn-head:focus .btn-head-sub {
  display: block !important;
}
.btn-head-sub.shown {
  display: block !important;
}
@media screen and (max-width: 1210px) and (min-width: 1200px) {
  .btn {
    max-width: 100%;
  }
}
.container-fluid.full-width{
  margin-top:0px !important;
  margin-bottom: -25px;
}
@media (max-width:768px){
  .container-fluid.full-width{
    margin-top:0px !important;
  }
}
.cell {
  overflow: hidden;
}
/* Sitewide Elements */
.block > .content-container {
  padding-left: 0;
  padding-right: 0;
}
/* Footer Style START */
.footer-container .quick-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-top: 60px;
  padding-bottom: 60px;
}
.footer-container .quick-links > .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 15px;
}
.footer-container .quick-links .link {
  border: 1px solid #fff;
  padding: 30px 0px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.footer-container .quick-links .link:hover {
  background-color: rgba(19, 152, 214, 0.65);
}
.footer-container .quick-links .link a {
  font-weight: 300;
  font-family: Arial;
  color: #fff;
  width: 100%;
}
.footer-container .top-footer ul li a.news {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 and IE11 CSS styles go here */
  .footer-container .top-footer .form input {
    padding: 10px 9px 9px;
  }
}
.dark-footer .logos a:hover {
  text-decoration: none;
}
/* Footer Style END */
/* Navigation style START */
nav.navbar.open {
  position: fixed;
}
nav.navbar.open:after {
  content: "";
  display: block;
  position: absolute;
}
nav.open + .container-fluid + #fp-nav {
  z-index: -10;
}
.nav-bottom {
  float: none;
  display: flex !important;
  align-items: center;
  max-width: 100vw;
  flex-wrap: wrap;
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar .navbar-nav {
  display: flex !important;
}
.navbar-left,
.navbar-right {
  float: none !important;
  display: inline-block;
}
.contact-link-cont {
  display: flex;
  flex-basis: 16.75%;
  border-left: 1px solid #000;
  visibility: hidden;
}
.ms-user .contact-link-cont,
.saf-user .contact-link-cont {
  flex-basis: auto;
  width: auto;
}
nav.open .contact-link-cont {
  visibility: visible;
}
.contact-link {
  position: relative;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1em;
  margin: auto;
  text-align: left;
}
.location-link {
  position: relative;
  color: #fff !important;
  font-weight: 700;
  font-size: 0.9em;
  line-height: 1em;
  margin: auto;
  text-align: right;
}

.ms-user .search-toggle {
  flex-basis: auto;
  margin-left: auto;
}
.saf-user .search-toggle {
  flex-basis: auto;
  margin-left: auto;
}
nav.open .search-toggle {
  border-left: 1px solid #000;
}
.navbar-form {
  float: none;
  position: relative;
  display: inline-block;
  visibility: hidden;
  flex-basis: 100%;
  margin: auto 0;
  padding: 0 50px;
}
nav.open .navbar-form {
  visibility: visible;
}
.navbar-form .form-group {
  width: 100%;
}

.navbar-form input,
.navbar-form input:focus {
  border: none;
  width: 100% !important;
  border-bottom: 1px solid #fff;
  background: transparent;
  color: #fff;
  border-radius: 0;
  font-size: 1em;
  padding: 20px 15px;
  box-shadow: none;
}
.ms-user .navbar-form input,
.ms-user .navbar-form input:focus {
  height: 3em;
}
.navbar-form button,
.navbar-form button:hover {
  position: absolute;
  top: 0;
  right: 50px;
  padding: 4px 12px;
  font-size: 1em;
  color: #fff;
  font-weight: 300;
  background: transparent;
  border-radius: 0;
  border: none;
}
.ms-user .navbar-form button,
.ms-user .navbar-form button:hover {
  padding: 14px 12px;
}
.navbar-close {
  display: none;
  background: #0f7bae;
  border: none;
  border-radius: 50%;
  min-height: 50px;
  height: 50px;
  min-width: 50px;
  width: 50px;
  margin-right: 12px;
  transition: background-image 0.5s linear;
  background-image: url("/static/images/closed.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
nav.open .navbar-close {
  display: inline-block;
}
nav.open .navbar-toggle {
  opacity: 1;
  background-image: url("/static/images/closed.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
  background-color: black !important;
}
.navbar-toggle .icon-bar {
  margin: 0 auto;
  background-color: #1498D6 !important;
  transition: all 0.25s linear;
}
nav.open .navbar-toggle .icon-bar {
  visibility: hidden;
  opacity: 0;
}
.navbar-collapse {
  border-top: 2px #000 solid !important;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
nav.open .navbar-collapse {
  display: block !important;
}
.navbar-collapse {
  display: none !important;
}
.navbar-nav {
  float: none !important;
  margin-top: 0;
  display: flex;
  max-width: 100vw;
}
.navbar-nav > li {
  float: none;
  flex: 14.2857%;
  text-align: center;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
  border-collapse: collapse;
}
.navbar-nav > li:first-child {
  border-left: none;
}
.navbar-nav > li:last-child {
  border-right: none;
}
.navbar-nav > li > a {
  padding: 0;
  color: #fff !important;
  font-weight: 700;
  font-size: 1.75em;
  line-height: 1em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ms-user .navbar-nav > li > a {
  display: block;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 20px;
}
.navbar-nav > li.me-biz > a {
  font-size: 4em;
  font-weight: 900;
  flex-basis: 21.42855%;
  text-align: center;
}

.skip-to-content-link:focus {
  transform: translateY(0%);
}
.navbar-nav > li.me-biz:hover > a span.sec,
.navbar-nav > li.me-biz > a:focus span.sec {
  display: none;
}
.navbar-nav > li.me-biz > a span.sec {
  font-size: 16px;
  clear: left;
  font-weight: 900;
  flex-basis: 21.42855%;
  float: left;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.navbar-nav > li > a > img {
  width: 100%;
  display: block;
  height: 0;
  object-fit: cover;
  object-position: center;
  transition: all 0.25s linear;
}
.navbar-nav > li > a span {
  display: inline-block;
  width: 100%;
  text-align: center;
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.navbar-nav > li:hover > a > img,
.navbar-nav > li > a:focus > img {
  height: 65%;
}
.navbar-nav > li:hover > a span,
.navbar-nav > li:focus > a span,
.navbar-nav > li > a:focus span {
  height: 15%;
  position: relative;
  top: unset;
  transform: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  margin: 0 auto;
}
.ms-user .navbar-nav > li:hover > a span,
.ms-user .navbar-nav > li:focus > a span {
  top: 0;
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
  padding-top: 25px;
}
.collapse.in {
  display: block !important;
}

div.nav-search-container form {
  display: flex;
}

div.nav-search-container input[type="text"] {
  color: white;
  background-color: black;
  border: 2px solid white;
  border-radius: 0;
  max-width: 130px;
  width: 100%;
  height: 44px;
  background-image: url(/static/images/search-icon.svg);
  background-position: 10px 10px;
  background-repeat: no-repeat;
  background-size: 18%;
  padding-left: 50px;
  font-size: 16px;
}

div.nav-search-container input[type="text"]::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

div.nav-search-container input[type="text"]::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

div.nav-search-container input[type="text"]::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

div.nav-search-container input[type="text"].expand {
  width: 100%;
  max-width: 700px;
  border: none;
  border-bottom: 1px solid white;
  background-position: right;
  background-size: 4%;
  padding-left: 10px;
}

div.nav-search-container.expand {
  width: 45%;
  display: block !important;
  margin-left: 15%;
  background-color: #000;
  position: absolute;
  transition: 0.3s all ease-in-out;
}
@media(max-width:1440px){
  div.nav-search-container.expand {
    width: 60%;
    display: block !important;
    margin-left: 15%;
    background-color: #000;
    position: absolute;
    transition: 0.3s all ease-in-out;
  }
}

button.search-escape-img {
  display: none;
  /* transition: all 0.3s linear;*/
}

button.search-escape-img.expand {
  display: block;
  /* transition-delay: 4s; */
  cursor: pointer;
  float: right;
  margin-top: -36px;
  background-color: transparent;
  border: none;
  margin-right: 30px;
}
button.search-escape-img:focus{
  /* border: 1px solid #fff; */
    outline: 2px solid #eed009;
}

.quick-buttons-container:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.buttons-container{
  position: relative;
}

.quick-buttons-container:hover .quick-buttons-list, .quick-buttons-container:focus .quick-buttons-list, .quick-buttons-container:focus-within .quick-buttons-list{
  display: block;
  position: absolute;
  padding-top: 24px;
  left: 0;
  margin-top: 0px;
  max-width: 135px;
  z-index: 100;       
} 

.quick-buttons-list a {
  margin-right: 0;
  min-width: 115px;
  max-width: 119px;
  min-height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-bottom: 15px;
}

.quick-buttons-list.isactive {
  display: block;
  position: absolute;
  padding-top: 24px;
  left: 0;
  margin-top: 0px;
  max-width: 135px;
  z-index: 100;
}

.buttons-container.expand {
  display: none;
}

.nav-main-desktop {
  display: flex;
  justify-content: space-evenly;
}

div.mobile-btn-links {
  padding: 40px 0 20px 20px;
  display: flex;
  flex-direction: column;
  width: 90%;
}

div.mobile-btn-links a {
  font-weight: 600;
  cursor: pointer;
  color: #2ea4da;
  padding: 0.5em 1.5em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #2ea4da;
  padding-left: 0;
  margin-bottom: 10px;
  font-size: 16px;
  text-decoration: none;
}

.search-button.expand {
  display: none !important;
}

@media (max-width: 1024px) {
  .btn-new {
    padding: 8px 10px;
  }

  .quick-buttons-container {
    padding: 8px 10px;
  }

  .quick-buttons-list a {
    min-width: 75px;
  }

  .search-button {
    max-width: 85px;
  }

  .search-button img {
    width: 20px;
    height: auto;
    margin-top: 7px;
    margin-left: 2px;
  }
}

@media (max-width: 900px) {
  .navbar-brand img {
    width: 90%;
    max-width: 400px;
  }
}

@media (max-width: 768px) {

  .main-container {

   

  }

}



@media (max-width: 880px) {
  .nav-node-title {
    font-size: 16px !important;
  }
}

@media (max-width: 768px) {
  .btn-head {
    display: none !important;
  }
  nav > .container-fluid {
    background: #012f4f;
  }
  .nav-main-desktop {
    display: none !important;
  }

  .nav-main-mobile.activate {
    height: 100vh;
    padding-top:40px;
    display: block;
    overflow: scroll;
    padding-bottom: 150px;
    background-color: #000;
    position: relative;
  }

  .buttons-container {
    display: none;
  }
}

.nav-main-links li div.nav-node-title:hover {
  text-decoration: none;
}

.sub-nav-container.activate {
  display: flex;
  color: white;
  pointer-events: auto;
}

.sub-nav-container ul {
  display: flex;
}

.sub-nav-container ul li {
  font-size: 14px;
  font-family: Arial;
  font-weight: normal;
  padding: 15px 20px;
}

.sub-nav-container ul li a {
  color: white;
  height: unset;
  font-size: 14px;
}

.blue-triangle.activate {
  display: block;
}
.nav-main-links > li.has-sub-nav:hover .blue-triangle{
  display: block;
}
.nav-main-links > li.has-sub-nav:focus .blue-triangle,.nav-main-links > li.has-sub-nav:focus-within .blue-triangle{
  display: block;
}

/* mobile */
.sub-nav-title {
  color: #2ea4da;
  font-size: 16px;
}

@media (max-width: 768px) {
  .search-icon-mobile {
    display: block !important;
    position: relative;
    width: 25px;
    height: 25px;
  }

  .search-icon-mobile img {
    position: absolute;
  }

  .search-icon-mobile #search {
    transition: 0.3s ease-in all;
    opacity: 1;
  }

  .search-icon-mobile #exit {
    transition: 0.3s ease-in all;
    opacity: 0;
    margin: auto;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: 4px;
  }

  .search-icon-mobile.inactive #search {
    opacity: 0;
  }

  .search-icon-mobile.inactive #exit {
    width: 18px;
    height: 18px;
    opacity: 1;
  }

  .nav-search-container {
    display: none !important;
  }

  .nav-search-container.activate-mobile {
    display: block !important;
    width: 100vw;
    position: absolute;
    top: 100%;
    left: 0;
    background: #000;
  }

  .nav-search-container.activate-mobile form {
    width: 80%;
    margin: auto;
    padding: 10px 0px 50px 0;
  }

  .nav-search-container.activate-mobile input[type="text"] {
    max-width: 100% !important;
    width: 100% !important;
    background: #012f4f !important;
    background-size: 5% !important;
    background-position: right !important;
    border-bottom: 1px solid white !important;
    padding-left: 0 !important;
    background-image: url(/static/images/search-icon.svg) !important;
    background-repeat: no-repeat !important;
    padding-right: 40px !important;
  }

  .nav-search-container.activate-mobile input[type="text"]:focus {
    outline: none !important;
  }

  .nav-search-container.activate-mobile input[type="text"]::placeholder {
    color: white !important;
  }
}

div.nav-main-mobile .wrapper {
  padding: 0;
  width:100%;
}
div.nav-main-mobile .wrapper h2 {
  margin-top: 0;
  margin-bottom: 0;
}
.accordion-item {
  overflow: hidden;
  /* max-height: 0; */
  display: none;
  transition: max-height 0.35s cubic-bezier(0, 1, 0, 1);
  padding-left: 40px;
}

.accordion-item.collapsed {
  overflow: hidden;
  transition: max-height 0.3s cubic-bezier(1, 0, 1, 0);
  /* height: auto; */
  /* max-height: 9999px; */
  display: block;
}

.accordion-title {
  font-weight: 600;
  cursor: pointer;
  color: white;
  padding: 0.5em 2.5em;
  display: flex;
  justify-content: space-between;
  align-items: center; 
  padding-left: 20px;
  margin-bottom: 0px;
  font-size: 16px;
  width: 100%;
  border: none;
  background: transparent;
}

.accordion-title.secondary {
  background-color: #1498D6 !important;
}

div.mobile-accordion-wrapper .accordion-title {
  color: #2ea4da;
 
}

div.mobile-accordion-wrapper .accordion-title::after {
  content: url(/static/images/plus.svg);
}



.accordion-title a,
.accordion-title a:link,
.accordion-title a:visited,
.accordion-title a:hover,
.accordion-title a:active {
  color: white;
  text-decoration: none;
}

.accordion-title.sublinks::after {
  content: url(/static/images/plus.svg);
}

.accordion-title.sublinks.collapsed::after {
  content: url(/static/images/minus.svg);
}

.accordion-content li {
  margin-bottom: 0 !important;
  list-style-type: none;
}

.accordion-content a {
  font-size: 16px !important;
  border: none !important;
  margin-bottom: 0 !important;
  font-weight: normal !important;
  padding: 10px 0 !important;
  color:#fff;
}

.accordion-content {
  padding: 10px 20px 10px 0;
}

.accordion-content li {
  margin-bottom: 10px;
}

/* Navigation style END */
.sticky-nav {
  position: fixed;
  left: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  width: 40px;
  background: rgba(26, 113, 158, 0.75);
  color: #fff;
  margin: 0;
  text-align: center;
  height: 185px;
}
.sticky-nav a {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 40px;
  width: 185px;
  text-align: left;
  margin-left: -67px;
  margin-top: 50px;
}
.sticky-nav span {
  display: none;
}
@media screen and (max-width: 600px) {
  .sticky-nav {
    width: 100%;
    top: auto;
    bottom: 0;
    color: #fff;
    height: 40px;
    background: rgba(19, 152, 214, 0.7);
  }
  .sticky-nav a.rotate {
    display: none;
  }
  .sticky-nav span {
    display: block;
    text-align: center;
  }
  .sticky-nav span a {
    color: #fff;
    font-size: 22px;
    text-align: center;
    height: unset;
    width: unset;
    margin: 0;
  }
}
.rotate {
  transform: rotate(-90deg) !important;

  /* Legacy vendor prefixes that you probably don't need... */

  /* Safari */
  -webkit-transform: rotate(-90deg);

  /* Firefox */
  -moz-transform: rotate(-90deg);

  /* IE */
  -ms-transform: rotate(-90deg);

  /* Opera */
  -o-transform: rotate(-90deg);

  /* Internet Explorer */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
/* Contentful Banner START */
.alert-banner {
  display: block;
  width: 100%;
  position: relative;
  top: 0;
  z-index: 100;
  background: white;
  padding: 10px 10px;

  text-align: center;
  background: #03538a;
  color: #fff;
}
.alert-text p {
  margin-bottom: 0;
}
.alert-banner .close-banner {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 15px;
  cursor: pointer;
  background-image: url("/static/images/exit.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
  background-color: transparent;
  outline: 0;
}
/* Contentful Banner END */

/* Slider Homepage START */
.container-fluid.homepage {
  padding: 0;
  margin: 0;
}
.slider .section.hp-slider {
  height: 25vh !important;
  min-height: 1vh;
  width: 100%;
}
.slider .section.hp-slider .fp-tableCell {
  height: inherit !important;
}
.slider .section.hp-slider .img-slider {
  width: 100%;
  position: relative;
}
.slider .section.hp-slider .img-slider .img-slide a {
  display: block;
  width: 100%;
}
.slider .section.hp-slider .img-slider .img-slide img {
  display: block;
  width: auto;
  height: 10vh;
  margin: 0 auto;
}
.slider .section.hp-slider .img-slider .img-slide span {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 1em;
  padding: 10px 0;
}
.slider .section.hp-slider .img-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 2em;
  z-index: 99;
}
.slider .section.hp-slider .img-slider .slick-arrow.fa-angle-left {
  left: 30px;
}
.slider .section.hp-slider .img-slider .slick-arrow.fa-angle-right {
  right: 30px;
}
@media screen and (max-width: 763px) {
  .slider .section video,
  .slider .section:not(.footer-container) iframe {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    float: right;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    opacity: 0;
    transition: 0.25s all linear;
    background: #000;
  }
  .slider .section video.active,
  .slider .section iframe.active {
    z-index: 9;
    opacity: 1;
    background: #000;
  }
  .slider .section .play-btn {
    position: absolute;
    right: 25%;
    cursor: pointer;
    z-index: 950;
    transition: all 0.25s linear;
    visibility: visible !important;
  }
  .ms-user .slider .section .play-btn {
    top: 50%;
    transform: translateY(-50%);
  }
  .slider .section .play-btn.active {
    z-index: -9;
    opacity: 0;
  }
  .slider .section .close-btn {
    position: absolute;
    z-index: -9;
    opacity: 0;
    transition: all 0.25s linear;
    right: 0;
    top: 0;
    background: #000;
    padding: 20px 30px;
    display: block;
  }
  .slider .section .close-btn.active {
    z-index: 9;
    opacity: 1;
  }
  .volume {
    display: none !important;
    visibility: hidden;
    border: none;
    background: transparent;
  }
  .player {
    display: none !important;
    visibility: hidden;
    border: none;
    background: transparent;
  }
  .player2 {
    display: none !important;
    visibility: hidden;
    border: none;
    background: transparent;
  }
  .new-exist {
    width: 50%;
    display: inline-block !important;
  }
}
.new-exist {
  display: none;
}
.slider .section video.active,
.slider .section iframe.active {
  z-index: 9;
  opacity: 1;
  background: #000;
}
.ms-user .slider .section .play-btn {
  top: 50%;
  transform: translateY(-50%);
}
.slider .section .play-btn.active {
  z-index: -9;
  opacity: 0;
}
.slider .section .close-btn.active {
  z-index: 9;
  opacity: 1;
}
#fp-nav {
  width: auto;
  z-index: 98;
}
#fp-nav span {
  background: #606161;
  border: none;
  width: 12px;
  height: 12px;
}
#fp-nav li {
  margin: 14px;
}
#fp-nav li .active span {
  background: #0f7bae;
  width: 15px;
  height: 15px;
}
.slider .section-content.right-justified h3 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 4em;
  font-weight: 700;
}
.ms-user .slider .section-content.multi-line span {
  color: #fff;
}
.slider .section-content.multi-line h3 {
  font-size: 2.9em;
  padding: 0 15px;
  font-weight: 700;
}
.slider .section-content.centered-content h2 {
  font-size: 2.9em;
  color: #000;
  text-align: unset;
}
.slider .section-content.centered-content b {
  font-size: 2.9em;
  color: #000;
  text-align: unset;
  max-width: 30%;
}
.slider .section-content.two-column span {
  color: #fff;
  display: inline-block;
  margin: 40px auto 0;
  font-size: 1.667em;
  font-family: Arial;
}
.slider .section-content.two-column button span {
  display: unset;
  font-size: unset;
}
.slider .section-content.two-column a:hover {
  text-decoration: none;
}
.slider .section-content.two-column button span:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f078";
  color: #0f7bae;
  display: block;
  transition: all 0.5s ease;
}
.slider .section-content.two-column .hover-content a:after {
  display: none;
}
.slider .section-content.two-column:hover .hover-content,
.slider .section-content.two-column:focus-within .hover-content,
.slider .section-content.two-column:focus .hover-content {
  max-height: 500px;
  visibility: visible;
}
.slider .section-content.two-column:hover span:after,
.slider .section-content.two-column:focus-within span:after,
.slider .section-content.two-column:focus span:after,
.slider .section-content.two-column:hover button span:after,
.slider .section-content.two-column:focus button span:after,
.slider .section-content.two-column:focus-within button span:after {
  transform: rotate(180deg);
}
.slider .section-content.two-column:hover img,
.slider .section-content.two-column:focus img,
.slider .section-content.two-column:focus-within img {
  opacity: 0;
  visibility: hidden;
}
.slider .section-content.two-column:hover img.outline,
.slider .section-content.two-column:focus img.outline,
.slider .section-content.two-column:focus-within img.outline {
  visibility: visible;
  opacity: 1;
}
/* Slider Homepage END */

/* ME, BIZ Borrow, Deposit Templates START */
.full-width .content-container > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.ms-user .block .content-container > .row {
  height: 100% !important;
}
.full-width .block {
  display: flex;
  align-items: center;
  min-height: 85vh;
  width: 100%;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.full-width .block.one-three:before {
  content: '';
  background: rgb(0 0 0 / 63%);
  width: 100%;
  height: 100%;
  position: absolute;
}
.full-width .iframe-cont img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}
.full-width .block.short {
  min-height: 65vh;
}
.full-width .block.extra-short{
  min-height: 35vh;
}
.ms-user .full-width .block {
  height: 85vh;
}
.ms-user .full-width .block.short {
  height: 65vh;
}
.ms-user .full-width .block.extra-short {
  height: 35vh;
}
.ms-user .news-page.full-width .block {
  height: auto;
}
.ms-user .news-page.full-width .block.one-three {
  height: 65vh;
}

.ms-user .full-width .content .iframe-cont img {
  height: 100% !important;
  clear: both;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 and IE11 CSS styles go here */
  .contact .content-container.hero-title .content,
  .news-page .content-container.hero-title .content {
    top: 50%;
  }
  .contact .content-container.hero-title .content h2,
  .news-page .content-container.hero-title .content h2 {
    transform: translate(0%, -50%);
  }

  .contact .full-width-panel .content-container {
    height: 1300px;
  }

  .contact .contact-form.row .row,
  .contact .contact-form.row {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.full-width .two-column.narrow {
  min-height: 25vh;
}
.full-width .two-column .content img {
  display: block;
  margin: 0 auto;
  max-width: 85%;
  width: 100%;
}
.full-width .two-column .content h1 {
  text-align: center;
  color: #fff;
  font-size: 2.778em;
  font-family: Arial;
}
.full-width .two-column .content span.h2 {
  display: block;
  font-size: 3.333em;
  font-weight: 800;
  color: #231f20;
  font-weight: 600;
  margin: 10px auto;
}
.full-width .two-column .content p {
  font-size: 1.667em;
  color: #231f20;
  font-weight: 600;
  margin: 0 auto;
}
.full-width .two-column .content p {
  font-size: 1.25em;
  line-height: 1.5em;
}
.full-width .two-column .content:last-child p {
  font-family: Arial;
  font-weight: 300;
}
.full-width .one-three.narrow {
  min-height: 25vh;
}
.ms-user .full-width .one-three.narrow {
  height: 25vh;
}
.full-width .one-three.shorter {
  min-height: 60vh;
}
.full-width .one-three .content-container {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
.full-width .one-three .content-container::after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #fff;
  position: absolute;
  bottom: 8px;
}
.ms-user .one-three .content-container::after {
  display: none;
}
.full-width div:first-child.one-three .content-container::after {
  display: none;
}
.full-width .one-three .content h2 {
  font-size: 9em;
  line-height: 0.85em;
  font-weight: 700;
  color: transparent;
  text-align: left;
  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
  
  margin: 0 auto;
}
.full-width .one-three .content h1 {
  font-size: 7.6em;
  line-height: 0.85em;
  font-weight: 700;
  color: #fff;
  text-align: left;
  
  margin: 0 auto;
}
.full-width .one-three .content h3 {
  color: #fff;
  font-size: 3em;
  line-height: 0.85em;
  font-weight: 700;
  padding-left: 5px;
}
.ms-user .full-width .one-three .content h2 {
  color: #fff;
}
.full-width div:first-child.one-three .content h2 {
  color: #fff;
}
.full-width .one-three .content p {
  font-size: 1.25em;
  color: #fff;
  margin-bottom: 10px;
  font-family: Arial;
}
.full-width .one-three .content a {
  position: absolute;
  top: 150%;
  font-size: 1.35em;
  color: #fff;
  font-weight: 600;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.ms-user .full-width .one-three .content a {
  width: 100%;
  display: block;
  left: 0;
}
.full-width .three-column,
.ms-user .full-width .three-column {
  min-height: 55vh !important;
  height: auto;
  background-size: cover;
}
.full-width .three-column .content-container {
  padding-left: 0;
  padding-right: 0;
}
.full-width .three-column .content-container > .row,
.ms-user .full-width .three-column .content-container > .row {
  min-height: 55vh;
  height: auto;
}
.full-width .three-column .content {
  text-align: center;
  min-height: 65vh;
  position: relative;
  border-top: 1px solid #959595;
}
.full-width .three-column .content:not(:last-child) {
  border-right: 1px solid #959595;
}
.full-width .three-column h3 {
  font-size: 2.65em;
  font-weight: 700;
  margin: 20px 0;
}
.full-width .three-column .content .regular img {
  margin: 10px auto;
  display: block;
  height: 100%;
  opacity: 1;
  transition: all 0.25s linear;
}
.full-width .three-column .content .regular.opened img {
  height: 0;
}
.full-width .three-column .content .regular p {
  font-size: 1.2em;
  font-family: Arial;
  opacity: 0;
  margin-bottom: 0;
  visibility: hidden;
  transition: all 0.25s linear;
}
.ms-user .full-width .three-column .content .regular p {
  padding: 0 40px !important;
}
.full-width .three-column .content .regular.opened p {
  visibility: visible;
  opacity: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 and IE11 CSS styles go here */

  .full-width .three-column .content {
    min-height: 80vh;
  }
  .full-width .three-column .content .regular.opened p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .full-width .three-column .content .regular p:first-of-type {
    display: none;
  }
  .full-width .three-column .content .regular.opened p:first-of-type {
    display: block;
  }

  .full-width .three-column .content .regular img {
    transition-property: opacity;
  }
}

.full-width .three-column .content .regular {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 100%;
}
.full-width .three-column .content .regular a {
  font-size: 2.85em;
}
.full-width .three-column .content .regular button {
  font-size: 2.85em;
  color: #337ab7;
  background: transparent;
  outline: none;
  border: none;
}
.full-width .three-column .content .open {
  position: absolute;
  width: 100%;
  height: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  bottom: 0;
  left: 0;
  transition: all 0.25s linear;
}

.full-width .three-column .content .open.opened {
  visibility: visible;
  height: 18%;
}
.full-width .three-column .content .open a {
  font-size: 1.5em;
  font-weight: 700;
  color: #fff;
  display: block;
  margin: auto;
}
.full-width .three-column .content .open a:hover {
  text-decoration: none;
}
.full-width .three-column .row.legal {
  background-color: #e0e0e0;
  color: #9a9a9a;
  min-height: 1vh;
  height: auto;
  border-top: 1px solid #959595;
}
.full-width .three-column .row.legal .content {
  border: none;
  text-align: unset;
  min-height: 1vh;
  font-size: 0.75em;
  padding: 10px 0;
}
.full-width .three-column .legal .content ol {
  list-style-type: decimal;
}
.full-width .three-column .legal .content li {
  margin: 10px 0;
}
.full-width .one-row-three-column .content-container {
  background: rgba(0, 0, 0, 0.45);
}
.full-width .one-row-three-column .content.col-lg-10 {
  margin-bottom: 35px;
}
.full-width .one-row-three-column .content h1 .second {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 0.85em;
  padding: 0 15px 0 0;
  margin-top: 0;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  position: relative;
}
.ms-user .full-width .one-row-three-column .content h1 .second {
  color: #fff;
  -webkit-text-stroke-width: 0px;
}
.full-width .one-row-three-column .content h1 .second:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 30px;
  left: -50%;
  height: 1px;
  width: 200vw;
  background-color: #fff;
}
.full-width .one-row-three-column .content h1:first-of-type {
  color: #fff;
  font-weight: 900;
  font-size: 5em;
}
.ms-user
  .full-width
  .one-row-three-column:first-child
  .content-container
  > .row:first-child {
  padding-top: 75px;
}
.full-width .one-row-three-column .content li {
  list-style-type: none;
  position: relative;
  color: #fff;
  margin: 10px 0;
  padding-left: 1.5em;
}
.full-width .one-row-three-column .content li .li-after:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
}
.full-width .one-row-three-column .content p {
  color: #fff;
}
.full-width .one-row-three-column .content h2 {
  color: #fff !important;
  font-size: 16px !important;
}
.full-width .one-row-three-column .content:nth-child(2) p {
  font-family: Arial;
}
.full-width .one-row-three-column .content p strong {
  font-size: 2em;
}
.ms-user .full-width .one-row-three-column {
  height: auto;
  position: relative;
}
.ms-user .full-width .two-bg-column {
  height: auto;
  position: relative;
}
.full-width .two-bg-column,
.full-width .two-bg-column .content-container,
.full-width .two-bg-column .content-container > .row {
  min-height: 85vh;
}
.full-width .two-bg-column .content {
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 0;
  padding-right: 0;
  min-height: 40vh;
  word-break: break-word;
  clear: both;
}
.full-width .two-bg-column .content:first-child {
  border-right: 1px solid #fff;
}
.full-width .two-bg-column .content.no-bg p {
  color: #202020;
}
.full-width .two-bg-column .content > .row {
  min-height: 85vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
}
.full-width .two-bg-column .content.no-bg > .row.with-legal {
  height: 65%;
}
.full-width .two-bg-column .content.no-bg > .row.legal {
  height: 35%;
}
.full-width .two-bg-column .content > .row .content {
  height: auto;
}
.full-width .two-bg-column .content h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 0.85em;
  padding: 0 15px 0 0;
  color: black;

  position: relative;
  margin-bottom: 50px;
}
.full-width .two-bg-column .content.no-bg h2 {
  color: #202020;
  font-size: 3em;
  line-height: 0.85em;
  margin-bottom: 0;
  -webkit-text-stroke: transparent;
}
.full-width .two-bg-column .content.no-bg h2:last-of-type {
  margin-bottom: 50px;
}
.full-width .two-bg-column .content.no-bg a {
  color: #0f7bae;
  font-weight: 900;
  font-size: 1.5em;
}
.full-width .two-bg-column .content.no-bg h2:after {
  display: none;
  content: none !important;
}
.full-width .two-bg-column .content h2:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -50%;
  height: 1px;
  width: 200vw;
  background-color: #fff;
}
.full-width .two-bg-column .content h3 {
  color: #fff;
  font-weight: 900;
  font-size: 2.5em;
  line-height: 0.5em;
  position: absolute;
  top: -30px;
}
.full-width .two-bg-column .content p {
  font-weight: 500;
  color: black;
  display: block;
  font-size: 1.25em;
  line-height: 1.95em;
  font-family: Arial;
}
.full-width .two-bg-column .content h1 ~ p,
.full-width .two-bg-column .content h2 ~ p {
  font-family: Arial;
}
.full-width .two-bg-column .content a {
  color: #0F7BAE;
  font-size: 1.25em;
  font-weight: 700;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.full-width .two-bg-column .content li {
  position: relative;
  color: black;
  margin: 10px 0;
  margin-left: 15px;
}
.saf-user.mobile .full-width .two-bg-column .content li:before {
  content: "";
}
.full-width .two-bg-column .content li p {
  color: black;
  font-size: 1.25em;
  line-height: 1.25em;
}
.saf-user.mobile .full-width .two-bg-column .content li p {
  position: relative;
  top: -1em;
}
.full-width .two-bg-column .row .row:not(.legal) .content li:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 1.25em;
  line-height: 1.95em;
}
.full-width .two-bg-column .no-bg .legal {
  background-color: #fff;
  color: #9a9a9a;
  min-height: 1vh;
  height: auto;
}
.full-width .two-bg-column .legal .content {
  border: none;
  text-align: unset;
  min-height: 1vh;
  padding: 10px 0;
}
.full-width .two-bg-column .legal .content ol {
  list-style-type: decimal;
}
.full-width .two-bg-column .legal .content li {
  margin: 10px 0;
  list-style-type: decimal;
  color: #6e6e6e;
  padding-left: 0;
  font-size: 0.65em;
  line-height: 1.25em;
}
.full-width .two-bg-column .legal .content li:after {
  font-size: 0.65em;
  line-height: 1.25em;
}
.full-width .two-bg-column .legal .content li p {
  color: #6e6e6e;
  font-size: 1em;
  line-height: 1em;
}
.full-width .title-only h1 {
  color: #fff;
  font-weight: 700;
  font-size: 5em;
  text-align: center;
}

.full-width .full-width-panel {
  padding: 40px 0;
  background-color: #f3f6fb;
  border-bottom: 1px solid #efefef;
  min-height: 35vh;
}
.ms-user .full-width .full-width-panel {
  height: auto;
  position: relative;
}
.full-width .full-width-panel.iframe-cont {
  padding: 0;
  background: #fff;
  border-bottom: none;
}
.full-width .full-width-panel h1,
.full-width .full-width-panel h2 {
  font-size: 2.33em;
  margin-bottom: 25px;
}
.full-width .full-width-panel.iframe-cont p {
  margin: 0;
}
.full-width .full-width-panel.iframe-cont iframe {
  margin-bottom: -10px;
  min-height: 100vh;
  width: 99vw;
}
/* ME & BIZ Template END */
/* Contact Page START */
.full-width .contact-form {
  min-height: 25vh;
  padding: 30px 0;
}
.full-width.contact .content-container > .row {
  align-items: stretch;
}
.full-width .contact-form .content p {
  padding-top: 20px;
}
.full-width .contact-form .form-group {
  padding-top: 20px;
  padding-bottom: 20px;
}
.full-width .contact-form .form-group label {
  font-weight: 700;
  color: #333;
  font-size: 1em;
}
.full-width .contact-form .form-group input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.full-width .contact-form .form-group button {
  text-transform: uppercase;
  background: #1498d6;
    color: #fff;
  margin: 0 auto;
  display: block;
  transition: all 0.25s linear;
  font-size: 1em;
  padding: 13px 32px;
}
.full-width .contact-form .form-group button:hover {
  background: #064a77;
}

/* Contact Page END */
/* Standard Page Template START */
.full-width.standard-page .title-only {
  min-height: 65vh;
}
.ms-user .full-width.standard-page .title-only {
  min-height: 85vh;
}
.full-width.standard-page .title-only h1 {
  text-align: left;
}
.ms-user
  .full-width.standard-page
  .title-only
  .content-container
  > .row
  > .content {
  height: 85vh;
}
.ms-user
  .full-width.standard-page
  .title-only
  .content-container
  > .row
  > .content
  h1 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.full-width.standard-page .page-content {
  min-height: 50vh;
  padding-top: 50px;
  padding-bottom: 50px;
}
.ms-user .block.page-content .content-container > .row {
  height: auto;
}
.ms-user
  .full-width.standard-page
  .page-content
  .content-container
  > .row
  > .content {
  height: 100%;
}
.full-width.standard-page h2 {
  font-weight: 700;
  font-size: 2.5em;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-width.standard-page h3 {
  font-weight: 700;
  font-size: 1.75em;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-width.standard-page h4 {
  font-family: initial;
  font-weight: 700;
  font-size: 1.45em;
  padding-top: 30px;
  margin-bottom: 25px;
}
.full-width.standard-page h5 {
  font-family: initial;
  font-weight: 300;
  font-size: 1.15em;
  line-height: 1.35em;
  margin-bottom: 20px;
}
.full-width.standard-page ul {
  list-style-type: none;
  margin-left: 5%;
}
.full-width.standard-page li {
  position: relative;
  margin-bottom: 10px;
}
.full-width.standard-page li:before {
  content: "•";
  display: block;
  position: absolute;
  top: 0;
  left: -20px;
  color: #0f7bae;
  font-size: 1.35em;
}
.full-width.standard-page li p {
  font-size: 1.15em;
  line-height: 1.35em;
}
/* Standarad Page Template END */
/* Single Post Template START */
.full-width.single-post .title-only {
  min-height: 85vh;
}
.ms-user .full-width.single-post .title-only {
  height: 85vh;
}
.full-width.single-post .title-only h1 {
  text-align: center;
}
.ms-user .full-width.single-post .post-content .content-container > .row {
  height: auto;
}
.full-width.single-post .post-content {
  padding-top: 50px;
  padding-bottom: 50px;
  height: auto;
}
.full-width.single-post .post-content h2 {
  font-weight: 700;
  font-size: 2.5em;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-width.single-post .post-content h3 {
  font-weight: 700;
  font-size: 1.75em;
  padding-top: 30px;
  margin-bottom: 30px;
}
.full-width.single-post .post-content p {
  font-size: 1.15em;
  line-height: 1.45em;
  margin-bottom: 20px;
}

.full-width.single-post .post-content img {
  float: right;
  padding-left: 40px;
}
.full-width.single-post .post-content .post-detail-share {
  margin-top: 20px;
  margin-bottom: 50px;
}
.full-width.single-post .post-content .post-detail-share span {
  display: block;
}
.full-width.single-post .post-content .post-detail-share .details a {
  color: #0f7bae;
  font-weight: 700;
}
.full-width.single-post .post-content .post-detail-share .share-icons {
  text-align: right;
}
.full-width.single-post .post-content .post-detail-share .share-icons ul {
  display: inline-block;
  vertical-align: middle;
  margin-left: 50px;
}
.full-width.single-post .post-content .post-detail-share .share-icons li {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
/* Social Share Icons */
.full-width.single-post .post-content .post-detail-share .share-icons li.fb i {
  background-color: #3b5a9a;
}
.full-width.single-post .post-content .post-detail-share .share-icons li.tw i {
  background-color: #187eaa;
}
.full-width.single-post .post-content .post-detail-share .share-icons li.in i {
  background-color: #0077b5;
}
.full-width.single-post
  .post-content
  .post-detail-share
  .share-icons
  li.mail
  i {
  background-color: #7bcd44;
}
/* END Social Share Icons */
.full-width.single-post
  .post-content
  .post-detail-share
  .share-icons
  li
  a:hover {
  text-decoration: none;
}
.full-width.single-post .post-content .post-detail-share .share-icons li i {
  font-size: 20px;
  line-height: 35px;
  display: block;
  color: #fff;
  background: black;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}
.full-width.single-post .related-posts {
  background-color: #f1f1f1;
  min-height: 50vh;
  padding: 50px 0;
}
.full-width.single-post .related-posts .title-see-all {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 50px;
}
.full-width.single-post .related-posts .title-see-all h3 {
  font-size: 2.75em;
  font-weight: 700;
}
.full-width.single-post .related-posts .title-see-all .see-all {
  text-align: right;
}
.full-width.single-post .related-posts .title-see-all .see-all a {
  border: 1px solid #0f7bae;
  color: #2e2e2e;
  padding: 15px 40px;
  font-family: initial;
}
.full-width.single-post .related-posts .single-post {
  margin-bottom: 20px;
}
.full-width.single-post .related-posts .single-post > .row {
  background-color: #fff;
  padding: 10px 20px 10px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.full-width.single-post .related-posts .single-post img {
  width: 100%;
}
.full-width.single-post .related-posts .single-post span {
  display: block;
}
.full-width.single-post .related-posts .single-post span.post-date {
  font-size: 0.65em;
  margin-bottom: 15px;
  color: #929292;
}
.full-width.single-post .related-posts .single-post span.post-date a {
  color: #0f7bae;
}
.full-width.single-post .related-posts .single-post span.post-title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 5px;
}
.full-width.single-post .related-posts .single-post span.post-title a {
  color: initial;
}
.full-width.single-post .related-posts .single-post span.post-excerpt {
  font-size: 0.85em;
}
/* Single Post Template END */

/* News Page START */
.feat_side img {
  width: 100%;
}

.full-width.news-page > .block:first-child {
  min-height: 65vh;
}
.full-width.news-page .content-container > .row {
  align-items: stretch;
}
.full-width.news-page .two-bg-column .post-date {
  display: block;
}
.full-width.news-page .two-bg-column .post-date a {
  font-size: inherit;
  display: inline-block;
  margin: 0;
  color: #0f7bae;
  font-weight: 700;
  line-height: 1em;
}
.full-width.news-page .two-bg-column h2 {
  line-height: 1.25em;
  color: #202020;
  font-size: 2.75em;
  line-height: 1.25em;
  margin-bottom: 20px;
  -webkit-text-stroke: transparent;
  border: none;
}
.full-width.news-page .two-bg-column h2:after {
  content: "";
  display: none;
}
.full-width.news-page .two-bg-column p {
  color: #202020;
  font-family: Arial;
}
.full-width.news-page .two-bg-column a.read-more {
  color: #0f7bae;
  font-weight: 700;
  font-size: 1.5em;
}
.full-width.news-page .two-bg-column .content {
  height: inherit;
}
.full-width.news-page .related-posts {
  background-color: #f1f1f1;
  min-height: 50vh;
  padding: 60px 0;
}
.full-width.news-page .related-posts .posts {
  display: flex;
  flex-wrap: wrap;
}
.full-width.news-page .related-posts .single-post {
  margin-bottom: 20px;
}
.full-width.news-page .related-posts .single-post > .row {
  background-color: #fff;
  padding: 0 0 20px 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.full-width.news-page .related-posts .single-post > .row > .col-xs-12 {
  padding: 0;
}
.full-width.news-page .related-posts .single-post img {
  width: 100%;
}
.full-width.news-page .related-posts .single-post span {
  display: block;
  padding: 10px 0 0 15px;
}
.full-width.news-page .related-posts .single-post h2 {
  display: block;
  padding: 10px 0 0 15px;
}
.full-width.news-page .related-posts .single-post span.post-date {
  font-size: 0.65em;
  color: #929292;
  text-align: left;
}
.full-width.news-page .related-posts .single-post span.post-date a {
  color: #0f7bae;
}
.full-width.news-page .related-posts .single-post h2.post-title {
  font-size: 1.1em;
  font-weight: 700;
  margin-bottom: 5px;
}
.full-width.news-page .related-posts .single-post h2.post-title a {
  color: initial;
  font-family: Arial;
}
.full-width.news-page .related-posts .single-post h2.post-title a:hover {
  color: #0f7bae;
}
.full-width.news-page .related-posts .single-post span.post-excerpt {
  font-size: 0.85em;
}
.full-width.news-page .load-more {
  margin-top: 40px;
  margin-bottom: 40px;
}
.full-width.news-page .load-more a {
  border: 1px solid #0f7bae;
  color: #2e2e2e;
  padding: 15px 20px;
  font-family: initial;
}
.full-width.news-page .load-more > div {
  text-align: center;
}
/*News Page END */

/* Rates Page START */
.full-width.rates > .block:first-child {
  min-height: 65vh;
}
.ms-user .rates .block .content-container > .row {
  height: 100%;
}
.ms-user .rates .block:first-child .content-container > .row:first-child {
  padding-top: 75px;
}
.full-width.rates .one-three.narrow h2.outline {
  display: none;
}
.full-width.rates .one-three.narrow h2 {
  display: block;
  font-size: 3.333em;
  font-weight: 800 !important;
  color: #231f20;
  font-weight: 600;
  margin: 10px auto;
  -webkit-text-stroke: none;
  -webkit-text-stroke-width: 0;
  text-align: left;
}
.full-width.rates .one-three.narrow .content-container > .row {
  min-height: 25vh;
}
.full-width.rates .one-three .content-container::after {
  display: none;
}
.full-width.rates .one-three .content p {
  font-size: 1.25em;
  color: #231f20;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.full-width.rates .one-three .content a {
  top: 0;
  position: relative;
  font-size: 1.25em;
  color: #0f7bae;
  font-weight: 600;
}
.full-width.rates .one-three .content p > a {
  font-size: 1em;
}

.full-width .one-row-rate-nav .content.col-lg-10 {
  margin-bottom: 35px;
}
.full-width .one-row-rate-nav .content h2 {
  font-size: 5em;
}
.full-width .one-row-rate-nav .content h1 {
  font-size: 9em;
  font-weight: 700;
  line-height: 0.85em;
  padding: 0 15px 0 0;
  color: #fff;
  -webkit-text-stroke: none;
  position: relative;
}
.full-width .one-row-rate-nav .content h3 {
  color: #fff;
  font-weight: 900;
  font-size: 5em;
  line-height: 0.5em;
}

@media (max-width: 1000px) {
  .full-width .one-row-rate-nav .content h3 {
    overflow: visible;
  }
}

.full-width .one-row-rate-nav .content li {
  list-style-type: none;
  position: relative;
  color: #fff;
  margin: 10px 0;
  padding-left: 1.5em;
}
.full-width .one-row-rate-nav .content li:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
}
.full-width .one-row-rate-nav .content p {
  color: #fff;
  font-family: Arial;
  font-size: 18px;
}
.full-width .one-row-rate-nav .content p strong {
  font-size: 2em;
}
.full-width .one-row-rate-nav .rates-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2%;
}
.full-width .one-row-rate-nav .rates-navigation .single-rate-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
.full-width .one-row-rate-nav .rates-navigation .single-rate {
  color: #fff;
  font-family: Arial;
  text-align: center;
  padding: 10px 15px 10px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.full-width .one-row-rate-nav .rates-navigation .single-rate:hover {
  background-color: rgba(19, 152, 214, 0.65);
}
/* .full-width
  .one-row-rate-nav
  .rates-navigation
  .single-rate:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #fff;
} */
.full-width .one-row-rate-nav .rates-navigation .single-rate a {
  display: block;
  width: 100%;
  text-align: start;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.full-width .one-row-rate-nav .rates-navigation .single-rate a:hover {
  text-decoration: none;
}
/* General Table Styling START */
.full-width .tables-container {
  /* Was 50px, reduced for responsive because there was a gap */
  padding-bottom: 45px;
  display: flex;
  flex-wrap: wrap;
}
.full-width .tables-container .single-table {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: 0 auto;
}
.full-width .tables-container .single-table > .row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.full-width .tables-container .single-table .cell {
  border-bottom: 1px solid #c2d0df;
  border-left: 1px solid #c2d0df;
  border-right: 1px solid #c2d0df;
  background: #fff;
  color: #231f20;
  padding: 5px 15px;
  display: block;
  flex: 100%;
}
.full-width .tables-container .single-table .cell p {
  margin-bottom: 0;
  font-size: 0.85em;
  padding: 10px 0;
}
.full-width .tables-container .single-table .head.cell {
  background: #0f7bae;
  color: #fff;
  padding: 30px;
}

.full-width .tables-container .single-table .head.cell a {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-size: 1.2em;
  border: 1px solid #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.full-width .tables-container .single-table .head.cell h4 {
  font-weight: 900;
  font-size: 2em;
  margin-bottom: 0;
  margin-top: 0;
}
.full-width .tables-container .single-table .head.cell p {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 700;
  padding: 0;
}
.full-width .tables-container .single-table .head.cell p:not(:first-of-type) {
  margin-top: 0;
}

.full-width .tables-container .single-table .cell.rate {
  display: inline-block;
  flex: 50%;
}
.ms-user .full-width .tables-container .single-table .cell.rate {
  flex: none;
}
.full-width .tables-container .single-table .cell.rate:nth-child(odd) {
  border-left: 1px solid #c2d0df;
  border-right: none;
  line-height: 1em;
}
.full-width .tables-container .single-table .cell.rate:nth-child(even) {
  font-family: Arial;
  text-align: right;
  font-size: 1.5em;
  border-left: none;
}
/* General Table Styling END */
/* Four Vertical Tables Styling START */
.full-width .four-vert-tables {
  background-color: #f1f1f1;
  min-height: 65vh;
  padding-bottom: 60px;
}
.full-width .four-vert-tables h3 {
  color: #231f20;
  font-size: 2.75em;
  font-weight: 800;
  text-align: center;
  padding: 50px 0;
}
.four-vert-tables h3.white_txt {
  color: #ffffff;
}
.four-vert-tables div.white_txt {
  text-align: center !important;
}
.four-vert-tables div.white_txt h1 a {
  color: #fff;
}

.full-width .four-vert-tables .tables-container .single-table .cell {
  width: 100%;
}
.full-width .four-vert-tables .tables-container .single-table .cell.rate {
  display: flex;
  align-items: center;
  width: 50%;
}
.ms-user
  .full-width
  .four-vert-tables
  .tables-container
  .single-table
  .cell.rate {
  flex: none;
}
.full-width
  .four-vert-tables
  .tables-container
  .single-table
  .cell.rate:nth-child(even)
  p {
  margin-left: auto;
}
/* Four Vertical Tables Styling END */
/* Transparent table Styling START */
.full-width .transparent .tables-container .single-table:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -65%;
  left: 50%;
  width: 1px;
  background: #0f7bae;
  height: 65%;
}
.full-width .transparent .tables-container .single-table .cell {
  background: transparent;
  color: #fff;
  border-color: #0f7bae;
  border-left: none !important;
  border-right: none !important;
  padding: 5px;
}
.full-width .transparent .tables-container .single-table .cell p {
  padding: 0;
}
.full-width
  .transparent
  .tables-container
  .single-table
  .cell.rate:nth-child(even) {
  text-align: right;
  font-size: 1.5em;
  font-family: initial;
  border-right: 1px solid #c2d0df;
  border-left: none;
}
/* Transparent table Styling END */
/* Six Vertical Tables Styling START */
.full-width .four-vert-tables.add-two h3 {
  color: #fff;
}
.full-width
  .four-vert-tables.add-two
  .tables-container
  .single-table
  .cell.rate:nth-child(even) {
  font-size: 0.75em;
  text-align: left;
}
.full-width
  .four-vert-tables.add-two
  .tables-container
  .single-table
  .cell.rate:nth-child(2n + 3) {
  font-size: 1.45em;
}
.full-width
  .four-vert-tables.add-two
  .tables-container
  .single-table
  .cell.rate:nth-child(even)
  p {
  margin: 0;
}
.full-width
  .four-vert-tables.add-two
  .tables-container
  .single-table
  .cell.term {
  display: block;
  text-align: center;
  width: 100%;
  font-weight: 700;
  margin-top: 15px;
}
/* Six Vertical Table Styling END */
/* Data Line Styling START */
.full-width .data-line:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #0f7bae;
  bottom: 0;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 and IE11 CSS styles go here */
  .full-width .row.data-line {
    margin-left: 0px;
    margin-right: 0px;
  }

  .full-width .row.data-line:after {
    margin-left: -15px;
  }
}
.full-width .data-line .content-container {
  padding-left: 0;
  padding-right: 0;
}
.full-width .data-line .data-points {
  transform: translateY(30%);
}
.full-width .data-line .data-points span:not(.shape) {
  color: #fff;
  font-weight: 700;
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50px;
  margin-left: -15px;
}
.full-width .data-line .data-points span.shape {
  display: block;
  background-color: #0f7bae;
  text-align: center;
  width: 20px;
  height: 20px;
  margin: 10px auto 0;
}
.full-width .data-line .data-points .single-point:nth-child(3n + 1) span.shape {
  border-radius: 100%;
}
.full-width .data-line .data-points .single-point:nth-child(3n + 2) span.shape {
  width: 0;
  height: 0;
  background: transparent;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #0f7bae;
  position: relative;
  left: -9px;
}
/* Data Line Styling END */
/* Horizontal Tables Styling START */
.full-width .horizontal-tables {
  background: #f1f1f1;
}
.ms-user .full-width .horizontal-tables {
  height: auto;
}
.full-width .horizontal-tables ~ .horizontal-tables {
  background-color: #fff;
}
.full-width .horizontal-tables h3 {
  color: #231f20;
  font-size: 2.75em;
  font-weight: 800;
  text-align: center;
  padding: 50px 0;
}
.full-width .horizontal-tables .tables-container .single-table {
  margin-top: 15px;
  display: table;
}
.full-width .horizontal-tables .tables-container .single-table.child {
  margin-top: 0;
  display: table;
}
.full-width .horizontal-tables .tables-container .single-table .row {
  border-bottom: 1px solid #c2d0df;
  display: table-row;
}
.full-width .horizontal-tables .tables-container .single-table .cell {
  flex: unset;
}
.ms-user .full-width .horizontal-tables .tables-container .single-table .cell {
  flex: none;
}
.full-width .horizontal-tables .tables-container .single-table .cell p {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 0.6em;
}
.full-width
  .horizontal-tables
  .tables-container
  .single-table
  .cell
  p:first-child {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1em;
  height: 50%;
}
.full-width
  .horizontal-tables
  .tables-container
  .single-table
  .cell
  p:last-child {
  font-size: 1em;
  font-family: Arial;
}
.full-width .horizontal-tables .tables-container .single-table .head.cell {
  display: table-cell;
  flex-wrap: wrap;
  align-items: center;
  border-right: 1px solid #c2d0df;
  white-space: nowrap;
}
.full-width .horizontal-tables .tables-container .single-table .head.cell h4 {
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.full-width .horizontal-tables .tables-container .single-table .head.cell p {
  width: auto;
  margin: 0 0 0 auto;
  position: relative;
  top: 0;
}
.full-width .horizontal-tables .tables-container .single-table .head.cell a {
  display: inline-block;
  width: auto;
  padding: 10px 15px;
  text-align: center;
  color: #fff;
  font-size: 1em;
  border: 1px solid #fff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.full-width .horizontal-tables .tables-container .single-table .cell.rate {
  padding: 5px 0;
  flex: unset;
  display: table-cell;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid #c2d0df;
  border-right: 1px solid #c2d0df;
  border-bottom: none;
  border-left: none;
  font-size: 1.15em;
}
.full-width
  .horizontal-tables
  .tables-container
  .single-table
  .cell.half-table:not(.head) {
  font-weight: 800;
  text-align: left;
  display: table-cell;
  align-items: center;
  flex: unset;
  padding: 10px 30px;
  border-top: 1px solid #c2d0df;
  border-bottom: none;
}
.full-width
  .horizontal-tables
  .tables-container
  .single-table
  .cell.half-table:not(.head)
  p {
  text-align: left;
  font-size: 1.25em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.full-width
  .horizontal-tables
  .tables-container
  .single-table
  .cell.half-table:not(.head)
  ~ .cell.rate {
  align-items: center;
}
.full-width
  .horizontal-tables
  .tables-container
  .single-table
  .cell.half-table:not(.head)
  ~ .cell.rate
  p:first-child {
  display: none;
}

.full-width
  .horizontal-tables
  .tables-container
  .single-table
  .cell.half-table.child,
.full-width
  .horizontal-tables
  .tables-container
  .single-table
  .cell.half-table.child
  ~ .cell.rate {
  margin-top: -16px;
  margin-bottom: 0;
}
.full-width .horizontal-tables .legal-copy .content-container {
  padding-left: 0;
  padding-right: 0;
}
.full-width .horizontal-tables .legal {
  margin-top: 35px;
  background: #f1f1f1;
}
.full-width .horizontal-tables .legal .content {
  border: none;
  text-align: unset;
  min-height: 1vh;
  font-size: 0.6em;
  padding: 30px 0;
}
.full-width .horizontal-tables .legal .content p {
  color: #6e6e6e;
  font-size: 1em;
  line-height: 1em;
}
/* Horizontal Tables Styling END */

/* Horizontal Two Column Tables Styling START */
.full-width .horizontal-two-column-tables {
  min-height: 45vh;
  padding-bottom: 50px;
}
.full-width .horizontal-two-column-tables h3 {
  color: #fff;
  font-size: 2.75em;
  font-weight: 800;
  text-align: center;
  padding: 50px 0;
}
.full-width .horizontal-two-column-tables .single-table .left-col,
.full-width .horizontal-two-column-tables .single-table .right-col {
  padding: 0;
}
.full-width .horizontal-two-column-tables .single-table .right-col .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.full-width .horizontal-two-column-tables .single-table .cell {
  flex: unset;
  border: none;
}
.full-width .horizontal-two-column-tables .single-table .cell.head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 20px 25px;
}
.full-width .horizontal-two-column-tables .single-table .cell.rate {
  display: inline-block;
  width: 50%;
  border-top: 1px solid #c2d0df;
  border-left: 1px solid #c2d0df;
}
.full-width
  .horizontal-two-column-tables
  .single-table
  .cell.rate:nth-child(even) {
  text-align: right;
  border-left: none;
  border-right: 1px solid #c2d0df;
}
.full-width .horizontal-two-column-tables .single-table .right-col .cell.rate {
  display: flex;
  align-items: center;
}
.full-width .horizontal-two-column-tables .single-table .cell h4 {
  display: block;
  width: 100%;
}
.full-width .horizontal-two-column-tables .single-table .cell p {
  display: block;
  width: 100%;
  padding: 10px;
}
/* Horizontal Two Column Tables Styling END */
/* Rates Page END */
/* Locations Page START */
.full-width.locations-page > .block:first-child {
  min-height: 65vh;
}
.full-width .map .content-container > .row {
  align-items: stretch;
  max-height: 85vh;
}
.ms-user .locations-page .block .content-container > .row {
  height: 65vh;
}
.full-width .map-filters {
  flex-wrap: wrap;
  align-items: stretch;
}
.full-width .map-filters > .row,
.full-width .map-filters .content-container > .row {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.full-width .map-filters label {
  display: block;
  width: 100%;
  font-size: 1em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #57585c;
  padding: 10px 35px;
}
.full-width .map-filters .filter-option {
  padding-top: 10px;
  padding-bottom: 20px;
}
.full-width .map-filters .filter-option.filter-submit {
  padding-top: 10px;
  padding-bottom: 20px;
}
.full-width .map-filters .filter-option.filter-submit i {
  font-size: 0.85em;
  margin-left: 0.5em;
}
.full-width .map-filters input,
.full-width .map-filters select,
.full-width .map-filters button {
  margin: 0 30px;
  display: block;
  color: #202020;
  font-weight: 800;
  font-size: 1em;
  border: none;
}
.full-width .map-filters input:-ms-input-placeholder {
  color: #202020;
}
.full-width .map-filters input::placeholder {
  color: #202020;
}

.full-width .map-filters ul {
  list-style: none;
  display: list-item;
}
.full-width .map-filters ul li {
  display: list-item;
  color: #187eaa !important;
}
.full-width .map-filters ul li label {
  color: #187eaa !important;
}
.full-width .map-filters ul li input {
  padding: 0;
}
/*.full-width .map-filters button[type="submit"]{
    height: 99%;
    width:99%;
    color: #fff;
    background: #187EAA;
    font-size: 1em;
    margin:0 30px;
    font-weight: 300;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    padding:10px 0;
}*/
.full-width .map-filters button[type="submit"] {
  line-height: 1;

  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  padding: 16px 25px 16px;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  outline: 0;
  background: #187eaa;
  font-size: 16px;
  font-weight: 300 !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 22px;
  margin-top: 20px;
}
.full-width .map-filters button[type="submit"]:hover {
  color: #220020;
}
.full-width .map .sum-results {
  display: block;
  text-align: center;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  background-color: #f1f1f1;
  font-size: 1.2em;
  border-bottom: 1px solid #dedede;
  padding: 30px 0;
}
.full-width .map .locations {
  overflow: auto;
  height: 85vh;
  padding: 0;
}
.full-width .map .locations::-webkit-scrollbar {
  width: 13px;
}
.full-width .map .locations::-webkit-scrollbar-thumb {
  background: #0f7bae;
}
.full-width .map .locations::-webkit-scrollbar-track {
  background: #a8a8a8;
}
.full-width .map .single-location {
  border-bottom: 1px solid #dedede;
  padding-top: 20px;
  padding-bottom: 40px;
}
.full-width .map .single-location ul {
  padding-left: 15px;
}
.full-width .map .single-location li {
  position: relative;
  margin-bottom: 15px;
  list-style: none;
}
.full-width .map .single-location p {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.full-width .map .single-location h4 {
  font-weight: 700;

  display: inline-block;
  width: auto;
}
.full-width .map .single-location strong.distance {
  font-size: 1em;
  text-align: right;
  color: #6e6e6e;
  /*visibility:  hidden !important;*/
}
.full-width .map .single-location .address ul {
  border-right: 1px solid #dedede;
}
.hideDistance {
  display: none;
}
.full-width .map .single-location .address p {
  font-size: 1em;
}

.full-width .map .single-location .address .street .street-decoration:before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #0f7bae;
}

.full-width .map .single-location .address .phone .phone-decoration:before {
  content: "\f095";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #0f7bae;
}
.full-width .map .single-location .address .type .type-decoration:before {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  background: url("/static/images/atm.png");
  background-size: cover;
  background-position: center;
}
.full-width .map .single-location .details span {
  font-size: 1em;
  display: block;
  width: 100%;
  color: #6e6e6e;
  text-align: right;
  padding: 20px 15px;
}
.full-width .map .single-location .details p {
  font-size: 0.9em;
}
.full-width .map .single-location .details h4 {
  font-size: 0.9em;
}
.full-width .map .single-location .make-my-branch a {
  display: inline-block;
  width: auto;
  margin: 15px 0 0 15px;
  padding: 15px 20px;
  border: 1px solid #0f7bae;
  color: #202020;
  font-family: initial;
}
.content.dark * {
  color: #202020 !important;
}
.content.dark a {
  color: #0f7bae !important;
}
.full-width .map .content:last-child {
  padding: 0;
}
.full-width .map #map {
  width: 100%;
  height: 100%;
}
.ms-user .full-width .map #map {
  height: 85vh;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10 and IE11 CSS styles go here */
  .full-width .map .single-location {
    margin-left: 36px;
  }
}
/* Locations Page END */
/* Search Results Page START */
.full-width.search .block:first-child {
  min-height: 45vh;
}
.ms-user .full-width.search .block:first-child {
  height: 45vh;
}
.full-width.search .block h1 {
  font-size: 5em;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align: left;
  font-weight: 700;
}
.full-width.search .search-results-container {
  padding-top: 30px;
  padding-bottom: 30px;
  background: #f1f1f1;
}
.ms-user .block.search-results-container .content-container > .row {
  height: auto;
}
.full-width.search .search-form .form-group {
  margin-bottom: 0;
}
.full-width.search .search-form form {
  display: block;
  width: 100%;
}
.full-width.search .search-form input {
  border: none;
  border-radius: 0;
  font-size: 1em;
  padding: 15px 20px;
  height: auto;
  display: inline-block;
  width: 80%;
}
.full-width.search button {
  background: #1596d7;
  font-size: 1em;
  padding: 15px 20px;
  color: #fff;
  border: none;
  border-radius: 0;
  display: inline-block;
  width: auto;
}
.full-width.search .search-form p {
  margin-top: 30px;
  margin-bottom: 30px;
  display: block;
  width: 100%;
}
.full-width.search .search-results .single-result {
  margin-top: 20px;
  margin-bottom: 20px;
}
.full-width.search .search-results h2 {
  font-weight: 700;
  font-size: 1.25em;
  padding-bottom: 15px;
}
.full-width.search .search-results a {
  color: #1596d7;
}
.full-width.search .search-results p {
  font-size: 1em;
  font-family: Arial;
}
/* Search Results Page END */
/* List Panel Module START */
.full-width .list-panel {
  min-height: 25vh;
  padding: 60px 0;
  /* background-color: #1398D6; */
  background-color: #117EB0;
}
.full-width .list-panel a {
  color: #fff;
  text-decoration: none;
}
.row-divider h3 a:hover {
  color: #fff;
}
.full-width .list-panel .title h2 {
  font-size: 2.75em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
  color: #fff;
}
.full-width .list-panel .list-items {
  display: flex;
  flex-wrap: wrap;
}
.full-width .list-panel .single-list-item {
  margin-top: 15px;
  margin-bottom: 15px;
  color: #fff;
}
.full-width .list-panel .single-list-item img {
  padding: 0 5px;
}
.full-width .list-panel .single-list-item h3 {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  padding-left: 10px;
  color: #fff;
}
.full-width .list-panel .single-list-item p {
  margin-top: 20px;
  color: #fff;
}

/* List Panel Module END */
/* Career Panel Module START */
.full-width .careers {
  min-height: 35vh;
  padding: 60px 0;
  background: #f1f0f1;
}
.full-width .careers .title h2 {
  font-size: 2.75em;
  font-weight: 700;
  text-align: center;
  padding-bottom: 40px;
}
.full-width .careers .single-career-listing {
  margin: 30px 0;
  background: #fff;
  -webkit-box-shadow: 0px 2.5px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2.5px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2.5px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 0;
}
.full-width .careers .single-career-listing span {
  display: block;
  width: 100%;
}
.full-width .careers .single-career-listing span.job-title {
  background: #fff;
  padding: 40px;
  font-size: 2em;
  font-weight: 700;
  border-top: 1px solid #c2d0df;
  cursor: pointer;
  position: relative;
  transition: 0.25s all linear;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.full-width .careers .single-career-listing span.job-title h3 {
  font-size: 1em;
  font-weight: 700;
}

.full-width .careers .single-career-listing span.product-title {
  background: #fff;
  padding: 40px;
  font-size: 2em;
  font-weight: 700;
  border-top: 1px solid #c2d0df;
  position: relative;
  transition: 0.25s all linear;
}

.full-width .careers .single-career-listing span.job-title.opened {
  background: #0f7bae;
  color: #fff;
}
.full-width .careers .single-career-listing span.job-title i:before {
  transition: 0.25s all linear;
}
.full-width .careers .single-career-listing span.job-title.opened i:before {
  display: block;
  transform: rotate(180deg);
  transform-origin: center center;
  transition: 0.25s all linear;
}
.full-width .careers .single-career-listing span.job-title:hover {
  background: #245289;
  color: #fff;
}
.full-width .careers .single-career-listing span.job-title ~ * {
  display: none;
}
.full-width .careers .single-career-listing span.job-title i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
}
.full-width .careers .single-career-listing .job-contents {
  display: none;
  padding: 40px;
  position: relative;
}
.full-width .careers .single-career-listing span.job-spec:last-of-type {
  margin-bottom: 20px;
}
.full-width .careers .single-career-listing p {
  width: 75%;
}
.full-width .careers .single-career-listing a.read-more {
  position: absolute;
  top: 50%;
  right: 60px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  background: #0f7bae;
  padding: 10px 20px;
}
/* Career Panel Module END */
/* Single Career Post Page START */
.full-width.single-post.career .one-three h2 {
  text-align: left;
}
.full-width.single-post.career .action-links {
  display: block;
  width: 100%;
  text-align: center;
}
.full-width.single-post.career a.back-to {
  border: 1px solid #1398d5;
  color: #000;
  font-weight: 600;
  padding: 25px 30px;
  width: 225px;
  display: inline-block;
  font-size: 14px;
}
.full-width.single-post.career a.apply-now {
  color: #fff;
  font-weight: 600;
  background: #0f7bae;
  padding: 25px 30px;
  margin-left: 10px;
  width: 275px;
  display: inline-block;
  font-size: 14px;
}
.full-width.single-post.career .block.post-content ul {
  margin-left: 5%;
}
.full-width.single-post.career .block.post-content {
  min-height: 25vh;
}
/* Single Career Post Page END */
/* 404 Page START */
.full-width.not-found .block:first-child {
  min-height: 95vh;
}
.full-width.not-found .full-width-panel h1 {
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}
/* 404 Page END */
/* Pop-up START */
div.pop-up-cont {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
}
div.pop-up {
  display: block;
  margin: auto;
  width: 350px;
  left: 0;
  height:270px;
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  color: #231f20;
  background-color: #fff;
  background-image: url(../images/popbg.png);
  background-position: center;
  background-size: cover;
}
div.pop-content {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 20px 20px;
}
div.pop-top {
  width: 100%;
  padding: 0 15px;
}
div.pop-top img {
  width: 100%;
  max-width: 330px;
}
div.pop-top .close-pop-up {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 34px;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}
div.pop-top .close-pop-up:focus {
 /* outline: none !important; */
}
div.pop-top .close-pop-up img {
  min-width: 20px;
  width: 20px;
  padding: 0;
  margin: 5px 5px 0 0;
  float: right;
  cursor: pointer;
  filter: brightness(0);
}
div.pop-top h2 {
  font-size: 2em;
  font-weight: bold;
  line-height: 0.9em;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
div.pop-top h3 {
  font-size: 1.35em;
  line-height: 1.2em;
  padding: 10px 0;
  color: #063354;
  font-weight: 700;
}
div.pop-top span.black-bar {
  display: block;
  background: #000;
  height: 2px;
  width: 7.5%;
  margin: 20px auto 0;
}
div.pop-top span.bot-text {
  font-size: 1em;
  line-height: .5em;
  color: #063354;
  padding: 15px 0 0;
  width: 85%;
  text-align: center;
  display: block;
  margin: 0 auto;
}
#disclaimer span.bot-text {
  width: 100%;
}
#disclaimer span.bot-text i.website {
  font-size: 0.75em;
  padding-top: 1.2em;
  display: block;
  width: 100%;
  word-break: break-word;
}
div.pop-top span p {
  line-height: 1.5em;
}
div.pop-bot {
  width: 100%;
  padding: 15px 0;
}
div.pop-bot .btn {
  font-size: 1em;
  font-weight: 700;
  background: #063354;
  color: #fff;
  cursor: pointer;
  text-transform: uppercase;
  padding: 16px 35px;
  border: none;
  display: inline-block;
  vertical-align: top;
  border-radius: 0;
  transition: all 0.25s linear;
}
div.pop-bot .btn:hover {
  background: #0f7bae;
  font-weight: 700;
}
div.pop-bot a {
  position: relative;
  top: 20px;
  display: block;
  width: 100px;
  min-width: unset !important;
  color: #063354;
}
/* Pop-up Responsive */

@media (max-width: 912px) {
  div.pop-bot {
    padding: 30px;
  }
  div.pop-bot input,
  div.pop-bot select,
  div.pop-bot button {
    width: 100%;
    margin-bottom: 10px;
  }
  div.pop-bot button {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  div.pop-up {
    width: 85%;
    font-size: 0.85em;
    top: 50%;
  }
  div.pop-top img {
    max-width: 125px;
  }
}
@media (max-width: 576px) {
  div.pop-up {

    font-size: 1.4em;
}
  }
  div.pop-top img {
    padding: 15px 0 0;
    max-width: 100px;
  }
  div.pop-top h2 {
    padding: 15px 0 0;
    line-height: 1em;
  }
  div.pop-top h3 {
    line-height: 1em;
  }
  div.pop-top span.black-bar {
    margin: 5px auto 0;
    width: 15%;
  }
  div.pop-top span.bot-text {
    padding: 15px 0 0;
    line-height: 0.9em;
  }
  div.pop-bot {
    padding: 15px 30px;
  }
  div.pop-bot input,
  div.pop-bot select {
    padding: 10px;
  }
  div.pop-bot button {
    width: 100%;
    text-align: center;
    padding: 10.75px 0;
  }
}
@media (max-width: 390px) {
  div.pop-up {
  
  }
}
/* Pop-up END */
/* Footer Styles START */
p.footer-tel a:hover {
  text-decoration: none;
  font-size: 18px;
}
/* Footer Styles END */
/* 
/* Responsive Style START */
@media screen and (min-width: 1200px) {
  .contact-link-cont {
    flex-basis: 14.2857%;
  }
  .nav-bottom .search-toggle {
    flex-basis: 57.14287%;
  }
}
@media screen and (max-width: 1500px) {
  body {
    font-size: 16px;
  }
  .full-width .horizontal-tables .tables-container .single-table .head.cell a {
    padding: 10px;
    font-size: 1em;
  }
}
@media screen and (max-width: 1300px) {
  body {
    font-size: 15px;
  }
  .slider .section .play-btn {
    max-width: 375px;
  }
  .slider .section-content.right-justified h2 {
    font-size: 6.5em;
  }
  .slider .section-content.multi-line p {
    font-size: 2.25em;
  }
  .slider .section-content.multi-line h2 {
    font-size: 7em;
    padding: 0 30px;
  }
  .full-width .block:first-child {
    min-height: 100vh;
  }

  .full-width .iframe-cont {
    min-height: unset !important;
  }
  .full-width .iframe-cont iframe {
    margin-top: unset !important;
  }

  .ms-user .block .content-container > .row {
    height: 100vh;
  }
  .ms-user .locations-page .block .content-container > .row {
    height: 100vh;
  }
  .full-width .horizontal-tables .tables-container .single-table .head.cell a {
    padding: 7.5px;
    font-size: 0.75em;
  }
}
@media screen and (max-width: 1199px) {
  .slider .section {
    height: auto !important;
  }
  .slider #me-biz .fp-tableCell {
    height: 100% !important;
  }
  .slider .section-content.two-column .hover-content,
  .slider .section-content.two-column .hover-content {
    max-height: 100%;
    visibility: visible;
  }
  .full-width.rates > .block:first-child {
    min-height: 80vh;
  }
  .full-width .one-row-rate-nav .rates-navigation .single-rate {

  }
  .full-width .one-row-rate-nav .rates-navigation .single-rate:last-child {
    border-bottom: none;
    width: 100%;
  }
  .full-width
    .one-row-rate-nav
    .rates-navigation
    .single-rate:not(:last-child):after {
    display: none;
  }
  .full-width .transparent .tables-container .single-table:after {
    display: none;
  }
  .full-width .data-line:after {
    display: none;
  }
  .full-width .horizontal-tables .tables-container .single-table .cell {
    border-left: 1px solid #c2d0df !important;
  }
  .full-width
    .horizontal-tables
    .tables-container
    .single-table
    .cell.half-table.child {
    display: block;
    text-align: center;
    margin-top: 0;
  }
  .full-width
    .horizontal-tables
    .tables-container
    .single-table
    .cell.half-table.child
    ~ .cell.rate {
    margin-top: 0;
  }
  .full-width .map .single-location strong.distance.visible-lg {
    display: none !important;
  }
  .full-width .map .single-location strong.distance.visible-md {
    display: inline-block !important;
    float: right;
  }
  .full-width .map .single-location .address ul {
    border-right: none;
  }
}
@media screen and (max-width: 992px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  a {
    overflow: hidden;
  }
  .navbar .navbar-nav {
    display: inline-block !important;
    width: 100%;
    white-space: nowrap;
    margin: 0;
  }
  .navbar-brand {
    width: auto;
  }
  .navbar-toggle {
    float: unset;
  }
  .search-toggle {
    margin-left: auto;
  }
  .navbar-nav > li {
    height: auto !important;

    padding: 20px 0 15px 0;
    border-top: 2px solid #000;
    border-right: none;
    border-left: none;
  }
  .navbar-nav > li:first-child {
    border-top: none;
  }
  .navbar-nav > li.me-biz {
    width: 50%;
    display: inline-block;
    border-top: none;
  }
  .navbar-nav > li:not(.me-biz) + li.me-biz {
    border-right: 2px solid #000;
  }
  .navbar-nav > li > a span {
    position: relative;
    top: unset;
    transform: none;
    line-height: 27px;
  }
  .navbar-form {
    max-width: 500px;
    width: 100%;
  }
  .slider .section .play-btn {
    max-width: 275px;
    right: 12.5%;
  }
  .slider .section-content.right-justified h2 {
    left: 0;
    font-size: 5.5em;
  }
  .slider .section-content.right-justified h3 {
    position: relative;
    top: 0;
    transform: none;
  }
  .slider .section-content.multi-line p {
    font-size: 2em;
    padding-left: 0;
  }
  .slider .section-content.multi-line h2 {
    font-size: 5.5em;
    padding: 0;
  }
  .slider .section-content.centered-content > * {
    left: 0;
  }
  .slider #me-biz,
  .slider #me-biz .fp-tableCell {
    height: auto !important;
  }
  .footer-container h2 {
    margin: 0 auto !important;
    display: block;
    text-align: center;
  }
  .footer-container {
    padding: 0px 0 0;
    max-height: max-content;
    height: 100% !important;
  }
  .footer-container .fp-tableCell {
    height: auto !important;
  }
  .footer-container .quick-links {
    padding: 20px 0;
  }
  .footer-container .quick-links .link {
    padding: 20px 30px;
  }

  p.footer-tel {
    /* margin-left: 72px; */
  }
  p.footer-tel a:hover {
    /* text-decoration: none; */
  }
  .dark-footer {
    padding: 10px 0;
  }
  .dark-footer .section-content {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .dark-footer .copyright {
    text-align: center;
  }
  .full-width .two-bg-column .content > .row {
    min-height: 50vh;
  }
  .full-width .one-row-three-column .content h2 {
    font-size: 8em;
  }
  .full-width .one-row-three-column .content h3 {
    font-size: 3em;
  }
  .full-width .one-three .content-container::after {
    bottom: 0px;
  }
  .full-width .two-column {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .full-width .one-three .content h2 {
    font-size: 5.5em;
  }
  .full-width .one-three .content h1 {
    font-size: 3.5em;
    color: #ffffff;
  }
  .full-width.rates > .block:first-child {
    min-height: 85vh;
  }
  .full-width .tables-container .single-table .head.cell {
    padding: 20px 10px;
  }
  .full-width .horizontal-tables .tables-container .single-table .head.cell h4 {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.25em;
  }
  .full-width .horizontal-tables .tables-container .single-table .head.cell p {
    width: 100%;
    display: block;
    transform: none;
    position: relative;
    top: 0;
    bottom: 0;
    margin-top: 10px;
  }

  p.footer-tel,
  .slider .section-content .subtitle,
  .slider .section-content p.footer-tel {
    margin-left: 55px;
  }

  .full-width .careers .single-career-listing p {
    width: 100%;
  }
  .full-width .careers .single-career-listing a.read-more {
    position: relative;
    top: 0;
    right: 0;
    transform: translateY(0);
    display: inline-block;
  }
}

@media (max-width: 900px) {
  .nav-main-links > li a {
    font-size: 14px;
  }

  .featured-link a {
    font-size: 12px;
  }
}

@media (max-width: 820px) {
  .nav-main-links > li a {
    font-size: 12px;
  }
}

@media (max-width:1200px){
  .navbar-brand img{
    width: 202px;
  }}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  nav .navbar-header {
    justify-content: space-between;
    padding: 0 20px;
    height: 77px;
  }
  .navbar-brand img {
    margin-left: 15px !important;
    margin-right: 20px;
    height: unset;
    width: unset;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .search-button {
    display: none !important;
  }

  div.nav-search-container input[type="text"] {
    max-width: 60px;
    border: none;
    background-size: 40%;
  }

  .nav-main-links > li {
    padding: 15px 0;
  }

  .nav-main-links > li a {
    height: unset;
    border-bottom: 1px solid white;
    width: 100%;
    font-size: 16px;
  }

  .nav-main.mobile-open {
    display: block !important;
    background: #012f4f;
  }

  .nav-main.mobile-open > .nav-main-links > li {
    width: 100%;
  }

  .nav-main-links.open {
    flex-direction: column;
    width: 100%;
    padding: 0 0 0 20px;
  }

  .full-width.standard-page .title-only h1 {
    font-size: 3.75em;
  }
  .search-toggle .navbar-form {
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
  }
  .slider .section-content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .slider .section-content h1,
  .slider .section-content h2 {
    font-size: 3.5em;
    max-width: 70%;
  }

  .slider .section-content.multi-line p {
    line-height: 2em;
    font-size: 1.25em;
    padding-left: 5px;
  }
  .slider .section-content.multi-line h2 {
    font-size: 5em;
    padding-left: 5px;
  }
  .full-width .content {
    padding-left: 5px;
    padding-right: 5px;
  }
  .full-width .one-row-three-column .content h2 {
    font-size: 5em;
  }
  .full-width .one-row-three-column .content h3 {
    font-size: 3em;
  }
  .full-width.rates > .block:first-child {
    min-height: 95vh;
    padding-top: 45px;
  }
  .full-width.rates > .block:first-child .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .full-width .one-row-rate-nav .content h2 {
    font-size: 5em;
  }
  .full-width .one-row-rate-nav .rates-navigation {
    margin-top: 0;
  }
  .full-width.rates .one-three.narrow h2 {
    font-size: 2em;
  }
  p.footer-tel,
  .slider .section-content .subtitle,
  .slider .section-content p.footer-tel {
    margin-left: 63px;
  }
  .full-width .three-column .content {
    min-height: 55vh;
  }
}
@media screen and (max-width: 550px) {
  .slider .section .play-btn {
    max-width: 225px;
    right: 6.25%;
  }
  .slider .section-content.two-column .hover-content {
    margin-bottom: 20px;
  }
  .slider .section-content.two-column .hover-content a {
    font-size: 1.25em;
    padding: 10px 10px;
  }
  .slider .section-content.multi-line p {
    line-height: 2em;
    font-size: 1em;
  }
  .slider .section-content.multi-line h2 {
    font-size: 3em;
  }
  .full-width .one-three .content h2 {
    font-size: 3em;
  }
  .ms-user .full-width .one-three .content h2 {
    -webkit-text-stroke-width: 0;
    -webkit-text-stroke-color: transparent;
  }
  .full-width .one-row-three-column .content h2 {
    font-size: 3.25em;
  }
  .full-width .one-row-three-column .content h3 {
    font-size: 2em;
  }
  .full-width .four-vert-tables h2,
  .full-width .horizontal-tables h2,
  .full-width .horizontal-two-column-tables h2 {
    font-size: 2.25em;
  }
  .four-vert-tables .white_txt {
    color: #ffffff;
  }
  .four-vert-tables div.white_txt {
    text-align: center !important;
  }
  .four-vert-tables div.white_txt h1 a {
    color: #fff;
  }
}
@media screen and (max-width: 450px) {
  .navbar-brand img {
    max-width: 225px;
    margin-left: 0;
  }
  .search-toggle {
    padding-left: 0;
    display: none;
  }
  .navbar-toggle {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
  }
  .slider .section .play-btn {
    max-width: 40%;
  }
  .full-width .horizontal-tables .tables-container .single-table .head.cell h4 {
    font-size: 1em;
  }
  .full-width .horizontal-tables .tables-container .single-table .head.cell a {
    font-size: 0.85em;
    padding: 5px 10px;
  }
}
@media screen and (max-height: 725px) and (max-width: 450px) {
  .slider .section .play-btn {
    top: 50%;
    left: 50%;
    transform: translatey(-50%);
    bottom: unset;
    max-width: 40%;
  }
  div.pop-up {
    top: 45%;
  }
}
/* Responsive Style END */
.alert-text a {
  color: #fff !important;
  text-decoration: underline;
}
.desktop_hide {
  display: none !important;
}
.mobile_hide {
  display: block;
}
@media (max-width: 1024px) {
  .desktop_hide {
    display: block !important;
  }
  .mobile_hide {
    display: none !important;
  }
}
/* *:focus {
  outline: 1px solid black !important;
}*/


.landing-page .landing-hero{
  width:100%; 
  height:600px; 
  display:block; 
  background-position:center; 
  background-size:100%;
  background-repeat:no-repeat; 
  position:relative;
}
@media(max-width:768px){
  .landing-page .landing-hero{
    height:300px !important; 
    background-size: cover;
    background-position: center center !important;
  }
}
.landing-page .landing-title{
  position:absolute; 
  top: 145px;
    left: 100px;
    width: 400px;
    height: 400px;
    padding: 3%;
  text-transform:uppercase; 
}

.landing-page .landing-title.primary{
  
  background-color:rgba(7, 51, 84,0.7); 
  color:#fff;
  
}
.landing-page .landing-title.secondary{
  
  background-color:rgba(255, 255, 255,0.7); 
  
  color: rgba(7, 51, 84,1);
  
}
.landing-page .landing-title h1{
  font-size:36px; 
  font-weight: bold;
  margin-top:0;
}
.landing-page .landing-title .subtitle{
  font-size: 20px;
}

.landing-page .landing-title.primary .btn{
  background-color:rgba(255, 255, 255,1);
  color: rgba(7, 51, 84,1) !important;
  margin:0;
  font-size: 20px;
}

.landing-page .landing-title.secondary .btn{
  background-color:rgba(7, 51, 84,1); 
  color:#fff; 
  margin:0;
  font-size: 20px;
}


@media(max-width:768px){
  .landing-page .landing-title{
    top: 0px; 
    position: relative;
    left:0px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .landing-page .landing-title h1{
    font-size: 30px !important;
  }
}
.calculator .landing-hero{
  width:100%; 
  height:600px; 
  display:flex; 
  justify-content: flex-start;
  align-items: center;
  background-position:top center; 
  background-size:100%;
  background-repeat:no-repeat; 
  position:relative;
  padding:20px 100px;
}
@media(max-width:768px){
  .calculator .landing-hero{
    height:300px; 
    background-size: cover;
  }
}
.calculator .landing-title{
  position:relative; 
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
    width: 350px;
    height: 350px;
    padding: 10px;
  text-transform:uppercase; 
}

.calculator .landing-title.primary{
  
  background-color:rgba(7, 51, 84,0.7); 
  color:#fff;
  
}
.calculator .landing-title.secondary{
  
  background-color:rgba(255, 255, 255,0.7); 
  
  color: rgba(7, 51, 84,1);
  
}
.calculator .landing-title h1{
  font-size:36px; 
  font-weight: bold;
  margin-top:0;
}
.calculator .landing-title .subtitle{
  font-size: 20px;
}

.calculator .landing-title.primary .btn{
  background-color:rgba(255, 255, 255,1);
  color: rgba(7, 51, 84,1);
  margin:0;
  font-size: 20px;
}

.calculator .landing-title.secondary .btn{
  background-color:rgba(7, 51, 84,1); 
  color:#fff; 
  margin:0;
  font-size: 20px;
}


@media(max-width:768px){
  .calculator .landing-title{
    top: 0px; 
    position: relative;
    left:0px;
  }
}
.calculator .full-width{
  padding-top: 40px;
}
.calculator .full-width .content-container{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.calculator .full-width .row{
  margin-bottom: 160px;
  margin-top: 40px;
}
.calculator h2{
  font-weight: bold;
  font-size: 47px !important;
  line-height: 47px;
  text-transform: uppercase;
  text-align: center;
  color:#012f4f;
}
.calculator h2 span{
  font-size: 30px !important;
  text-transform: none !important;
}
.calculator .calculator{
  padding:80px;
  display: flex;
  flex-direction: column;
  max-height: 458px;
  justify-content: center;
  border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    background-color: #022F50;
    color: #fff;
    width: 480px;
}
.calculator .full-width .contact-form .form-group label{
  color: #fff;
  font-size: 21px;
  margin-bottom: 16px !important;
}
.calculator .full-width .contact-form .form-group input, .calculator .full-width .contact-form .form-group select {
  height: 52px;
  font-size: 18px !important;
}
 /* Chrome, Safari, Edge, Opera */
 .calculator input::-webkit-outer-spin-button,
 .calculator input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.calculator input[type=number] {
  -moz-appearance: textfield;
}
.calculator .full-width .contact-form .form-group select {
  
}
.input-symbol-dollar {
  position: relative;
  height: 52px !important;
}
.input-symbol-dollar input {
  padding-left:40px !important;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' height='16px' width='85px'><text x='2' y='13' fill='dark gray' font-size='18' font-family='arial'>$</text></svg>") !important;
  background-repeat: no-repeat;
  background-position: 21px center;
  }

.calculator .full-width .contact-form .form-group button {
  text-transform: uppercase;
  background: #0087CD;
  display: block;
  transition: all 0.25s linear;
  font-size: 15px;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0 !important;
  width: 100%;
 
  max-width: 100% !important;
}
.calculator .full-width .contact-form .form-group button:hover{
  background-color: #000;
}
.calculator .contact-form{
  padding: unset;
  min-height: unset;
}
.calculator .results{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  width: 480px;
  max-height: 458px;
  color: #fff;
  background-color: #1398d5;
  padding: 116px 53px 116px 57px;
  border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
}
.calculator .results .resultsBox{

  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
}
.calculator .results .headline{
  font-size: 32px;
}
.calculator .results .earned{
  font-size: 64px;
  font-weight: bold;
}

.calculator .results .based{
  font-size: 32px;
}
.calculator .results .disc{
  font-style: italic;
  font-size: 12px;
}
.calculator .results .based .interest, .calculator .results .based .years{
  font-weight: bold;
}

@media(max-width:768px){
  .calculator .full-width .row{
    flex-direction: column;
  }
  .calculator .calculator{
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    width: 100vw;
    padding: 30px;
    height: unset;
  }
  .calculator .results{
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    width: 100vw;
    height: unset;
    padding: 30px;
  }
  .calculator .resultsBox{
    text-align: center;
  }
  .calculator .results .headline{
    font-size: 22px;
  }
  .calculator .results .earned{
    font-size: 32px;
    font-weight: bold;
  }
  
  .calculator .results .based{
    font-size: 22px;
  }
  .calculator h2{
    font-weight: bold;
    font-size: 30px !important;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    color:#012f4f;
  }
  .calculator h2 span{
    font-size: 20px !important;
    text-transform: none !important;
  }
  .calculator .full-width .row{
    margin-bottom: 40px;
  }
  .homeVerticalSlider .slick-autoplay-toggle-button {
    right: auto;
  }
  .row-divider .content-home {
      flex-direction: column;
      align-items: baseline;
  }
  .row-divider .content-home .btn {
        margin: 0;
  }
  
}

.full-width .loan-form .required-star {
  color: red;
}

.navbar-toggle:focus {
  border: 1px solid #fff;
}



/* for logo responsive style */

.navbar-brand img {
    height: auto;
    width: 370px;
}
.nav-main-links>li {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px 10px;
}
@media (max-width: 1440px) {
    .sticky .nav-main-links li {
        padding: 20px 3px;
    }
}
@media (max-width: 1101px) {
    .navbar-brand img {
        width: 174px;
    }
}
@media (max-width: 768px) {
    .navbar-header .navbar-brand {
        display: flex !important;
        height: 50px !important;
    }
.navbar-brand img {
        width: 250px;
    }

}
@media (max-width: 1300px) {
    .nav-main-links li, .nav-secondary-links li {
        padding: 24px 8px;
    }
.navbar-brand img {
        width: 280px;
    }
}
@media (min-width: 1025px) and (max-width: 1080px) {

    .navbar-brand img {
        width: 255px;
    }
.nav-main-links li, .nav-secondary-links li {
        padding: 24px 5px;
    }
}
@media (max-width: 1024px) {
  
  .mobile_hide {
    display: none !important;
  }
    nav>.container-fluid {
        background-color: #ffffff;
    }
    .navbar-brand img {
        width: 190px;
    }
}

@media (max-width: 992px) {
    .navbar-brand img {
        width: 270px;
    }
  .navbar-toggle {
    display: block;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
.navbar-header .navbar-brand {
        display: flex !important;
        margin-top: 8px;
        height: auto !important;
    }

.homeVerticalSlider .slick-autoplay-toggle-button {
  right: auto;
}
 nav>.container-fluid {
        background-color: #000;
    }


}

/* for ADA menu style */
#menuToggle, #closeMenu {
	background: transparent;
  border: none;
}
#menuToggle {
  display: block;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin-left: -20px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
  float: right !important;
}  
#mobile-menu-item.show-menu {
  display: block !important;
	height: 100vh;
  padding-top: 40px;
  overflow: scroll;
  padding-bottom: 150px;
  background-color: transparent;
  position: absolute;
  top: 5px;
}
#closeMenu {
  position: absolute;
  top: -1px;
  right: 10px;
}
#closeMenu img {
  width: 35px;
}
#closeMenu:focus, #menuToggle:focus {
  border: 1px solid #fff;
}
#closeMenu:focus, #menuToggle:focus {
  outline: 0;
}
.nav-main-mobile .accordion-title {
  background: #000000;
}
.nav-main-mobile .accordion-item.collapsed {
  background: #000;
}
.nav-main-mobile .accordion-item h2 {
	color: #fff;
}
.nav-main-mobile .secondary {
	background-color: #1498D6 !important;
}
.nav-main-mobile .wrapper {
  padding: 0;
  width: 100%;
  background-color: #000;
}

@media (min-width: 993px) {
  #menuToggle {
    display:none;
  }
}
@media (max-width: 992px) {
  .container-fluid>.navbar-header {
    height: 60px;
  }
}

.full-width .one-row-rate-nav .content.col-lg-10 {
  margin-bottom: 35px;
}
.full-width .one-row-rate-nav .content h2 {
  font-size: 9em;
  font-weight: 900;
  line-height: 0.85em;
  padding: 0 15px 0 0;
  color: #fff;
  -webkit-text-stroke: none;
  position: relative;
}
.full-width .one-row-rate-nav .content h1 {
  font-size: 9em;
  font-weight: 700;
  line-height: 0.85em;
  padding: 0 15px 0 0;
  color: #fff;
  -webkit-text-stroke: none;
  position: relative;
}
.full-width .one-row-rate-nav .content h3 {
  color: #fff;
  font-weight: 900;
  font-size: 5em;
  line-height: 0.5em;
}
.full-width .one-row-rate-nav .content li {
  list-style-type: none;
  position: relative;
  color: #fff;
  margin: 10px 0;
  padding-left: 1.5em;
}
.full-width .one-row-rate-nav .content li:after {
  display: block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  position: absolute;
  top: 0;
  left: 0;
}
.full-width .one-row-rate-nav .content p {
  color: #fff;
  font-family: Arial;
  font-size: 18px;
}
.full-width .one-row-rate-nav .content p strong {
  font-size: 2em;
}
.full-width .one-row-rate-nav .rates-navigation {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 2%;
}
.full-width .one-row-rate-nav .rates-navigation .single-rate-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative;
  border-bottom: 2px solid #fff;
  padding-bottom: 20px;
}
.full-width .one-row-rate-nav .rates-navigation .single-rate {
  color: #fff;
  font-family: Arial;
  text-align: center;
  padding: 10px 15px 10px 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.full-width .one-row-rate-nav .rates-navigation .single-rate:hover {
  background-color: rgba(19, 152, 214, 0.65);
}
.full-width .one-row-rate-nav .rates-navigation .single-rate a {
  display: block;
  width: 100%;
  text-align: start;
  color: #fff;
  font-size: 16px;
  text-decoration: underline;
}
.full-width .one-row-rate-nav .rates-navigation .single-rate a:hover {
  text-decoration: none;
}

.one-row-rate-nav .rate-background {
  height: auto;
  background-size: cover;
}
.one-row-rate-nav .rate-background, .wood-background {
  padding: 5% 0%;
  background-size: cover;
}

@media (max-width: 1200px) {
  .one-row-rate-nav .rate-background {
    display: none;
  }
}

.one-row-rate-nav .heading {
  width: -webkit-fill-available;
}

.one-row-rate-nav {
  align-items: stretch !important;
  min-height: unset !important;
}

.one-row-rate-nav .row-top {
  flex-direction: column !important;
  align-items: start !important;
}

.one-row-rate-nav h1 {
  font-size: 3.7em !important;
  margin-top: 5% !important;
}

.one-row-rate-nav .text-block {
  padding-top: 2%;
}

.one-row-rate-nav .rates-nav-container {
  padding-left: unset !important;
}
@media (max-width: 1199px) {
  .one-row-rate-nav h1 {
    font-size: 4em !important;
  }
  .one-row-rate-nav {
    padding-top: unset !important;
  }
  .one-row-rate-nav .heading, .text-block, .heading-bottom {
    padding: unset !important;
  }
  .one-row-rate-nav .wood-background {
    padding: 8% 5%;
  }
  .full-width .one-row-rate-nav .rates-navigation .single-rate {
    padding: 3px 15px 10px 0px !important;
  }
  .full-width .one-row-rate-nav .rates-navigation .single-rate a {
    font-size: 14px;
  }
  .full-width .one-row-rate-nav .content p {
    font-size: 15px;
    font-weight: 550;
  }
  .one-row-rate-nav .heading-bottom p {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  .one-row-rate-nav .information {
    flex-direction: column !important;
    align-items: flex-start !important;
  }
  .one-row-rate-nav .text-bottom {
    text-align: center;
    padding: 5% 4%;
    min-width: 180px;

  }
}
.one-row-rate-nav .information {
  display: flex;
  padding-top: 8%;
  justify-content: space-between;
}

.one-row-rate-nav .heading-bottom {
  
}

.one-row-rate-nav .text-bottom {
  background-color: #1397D6;
  padding: 2% 3%;
}

.one-row-rate-nav .text-bottom p {
  margin: unset !important;
}

.one-row-rate-nav .text-bottom a {
  margin: unset !important;
  color: white ;
} 

/* Featured Offers Block START */

.featured-offers {
  padding: 3% 10% 0% 10%;
  min-height: 95vh !important;
}

.featured-offers .featured-content {

}
.featured-offers .featured-content .featured-headings {
  margin-bottom: 3%;
}

.featured-offers .featured-content .featured-headings h1 {
  font: 64px Helvetica;
  color: white;
  font-weight: 550;
}
.featured-offers .featured-content .featured-headings p {
  font: 18px Helvetica;
  color: white;
  font-weight: 400;
}

.featured-offers .featured-content .featured-buttons {
  margin-bottom: 5%;
}

.featured-offers .featured-content .featured-buttons .featured-button {
  padding: 1% 2%;
  border-radius: 50px;
  font-size: 18px;
  color: white;
  font-weight: 550;
  background-color: #07518A;
  border: none;
}

.featured-offers .featured-content .featured-information {
  gap: 2%;
  color: white;
}

.featured-offers .featured-content .featured-information .featured-information-left{
  display: flex;
  flex-direction: column;
  flex: 0 0 35%;
}
.featured-offers .featured-content .featured-information .featured-information-left h1 {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 550;
}

.featured-offers .featured-content .featured-information .featured-information-left p {
  font: 20px Helvetica;
  color: white;
  font-weight: 400;
}

.featured-offers .featured-content .featured-information .featured-information-left .featured-button {
  padding: 3% 5%;
  background-color: #1397D6;
  max-width: fit-content;
  color: white;
  margin-top: 15px;
}



.featured-offers .featured-content .featured-information .featured-information-right{
  display: flex;
  flex-direction: column;
  flex: 0 0 55%;
  background-color: white;
  border-radius: 25px;
  color: black !important;
  padding: 3%;
  justify-content: space-around;
  text-align: center;
}

.featured-offers .featured-content .featured-information .featured-information-right .row-top, .row-bottom{
  display: flex;
  justify-content: space-around;
}

.featured-offers .featured-content .featured-information .featured-information-right .outline {
  border: 2px solid #999
}

.featured-offers .featured-content .featured-information .featured-information-right .outline-outside{
  border-top: 2px solid #999;
  border-bottom: 2px solid #999;
}

.featured-information-right td {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
} 

.featured-information-right .mobile_hide {
  display: table;
}

.featured-information-right table tr {
  border-bottom: 2px solid #999;
}

.featured-information-right table td {
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  letter-spacing: 0px;
  text-align: center;
  color: #000000;
  padding: 32px 0;
  border-right: 2px solid #999;
}



@media (min-width: 1024px) {
  .featured-information {
  display: none;
}

.featured-information.active {
  display: flex;
}
}

@media (max-width: 1024px) {
  .featured-information-right .table-row {
    display: flex;
    padding: 14px 0;
    border-bottom: 2px solid #999;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    justify-content: space-between;
    text-align: left;
  }
  .featured-information-right .table-row:last-child {
    border-bottom: none;
  }
    .featured-information-right .mobtable .table-row, .title-row {
    display: flex;
    padding: 14px 0;
    border-bottom: 2px solid #999;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    justify-content: space-between;
    text-align: left;
  }
  .featured-information-right .mobtable .table-row:last-child {
    border-bottom: none;
  }
  .featured-information-right {
    margin: 20px 0px;
  }

  .featured-information-right .mobtable .title-row h5 {
    color: black;
    font-size: 24px;
  }
}

.featured-offers .featured-content {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-self: baseline;
}

.featured-offers .featured-headings h2{
  color: white;
}

.featured-button.active {
  background-color: #5eb9e4 !important;
}

.featured-headings h3 {
  font-weight: bold;
  color: white;
  width: 90%;
  font-size: clamp(25.2px, 6px + 2.5vw, 54px) !important;
  line-height: clamp(23.4px, -31.8px + 7.1875vw, 106.2px) !important;
}

.featured-offers:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7); 
  z-index: 0;
}

.featured-content {
  z-index: 1;
}

.featured-information-left h3 {
  font-size: 20px !important; 
}

.rates .full-width-panel:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* CHECKING & SAVINGS RATE BLOCK */

.table-section{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-inline: clamp(18px, -98px + 15.1042vw, 192px);
  padding-block: clamp(64px, 13.3333px + 6.5972vw, 140px);
  width: 100vw;
  background-color: #F1F1F1 !important;
  background-position: top left;
  background-size: contain !important;
  background-repeat: no-repeat;
  min-height: 85vh;
}
.table-section .row.title{
  width: 100%;
 display: flex;
 flex-direction: column;
 align-items: center;
}
.table-section:first-of-type{
  padding-bottom: 0;
}
.table-section + .table-section{
  padding-top: clamp(0px, -93.3333px + 12.1528vw, 140px);
  margin-top: -140px;
  background-color: #F1F1F1 !important;
  background-image: none !important;
}
.table-section h3{
  font-size: clamp(25.2px, 6px + 2.5vw, 54px) !important;
  line-height: clamp(23.4px, -31.8px + 7.1875vw, 106.2px) !important;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 80px 0;
  padding: 0;
}
.table-section .tables{
  width: 85%;
  gap: 42px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.table-section .table{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 0;
}

.table-section .table .header{
 
  background-color: #07518A;
  border-radius: 32px 32px 0 0;
  padding:36px 0 36px 46px;

}
.table-section .table .header h4{
  color:#fff;
  font-size: 36px;
  letter-spacing: -0.36px;
  font-weight: bold;
}
.table-section .table .body{
background-color: #fff;
border-radius: 0 0 32px 32px;
padding: clamp(32px, 13.3333px + 2.4306vw, 60px);
}
.table-section .table .body table{
  table-layout: fixed;
}
.table-section .table .body table tbody{
 
  width: 100%;
}
.table-section .table table thead td{
  padding-bottom: 10px;
  
}
.table-section .table .body table tbody{
  border-bottom: 2px solid #999;
}
.table-section .table .body table tbody tr{
 border-top: 2px solid #999;
}
.table-section .table .body table tbody td{
  border-right: 2px solid #999;
  border-left: 2px solid #999;
  padding: 20px 0;
}

.table-section .table .body table td{

align-items: center;
justify-content: center;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: bold;
letter-spacing: 0px;
text-align: center;

color: #000000;
}
.table-section .table .body table tbody td:has(a){
  padding: 10px 0 10px 15px;
}
.table-section  a.button{
  display: block;
  color: #fff;
  background-color: #1497D6;
  font-size: 18px;
  padding:15px 16px;
  max-width: 197px;
}

td.wide{
  width: 300px;
}
td.large{
  width: 252px;
}
td.narrow{
  width: 237px;
}
td.xs{
  width: 104px;
}
td.small{
  width: 190px;
}
td.balance{
  width: clamp(164px, -244px + 28.3333vw, 300px);
}
td.noborder{
  border: none !important;
  
}
.table-section h3 + hr{
display: none;
}
@media(max-width:768px){
  .table-section{
    
  }
  .table-section + .table-section{
    
    margin-top: unset;
  }
  .table-section h3{
    font-size: 30px;
    margin:0;
    line-height: 32px;
    margin-bottom: 20px;
    text-align: center;
    
  }
  .table-section h3 + hr{
    border-bottom: 2px solid #000;
    display: flex;
    width: 366px;
  }
  .table-section .table .header{
 
display: none;
}
.table-section .table .mobheader{
  display: flex;
  flex-direction: column;
  padding:32px 0;
  align-items: flex-start;
}
.table-section .table .mobheader h4{
 color:#000;
 font-size: 24px;
 letter-spacing: -0.36px;
 font-weight: bold;
}
.table-section .table .body{
background-color: #fff;
border-radius: 32px 32px 32px 32px;
}
.table-section a.button{
  font-size: 16px;
  padding:16px 28px;
  max-width: unset;
  width: 136px;
}
.table-section .table .body .table-row{
  display: flex;
  padding: 6px 0;
  border-bottom: 2px solid #999;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
}
.table-section .table .body .table-row.last{
  border-bottom: 0;
}
.table-section .table .body .title-row{
display: flex;
align-items: center;
justify-content: flex-start;
}
.table-section .table .body .title-row h5{
  font-size: 22px;
  color:#004278;
  font-weight: bold;
}
.noborder{
  border-bottom: 0 !important;
}

.table-section .table .body hr{
  border: 0px 0px 2px 0px;
  border-color: #999;
  border-style: solid;
}

}


/* CD TABS */

.cd_tabs{
  padding-inline: clamp(18px, -98px + 15.1042vw, 192px);
  padding-block: clamp(64px, -17.3333px + 10.5903vw, 186px);
  display: flex;
  flex-direction: column;
}

.cd_tabs .title{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: unset !important;
  margin-bottom: 80px;
}
.cd_tabs .title h3{
  font-size: clamp(25.2px, 6px + 2.5vw, 54px) !important;
  line-height: clamp(23.4px, -31.8px + 7.1875vw, 106.2px) !important;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  width: 75%;
}
.cd_tabs .title a.button{
  display: block;
  color: #fff;
  background-color: #1497D6;
  font-size: 18px !important;
  padding:24px 32px;
  
}
.cd_tabs .tab-container{
  display: flex;
  flex-direction: column;
  width: 85% !important;
  align-self: flex-start;

}
.cd_tabs .tab-container .tab-header{
  display: flex;
  gap:24px;
}
.cd_tabs .tab-container .tab-header button{
  padding: 35px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #07518A;
  color: #fff;
  border-radius: 32px 32px 0 0;
  font-weight: bold;
  font-size: 22px !important;
  outline: 0;
  border: 0;
}
.cd_tabs .tab-container .tab-header button.active{
  background-color: #fff;
  color: #000;
}
.cd_tabs .tab-container .tab-body{
  background-color: #fff;
  border-radius: 0px 32px 32px 32px;
  padding:clamp(0px, -53.3333px + 6.9444vw, 60px);
  display: flex;
}
.cd_tabs .tab-container .tab-content{
  display: none;
}
.cd_tabs .tab-container .tab-content.active{
  display: flex;
}
.cd_tabs table{
  width: 100%;
  table-layout: fixed;
}
.cd_tabs table td{

align-items: center;
justify-content: center;
  font-size: 16px !important;
  line-height: 16px !important;
  font-weight: bold;
letter-spacing: 0px;
text-align: center;
color: #000000;
padding:32px 0;
border-right: 2px solid #999;
}
.cd_tabs table td span{
  font-size: 16px;
  font-weight: normal;
}
.cd_tabs table tr.header td{
  border-right: 0;
  padding-top: 0;
}
.cd_tabs table td.months{
  justify-content: flex-start;
  text-align: left;
}
.cd_tabs table tr{
  border-bottom:2px solid #999;
}
.cd_tabs table td:has(a){
  border-right:0;
}
.cd_tabs .mobile_hide{
  display: table;
}
.cd_tabs .title a + hr{
  display: none;
}
@media(max-width:768px){
  .cd_tabs{
  display: flex;
  flex-direction: column;
}
.cd_tabs .title-row:has(h4){
  margin-bottom: -36px;
}
.cd_tabs .title a + hr{
    border-bottom: 2px solid #000;
    display: flex;
    width: 366px;
  }
.cd_tabs h4{
 color:#000;
 font-size: 24px;
 letter-spacing: -0.36px;
 font-weight: bold;
}
.cd_tabs .desktop_hide{
  width: 100%;
  display: flex;
}
.cd_tabs .title{
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin-bottom: 40px;
  flex-direction: column;
}
.cd_tabs .title h3{

  text-align: center;
  width: unset;
  margin-bottom: 20px;
}
.cd_tabs .title a.button{
  display: block;
  color: #fff;
  background-color: #1497D6;
  font-size: 16px;
  padding:16px 28px;
  position:relative;
  margin-bottom: 20px;
  right: 0;
}
.cd_tabs .tab-container{
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cd_tabs .tab-container .tab-body{
  background-color: transparent;
  border-radius: 0px;
  display: flex;
  flex-direction: column;
  gap:48px;
}
.cd_tabs .tab-container .tab-content{
  display: flex;
  background-color: #fff;
  border-radius: 32px;
  padding:32px;
}
.cd_tabs .tab-container .tab-content.active{
  display: flex;
}
.cd_tabs .tab-content .button{
  font-size: 16px;
  padding:16px 28px;
  max-width: unset;
  width: 136px;
  background-color: #1497D6;
  color:#fff;
}
.cd_tabs .tab-content .table-row{
  display: flex;
  padding: 6px 0;
  border-bottom: 2px solid #999;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  justify-content: space-between;
}
.cd_tabs .tab-content .table-row.last{
  border-bottom: 0;
}
.cd_tabs .tab-content .title-row{
display: flex;
align-items: flex-start;
justify-content: flex-start;
flex-direction: column;
}
.cd_tabs .tab-content .title-row h5{
  font-size: 22px;
  color:#004278;
  font-weight: bold;
}
.cd_tabs .tab-content .title-row span{
  font-size:16px;
}
.noborder{
  border-bottom: 0 !important;
}
}

.rates .full-width-panel p{
  color: white;
}

.rates .full-width-panel:before {
  background-color: rgba(0, 0, 0, 0.7);
}