/* CP > Covid-19 > covid v3 styles > covid-main-styles
https://cloud.mail.salesforce.com/covidsupport-styles
 */

@charset "UTF-8";
/* CSS Document */
/* ===========  CONTAINERS  =========== */
html,
body {
  height: 100%;
  font-family: 'Salesforce', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #2B2826;
  background-color: #f4f4f4;
}

.salesforce-sans-regular {
    font-family: Salesforce,Helvetica,Arial,sans-serif!important;
}

a, a:focus,
a:hover {
  color: #215CA0;
  font-weight: normal
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important
}


.container-limit,
.top-banner-bg,
#rotating-banner {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.col-padding {
  padding: 0 !important;
}
/* MEDIA QUERIES */
@media screen and (min-width: 320px) and (max-width: 767px) {
  .container-limit {
    padding-left: 0px
  }
}
@media screen and (min-width: 940px) {
  .container-limit{
    max-width: 960px;
  }
}
@media screen and (min-width: 1320px) {
  .container-limit {
    max-width: 1305px;
  }
}

/* ========== HEADER NAV ========== */

@media (min-width: 1025px){
 .wwww-main-nav .nav-item{padding-bottom: 3px;}
 .wwww-main-nav>.nav-item button.nav-item-link{padding: 11px 16px 10px 16px;}
}

@media (max-width: 1024px){
.wwww-main-nav .nav-item .child-menu .haschildIcon:after {content: unset;}
.wwww-main-nav .nav-item .child-menu .haschildIcon img {display: block !important;}
.wwww-main-nav.searchEnabled{top: 55px;}
}
.horizontalNavComponent #globalnavbar-header-container .main-menu-container .mobile-drawer-navigation #drawer-close span:before{content: unset;}
.horizontalNavComponent #globalnavbar-header-container .main-menu-container .mobile-drawer-navigation{border-bottom: none;}
.generic-links>li a{font-family: 'Salesforce', 'Helvetica Neue', Helvetica, Arial, sans-serif;}

/* ========== TOP BANNER ========== */
.topbanner {
  margin: 0;
  padding: 0;
  background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/9/topbanner_greenscene.png');
  background-color: #E3F7FE;
  height: 300px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-align: left;
}
.topbanner .container-limit {
  padding-top: 60px;
}

.topbanner h1,
.topbanner p {
  padding: 0px 10px 14px 0px;
  margin: 0px
}
.topbanner h1 {
  font-weight: bold;
  color: #215CA0;
  padding: 20px 0 0 0;
  font-size: 55px;
  line-height: 71px;
}
.topbanner p {
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  color: #222222;
}
.top-banner-bg {
  vertical-align: top
}
.top-banner-bg img {
  width: 100%;
  height: auto
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .topbanner {
    padding: 0 15px;
    height: 210px;
    background-image: url('https://image.mail.salesforce.com/lib/fe941c72756404757c/m/9/covid-v3_banner_mb.png');
    background-color: #E3F7FE;
    background-size: 100% auto;
  }
  .topbanner .container-limit {
    padding-top:22px;
    padding-right: 15%
  }
  .topbanner h1 {
    font-size: 24px;
    line-height: 31px;
  }
  .topbanner p {
    font-size: 14px;
    line-height: 18px;
    padding: 5px 0 0 0;
    margin: 0
  }
}
/* iPhone Xr Portrait   */
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation : portrait) {
  .topbanner p {
    font-size: 18px;
    line-height: 22px;
  }
  .single-col-div .main-page-btn{font-size: 14px !important; line-height: 14px;}
}
/*  iPhone Xr Landscape  */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .topbanner h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .single-col-div .main-page-btn{font-size: 14px !important; line-height: 14px;}
}

@media screen and (min-width: 768px) {
  .topbanner {
  height: 250px;
  }
  .topbanner .container-limit {
    padding-top: 30px;
    padding-right: 40%
  }

  .topbanner h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .topbanner p {
    font-size: 18px;
    line-height: 22px;
  }
}

@media screen and (min-width: 940px) {
    .topbanner {
    height: 300px;
  }
  .topbanner .container-limit {
    padding-top: 45px;
    padding-right: 350px
  }
  .topbanner h1 {
    font-size: 40px;
    line-height: 52px;
  }
  .topbanner p {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1080px) {
  .topbanner h1 {
    font-size: 44px;
    line-height: 58px;
  }
  .topbanner p {
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1320px) {
  .topbanner .container-limit {
    padding-top: 60px;

  }

  .topbanner h1 {
    font-size: 48px;
    line-height: 62px;
  }
  .topbanner p {
    font-size: 22px;
    line-height: 28px;
  }
}

/* ========== BLUE BANNER ========== */
.blue-banner {
  background: #032E61;
  display: flex;
  justify-content: center;
}
.blue-banner p {
  font-size: 20px;
  line-height: 26px;
  color: #FFFFFF;
  padding: 17px 0;
  text-align: center;
  margin: 0;
}
/* iPhone Xr Portrait   */
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation : portrait) {
  .blue-banner p {
    font-size: 18px;
    line-height: 22px
  }
}

/* ========== BREADCRUMB ========== */
.breadcrumb {
  display: flex;
  max-width: 1400px;
  margin: 30px auto 0px auto;
  list-style: none;
  background: none;
  border-radius: 0px;
  padding-top: 0;
  padding-bottom: 0;
}
.breadcrumb-item {
  justify-content: left;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width:1324px) {
  .breadcrumb {
    padding-left: 15px;
  }
}

/* ========== MAIN CONTENT ========== */
.main-section {
  padding-top: 50px;
  padding-bottom: 25px;
}
.body-copy-headline,
.best-practice-header p,
.resource-span-header {
  font-size: 42px;
  font-weight: 100;
  line-height: 52px;
  color: #222222;
  padding: 0 0 20px 0;
  text-align: left;
  display: block;
}
.resource-span-header {
  margin-top:30px
}
.body-copy-columns {
  padding: 20px 25px 0 0;
  font-size: 16px;
  line-height: 24px;
  color: #706E6B;
}
.page-titles {
  color: #1589EE;
  font-size: 36px;
  font-weight: 200;
  line-height: 48px
}

.cta-boxes {
  display: flex;
  justify-content: center;
  height: 207px;
  background-color: #ffffff;
  text-align: center;
  vertical-align: bottom;
  flex-flow: column;
  width: 295px;
  margin-bottom: 20px;
}
.cta-boxes p {
  font-size: 22px;
  line-height: 30px;
  color: #215CA0;
  font-weight: bold;
  font-style: normal
}
.cta-box-1, .cta-box-2, .cta-box-3 {
  margin-right: 30px;
}
.cta-box-4 .wrapper-div {
  padding: 46px 0;
}
.box4copy1 {
  color:#222222 !important;
}
.box4copy2 {
  font-size: 16px !important;
  line-height: 21px !important;
}

p.para1,
p.para2 {
  text-align: left
}
.image-div {
  padding-right: 25px;
}
.image-container {
  display: inline-flex;
}
.cta-boxes img {
  width: auto;
  height: 72px;
  margin-bottom: 20px;
}
.main-section section {
  padding-bottom: 50px;
  display: flex-root;
}
.resource-copy span {
  color: #222222;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200
}
.resource-span-copy {
  color: #215CA0;
  font-size: 22px;
  line-height: 30px;
  font-weight: 200;
  text-align: left;
  margin-bottom: 15px;
  padding: 20px 10px 10px 20px
}
.best-practice-header {
  padding: 40px 0 20px 0 !important;
}
.right-container {
  padding: 0 0 0 40px;
}
.panel-group .panel+.panel {
  margin-top: 0px;
}
.panel-group .panel {
  border-radius: 0px;
}
.resource-panel-title {
  margin-left: 22px;
  color: #222222;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  vertical-align: middle;
}
.resource-panel-header,
.resource-panel-copy {
  margin-bottom: 15px;
  color: #222222;
  font-size: 22px;
  line-height: 30px;
}
.resource-panel-header {
  font-weight: bold;
}
.resource-panel-copy {
  font-weight: 200
}
.right-brace {
  font-size: inherit;
  padding-left:1px;
}
  .multi-col-div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.single-col-div {
  display: flex;
  flex-direction: column;
  height: 400px;
  width: 405px;
  margin:0 20px 20px 0;
  background-color: #ffffff;
}
.single-col-div img {
  width: 100%;
}
.single-col-div .main-page-btn {
  color: #0777BC;
  font-size: 14px;
  line-height: 14px;
  display: block;
  text-align: left;
  padding: 10px 10px 20px 20px;
  font-weight: bold;
  position: absolute;
  bottom:0;
}
.single-col-div .main-page-btn:focus,
.single-col-div .main-page-btn:hover {
  color: #0777BC !important;
  cursor: pointer;
}

.toolst-copy {
  margin-bottom: 50px;
}
.event-rows-tools {
  padding-bottom: 30px;
}

.event-rows-tools:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .main-section {
    padding: 20px;
  }

  .body-copy-headline,
  .best-practice-header p,
  .resource-span-header {
    font-size: 36px;
    line-height: 52px;
    padding: 0 0 10px 0;
  }

  .resource-panel-title {
    margin-left: 20px;
  }

  .body-copy-columns {
    padding: 0;
    margin-top: 15px;
  }

  .image-div {
    padding-right: 15px;
  }
  .cta-boxes {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .image-container {
    flex-wrap: wrap;
    width: 100%;
  }
  .cta-boxes img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    height: 72px;
  }
  .cta-box-1,
  .cta-box-2,
  .cta-box-3 {
    height: 226px;
    min-height: 226px;
    background-size: 100% 60%;
  }
  .cta-boxes p {
    display: block;
    margin: auto;
    margin-bottom: 25px;
  }
  .main-section section {
    display: block;
    padding-bottom: 35px;
  }
  .best-practice-header {
    padding: 20px 0 10px 0 !important;
  }
  .single-col-div {
    width: 100%;
    height: auto;
    margin: 0 0 20px 0
  }
  .single-col-div .main-page-btn {
    text-align: left;
    padding-left: 20px;
    position: relative;
  }
  .resource-span-copy {
    font-weight: bold;
  }
  .right-container {
    padding: 15px 0 0 0;
  }
  .box4copy1 {
    margin-bottom: 10px !important;
  }
  .box4copy2 {
    margin-bottom: 0 !important;
  }
  .resource-copy span {
    font-size: 22px;
    line-height: 30px;
  }
  .toolst-copy {
    margin-bottom: 30px;
  }
}

/* iPhone Xr Portrait   */
@media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation : portrait) {
  .best-practice-header {
    padding: 30px 0 15px 0 !important;
  }
  .resource-span-copy {
    font-size: 21px !important;
    line-height: 26px !important
  }
  a.resource-link,
  p.resource-link {
    font-size: 21px;
    line-height: 24px;
  }
  .box4copy1 {
    font-size: 28px !important;
    line-height: 34px !important
  }
  .box4copy2 {
    font-size: 21px !important;
    line-height: 24px !important
  }
  .single-col-div .main-page-btn {
    font-size: 21px !important;
    line-height: 24px !important;
  }

}
/*  iPhone Xr Landscape  */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  a.resource-link,
  p.resource-link {
    font-size: 18px;
    line-height: 22px
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .body-copy-headline,
  .best-practice-header p,
  .resource-span-header {
    font-size: 40px;
    line-height: 52px;
    padding: 0 0 10px 0;
    text-align: left;
    display: block
  }
  .body-copy-columns {
    padding: 0;
    margin-top: 15px;
  }

  .image-div {
    padding-right: 15px;
  }
  .main-section section {
    padding-bottom: 30px;
  }
  .webinar-div {
    width: auto;
    margin-right: 0;
  }
  .single-col-div {
    width:348px;
    height:348px
  }
  .single-col-div .resource-span-copy {
    margin-bottom: 50px;
  }
}

/* ========== ROTATING BANNER ========== */

#rotating-banner {
  background-color: #B3E6FB;
  height: 200px;
  width:100%;
  display: flex;
  margin: 40px 0;
}

#rotating-banner .banner-copy, #rotating-banner .banner-img {
  height:200px
}

#rotating-banner .banner-copy {
  width: 60%;
}

#rotating-banner .banner-img {
  display: contents;
}

.carousel-caption {
  position: relative;
  top: initial;
  right: initial;
  bottom: initial;
  left: initial;
  text-align: left;
  padding: 0;
  margin: 0;
}

#rotating-banner .banner-copy {
  padding: 40px 20px;
  z-index: 5;
}

#rotating-banner h3 {
  color: #032E61;
  font-size: 32px;
  line-height: 41px;
  font-weight: bold;
  padding: 0;
  margin: 0;
}

#rotating-banner p {
  color: #0849A2;
  font-size: 16px;
  line-height: 21px;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px 0;
}

#rotating-banner img {
  background-color: #B3E6FB;
  position: absolute;
  right:0;
  object-fit: cover;
  height: 100%;
}

.cta-button {
  display: block;
  color: #ffffff;
  width:150px;
  padding: 10px 20px;
  margin: 5px 0px;
  background: #0070D2;

}

.cta-button:hover {
  color: #ffffff !important;
}

@media screen and (min-width: 940px) {

  #rotating-banner h3 {
    font-size: 26px;
    line-height: 32px;
  }

  #rotating-banner p {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1319px){

  #rotating-banner h3 {
    font-size: 26px;
    line-height: 32px;
  }

  #rotating-banner p {
    font-size: 14px;
    line-height: 18px;
  }
.col-lg-offset-1 {
    margin-left: 0%;
  }

}

@media screen and (min-width: 320px) and (max-width: 767px){
  #rotating-banner {
    margin: 40px -20px;
    height:385px;
    width: auto;

  }
  #rotating-banner .banner-copy, #rotating-banner .banner-img {
    height: 200px;
    display: block;
    width: 100%;
  }
  #rotating-banner .banner-copy{
    height: auto;
    padding: 40px 20px 0px;
  }
    #rotating-banner h3 {
    font-size: 26px;
    line-height: 32px;
  }

  #rotating-banner p {
    font-size: 14px;
    line-height: 18px;
  }

  #rotating-banner img{width: 100%;}
}

/* ========== USE CASE PANEL ========= */
#accordion .panel-default>.panel-heading {
  background-color: #E3F7FF;
  background-image: none;
  background-repeat: no-repeat;
}
#accordion .panel-heading {
  padding: 22px;
}
#accordion .panel-title>a:before {
  float: right;
  padding-top: 5px;
  padding-right: 5px;
  content: url("https://image.mail.salesforce.com/lib/fe941c72756404757c/m/9/icon-dash.png");
}
#accordion .panel-title>a.collapsed:before {
  float: right;
  content: url("https://image.mail.salesforce.com/lib/fe941c72756404757c/m/9/icon-add.png");
  padding-top: 6px;
}
#accordion .panel-body {
  text-align: left;
  padding: 20px 30px
}

#accordion .panel-body p.resource-link a {
  text-transform: uppercase;
  font-weight: bold !important;
}

/* ========== BLOG ========== */
    .topbanner-blog-ET1{
      background-image: url(https://image.mail.salesforce.com/lib/fe941c72756404757c/m/9/blog1_hero_img-m.png);
      background-color: #B3E6FB;
  }
  .topbanner-blog-ET2{
    background-image: url(https://image.mail.salesforce.com/lib/fe941c72756404757c/m/9/blog3+hero+Image+1.png);
    background-color: #B3E6FB;
 }
  .topbanner-blog-ET3{
    background-image: url(https://image.mail.salesforce.com/lib/fe941c72756404757c/m/9/et3__header_imgae.png);
    background-color: #98E9EF;
 }

   .topbanner-blog{
    padding: 0;
    margin: 0;
    height: 300px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 300px;
    }

    .topbanner-blog .container-limit {
      padding-top: 50px;
      padding-right: 30%;
    }

   .topbanner-blog p{color: #0849A2; font-size: 16px;line-height: 21px; padding-bottom: 0;}
   .topbanner-blog h1{color: #222222; font-size: 50px;line-height: 60px; font-weight: 300; padding-top: 0;}
   .social-media-links{margin-top: 20px; margin-bottom:10px;}

   @media (min-width: 1025px){
   .horizontalNavComponent #globalnavbar-header-container .horizontal-navbar-header a.logo img {width: 89px; height: 64px;}
 .horizontalNavComponent #globalnavbar-header-container{width: unset;}
   }

@media (min-width: 1312px){
 .horizontalNavComponent #globalnavbar-header-container {
     width: 1312px;
 }
}

.horizontalNavComponent #globalnavbar-header-container .horizontal-navbar-header a.logo img{margin-left: 0;}
.main-section-blog{padding-top: 30px;}
.main-section-blog .breadcrumb {
  padding-left:0;
}

.list-blog{list-style-type: none; padding-left: 15px; font-size: 22px; line-height: 30px; font-weight: 300; color: #080707; margin-bottom: 30px;}
.list-blog li::before {
  content: "\2022";
  color: #080707;
  display: inline-block;
  width: 1.2em;
}
   .list-blog li{display: flex;}

   .blog-para{color: #222222; font-size: 15px; line-height: 24px;}
.ordered-blog-list{padding-left: 30px; line-height: 24px;}
.ordered-blog-list li{padding-left: 10px;}
   .blog-para-header{color: #2E2E2E;font-size: 22px;font-weight: bold;line-height: 28px;}
   .blog-para-step-heading{color: #080707;font-size: 22px;font-weight: 300;line-height: 27px;margin-bottom: 15px;}
   .list-blog-small{font-size: 15px; line-height: 24px; color: #222222; font-weight: normal; padding-left: 10px;}
   .ordered-blog-list-alpha li{list-style-type: lower-alpha; color: #222222; font-size: 15px; line-height: 24px; font-weight: normal;}
   .ordered-blog-list-alpha{padding-top: 20px;}
   .blog-img{width: 622px; padding: 20px 0 30px 0; margin-left: 0px;}
   .blog-img-listOffset {width: 622px; padding: 20px 0 30px 0; margin-left: -40px;}
  .left-webinar-div-blog { width: 312px; height:176px; display: flex; background: #FFFFFF; }
  .left-webinar-div-blog img {width: 312px;}
  .right-webinar-div-blog{width: 312px; height:176px; display: flex; flex-direction: column; justify-content: space-around; background: #FFFFFF; }
.right-webinar-div-blog .para1{font-size: 22px;font-weight: 300;line-height: 30px;}

.secondary-btn-covid-blog{padding-left: 20px;font-size: 14px;line-height: 14px;font-weight: bold;color: #215CA0;}
.right-brace-blog{font-weight: 300; font-size: 21px;}
.hor-ruler{border-top: 2px solid #D9DBDD; margin-top: 50px;}
.event-rows-tools-blog{padding-bottom: 50px;}





@media (max-width: 1024px){

  .topbanner-blog{
    height: 450px;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto 55%;
    }

    .topbanner-blog .container-limit {
      padding: 30px 15px;
    }

 .list-img{width: 100%}
.topbanner-blog h1{font-size: 24px;line-height: 31px; font-weight: bold; padding-top: 0; color: #215CA0;}
.list-blog li::before{width: 3.2em;}

  .left-webinar-div-blog { width: 100%; height:auto; }
  .left-webinar-div-blog img { width:inherit}
   .right-webinar-div-blog{width: 100%; }


}

@media screen and (min-width: 1025px) {
  .topbanner-blog .container-limit {
    padding-top: 30px;
  }
  .topbanner-blog p{ font-size: 16px;line-height: 21px; }
   .topbanner-blog h1{ font-size: 48px;line-height: 52px; }
   .social-media-links{ margin-top: 10px;}

}








/* =========== Footer ========== */

footer.bottom {
  position: relative;
  margin-top: -25px;
  background-color: #ffffff;
  color: #403E42
}

footer>.fa,
.fas {
  font-weight: 600;
}

.columns-wrapper {
  position: relative;
  display: block
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

a {
  background-color: transparent;
}

.li-wrap {
  padding: 0px 5px;
  margin: 0;
}

.text-night,
.text-night a,
.phone-lead,
.text-salesforce-gray,
.header-text {
  color: #403E42
}

.header-text {
  font-size: 15px;
  line-height: 18px;
  margin-left:5px;
}

.phone-lead,
.text-night,
.text-night a {
  font-style: normal;
}

.li-wrap a:hover,
.li-wrap a:focus {
  color: #e2e7ee
}

.li-wrap a {
  color: #184476
}

.margin-40-top-lg {
  margin-top: 40px;
}

.margin-40-bottom-lg {
  margin-bottom: 40px;
}

.img-responsive {
  display: block;
  max-width: 90px;
}

img {
  vertical-align: middle;
}

img {
  border: 0;
}

.footer-social-links {
  text-align: left;
}

.margin-10-bottom-lg {
  margin-bottom: 10px;
}

.footer-social-links .social-media-links a {
  margin-right: 16px;
}

.social-media-links a {
  font-size: 26px;
}

.footer-social-links {
  font-size: 28px;
}

.salesforce-social-icon {
  background-size: contain;
  height: 30px;
  width: 30px;
  display: inline-block;
  font-size: 28px;
  color: #59575c
}

.footer-phone-number {
  font-size: 22px;
  color: #ffffff;
  line-height: 40px;
}


@media (max-width: 1311px) and (min-width: 1024px) {
  .hidden-md {
    display: none !important;
  }
}

.text-left {
  text-align: left;
}

.margin-60-top-lg {
  margin-top: 60px;
}

.margin-20-bottom-lg {
  margin-bottom: 20px;
}

.generic-links {
  list-style-type: none;
  padding-left: inherit;
}

ul.generic-links {
  padding-left: 0;
  list-style: none;
}

.margin-40-bottom-lg {
  margin-bottom: 40px;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 5px;
}

ul.generic-links .li-wrap {
  position: relative;
}

.generic-links>li {
  padding: 0 0 5px;
  margin: 0;
}

ul.generic-links li {
  margin-bottom: 5px;
  font-size: 12px;
  color: #59575c;
}

.generic-links>li a {
  line-height: 1.42857143;
  font-size: 12px;
}

.text-cirrus,
.text-link {
  color: #215ca0;
}

.salesforce-icon {
  background-size: contain !important;
  font-weight: 200;
  color: #cdcdcd
}

body>footer.bottom .footerNavigationComponent,
body>footer.bottom .powerFooterNavigationComponent {
  z-index: 103;
  position: relative;
  background-color: #032e61;
}

.page-footer {
  display: table;
  width: 100%;
  background-color: #032e61;
  padding-bottom: 20px;
  margin: 0 auto;
}

footer .container {
  display: table;
  width: 100%;
  background-color: #ffffff;
  padding-bottom: 20px;
  margin: 0 auto;
}

@media (min-width:768px) {

  footer .container,
  .page-footer {
    width: 752px
  }
}

@media (min-width:1024px) {

  footer .container,
  .page-footer {
    width: 972px
  }
}

@media (min-width:1312px) {

  footer .container,
  .page-footer {
    width: 1312px
  }
}

/* .region-selector {
    visibility: hidden;
    width:33.3%;
    position: relative;
  } */
.region-selector {
  display: none !important;
  overflow: hidden;
}

.footerNavigationComponent .region-selector_button {
  width: unset;
  float: left;
  text-align: left;
  cursor: default;
  line-height: 85px;
  margin-right: 30px;
}

.footerNavigationComponent .region-selector_button .btn {
  cursor: pointer;
  padding: 11px 24px;
  min-width: 144px;
  height: 42px;
  line-height: 0;
}

.footerNavigationComponent .region-selector_icon {
  font-size: 20px;
}

.region-selector_icon {
  font-size: 20px;
  margin: 0 0 5px;
}

.region-selector_caret,
.region-selector_icon {
  vertical-align: middle;
}

.region-selector_label {
  font-size: 14px;
  line-height: 18px;
  margin: 0 8px;
}

.region-selector_label {
  font-size: 11px;
  line-height: 85px;
  letter-spacing: .5px;
}

.footerNavigationComponent .region-selector_caret {
  font-size: 10px;
}

.region-selector_caret {
  font-size: 8px;
}

.region-selector_caret,
.region-selector_icon {
  vertical-align: middle;
}

.footerNavigationComponent .region-selector_dialog {
  right: unset;
  left: 0;
  bottom: -17px;
}

.region-selector_dialog {
  display: none;
  position: absolute;
  right: -4px;
  bottom: -20px;
  z-index: 5;
  width: 710px;
  box-shadow: 0 0 8px #c1b9b4;
  background-color: #fff;
}

.border-white,
.border-white:hover {
  border-color: #fff;
}

.region-selector_button {
  display: table-cell;
  width: 160px;
  height: 85px;
  float: right;
  text-align: right;
  vertical-align: middle;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
}

.page-footer_content {
  display: inline;
  overflow: hidden;
}

.page-footer_legal {
  color: #fff;
}

.page-footer_legal,
.page-footer_links {
  font-size: 11px;
  margin: 20px 50px 0px;
}

.page-footer_links.mobile-display {
  font-size: 11px;
  margin: 0px 50px 7px;
}

@media screen and (max-width: 768px) {

  .page-footer_legal,
  .page-footer_links p {
    margin: 0 0 10.5px;
    font-size: 11px;
  }

  .page-footer_legal,
  .page-footer_links {
    max-width: 100%;
    margin: 14px auto 0px;
    padding-left: 24px;
    padding-right: 24px;
    text-align: center;
  }

  .region-selector {
    display: none;
    overflow: hidden;
  }
}

.cq-wcm-foundation-aria-description,
.cq-wcm-foundation-aria-visuallyhidden {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  top: -10px
}

.page-footer_content a {
  color: #00a1e0;
  cursor: pointer;
}

.page-footer_legal,
.page-footer_links p {
  font-size: 11px;
}

.page-footer_links_list {
  padding: 0 0 7px;
  margin: 0;
}

.page-footer_links_item:first-child {
  margin-left: 0;
}

.page-footer_links_item {
  display: inline-block;
  margin: 0 20px 10.5px 0;
}

.page-footer_content a {
  color: #00a1e0;
  cursor: pointer;
}



.single-col-div{margin: 0 30px 30px 0;}
.rmargin-off{margin-right: 0 !important;}
.multi-col-div{flex-wrap: unset;}
.topbanner{background-size: auto;}
.cta-boxes{width: 100%;}
.image-container{width: 295px; margin-right: 30px;}

.cta-box-1, .cta-box-2, .cta-box-3{margin-right: 0;}
.single-col-div .main-page-btn{color: #215CA0;}
ul.generic-links li{margin-bottom:0;padding-bottom:10px;}
body footer.bottom .footerNavigationComponent, body footer.bottom .powerFooterNavigationComponent{background-color: #032e61;}

.box4copy2 {
    font-size: 14px !important;
    line-height: 20px !important;
}

@media screen and (min-width: 940px){
.container-limit {
    max-width: unset;
}

#rotating-banner h3 {
    font-size: 32px;
    line-height: 41px;
}
#rotating-banner p {
    font-size: 16px;
    line-height: 21px;
}

}
@media screen and (min-width: 1320px) {
  .container-limit {
    max-width: 1305px;
  }
 .topbanner .container-limit {
    padding-top: 40px;
  }
 .topbanner h1 {
    font-size: 55px;
    line-height: 71px;
 }
 .topbanner p {
    font-size: 24px;
    line-height: 31px;
    font-weight: 300;
 }
}
@media screen and (max-width: 767px) and (min-width: 320px){
 .single-col-div {margin: 0 0 30px 0;}
 .multi-col-div {flex-wrap: wrap;}

 .image-container { flex-wrap: wrap; width:100%; margin-right:0;}
 .topbanner{background-size: 100% auto;}
 .blue-banner p{font-size: 16px; line-height: 21px; padding: 20px;}
 .cta-box-1, .cta-box-2, .cta-box-3{height: 207px;}
 .cta-boxes{margin-bottom: 20px;}
 .cta-boxes img{margin-top: 30px;}
}
@media (min-width: 1312px){
.col-lg-offset-1 {
    margin-left: 10.333333%;
}
}

@media (max-width: 1024px){
 .horizontalNavComponent #globalnavbar-header-container .horizontal-navbar-header a{margin-left: 10px;}
}

.panel-title p{margin-bottom: 0;}
.text-cirrus{color: #215ca0 !important;}

/* Carousel styles */
.glyphicon-chevron-right:before,
    .glyphicon-chevron-left:before {
      content: none;
    }

    .glyphicon-chevron-left img {
      transform: rotate(180deg);
    }

    .glyphicon-chevron-left img,
    .glyphicon-chevron-right img {
      background-color: unset !important;
    }

    .carousel-control.right,
    .carousel-control.left {
      width: auto;
    }

    .carousel-control.left {
      right: auto;
      left: 30px;
    }

    .carousel-control.right {
      left: auto;
      right: 30px;
    }

    .carousel-indicators li {
      width: 8px;
      height: 8px;
    }

    .carousel-indicators .active {
      width: 10px;
      height: 10px;
    }

    .carousel-indicators {
      bottom: 10px !important;
    }

    .text-cirrus,
    .text-link {
      color: #215ca0;
    }

    @media screen and (max-width: 767px) and (min-width: 320px) {
      #rotating-banner .banner-copy {
        padding: 40px 20px 20px;
      }
    }

    /* iPhone Xr Portrait   */
    @media only screen and (device-width : 414px) and (device-height : 896px) and (-webkit-device-pixel-ratio : 2) and (orientation : portrait) {

      .single-col-div .main-page-btn {
        font-size: 14px !important;
        line-height: 14px;
      }
    }

    /*  iPhone Xr Landscape  */
    @media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {

      .single-col-div .main-page-btn {
        font-size: 14px !important;
        line-height: 14px;
      }
    }

.blog-para-ERM .blog-img{width: 100%;}