
/******************************************************************************/
/******************************** HEADER **************************************/
/******************************************************************************/
.container-fluid {
    max-width: 1200px !important;
}
@media (max-width: 767px) {
    .container-fluid.container-exception {
        max-width: 450px !important;
    }
}

/******************************** TOP BAR *************************************/
.topbar {
    /*position: sticky;
    top: 0;
    z-index: 101;*/
    text-align: right;
    background-color: #000000;
    height: 36px;
    padding-top: 4px;
}
.topbar a {
    color: #000000 !important;
}
.topbar .container .col {
    padding: 6px 40px;
}
.topbar-product-logo-container {
    display: inline-block;
    margin-left: 25px;
    border-left: 1px solid #FFFFFF;
}
.topbar-product-logo-container .topbar-logo-link {
    margin-left: 25px;
}

.topbar-logo {
    height: 24px;
}
@media (max-width: 574px) {
    .topbar-logo {
        height: 20px;
    }
    .topbar-product-logo-container {
        margin-left: 15px;
    }
    .topbar-product-logo-container .topbar-logo-link {
        margin-left: 15px;
    }
}
@media (max-width: 350px) {
    .topbar-product-logo-container {
        display: none;
    }
}


/******************************* TITLE BAR ************************************/

.titlebar-logo-wrapper {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}
.titlebar-logo {
    height: 75px;
}

.titlebar-tagline-wrapper {
    height: 100px;
    display: table-cell;
    vertical-align: middle;
}
.titlebar-tagline {
    font-family: Roboto, Arial;
    font-size: 35px;
    line-height: 35px;
    margin: auto;
    font-weight: 500;
}

.titlebar-button-wrapper {
    text-align: right;
    height: 100px;
}
.titlebar-button {
    background-color: #000000 !important;
    border-color: #000000 !important;
}
.titlebar-button:hover, .titlebar-button:active, .titlebar-button:focus {
    background-color: #000000CC !important;
    border-color: #000000CC !important;
}

@media (max-width: 980px) {
    .titlebar-logo {
        height: 60px;
    }
    .titlebar-tagline {
        font-size: 30px;
        line-height: 30px;
    }
}
@media (max-width: 350px) {
    .titlebar-logo {
        height: 50px;
    }
    .titlebar-tagline {
        font-size: 24px;
        line-height: 24px;
    }
}


/******************************************************************************/
/********************************* MAIN ***************************************/
/******************************************************************************/
main {
    /*margin-top: 36px;*/
    padding-top: 12px;
}



/******************************************************************************/
/************************* NEWSLETTER SECTION *********************************/
/******************************************************************************/
.section-title {
    margin-top: 25px;
    color: #012169;
    font-family: Roboto, Arial;
    font-weight: 500;
    font-size: 32px;
    line-height: 32px;
}

/******************************************************************************/
/*************************** NEWSLETTER CARD **********************************/
/******************************************************************************/
.newsletter_item {
    border: 0;
    margin-bottom: 25px;
}
.newsletter_item.selected {
    border: 0;
}
.newsletter_item .btn_selected {

}

.newsletter_item .image-wrapper img {
    width: 100%;
}

.newsletter_item .content-wrapper {
    padding: 10px;
    background-color: #012169;
    color: #FFFFFF;
    height:70px;
}

.newsletter_item .content-wrapper .text-wrapper {
    float: left;
    font-family: Roboto, Arial;
}
.newsletter_item .content-wrapper .text-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.newsletter_item .content-wrapper .text-wrapper p {
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 0;
}
/* shrink the font size for 4 cols when it's a little tight */
@media (min-width: 981px)  and (max-width: 1120px){
   .col-lg-3 .content-wrapper .text-wrapper h3 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }
}
@media (min-width: 768px) and (max-width: 980px) {
    /*
    .newsletter_item .content-wrapper .text-wrapper h3 {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }
    .newsletter_item .content-wrapper .text-wrapper p {
        font-size: 12px;
        line-height: 14px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .col-md-3 .text-wrapper {
        height: 50px;
    }
    .col-md-3 .button-wrapper {
        width: 100%;
        text-align: center;
    }
    .col-md-3 .newsletter_item .content-wrapper {
        height: auto;
    }
    */
}
.newsletter_item .content-wrapper .button-wrapper {
    float: right;
    padding-top: 10px;
}
.newsletter_item .content-wrapper .button-wrapper .btn-secondary {
    background-color: #EDA440;
    color: #012169;
    font-family: Roboto, Arial;
    font-size: 14px;
    line-height: 8px;
    font-weight: bold;
    height: 30px;
    padding: 12px 0;
    width: 40px;
}
.newsletter_item.selected .content-wrapper .button-wrapper .btn-secondary {
    font-size: 24px;
    line-height: 24px;
    font-weight: bold;
    padding: 3px 0;
}

/******************************************************************************/
/******************************* BANNER FORM **********************************/
/******************************************************************************/

.bottom-banner-wrapper {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 299999;
    text-align: center;
}
.bottom-banner {
    background-color: #E09B46;
    color: #FFFFFF;
    margin: auto;
    padding: 20px 30px;
    border-radius: 15px 15px 0 0;
    padding-bottom: calc(env(safe-area-inset-bottom) + 20px); /* Bottom area on iOS Chrome */
}
.newsletter-form-content {
    text-align: left;
    height: 130px;
}
.newsletter-form-content a,
.newsletter-form-content a:focus,
.newsletter-form-content a:active {
    text-decoration: none;
    color: #FFFFFF;
}
.newsletter-form-content a:hover {
    text-decoration: underline;
    color: #FFFFFF;
}
.newsletter-form-fields {
    display: flex;
    align-items: center;
}
.newsletter-form-fields form {
    width: 100%;
}
.newsletter-form-fields form input {
    height:40px;
    padding: auto 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    border: 1px solid #012169;
}
.newsletter-form-fields .btn {
    height:40px;
    padding: auto;
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    color: #FFFFFF;
    border: 1px solid #012169;
    background-color: #012169;
}
@media only screen and (max-width: 991px) {
    .newsletter-form-fields .btn {
        margin-top: 10px;
        width: 100%;
    }
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}


/******************************************************************************/
/********************************** FOOTER ************************************/
/******************************************************************************/

footer {
  background: #252629;
  color: #FFFFFF;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 40px;
}

/* CSS EDITS */
.Page-footer-logo {
  max-width: none;
}
.Page-footer-logo img {
  max-height: none;
  height: auto;
  width: 100%;
  max-width: 200px;
}
@media only screen and (min-width: 768px) {
  .Page-footer-columns {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .FooterNavigation {
    padding-left: 0px;
    padding-right: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .FooterNavigation {
    padding-left: 0px;
    padding-right: 40px;
  }
}
.SocialBar-items-item {
  margin: 10px 5px 0 0;
}

@media only screen and (min-width: 768px) {
  .Page-footer-site-info {
      padding-right: 0px;
  }
}




/* EXISTING RULES + ADDED 'Page-footer-LVPM' CLASS NAME */
@media only screen and (min-width: 768px) {
  .Page-footer-branding, .Page-footer-content, .Page-footer-LVPM {
    margin: 0 auto;
    width: 100%;
  }
}

@media only screen and (min-width: 768px) {
  .Page-footer-content, .Page-footer-LVPM {
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: var(--contentWidth, 1240px);
    padding-bottom: 20px;
  }
}

.Page-footer-content, .Page-footer-LVPM {
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 40px;
}

.Page-footer-branding, .Page-footer-content, .Page-footer-LVPM {
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}
.Page-footer-content, .Page-footer-LVPM {
  padding-bottom: 50px;
}



/* NEW RULES */
.Page-footer-LVPM {
  padding-top: 30px;
}

.Page-footer-LVPM-logo-container {
  margin-top: 40px;
  margin-bottom: 40px;
}
.Page-footer-LVPM-logo {
  height: 40px;
}
.Page-footer-LVPM-description {
  color: var(--footerTextColor);
  font-family: var(--bodyFont), Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin-bottom: 40px;
}
.Page-footer-LVPM-product-logos-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.Page-footer-LVPM-product-logo {
  height: 30px;
}

@media only screen and (min-width:568px) {
  .Page-footer-LVPM-product-logo {
    height: 40px;
  }
}


@media only screen and (min-width: 768px) {
  .Page-footer-LVPM-logo {
    height: 50px;
  }
  .Page-footer-LVPM {
    flex-direction: row;
  }
  .Page-footer-site-info {
    width: 30%;
  }
  .Page-footer-LVPM-content {
    width: 70%;
    margin-left: 20px;
    padding-left: 40px;
    border-left: 1px solid #666666;
    padding-right: 20px;
  }
  .Page-footer-LVPM-logo-container {
    margin-top: 0px;
  }
  .Page-footer-LVPM-product-logos-container {
    padding-right: 20px;
  }
  .Page-footer-LVPM-product-logo {
    height: 40px;
  }
  .Page-footer .SocialLink {
    height: 35px;
    width: 35px;
  }
}

@media only screen and (min-width: 1024px) {
  .Page-footer-LVPM-content {
    margin-left: 0px;
    padding-left: 80px;
  }
  .Page-footer-LVPM-logo {
    height: 60px;
  }
  .Page-footer-LVPM-product-logo {
    height: 50px;
  }
  .Page-footer .SocialLink {
    height: 40px;
    width: 40px;
  }
}


.SocialBar-heading {
  color: #FFFFFF;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 1.14;
  text-transform: capitalize;
}
.Page-footer-social ul {
  list-style: none;
  padding: 0;
}
.SocialBar-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -10px;
  margin-left: -10px;
  list-style: none;
}
.SocialBar-items-item {
  margin: 10px 5px 0 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.Page-footer .SocialLink {
  background-color: var(--footerPartnersBgColor);
  border-radius: 20px;
  height: 40px;
  width: 40px;
}
.SocialLink {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-align: center;
  transition: color .25s,background .25s,border .25s;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  background-color: #000000;
  border-radius: 20px;
  height: 40px;
  width: 40px;
}
@media only screen and (min-width: 768px) {
  .SocialLink {
    height: 35px;
    width: 35px;
  }
}
.SocialLink svg {
  fill: #FFFFFF;
  height: 15px;
  width: 15px;
}
.sr-only {
  border: 0;
  clip: rect(0,0,0,0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.Page-footer-disclaimer {
  color: #FFFFFF;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-family: Roboto,Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 10px;
  padding: 20px 0 0;
  width: 100%;
}