.cfss-header {
    border-bottom: 1px solid #ccc;
    font-family: Avenir Book;
    font-size: 0.75rem;
    padding: 1rem;
}

.cfss-header .cfss-logo {
    margin: 0 auto;
    display: block;
    min-width: 184px
}

.cfss-header .cfss-logo img {
    width: 184px;
    height: 47px;
    margin-left:0 !important;
}

.cfss-header .cfss-logo a {
    display: inline-block;
    padding: .3125rem 0;
    vertical-align: middle;
}

.cfss-header .navbar-nav .cq-placeholder {
    display: block;
    min-width: 500px;
}

.cfss-header .navbar-nav div {
    display: block;
    min-width: 500px;
}

.cfss-header .navbar-nav .nav-item .nav-link {
    color: #646464;
    font-family: Avenir Book;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 0;
}

header .nav-item:not(.active):hover {
    text-decoration: underline;
}

.cfss-user-profile-li {
    padding-top: 4px;
}

.cfss-user-profile {
    padding: 4px 4px 0 4px;
    border: 1px solid rgba(0, 0, 0, .5);
    border-radius: 50%;
}

.cfss-user-profile i {
    font-size: 16px;
}

.cfss-hamburger-close {
    cursor: pointer;
    height: 10px;
    width: 15px;
    transform: rotate(90deg);
    position: fixed;
    top: 38px;
}

i.cfss-hamburger-close {
    font-size: 22px;
}

.cfss-hamburger-icon {
    cursor: pointer;
    position: absolute;
}

.cfss-primary-nav .nav-item {
    margin: 0.5rem;
    cursor: pointer;
    letter-spacing: 1.6px;
}

.cfss-primary-nav .nav-item.active {
    box-sizing: border-box;
    text-decoration: underline;
}

.cfss-primary-nav .nav-item.active .nav-link {
    color: #646464;
}

.cfss-primary-nav ul {
    float: right;
}

#cfss-hamburger-menu {
    display: none;
    font-family: Avenir Book;
    font-size: 0.75rem;
    text-transform: uppercase;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #fff;
}

#cfss-hamburger-menu .hamburger-menu-lable {
    font-family: Avenir Book;
    color: #212529;
    font-weight: 700;
    letter-spacing: 1.6px;
}

#cfss-hamburger-menu .nav-item {
    color: #646464;
    font-weight: 400;
    letter-spacing: 1.6px;
    line-height: 18px;
    border-bottom: 1px solid #dee2e6;
    margin: 0 0.5rem;
    padding: 1rem 0;
    cursor: pointer;
    letter-spacing: 1.6px;
}

#cfss-hamburger-menu .nav-item .nav-link {
    font-family: Avenir Book;
    color: #646464
}

#cfss-hamburger-menu .nav-item.active .nav-link {
    color: #646464;
}

#cfss-hamburger-menu .nav-item.active {
    text-decoration: underline;
}

h1.invisible {
    height: 0;
    margin: 0;
}

@media (max-width: 768px) {
    .cfss-header .cfss-logo img {
        margin-left: 0 !important;
        position: relative !important;
        padding-left: 0 !important;
    }

    .cfss-header {
        padding: 1rem 1rem 0.5rem 1rem;
    }
}

@media (max-width: 990px) {
    .cfss-header .cfss-logo img {
        margin-left: 0 !important;
    }
}

@media (max-width: 767px) {
    .cfss-header .cfss-logo img {
        width: 121px;
        height: 31px;
    }

    .cfss-header {
        padding: 1rem 1rem 0.5rem 1rem;
    }
}

@media (max-width: 1024px) {
    .cfss-header .collapse {
        display: none !important;
    }

}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

.cfss-header-cover {
    position: fixed;
    width: 100%;
    height: 58px;
    display: none;
    top: 0;
    left: 0;
}

#cfss-hamburger-menu .nav-link {
    padding: 0;
}

footer {
    background: #000000;
    overflow: hidden;
    font-size: 0.875rem;
    color: #FFFFFF;
    padding-top: 5.9375rem;
    padding-bottom: 5.375rem;
    font-family: 'Avenir Roman', sans-serif;
}

footer .footer-links {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

footer .footer-links p,
footer a {
    font-family: 'Avenir Roman', sans-serif;
    font-size: 12.8px;
}

@media screen and (max-width:1024px) {
    footer .footer-links {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
}

@media screen and (max-width:415px) {
    footer .footer-links {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.social-icons {
    float: none;
    overflow: hidden;
}

.social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
    grid-template-columns: repeat(11, 1fr);
    display: block;
    row-gap: 1.875rem;
}

@media (max-width: 1024px){
	.social-icons ul{
   		grid-template-columns: repeat(9, 1fr);
   	}
}
@media (max-width: 768px){
	.social-icons ul{
   		grid-template-columns: repeat(7, 1fr);
	}
}
@media (max-width: 767px){
   	.social-icons ul{
   		grid-template-columns: repeat(3, 1fr);
   		display: inline-grid;
	}
}  
.social-icons ul li {
    display: inline-block;
}

.social-icons ul li a {
    text-decoration: none;
    color: #fff;
    margin: 0px 2.2rem;
}

.social-icons ul li a img {
    height: 32px;
    width: 32px;
}

.footer-links ul {
    margin: 0;
    padding: 0;
    list-style: none;    
}

.footer-links ul li {
    display: inline-block;
}

.footer-links ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 12.8px;
    padding: 0 !important;
    text-transform: uppercase;
    font-weight: normal;
    line-height:12.8px;
    letter-spacing:1.4px;
}

.footer-links ul li a:hover {
    text-decoration: underline;
}

.footer-sublinks ul li a {
    text-transform: none;
    font-size: 0.875rem;
    padding: 0 5px;
}

footer p{
    color: #ffffff;
    margin-bottom: 1rem;
    letter-spacing:0.3px;
	line-height:19.2px;
}

footer h1,
footer h2,
footer h3 {
    color: #ffffff;
}

.space_row {
    text-align: center;
}

footer .copy-right {
    letter-spacing: 0.3px;
    font-stretch: 100%;
    font-weight: 400;
    vertical-align: baseline;
    display: grid;
}

footer .social-icons {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 1.875rem;
    margin: 3.125rem 0px;
}

footer .social-icons a {
    color: #fff;
}

footer .space_row div {
    font-size: 0.75rem;
    font-weight: bold;
    -webkit-letter-spacing: 1.4px;
    -moz-letter-spacing: 1.4px;
    -ms-letter-spacing: 1.4px;
    letter-spacing: 1.4px;
    line-height: 1.5;
    text-align: left;
    text-transform: uppercase;
    vertical-align: baseline;
}

footer .footer-sublinks a {
    color: #fff;
}
.footer .footer-sublinks{
	margin-top: 2rem;
	display: block;
	min-width: 100%;
}

footer .space_row ul li {
    padding: 0px 1.5rem 2rem;
    vertical-align: text-top;
}

@media (max-width: 1200px) {
    .social-icons {
        max-width: 100%;
        flex: 100%;
    }
}

@media (max-width: 767px) {
    .footer-links ul li a {
        padding: 0;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .copy-right .footer-links ul li a {
        padding: 0;
    }

    footer .copy-right {
        text-align: unset !important;
        margin-left: 0px;
        margin-right: 0px;
    }

    footer .space_row ul li {
        width: 49%;
        text-align:center;
        letter-spacing: 1.4px;
	    padding:0 0 1rem;
    }

    footer .space_row ul li:nth-child(odd) {
        text-align: center;

    }

    footer .space_row ul li:nth-child(even) {
        text-align: center;
    }
}

@media screen and (min-width: 600px) {
    footer .social-icons {
        display: block;
    }

    footer .space_row div {
        -webkit-column-count: 1;
        column-count: 1;
        margin: 0 auto;
        text-align: center;
    }
}

@media(min-width: 600px) and (max-width:767px) {
    footer .space_row ul li {
        margin-left: 20px;
        margin-right: 20px;
    }
}

@media (min-width:600px) and (max-width: 900px) {
    footer .copy-right {
        margin-left: 24px;
        margin-right: 24px;
    }
}

@media (min-width:900px) {
    footer .copy-right {
        margin-left: 30px;
        margin-right: 30px;
    }
}

footer .brand-logo {
    height: 104px;
    width: 256px;
    position: relative !important;
    padding: 0px !important;
    margin: 0px !important;
}

footer .navbar-nav {
    display: block;
}

@charset "utf-8";
@font-face {
  font-family: "Chronicle Display Roman";
  src: url("../../../etc.clientlibs/realogy-corcoranfranchise/clientlibs/clientlib-base/resources/fonts/ChronicleDisplay_Roman.woff") format('woff');
}
@font-face {
  font-family: Avenir Roman;
  src: url("../../../etc.clientlibs/realogy-corcoranfranchise/clientlibs/clientlib-base/resources/fonts/Avenir-Roman.woff") format('woff');
}
@font-face {
  font-family: Avenir Black;
  src: url("../../../etc.clientlibs/realogy-corcoranfranchise/clientlibs/clientlib-base/resources/fonts/Avenir-Black.woff") format('woff');
}
@font-face {
  font-family: Avenir Heavy;
  src: url("../../../etc.clientlibs/realogy-corcoranfranchise/clientlibs/clientlib-base/resources/fonts/Avenir-Heavy.woff") format('woff');
}
@font-face {
  font-family: Avenir Book;
  src: url("../../../etc.clientlibs/realogy-corcoranfranchise/clientlibs/clientlib-base/resources/fonts/Avenir-Book.woff") format('woff');
}
/* CSS Document */
body {
  font-family: Georgia Roboto sans-serif;
}
.form_style h1 {
  margin-bottom: 5px;
  margin-left: 15px;
  font-family: Chronicle Display Roman;
  font-weight: 500;
  font-size: 4.5rem;
  line-height: 4.5rem;
  text-transform: none;
}
.form_style h2 {
  color: #000000;
  font-family: Chronicle Display Roman;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0px;
  line-height: 3.375rem;
  text-transform: none;
  margin-bottom: 5px;
  margin-left: 15px;
}
.form_style h3 {
  color: #000000;
  font-family: Chronicle Display Roman;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 2rem;
  text-transform: none;
}
.form_style .form-subheading{
  font-size: 1.4375rem;
  line-height: 1.625rem;
  text-transform: capitalize;
}
.form_style .form-subheading h2{
  font-family: Avenir Roman;
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: 0.3px;
  line-height: 1.75rem;
  text-transform: none;
  margin-left: 0;
  color: #646464;
}
.form_style .form-subheading p {
  color: #000000;
  font-family: Avenir Black;
  font-size: 0.875rem;
  letter-spacing: 1.6px;
  line-height: 1.25rem;
  text-transform: none;
}
.interestform .interset-price-height.form-group{
	min-height: 85px;
}
.form_style .form-control::placeholder{
  color: #646464;
  font-family: Avenir Roman;
  font-size: 1rem;
  line-height: 1.625rem;
  text-transform: none;
}
.form_style .form-subheading p:first-letter {
  text-transform: uppercase;
}
.form_style .form-subheading a{
  color: #4A769D;
  font-family: Avenir Black;
}
.form_style .form-subheading a:hover{
  color: #396186;
}
.form_style .contact-header span{
  color: #646464;
  font-family: Avenir Roman;
  font-size: 0.875rem;
  letter-spacing: 0.3px;
  line-height: 1.375rem;
  text-transform: uppercase;
}
.form_style .row-eq-height span {
  font-size: 8px;
  text-transform: uppercase;
}
.form_style .form-divider{
	border-top: 1px solid #000;
	margin: 16px 0 24px;
	width: 24px;
}
.form_style .radio-inline{
  margin-right: 5px;
  font-family: Avenir Roman;
}
.row-eq-height {
  height: 35px;
}
.form_style .btn {
  height: 56px;
  background-color: #C0535C;
  border-radius: 25px;
  font-size: 0.875rem;
  line-height: 20px;
  min-width: 260px;
  padding: 10px 48px;
  font-family: Avenir Black;
  font-weight: bold;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}
.form_style .btn:hover {
	background-color: #AA424F;
	}
.form_style .form-group {
  margin-bottom: 15px;
  font-size: 14px;
  min-height: 65px;
}
.form_style .form-group input.form-control.error {
	border: 1px solid #E50214;
	color: #E50214;
}
.form_style .expression-inquiry {
  text-decoration: underline !important;
  cursor: pointer;
}
.form_style .phone-number{
  width: 45%;
  min-height: 75px;
  max-height: 75px;
}
.form_style .best-time{
  width: 48%;
  margin-left: 52%;
  margin-top: -90px;
}
.form_style .form-submit{
	margin-top: 50px;
    padding: 30px 0;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
}
label.error {
  color: #E50214;
  font-size: 0.875rem;
  line-height: 1.375rem;
  letter-spacing: 0.3px;
  padding-left: 0.5rem;
  font-family: Avenir Roman;
}
.thank_you h1 {
  font-size: 60px;
  margin-left: 0;
  margin-right: 450px;
}
.thank_you p {
  font-size: 14px;
  margin-bottom: 40px;
  color: #6f6f6f;
}
.form_style .form-control.brokerage-market-currency, .form_style .form-control.brokerage-company-currency {
  color: #646464;
  font-size: 1rem;
  font-family: Avenir Roman;
  line-height: 1.625rem;
  letter-spacing: 0.3px;
  padding: .375rem;
  text-align: center;
  float: left;
  width: 58px;
}
.form_style .form-control.brokerage-market-currency:hover, .form_style .form-control.brokerage-company-currency:hover {
  border: 1px solid #E5E5E5;
  box-shadow: none;
  color: #396186;
}
.brokerage-market-sales, .brokerage-company-sales {
  float: left;
  width: calc(100% - 58px);
}
@media (max-width: 991px) {
  .form_style h2 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .row-eq-height {
    height: auto;
  }
  .container {
    max-width: 100%;
  }
  .mrgn_top {
    margin-top: 20px;
  }
  .form_style h2 span {
    font-size: .6rem;
  }
  .thank_you h1 {
    font-size: 40px;
    margin-right: 0;
  }
}

@media (min-width:768px) {
  .form_style .col-md-6 {
    padding-right: 40px;
  }
  .form_style .col-md-6.mrgn_top {
    padding-left: 40px;
    padding-right: 0;
    margin-top: 80px;
  }
  .box-ttl {
	letter-spacing: 1px;
  }
}

@media (max-width: 500px) {
  .form_style .form-question {
    min-height: 80px;
  }
}

@media (min-width:768px) and (max-width:992px){
  .thank_you h1{
    margin-right: 150px;
  }
}
@media (min-width:993px) and (max-width:1200px){
  .thank_you h1{
    margin-right: 250px;
  }
}
#expressionform p{
	margin-bottom: 0;
}
.form_style{
	font-family: 'Avenir',sans-serif;
}
.box-ttl {
	text-transform: uppercase;
    width: 100%;
	font-size: 0.625rem;
	color: #646464;
	font-weight: 500;
	line-height: 0.75rem;
	margin-bottom: 0.75rem;
    font-family: 'Avenir Heavy';
}
.form_style .form-control {
  border: 1px solid #E5E5E5;
  border-radius: .75rem;
  caret-color: #8C8C8C;
  color: #000000;
  font-family: Avenir Roman;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.625rem;
  letter-spacing: 0.3px;
  outline: 1px;
  padding-left: 1.5rem;
}
.form_style .form-control:hover {
	border: 1px solid #396186;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}
.form_style #msg{
  color: #495057;
  font-family:Avenir Roman; 
}
.form_style .col{
  padding-left: 0 !important;
}
.thank_you a{
  font-size: 16px;
  color: #4A769D;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 768px){
  .body-container .richtext{
    padding: 28px;
  }
  .form_style h1 {
	  font-size: 2.5rem;
	  letter-spacing: 0.3px;
	  line-height: 2.875rem;
  }
  .form_style h2{
	  font-size: 2rem;
	  letter-spacing: 0.3px;
	  line-height: 2.5rem;
	}
	.form_style h3 {
	  font-size: 1.5rem;
	  letter-spacing: 0.3px;
	  line-height: 2rem;
	}
	.form_style .form-subheading h2{
	  font-size: 1.125rem;
	}
}
.form_style .form-group{ margin-bottom:16px !important;}
.form_style .form-control{ min-height:56px !important;}
.form_style .brokerage-dropdown.show ul{font-family: Avenir Roman;transform: translate3d(0px, 55px, 0px) !important; width: 100%; height:400px; overflow-y:scroll;}
.form_style .brokerage-dropdown .dropdown-toggle::after{ float:right; margin-top: 10px;}
.form_style .brokerage-dropdown .btn{line-height: 1.625rem;letter-spacing: 0.3px;background-color: #fff !important; color: #000 !important; text-transform: none !important; font-size: 16px !important; font-weight: normal !important; border-radius: .75rem !important; width: 100% !important; border: 1px solid #ced4da !important; text-align: left !important; padding: 14px 16px 0 24px !important; height: 56px !important; font-family: Avenir Roman !important;}
.form_style .brokerage-dropdown{ width:100%;}
.form_style .brokerage-dropdown.show ul li{ cursor:pointer; padding:7px 16px 0 16px; height:40px; color:#646464}
.form_style .brokerage-dropdown.show ul li:hover{ background-color:#396186; color:#ffffff;}
.form_style .form-group .radio-inline{color: #646464;}
.form_style .form-group .radio-inline span:hover{color:#396186 !important;}
.form_style .radio-inline input[type="radio"]:checked+span{color:#000;}

/*Header CTA starts */
.header-CTA .cta-button a.global-cta{
     border-radius: 25px;
     padding: 4px 14px;
     min-width: auto;
     color: #FFFFFF;
     font-family:Avenir Book;
     font-size: 12px;
     font-weight: 400;
     letter-spacing: 1.6px;
     line-height: 20px;
     text-align: center;
    text-transform:uppercase;
    }
    .header-CTA .cta-button a.global-cta:hover{
    text-decoration:none;
    background-color:#AA424F;
}
.nav-item.header-regbtn{
display:flex;
}
 header .nav-item.header-regbtn:not(.active):hover{text-decoration:none;}
	.cfss-header .navbar-nav div.nav-item.header-regbtn,
	.cfss-header .navbar-nav div.header-CTA,
	.cfss-header .navbar-nav div.header-CTA .tb-button,
	.cfss-header .navbar-nav div.header-CTA .cta-button,
	.cfss-header .navbar-nav div.header-CTA .cta-button-position
	{
	min-width: 100px !important;  display: inline-flex;
	}
	.cfss-header .navbar-nav div.header-CTA.cta-button{
	padding: 0;
	}
	.cfss-primary-nav .nav-item.header-regbtn{
	margin:0;
	}
	.cfss-header .navbar-nav div.nav-item.header-regbtn,
	.cfss-header .navbar-nav div.newheader{
	display: flex;
	min-width: 100px;
	}
	.cfss-header .navbar-nav li.nav-item.header-regbtn .cq-placeholder{
	display: contents;
	min-width: 100px;
	}
 @media (max-width:1199px){
	.header-CTA .cta-button-position
	{
	text-align:left;
	}
	.header-CTA .cta-button{
	padding:0;
	}
	.header-CTA .cta-button a.global-cta{
	margin:0;
	}
}

/*Header CTA ends */




.adaptable-card-container {
  border: none;
  border-radius: 0; }
  .adaptable-card-container img {
    border-radius: 0;
    height: 451px; }
    @media only screen and (max-width: 768px) {
      .adaptable-card-container img {
        height: 300px; } }
  .adaptable-card-container .card-body {
    padding: 10px; }
    .adaptable-card-container .card-body .card-title {
      color: #000000;
      font-family: Chronicle Display Roman;
      font-size: 1.5rem;
      font-weight: 500;
      letter-spacing: 0.3px;
      line-height: 32px; }
    .adaptable-card-container .card-body .card-text, .adaptable-card-container .card-body p {
      color: #000000;
      font-family: Avenir Roman;
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 0.3px;
      line-height: 26px; }
    .adaptable-card-container .card-body .cta-container .item-name, .adaptable-card-container .card-body .cta-container a {
      background-color: transparent;
      color: #4A769D;
      border: none;
      font-family: Avenir Roman;
      font-size: 0.875rem;
      font-weight: 900;
      letter-spacing: 1.6px;
      line-height: 20px;
      padding: 0; }

.adaptablecard .adaptable-card-container {
  flex: 1 1 0;
  display: flex;
  flex-direction: column; }

.agent-card-container {
  height: 261px;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .agent-card-container {
      height: auto; } }
  .agent-card-container .lead {
    color: #000000;
    font-family: Chronicle Display Roman;
    font-size: 1.5rem;
    letter-spacing: 0.3px;
    line-height: 32px; }
    @media only screen and (max-width: 767px) {
      .agent-card-container .lead {
        margin-top: 10px;
        display: block; } }
  .agent-card-container p {
    color: #000000;
    font-family: Avenir Book;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 26px;
    margin-bottom: 6px; }
  .agent-card-container .defaultSpan {
    color: #000000;
    font-family: Avenir Heavy;
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 1.6px;
    line-height: 20px; }
  .agent-card-container .agent-mail {
    color: #4A769D;
    font-family: Avenir Book;
    font-size: 0.875rem;
    font-weight: normal;
    letter-spacing: 1.6px;
    line-height: 20px;
    word-break: break-word;
    text-transform: lowercase; }
  .agent-card-container .agent-image {
    padding: 0;
    max-width: 191px; }
    @media only screen and (max-width: 767px) {
      .agent-card-container .agent-image {
        flex-basis: auto;
        margin-bottom: 5px; } }
    .agent-card-container .agent-image img {
      height: 261px;
      width: 191px;
      max-width: 100%; }
  .agent-card-container .agent-content {
    padding-left: 25px;
    max-width: 330px; }
    @media only screen and (max-width: 767px) {
      .agent-card-container .agent-content {
        flex-basis: auto;
        padding-left: 0;
        max-width: 100%; } }
    .agent-card-container .agent-content b {
      font-weight: 600; }

.banner-component-container .banner-inner {
  position: relative; }
  .banner-component-container .banner-inner .image-top {
    background-color: #DDDDDD;
    height: auto; }
    .banner-component-container .banner-inner .image-top img {
      height: auto;
      width: 100%; }
    .banner-component-container .banner-inner .image-top .text-block {
      background-color: #ffffff;
      padding: 62px 110px;
      text-align: center;
      width: 84%;
      transform: translateY(-80px); }
      @media only screen and (max-width: 1024px) and (min-width: 990px) {
        .banner-component-container .banner-inner .image-top .text-block {
          padding: 63px 87px;
          transform: translateY(-80px); } }
      @media only screen and (max-width: 989px) {
        .banner-component-container .banner-inner .image-top .text-block {
          transform: translateY(0px); } }
      @media only screen and (max-width: 989px) and (min-width: 767px) {
        .banner-component-container .banner-inner .image-top .text-block {
          padding: 63px 87px;
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .banner-component-container .banner-inner .image-top .text-block {
          padding: 23px 20px;
          width: 100%; } }
      .banner-component-container .banner-inner .image-top .text-block h1, .banner-component-container .banner-inner .image-top .text-block h2, .banner-component-container .banner-inner .image-top .text-block h3 {
        text-align: center; }
      .banner-component-container .banner-inner .image-top .text-block p {
        margin: 0px; }
    .banner-component-container .banner-inner .image-top .text-bg .text-block {
      margin: 0 auto; }
  .banner-component-container .banner-inner .image-bottom {
    min-height: 770px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 1024px) {
      .banner-component-container .banner-inner .image-bottom {
        min-height: 770px; } }
    @media only screen and (max-width: 768px) {
      .banner-component-container .banner-inner .image-bottom {
        min-height: 700px; } }
    @media (max-width: 767px) {
      .banner-component-container .banner-inner .image-bottom {
        padding-bottom: 5%;
        margin-bottom: 0px; } }
    .banner-component-container .banner-inner .image-bottom img {
      height: 411px;
      width: 1076px;
      position: absolute;
      /*bottom: 11%;*/
      bottom: 1.5%;
      left: 0;
      right: 0;
      margin: 0 auto; }
      @media only screen and (max-width: 1300px) {
        .banner-component-container .banner-inner .image-bottom img {
          /*bottom: 9.5%;*/ } }
      @media only screen and (max-width: 1024px) {
        .banner-component-container .banner-inner .image-bottom img {
          max-height: 411px;
          width: 831px;
          /* bottom:5.5%;*/ } }
      @media (max-width: 768px) {
        .banner-component-container .banner-inner .image-bottom img {
          position: relative;
          margin-top: 0%;
          left: 0;
          width: 100%; } }
      @media (max-width: 420px) {
        .banner-component-container .banner-inner .image-bottom img {
          height: 237px; } }
    .banner-component-container .banner-inner .image-bottom .text-block {
      min-height: 595px;
      width: 100%;
      padding: 5% 10%;
      text-align: center; }
      .banner-component-container .banner-inner .image-bottom .text-block h1, .banner-component-container .banner-inner .image-bottom .text-block h2, .banner-component-container .banner-inner .image-bottom .text-block h3,
      .banner-component-container .banner-inner .image-bottom .text-block p {
        color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .banner-component-container .banner-inner .image-bottom .text-block p {
          margin-bottom: 37px; } }
      .banner-component-container .banner-inner .image-bottom .text-block a.btn-cta {
        margin-bottom: 37px; }
        @media only screen and (max-width: 1024px) {
          .banner-component-container .banner-inner .image-bottom .text-block a.btn-cta {
            margin-bottom: 37px; } }
        @media only screen and (max-width: 768px) {
          .banner-component-container .banner-inner .image-bottom .text-block a.btn-cta {
            margin-bottom: 0px; } }
      .banner-component-container .banner-inner .image-bottom .text-block .banner-header {
        font-size: 2rem; }
        @media only screen and (max-width: 420px) {
          .banner-component-container .banner-inner .image-bottom .text-block .banner-header {
            font-size: 1.5rem; } }
      @media only screen and (max-width: 768px) {
        .banner-component-container .banner-inner .image-bottom .text-block {
          min-height: 340px; } }
      @media only screen and (max-width: 767px) {
        .banner-component-container .banner-inner .image-bottom .text-block {
          min-height: auto;
          padding: 5% 20px 60px;
          margin-bottom: 7px; } }
  .banner-component-container .banner-inner .image-right {
    margin-top: 6%;
    overflow-y: auto; }
    @media (max-width: 767px) {
      .banner-component-container .banner-inner .image-right {
        margin-top: 11%;
        text-align: center; } }
    .banner-component-container .banner-inner .image-right img {
      border-radius: 26px;
      min-height: 441px;
      max-height: 441px;
      width: 50%;
      position: absolute;
      right: 0;
      top: -15%; }
      @media only screen and (max-width: 768px) {
        .banner-component-container .banner-inner .image-right img {
          min-height: 294px;
          top: -10%; } }
      @media (max-width: 767px) {
        .banner-component-container .banner-inner .image-right img {
          position: absolute;
          max-height: 280px;
          min-height: 223px;
          top: -8%;
          left: 0;
          width: 100%; } }
    .banner-component-container .banner-inner .image-right .text-block {
      min-height: 477px;
      padding: 5% 3% 5% 6%;
      text-align: center;
      width: 50%; }
      @media only screen and (max-width: 768px) {
        .banner-component-container .banner-inner .image-right .text-block {
          padding: 5%; } }
      @media (max-width: 767px) {
        .banner-component-container .banner-inner .image-right .text-block {
          padding-top: 223px;
          width: 100%; } }
      .banner-component-container .banner-inner .image-right .text-block h1, .banner-component-container .banner-inner .image-right .text-block h2, .banner-component-container .banner-inner .image-right .text-block h3,
      .banner-component-container .banner-inner .image-right .text-block p {
        color: #ffffff;
        text-align: left; }
        @media (max-width: 767px) {
          .banner-component-container .banner-inner .image-right .text-block h1, .banner-component-container .banner-inner .image-right .text-block h2, .banner-component-container .banner-inner .image-right .text-block h3,
          .banner-component-container .banner-inner .image-right .text-block p {
            text-align: center; } }
  .banner-component-container .banner-inner .image-left {
    margin-bottom: 10%; }
    @media (max-width: 767px) {
      .banner-component-container .banner-inner .image-left {
        text-align: center;
        margin-bottom: 5px; } }
    .banner-component-container .banner-inner .image-left .text-bg {
      min-height: 477px;
      overflow-y: auto; }
    .banner-component-container .banner-inner .image-left img {
      border-radius: 26px;
      max-height: 600px;
      min-height: 441px;
      max-width: 40%;
      position: absolute;
      left: 9%;
      bottom: -21%; }
      @media only screen and (max-width: 768px) {
        .banner-component-container .banner-inner .image-left img {
          left: 2%;
          min-height: 294px; } }
      @media (max-width: 767px) {
        .banner-component-container .banner-inner .image-left img {
          position: relative;
          min-height: 223px;
          left: 0; } }
    .banner-component-container .banner-inner .image-left .text-block {
      float: right;
      min-height: 400px;
      padding: 5%;
      text-align: center;
      width: 60%; }
      @media only screen and (max-width: 768px) {
        .banner-component-container .banner-inner .image-left .text-block {
          padding: 5%; } }
      @media (max-width: 767px) {
        .banner-component-container .banner-inner .image-left .text-block {
          width: 100%;
          padding: 5% 20px 17px; } }
      .banner-component-container .banner-inner .image-left .text-block h1, .banner-component-container .banner-inner .image-left .text-block h2, .banner-component-container .banner-inner .image-left .text-block h3,
      .banner-component-container .banner-inner .image-left .text-block p {
        color: #ffffff;
        text-align: left; }
        @media (max-width: 767px) {
          .banner-component-container .banner-inner .image-left .text-block h1, .banner-component-container .banner-inner .image-left .text-block h2, .banner-component-container .banner-inner .image-left .text-block h3,
          .banner-component-container .banner-inner .image-left .text-block p {
            text-align: center; } }
  .banner-component-container .banner-inner .text-block .banner-header {
    color: #000000;
    font-family: Chronicle Display Roman;
    font-size: 3rem;
    font-weight: 500;
    line-height: 54px;
    text-align: center;
    width: 100%;
    margin: 0 auto 2%; }
    @media only screen and (max-width: 768px) {
      .banner-component-container .banner-inner .text-block .banner-header {
        font-size: 2rem;
        letter-spacing: 0.3px;
        line-height: 40px; } }
  .banner-component-container .banner-inner .text-block p {
    color: #000000;
    font-family: Avenir Book;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 26px;
    text-align: center; }
  .banner-component-container .banner-inner .text-block .btn-cta {
    box-sizing: border-box;
    padding: 17px 0;
    width: 260px;
    background-color: #000000;
    border: 1px solid #FFFFFF;
    border-radius: 28px;
    color: #FFFFFF;
    font-family: Avenir Black;
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 1.6px;
    line-height: 20px;
    text-align: center; }

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

.gifsize {
  width: 100%;
  height: auto; }

/*youtube blackspace fix*/
.youtubevideo {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 0;
  /* Use ZERO, not 25px or 30px and so on */
  overflow: hidden;
  border: 0; }

.youtubevideo iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 0; }

/*youtube blackspace fix ends*/
.banner-component-container-video .banner-inner {
  position: relative; }
  .banner-component-container-video .banner-inner .video-top {
    background-color: #DDDDDD;
    height: auto; }
    .banner-component-container-video .banner-inner .video-top .VideoBanner {
      width: 100%;
      object-fit: cover;
      object-position: 50% 0%; }
      @media only screen and (min-width: 992px) {
        .banner-component-container-video .banner-inner .video-top .VideoBanner {
          max-height: 80vh;
          min-height: 250px; } }
      @media only screen and (max-width: 767px) {
        .banner-component-container-video .banner-inner .video-top .VideoBanner {
          max-height: 50vh;
          min-height: 250px; } }
      @media only screen and (min-width: 320px) {
        .banner-component-container-video .banner-inner .video-top .VideoBanner {
          margin-bottom: -7px; } }
    .banner-component-container-video .banner-inner .video-top .text-block {
      background-color: #ffffff;
      text-align: center;
      width: 84%;
      margin: 0 auto;
      transform: translateY(-120px);
      margin-top: -7px; }
      @media screen and (min-width: 768px) {
        .banner-component-container-video .banner-inner .video-top .text-block {
          padding: 2rem calc(7% + 20px); } }
      @media screen and (min-width: 992px) {
        .banner-component-container-video .banner-inner .video-top .text-block {
          padding: 100px; } }
      @media screen and (min-width: 768px) and (max-width: 1023px) {
        .banner-component-container-video .banner-inner .video-top .text-block {
          transform: translateY(0);
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        .banner-component-container-video .banner-inner .video-top .text-block {
          padding: 2rem 1.5rem;
          transform: translateY(0);
          width: 100%; } }
      .banner-component-container-video .banner-inner .video-top .text-block h1,
      .banner-component-container-video .banner-inner .video-top .text-block h2,
      .banner-component-container-video .banner-inner .video-top .text-block h3 {
        text-align: center; }
      .banner-component-container-video .banner-inner .video-top .text-block p {
        margin: 0px; }
    .banner-component-container-video .banner-inner .video-top .text-overlay-logo img {
      width: 200px;
      padding-bottom: 1rem; }
      @media screen and (min-width: 992px) {
        .banner-component-container-video .banner-inner .video-top .text-overlay-logo img {
          width: 250px; } }
    .banner-component-container-video .banner-inner .video-top .banner-header {
      color: #000000;
      font-family: Chronicle Display Roman;
      font-size: 3rem;
      font-weight: 500;
      line-height: 54px;
      text-align: center;
      width: 100%;
      margin: 0 auto 2%; }
      @media only screen and (max-width: 768px) {
        .banner-component-container-video .banner-inner .video-top .banner-header {
          font-size: 2rem;
          letter-spacing: 0.3px;
          line-height: 40px; } }
    .banner-component-container-video .banner-inner .video-top p {
      color: #000000;
      font-family: Avenir Book;
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 0.3px;
      line-height: 26px;
      text-align: center; }
    .banner-component-container-video .banner-inner .video-top .btn-cta {
      box-sizing: border-box;
      padding: 17px 0;
      width: 260px;
      background-color: #000000;
      border: 1px solid #FFFFFF;
      border-radius: 28px;
      color: #FFFFFF;
      font-family: Avenir Black;
      font-size: 0.875rem;
      font-weight: 900;
      letter-spacing: 1.6px;
      line-height: 20px;
      text-align: center;
      margin-top: 30px; }
      @media only screen and (max-width: 768px) {
        .banner-component-container-video .banner-inner .video-top .btn-cta {
          margin-top: 20px; } }

/*Nodescription css starts*/
.banner-component-container .banner-inner .image-bottom.nodescbanner {
  min-height: 610px; }
  .banner-component-container .banner-inner .image-bottom.nodescbanner .text-block {
    min-height: 400px; }

@media (max-width: 1024px) {
  .banner-component-container .banner-inner .image-bottom.nodescbanner {
    min-height: 570px; } }

@media (max-width: 768px) {
  .banner-component-container .banner-inner .image-bottom.nodescbanner {
    min-height: 380px; }
    .banner-component-container .banner-inner .image-bottom.nodescbanner .text-block {
      min-height: auto;
      padding: 8% 20px 8%; } }

/*Nodescription css ends*/
.card-container {
  padding: 0 7.2% 6% 8.8%; }
  .card-container .countryh4:nth-child(1) {
    padding-top: 0px; }
  .card-container .countryh4 {
    padding-top: 53px; }
    @media only screen and (max-width: 1024px) {
      .card-container .countryh4 {
        padding-top: 54px; } }
    @media only screen and (max-width: 767px) {
      .card-container .countryh4 {
        padding-top: 51px; } }
  .card-container .card-countryname {
    color: #000000;
    font-family: Avenir Heavy;
    font-size: 0.875rem;
    font-weight: 900;
    letter-spacing: 1.6px;
    line-height: 20px;
    width: 100%;
    float: left;
    padding-top: 0px;
    padding-bottom: 29px;
    margin-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      .card-container .card-countryname {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 18px;
        margin-bottom: 0px; } }
  .card-container .agents-container > div {
    width: 50%;
    float: left;
    padding-bottom: 22px; }
    @media only screen and (max-width: 1024px) {
      .card-container .agents-container > div {
        width: 100%;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      .card-container .agents-container > div {
        padding-top: 26px;
        padding-bottom: 25px; } }
  .card-container .agent-cards {
    display: flex;
    flex-direction: column;
    padding: 48px 95px; }
    @media (max-width: 1024px) {
      .card-container .agent-cards {
        padding: 48px 60px; } }
    @media (max-width: 767px) {
      .card-container .agent-cards {
        padding: 40px 0px; } }

.corcoran-carousel-container .carousel-item img {
  width: 100%;
  height: 595px; }
  @media screen and (max-width: 768px) {
    .corcoran-carousel-container .carousel-item img {
      height: 397px; } }
  @media only screen and (min-device-width: 480px) and (max-device-width: 812px) and (orientation: landscape) {
    .corcoran-carousel-container .carousel-item img {
      height: 350px; } }

.corcoran-carousel-container .carousel-item .video-wrapper {
  height: 595px;
  padding: 0; }
  @media screen and (max-width: 768px) {
    .corcoran-carousel-container .carousel-item .video-wrapper {
      height: 397px; } }
  .corcoran-carousel-container .carousel-item .video-wrapper video {
    min-height: 595px;
    max-height: 595px;
    object-fit: contain;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .corcoran-carousel-container .carousel-item .video-wrapper video {
        min-height: 397px;
        max-height: 397px; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .corcoran-carousel-container .carousel-item .video-wrapper video {
        position: absolute;
        top: -9999px;
        right: -9999px;
        bottom: -9999px;
        left: -9999px;
        margin: auto;
        min-width: 100%;
        min-height: 100%; } }

.corcoran-carousel-container .carousel-item .video_mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 25;
  opacity: 0; }

.corcoran-carousel-container .carousel-item .carousel-text {
  color: #000000;
  padding: 0 5.25rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }
  @media screen and (max-width: 768px) {
    .corcoran-carousel-container .carousel-item .carousel-text {
      padding: 0 1.25rem; } }
  .corcoran-carousel-container .carousel-item .carousel-text h2 {
    color: #000000;
    font-family: Chronicle Display Roman;
    font-size: 3rem;
    font-weight: 500;
    line-height: 54px;
    text-transform: unset;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .corcoran-carousel-container .carousel-item .carousel-text h2 {
        font-size: 2rem;
        line-height: 40px;
        width: 80%; } }
  .corcoran-carousel-container .carousel-item .carousel-text .carousel-authorName {
    color: #000000;
    font-size: 0.875rem;
    letter-spacing: 1.6px;
    line-height: 20px;
    margin-bottom: 3px; }
  .corcoran-carousel-container .carousel-item .carousel-text p {
    color: #000000;
    font-family: Avenir Roman;
    font-size: 0.75rem;
    font-weight: 900;
    letter-spacing: 1.4px;
    line-height: 18px;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .corcoran-carousel-container .carousel-item .carousel-text p {
        width: 80%; } }

.corcoran-carousel-container .carousel-indicators li {
  background-color: #000000;
  border-radius: 50%;
  height: 12px;
  opacity: 0.25;
  width: 11.5px; }

.corcoran-carousel-container .carousel-indicators .active {
  opacity: 1; }

.two-column-card {
  padding: 103px 122px;
  /* To fix safari13 browser issue */ }
  @media screen and (max-width: 1024px) {
    .two-column-card {
      padding: 71px 96px; } }
  @media screen and (max-width: 767px) {
    .two-column-card {
      padding: 52px 20px 0px 20px; } }
  .two-column-card .core-container .adaptablecard:nth-child(odd) {
    padding-right: 0.98%; }
    @media screen and (max-width: 1024px) {
      .two-column-card .core-container .adaptablecard:nth-child(odd) {
        padding-right: 0.68%; } }
    @media screen and (max-width: 650px) {
      .two-column-card .core-container .adaptablecard:nth-child(odd) {
        padding-right: 0px; } }
  .two-column-card .core-container .adaptablecard:nth-child(even) {
    padding-left: 0.98%; }
    @media screen and (max-width: 1024px) {
      .two-column-card .core-container .adaptablecard:nth-child(even) {
        padding-left: 0.68%; } }
    @media screen and (max-width: 650px) {
      .two-column-card .core-container .adaptablecard:nth-child(even) {
        padding-left: 0px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .two-column-card .core-container .adaptablecard .adaptable-card-container {
      height: 100% !important; } }
  .two-column-card .core-container .adaptablecard .adaptable-card-container {
    margin: 0px;
    padding: 0;
    height: auto; }
    @media screen and (max-width: 1024px) {
      .two-column-card .core-container .adaptablecard .adaptable-card-container {
        margin: 0px;
        padding: 0;
        height: auto; } }
    @media screen and (max-width: 767px) {
      .two-column-card .core-container .adaptablecard .adaptable-card-container {
        padding: 0;
        height: auto; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .two-column-card .core-container .adaptablecard .adaptable-card-container img {
        height: 100% !important; } }
    .two-column-card .core-container .adaptablecard .adaptable-card-container img {
      width: 100%;
      height: auto;
      margin-bottom: 14px; }
      @media screen and (max-width: 1024px) {
        .two-column-card .core-container .adaptablecard .adaptable-card-container img {
          width: 100%;
          height: auto; } }
      @media screen and (max-width: 768px) {
        .two-column-card .core-container .adaptablecard .adaptable-card-container img {
          width: 100%;
          height: auto;
          margin-bottom: 13px; } }
    .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body {
      padding: 0px; }
      .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body .card-title, .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body h1, .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body h2, .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body h3, .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body h4 {
        color: #000000;
        font-family: "Chronicle Display Roman";
        font-size: 24px;
        letter-spacing: 0.3px;
        line-height: 32px;
        margin-bottom: 0px; }
        @media screen and (max-width: 767px) {
          .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body .card-title, .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body h1, .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body h2, .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body h3, .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body h4 {
            font-size: 21px;
            letter-spacing: 0.26px;
            line-height: 29px; } }
      .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body .card-text, .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body p, .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body div {
        text-align: left;
        font-family: Avenir Book;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.3px;
        line-height: 26px;
        margin-bottom: 0px;
        margin-top: 6px; }
      .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body .item-card .item-name {
        font-family: Avenir Black;
        margin-top: 14px;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 1.6px;
        line-height: 20px; }
        @media screen and (max-width: 767px) {
          .two-column-card .core-container .adaptablecard .adaptable-card-container .card-body .item-card .item-name {
            margin-bottom: 17px; } }
  @media screen and (min-width: 768px) {
    .two-column-card .aem-Grid::before,
    .two-column-card .aem-Grid::after {
      display: table-cell; } }

.accordion-container {
  position: relative; }
  .accordion-container .image:not(:first-child) {
    padding: 0 70px 25px; }
  .accordion-container .richtext {
    padding: 30px 70px 25px; }
    .accordion-container .richtext .richtext-container h1, .accordion-container .richtext .richtext-container h2, .accordion-container .richtext .richtext-container h3, .accordion-container .richtext .richtext-container h4, .accordion-container .richtext .richtext-container h5, .accordion-container .richtext .richtext-container h6 {
      font-family: "Chronicle Display Roman";
      margin-bottom: 20px;
      font-weight: normal; }
    .accordion-container .richtext .richtext-container h1 {
      font-size: 72px;
      line-height: 72px;
      letter-spacing: 0px; }
    .accordion-container .richtext .richtext-container h2 {
      font-size: 48px;
      line-height: 54px;
      letter-spacing: 0px; }
    .accordion-container .richtext .richtext-container h3 {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0.3px; }
    .accordion-container .richtext .richtext-container p, .accordion-container .richtext .richtext-container div, .accordion-container .richtext .richtext-container li, .accordion-container .richtext .richtext-container span {
      font-size: 14px;
      line-height: 22px;
      letter-spacing: 0.3px;
      margin-bottom: 0px; }
    .accordion-container .richtext .richtext-container ul, .accordion-container .richtext .richtext-container ol {
      margin: 0; }
  .accordion-container .textimage-wrapper {
    padding: 0 12.5% 25px 6.5%; }
    .accordion-container .textimage-wrapper .text-image-content h1, .accordion-container .textimage-wrapper .text-image-content h2, .accordion-container .textimage-wrapper .text-image-content h3, .accordion-container .textimage-wrapper .text-image-content h4, .accordion-container .textimage-wrapper .text-image-content h5, .accordion-container .textimage-wrapper .text-image-content h6 {
      font-family: "Chronicle Display Roman";
      margin-bottom: 20px;
      font-weight: normal; }
    .accordion-container .textimage-wrapper .text-image-content h1 {
      font-size: 72px;
      line-height: 72px;
      letter-spacing: 0px; }
    .accordion-container .textimage-wrapper .text-image-content h2 {
      font-size: 48px;
      line-height: 54px;
      letter-spacing: 0px; }
    .accordion-container .textimage-wrapper .text-image-content h3 {
      font-size: 32px;
      line-height: 40px;
      letter-spacing: 0.3px; }

.richtext p, .richtext div, .richtext li, .richtext span {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin-bottom: 0px; }

.richtext ul, .richtext ol {
  margin: 0px; }

.card-container {
  padding: 0 20px; }
  .card-container .core-container {
    padding-top: 20px; }
    .card-container .core-container h3, .card-container .core-container h1, .card-container .core-container h2 {
      color: #000000;
      font-family: "Chronicle Display Roman"; }
    .card-container .core-container p {
      color: #000000;
      font-family: Avenir Book; }
    .card-container .core-container div {
      color: #000000;
      font-family: Avenir Book; }
    .card-container .core-container .richtext {
      padding: 0; }
    .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type h1, .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type h2, .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type h3 {
      text-align: center;
      font-weight: normal;
      text-transform: none;
      margin-bottom: 6px;
      padding: 0%;
      font-size: 48px;
      line-height: 54px; }
      @media (min-width: 320px) and (max-width: 767px) {
        .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type h1, .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type h2, .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type h3 {
          font-size: 21px;
          letter-spacing: 0.26px;
          line-height: 29px;
          padding: 0px; } }
      @media (min-width: 768px) and (max-width: 1024px) {
        .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type h1, .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type h2, .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type h3 {
          font-size: 32px;
          letter-spacing: 0.3px;
          line-height: 40px;
          padding: 0; } }
    .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type p {
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.3px;
      line-height: 26px;
      text-align: center;
      padding: 0;
      margin-bottom: 52px; }
      @media (min-width: 320px) and (max-width: 767px) {
        .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type p {
          margin-bottom: 40px;
          padding: 0; } }
      @media (min-width: 768px) and (max-width: 768px) {
        .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type p {
          margin-bottom: 34px;
          padding: 0 17%; } }
      @media (min-width: 769px) and (max-width: 1024px) {
        .card-container .core-container > .aem-Grid:first-of-type > .richtext:first-of-type p {
          margin-bottom: 34px;
          padding: 0 21%; } }
    @media screen and (max-width: 767px) {
      .card-container .core-container .adaptablecard {
        margin: 0 auto; } }
    .card-container .core-container .adaptablecard .adaptable-card-container {
      margin: 0 auto 50px;
      height: auto !important; }
      .card-container .core-container .adaptablecard .adaptable-card-container img {
        margin: 0 auto 21px auto;
        width: 234px;
        height: 250px; }
        @media screen and (max-width: 1024px) {
          .card-container .core-container .adaptablecard .adaptable-card-container img {
            height: 210px;
            width: 196px; } }
        @media screen and (max-width: 768px) {
          .card-container .core-container .adaptablecard .adaptable-card-container img {
            height: 210px;
            width: 196px;
            margin: 0 auto 10px auto; } }
      .card-container .core-container .adaptablecard .adaptable-card-container .card-body {
        padding: 0px; }
        .card-container .core-container .adaptablecard .adaptable-card-container .card-body .card-title {
          text-align: center;
          font-size: 24px;
          letter-spacing: 0.3px;
          line-height: 32px;
          margin-bottom: 0px; }
          @media (min-width: 320px) and (max-width: 767px) {
            .card-container .core-container .adaptablecard .adaptable-card-container .card-body .card-title {
              margin-bottom: 15px; } }
        .card-container .core-container .adaptablecard .adaptable-card-container .card-body .card-text, .card-container .core-container .adaptablecard .adaptable-card-container .card-body p, .card-container .core-container .adaptablecard .adaptable-card-container .card-body div {
          text-align: center;
          font-family: Avenir Book;
          font-size: 14px;
          font-weight: 300;
          letter-spacing: 0.3px;
          line-height: 22px;
          text-align: center;
          margin-bottom: 0px;
          padding: 0 20px; }
          @media screen and (max-width: 1024px) {
            .card-container .core-container .adaptablecard .adaptable-card-container .card-body .card-text, .card-container .core-container .adaptablecard .adaptable-card-container .card-body p, .card-container .core-container .adaptablecard .adaptable-card-container .card-body div {
              padding: 0 15px; } }

.stories-card {
  padding: 70px 110px 0 110px; }
  @media screen and (max-width: 1024px) {
    .stories-card {
      padding: 70px 84px 0 84px; } }
  @media screen and (max-width: 767px) {
    .stories-card {
      padding: 20px 20px 0 20px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .stories-card .core-container .card-deck {
      display: flex;
      flex-wrap: wrap; } }
  .stories-card .core-container .adaptablecard:nth-child(odd) {
    padding-right: 0.98%; }
    @media screen and (max-width: 1024px) {
      .stories-card .core-container .adaptablecard:nth-child(odd) {
        padding-right: 0.68%; } }
    @media screen and (max-width: 650px) {
      .stories-card .core-container .adaptablecard:nth-child(odd) {
        padding-right: 0px; } }
  .stories-card .core-container .adaptablecard:nth-child(even) {
    padding-left: 0.98%; }
    @media screen and (max-width: 1024px) {
      .stories-card .core-container .adaptablecard:nth-child(even) {
        padding-left: 0.68%; } }
    @media screen and (max-width: 650px) {
      .stories-card .core-container .adaptablecard:nth-child(even) {
        padding-left: 0px; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .stories-card .core-container .adaptable-card-container {
      height: 100% !important; } }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .stories-card .core-container .adaptablecard {
      box-sizing: border-box; } }
  .stories-card .core-container .adaptablecard .adaptable-card-container {
    margin: 0px;
    padding: 0;
    height: auto; }
    @media screen and (max-width: 767px) {
      .stories-card .core-container .adaptablecard .adaptable-card-container {
        padding: 0; } }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .stories-card .core-container .adaptablecard .adaptable-card-container img {
        height: 100% !important; } }
    .stories-card .core-container .adaptablecard .adaptable-card-container img {
      width: 100%;
      height: auto;
      margin-bottom: 9px; }
      @media screen and (max-width: 1024px) {
        .stories-card .core-container .adaptablecard .adaptable-card-container img {
          width: 100%;
          height: auto; } }
      @media screen and (max-width: 768px) {
        .stories-card .core-container .adaptablecard .adaptable-card-container img {
          width: 100%;
          height: auto; } }
  .stories-card .core-container .adaptablecard .card-body {
    padding: 0px; }
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
      .stories-card .core-container .adaptablecard .card-body {
        min-height: 200px;
        height: 200px; } }
    .stories-card .core-container .adaptablecard .card-body .card-title, .stories-card .core-container .adaptablecard .card-body h1, .stories-card .core-container .adaptablecard .card-body h2, .stories-card .core-container .adaptablecard .card-body h3 {
      color: #000000;
      font-family: "Chronicle Display Roman";
      font-size: 24px;
      letter-spacing: 0.3px;
      line-height: 32px;
      text-align: left;
      margin-bottom: 0px; }
      @media screen and (max-width: 767px) {
        .stories-card .core-container .adaptablecard .card-body .card-title, .stories-card .core-container .adaptablecard .card-body h1, .stories-card .core-container .adaptablecard .card-body h2, .stories-card .core-container .adaptablecard .card-body h3 {
          font-size: 21px;
          letter-spacing: 0.26px;
          line-height: 29px; } }
    .stories-card .core-container .adaptablecard .card-body .card-text, .stories-card .core-container .adaptablecard .card-body p, .stories-card .core-container .adaptablecard .card-body div {
      text-align: left;
      font-family: Avenir Book;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: 0.3px;
      line-height: 26px;
      margin-bottom: 0px;
      margin-top: 11px; }
      @media screen and (max-width: 767px) {
        .stories-card .core-container .adaptablecard .card-body .card-text, .stories-card .core-container .adaptablecard .card-body p, .stories-card .core-container .adaptablecard .card-body div {
          margin-top: 23px; } }
    .stories-card .core-container .adaptablecard .card-body .card-sub-title {
      text-align: left;
      font-family: Avenir Book;
      margin: 0px;
      font-size: 12px;
      font-weight: 300;
      letter-spacing: 0.3px;
      line-height: 18px;
      text-transform: uppercase; }
    .stories-card .core-container .adaptablecard .card-body .item-card .item-name {
      font-family: Avenir Black;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 1.6px;
      line-height: 20px;
      margin-top: 4px;
      margin-bottom: 41px;
      text-transform: uppercase; }
      @media screen and (max-width: 1024px) {
        .stories-card .core-container .adaptablecard .card-body .item-card .item-name {
          margin-top: 10px; } }
      @media screen and (max-width: 767px) {
        .stories-card .core-container .adaptablecard .card-body .item-card .item-name {
          margin-top: 22px; } }
  .stories-card .callToAction {
    margin: 27px auto 77px auto; }
    @media screen and (max-width: 1024px) {
      .stories-card .callToAction {
        margin: 37px auto 87px auto; } }
    @media screen and (max-width: 767px) {
      .stories-card .callToAction {
        margin: 32px auto 86px auto; } }
    .stories-card .callToAction .btn, .stories-card .callToAction .btn-cta {
      height: 56px;
      width: 224px;
      border-radius: 28px;
      background-color: #C0535C;
      font-size: 14px;
      font-weight: 900;
      letter-spacing: 1.6px;
      line-height: 20px;
      text-align: center;
      font-family: Avenir Black;
      text-transform: uppercase;
      display: flex;
      vertical-align: middle;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      margin: 0 auto; }
    .stories-card .callToAction a.btn:hover {
      color: #fff;
      background-color: #aa424f; }
  @media screen and (min-width: 768px) {
    .stories-card .aem-Grid::before,
    .stories-card .aem-Grid::after {
      display: table-cell; } }

.text-column-image .core-container {
  padding: 5% 3%; }
  .text-column-image .core-container .richtext {
    padding: 0 14%; }
    @media only screen and (max-width: 768px) {
      .text-column-image .core-container .richtext {
        padding: 0 6%; } }
    @media only screen and (max-width: 767px) {
      .text-column-image .core-container .richtext {
        padding: 0 4%; } }
  .text-column-image .core-container h1 {
    color: #000000;
    font-family: Chronicle Display Roman;
    font-weight: 500;
    font-size: 3rem;
    line-height: 54px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .text-column-image .core-container h1 {
        font-size: 2rem;
        letter-spacing: 0.3px;
        line-height: 40px; } }
    @media only screen and (max-width: 767px) {
      .text-column-image .core-container h1 {
        font-size: 1.5rem;
        letter-spacing: 0.23px;
        line-height: 32px; } }
  .text-column-image .core-container h2, .text-column-image .core-container h3 {
    font-family: Chronicle Display Roman;
    font-weight: 500;
    text-align: center; }
  .text-column-image .core-container p {
    color: #000000;
    font-family: Avenir Roman;
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 26px; }
  .text-column-image .core-container .image {
    padding: 5%; }
    @media only screen and (max-width: 768px) {
      .text-column-image .core-container .image {
        padding: 5% 7.5%; } }
    @media only screen and (max-width: 767px) {
      .text-column-image .core-container .image {
        padding: 13.3% 18.7% 14.3%; } }

.cta-button a.global-cta {
  background-color: #C0535C;
  border-radius: 25px;
  padding: 17px 0;
  min-width: 260px;
  color: #FFFFFF;
  font-family: Avenir Black;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 20px;
  text-align: center;
  margin: 2%; }
  .cta-button a.global-cta:hover {
    background-color: #AA424F;
    color: #FFFFFF; }

.cta-button .global-link {
  color: #4A769D;
  font-family: Avenir Black;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 1.6px;
  line-height: 20px; }

@media only screen and (min-width: 1024px) {
  .cta-button {
    padding: 0 7%; } }

@media only screen and (max-width: 767px) {
  .cta-button {
    padding: 0 4%; } }

.linkcomponent h3 {
  font-size: 1rem;
  margin-top: 30px; }

.linkcomponent a.link-text {
  color: #4A769D;
  cursor: pointer;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
  display: table;
  margin-bottom: 16px;
  width: 74%;
  outline: none; }

.linkcomponent a.link-text:hover {
  color: #4A769D;
  text-decoration: underline; }

.linkcomponent a.active {
  color: #000000; }

@media (max-width: 767px) {
  .linkcomponent {
    display: none; } }

.richtext-container {
  min-height: 30px; }

.richtext-container ul, .richtext-container ol {
  padding: 0 15px; }

/*TEXT Component Styling*/
.cmp-text li, .cmp-text p {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px;
  margin-bottom: 0px; }

.cmp-text ul, .cmp-text ol {
  padding: 0 25px;
  margin: 0px; }

.statistic-container {
  background: #000000;
  padding-top: 55px;
  padding-bottom: 20px; }
  @media (max-width: 767px) {
    .statistic-container {
      padding-bottom: 16px; } }
  .statistic-container h4 {
    color: #FFFFFF;
    font-family: "Chronicle Display Roman";
    font-size: 48px;
    line-height: 54px;
    text-align: center;
    margin-bottom: 27px; }
  .statistic-container .staistic-head {
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
    justify-content: center; }
    .statistic-container .staistic-head .staistic-fields {
      text-align: center;
      vertical-align: middle;
      display: block; }
      .statistic-container .staistic-head .staistic-fields:nth-child(2) {
        padding: 0 114px; }
        @media (max-width: 1024px) {
          .statistic-container .staistic-head .staistic-fields:nth-child(2) {
            padding: 0 80px; } }
        @media (max-width: 767px) {
          .statistic-container .staistic-head .staistic-fields:nth-child(2) {
            padding: 0; } }
      .statistic-container .staistic-head .staistic-fields h2 {
        font-family: "Chronicle Display Roman";
        font-size: 72px;
        line-height: 72px;
        text-align: center;
        color: #fff; }
      .statistic-container .staistic-head .staistic-fields p, .statistic-container .staistic-head .staistic-fields .text-paragraph {
        color: #fff;
        font-family: Avenir Heavy;
        font-size: 12px;
        font-weight: 900;
        letter-spacing: 1.4px;
        line-height: 18px;
        text-align: center; }
  @media (max-width: 767px) {
    .statistic-container h4 {
      font-size: 32px;
      letter-spacing: 0.3px;
      line-height: 40px;
      width: 200px;
      margin: 0 auto 22px auto; }
    .statistic-container .staistic-head {
      display: block; }
    .statistic-container .staistic-fields {
      width: 100%;
      min-width: 100%;
      margin-bottom: 40px; } }

.statistic-margin {
  margin: 30px 0; }
  @media only screen and (max-width: 767px) {
    .statistic-margin {
      margin: 20px 0; } }

.textbutton-container {
  padding: 55px 25% 95px;
  text-align: center; }
  @media (max-width: 1024px) {
    .textbutton-container {
      padding: 55px 15% 95px; } }
  @media (max-width: 767px) {
    .textbutton-container {
      padding: 29px 25px 72px; } }
  .textbutton-container .tb-text {
    min-height: 30px;
    padding-bottom: 29px; }
    @media (max-width: 767px) {
      .textbutton-container .tb-text {
        padding-bottom: 19px; } }
    .textbutton-container .tb-text h1 {
      color: #000000;
      font-family: Chronicle Display Roman;
      font-size: 3rem;
      font-weight: 500;
      line-height: 54px; }
      @media only screen and (max-width: 767px) {
        .textbutton-container .tb-text h1 {
          font-size: 2rem;
          line-height: 40px; } }
    .textbutton-container .tb-text p {
      color: #000000;
      font-family: Avenir Book;
      font-size: 1rem;
      font-weight: 300;
      letter-spacing: 0.3px;
      line-height: 26px;
      margin-bottom: 0; }
  .textbutton-container .tb-button .btn-cta {
    background-color: #C0535C;
    border-radius: 25px;
    padding: 17px 0;
    min-width: 260px;
    color: #FFFFFF;
    font-family: Avenir Black;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.6px;
    line-height: 20px;
    text-align: center; }
    .textbutton-container .tb-button .btn-cta:hover {
      background-color: #AA424F;
      color: #FFFFFF; }
  .textbutton-container .tb-button .btn-link {
    color: #4A769D;
    font-family: Avenir Black;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: 1.6px;
    line-height: 20px; }

.textimage-wrapper {
  background-color: #fff;
  padding: 1.25rem;
  color: #333333;
  margin-bottom: 10px;
  width: 100%;
  text-align: left; }
  .textimage-wrapper.border {
    border: 1px solid #cccccc; }
  .textimage-wrapper .text-image-title .cmp-text > * {
    color: #212121;
    text-align: center; }
  .textimage-wrapper .text-image-description {
    font-size: 14px;
    padding-bottom: 0;
    word-wrap: break-word;
    color: #000; }
  @media (min-width: 768px) {
    .textimage-wrapper .full-width-text-image .row-image-left .text-image-content-wrap, .textimage-wrapper .full-width-text-image .row-image-right .text-image-content-wrap {
      display: flex;
      display: -ms-grid;
      justify-content: center;
      align-items: center;
      min-height: 400px; }
    .textimage-wrapper .full-width-text-image .row-image-full .text-image-content-wrap {
      position: absolute;
      top: 20%;
      width: 100%; }
    .textimage-wrapper .text-image {
      margin-bottom: 19px; }
      .textimage-wrapper .text-image.image-left, .textimage-wrapper .text-image.image-right {
        width: 33%;
        max-width: 33%;
        min-height: 400px;
        justify-content: center;
        align-items: center;
        margin: 0 40px 0 0;
        display: flex; } }
  .textimage-wrapper .text-image {
    margin-bottom: 19px; }
    .textimage-wrapper .text-image img {
      width: 100%; }
      @media (min-width: 769px) {
        .textimage-wrapper .text-image img {
          min-height: 400px; } }
    .textimage-wrapper .text-image small {
      display: block; }
  .textimage-wrapper .text-image-content {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .textimage-wrapper .text-image-content {
        padding: 1.875rem; } }
  .textimage-wrapper .textimage-left {
    float: left;
    margin: 5px 20px 20px 0; }
  .textimage-wrapper .textimage-right {
    float: right;
    margin: 5px 0 20px 20px; }
  .textimage-wrapper .textimage-top {
    margin: 5px 0 20px; }
  .textimage-wrapper img {
    max-width: 100%; }
  .textimage-wrapper .row-image-full .text-image {
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 400px; }
  .textimage-wrapper .image-full.text-image-content-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    top: -300px;
    left: 0;
    padding-top: 0.625rem; }
  .textimage-wrapper .cmp-text > * {
    word-wrap: break-word;
    color: #212121; }

div.textimage-wrapper .textimage-text a {
  text-decoration: underline; }

.textimage-wrapper .full-width-text-image .row-image-full {
  height: 400px;
  position: relative; }

div.text-image.image-top {
  padding-bottom: 1.25rem;
  max-width: 100%; }
  div.text-image.image-top + .text-image-content-wrap {
    width: 100%;
    max-width: 100%; }

div.text-image.image-bottom {
  max-width: 100%;
  margin: 0 !important; }

.row-image-bottom {
  display: inline-block !important;
  width: 100%;
  position: relative; }
  .row-image-bottom .text-image-content-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    display: inline-block !important; }
  .row-image-bottom .callout-card-content-wrap {
    max-width: 480px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    display: inline-block !important;
    bottom: auto; }

.full-width-text-video-cta-card {
  background-color: #fff;
  padding: 1.5625rem 1.625rem 0;
  color: #333333;
  margin-bottom: 10px;
  width: 100%; }
  .full-width-text-video-cta-card.border {
    border: 1px solid #cccccc; }
  .full-width-text-video-cta-card .callout-card-description {
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 1.875rem; }
  .full-width-text-video-cta-card .callout-card-video {
    margin-bottom: 19px;
    width: 100%; }
  .full-width-text-video-cta-card .callout-card-content-title {
    color: #1c1c1c;
    margin-top: 20px; }

.row-image-top {
  display: inline-block !important;
  width: 100%; }
  .row-image-top .callout-card-content-wrap {
    max-width: 480px;
    margin: auto; }

.image-top {
  float: none !important;
  margin: auto !important; }

.image-bottom {
  float: none !important;
  float: none !important;
  position: relative;
  top: auto; }

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 1.5625rem;
  height: 0; }
  .video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.row-image-full {
  display: inline-block !important;
  width: 100%; }
  .row-image-full .callout-card-content-wrap {
    max-width: 480px;
    margin: auto; }

.image-full {
  float: none !important;
  margin: auto !important; }

.full-width-cta-card .callout-card-video {
  width: 100%; }

@media (min-width: 768px) {
  .textimage-wrapper .vertical-align .vertical-wrap {
    display: flex; }
    .textimage-wrapper .vertical-align .vertical-wrap.row-image-right {
      flex-direction: row-reverse; }
  .textimage-wrapper .vertical-align .text-image {
    min-width: 320px; }
  .textimage-wrapper .vertical-align .text-image-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .textimage-wrapper .vertical-align .callout-card-content-wrap {
    flex: 1;
    flex-direction: column; }
  .textimage-wrapper .textimage-left,
  .textimage-wrapper .textimage-right {
    max-width: 60%; }
  .full-width-text-video-cta-card .vertical-align .vertical-wrap {
    display: flex; }
    .full-width-text-video-cta-card .vertical-align .vertical-wrap.row-image-right {
      flex-direction: row-reverse; }
  .full-width-text-video-cta-card .vertical-align .callout-card-video {
    width: 100%; }
  .full-width-text-video-cta-card .vertical-align .callout-card-content-wrap {
    flex: 1;
    display: flex;
    flex-direction: column; }
  .full-width-text-video-cta-card .image-top,
  .full-width-text-video-cta-card .image-full {
    width: 480px !important; }
  .full-width-text-video-cta-card .image-bottom {
    width: 480px !important;
    margin-bottom: 170px !important; }
  .row-image-top .callout-card-content-wrap ul,
  .row-image-bottom .callout-card-content-wrap ul,
  .row-image-full .callout-card-content-wrap ul {
    padding-left: 1.25rem; } }

@media (min-width: 767px) {
  .textimage-wrapper .text-image {
    float: left;
    margin: 0 40px 19px 0;
    width: 100%; }
    .textimage-wrapper .text-image img {
      max-width: 100%;
      width: 100%; }
    .textimage-wrapper .text-image.image-right {
      float: right;
      margin-right: 0;
      margin-left: 26px;
      order: 2; }
  .full-width-text-video-cta-card .vertical-align .callout-card-video {
    width: 360px; }
  .full-width-text-video-cta-card .callout-card-video {
    float: left;
    margin: 0 40px 19px 0;
    width: 360px;
    max-width: 70%; }
    .full-width-text-video-cta-card .callout-card-video.image-right {
      float: right;
      margin-right: 0;
      margin-left: 26px;
      /*order: 2;*/ } }

@media (min-width: 768px) and (min-width: 1200px) {
  .full-width-text-video-cta-card .vertical-align .callout-card-video {
    width: 480px; } }

@media (min-width: 1200px) {
  .full-width-text-video-cta-card .callout-card-video {
    width: 480px; } }

@media (max-width: 767px) {
  .full-width-text-video-cta-card .image-bottom {
    bottom: 0;
    margin-bottom: 0 !important; }
  .full-width-text-video-cta-card .vertical-align .row-image-right,
  .full-width-text-video-cta-card .vertical-align .row-image-left {
    display: inline-block !important;
    width: 100%; }
  .row-image-bottom .callout-card-content-wrap {
    position: relative;
    max-width: 100%; }
  .row-image-top .callout-card-content-wrap,
  .row-image-full .callout-card-content-wrap {
    max-width: 100%; }
  .textimage-wrapper .image-bottom {
    margin-bottom: 0 !important; }
  .textimage-wrapper .image-full.text-image-content-wrap {
    top: 0px; } }

@media (max-width: 767px) {
  .textimage-wrapper .full-width-text-image {
    height: 100%; }
    .textimage-wrapper .full-width-text-image .image-top {
      padding-bottom: 0.625rem; }
  .row-image-bottom .text-image-content-wrap {
    position: relative; } }

.row-image-bottom {
  flex-wrap: wrap-reverse !important;
  display: flex !important; }
  .row-image-bottom .text-image-content-wrap {
    width: 100%;
    position: relative !important;
    margin-bottom: 0 !important;
    padding-bottom: 0.625rem !important; }

.textimage-wrapper .row {
  display: inline-block !important;
  margin: 0; }

.textimage-wrapper .row-image-bottom {
  display: flex !important;
  margin: 0 !important; }

.full-width-text-video-cta-card .image-bottom {
  margin: 0 auto 10px !important; }

.full-width-text-video-cta-card .row-image-bottom {
  display: flex !important;
  flex-direction: column-reverse; }

@media (max-width: 767px) {
  .textimage-wrapper .full-width-text-image .text-image.image-left {
    width: unset;
    max-width: unset; }
  .textimage-wrapper .full-width-text-image .text-image.image-right {
    width: unset;
    max-width: unset; } }

@media (max-width: 767px) {
  .textimage-wrapper .text-image {
    height: unset;
    width: 100%; }
  .textimage-wrapper .row-image-full .text-image {
    height: unset; } }

@media (max-width: 767px) {
  .textimage-wrapper .full-width-text-image .row-image-full {
    height: unset; } }

.textimage-wrapper .text-image-description > *,
.callout-card-content-description > * {
  color: #212121; }

.row-image-bottom .callout-card-content-wrap {
  width: 480px;
  padding-bottom: 0.625rem;
  margin: 0 auto 0;
  flex: inherit !important; }

.textimage {
  padding: 5px 10px; }

.logo {
  text-decoration: none; }
  .logo .brand-name {
    color: white;
    text-decoration: none; }
    .logo .brand-name:hover {
      color: white;
      text-decoration: none; }

.body-container {
  margin: auto;
  max-width: 1440px;
  padding-left: 0px !important;
  padding-right: 0px !important; }

html, body, .body-container {
  height: 100%; }

a {
  color: #5e80a1;
  font-family: "Open Sans", sans-serif; }

h4, h5, h6, button, .btn, body {
  font-family: "Open Sans", sans-serif; }

a:hover {
  color: #5e80a1; }

h1 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 2rem;
  color: #212121;
  font-family: "Open Sans", sans-serif;
  text-transform: none; }

h2 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.75rem;
  color: #212121;
  font-family: "Open Sans", sans-serif;
  text-transform: none; }

h3 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.625rem;
  color: #212121;
  font-family: "Open Sans", sans-serif;
  text-transform: none; }

p, .text-paragraph {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.375rem;
  color: #212121;
  font-family: "Open Sans", sans-serif;
  text-transform: none; }
  p:first-letter, .text-paragraph:first-letter {
    text-transform: uppercase; }

@media screen and (max-width: 768px) {
  h1 {
    font-size: 1.3125rem;
    font-weight: 600;
    line-height: 1.5rem;
    color: #212121;
    font-family: "Open Sans", sans-serif;
    text-transform: none; }
  h2 {
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.3125rem;
    color: #212121;
    font-family: "Open Sans", sans-serif;
    text-transform: none; }
  h3 {
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25rem;
    color: #212121;
    font-family: "Open Sans", sans-serif;
    text-transform: none; }
  p {
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.0625rem;
    color: #212121;
    font-family: "Open Sans", sans-serif;
    text-transform: none; }
  .iframe iframe {
    padding: 20px;
    min-height: 1770px !important;
    width: 100% !important; } }

.datepicker {
  min-width: 352px; }
  .datepicker .datepicker_header .icon-close {
    height: 31px;
    width: 30px; }
  .datepicker .datepicker_inner_container {
    background-color: #fff; }
    .datepicker .datepicker_inner_container .datepicker_calendar, .datepicker .datepicker_inner_container .datepicker_timelist {
      min-height: 226.5px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Chronicle Display Roman";
  font-weight: normal; }

h1 {
  font-size: 3rem;
  line-height: 3.375rem;
  letter-spacing: 0.3px; }

h2 {
  font-size: 2rem;
  line-height: 2.5rem;
  letter-spacing: 0.3px; }

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: 0.3px; }

h5 {
  font-size: 21px;
  line-height: 29px;
  letter-spacing: 0.3px; }

@media screen and (max-width: 650px) {
  h1 {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: 0.3px; }
  h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: 0.23px; }
  h3 {
    font-size: 1.3125rem;
    line-height: 29px;
    letter-spacing: 0.26px; } }

.normal-link {
  font-family: Avenir Black;
  color: #4A769D;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.6px; }
  .normal-link:hover {
    color: #396186;
    text-decoration: underline; }

.inline-link {
  font-family: Avenir Roman;
  color: #4A769D;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.3px; }
  .inline-link:hover {
    color: #396186; }

.standard-copy {
  font-family: Avenir Roman;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #646464; }

.label-2 {
  font-family: Avenir Heavy;
  color: #646464;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 1px; }

.sub-header {
  font-family: Avenir Heavy;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.6px;
  color: black; }

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: auto;
  width: auto\9; }

.office-aboutus {
  padding: 107px 0 0 0;
  clear: both; }
  .office-aboutus .row {
    margin: 0; }
  @media screen and (max-width: 420px) {
    .office-aboutus {
      padding-top: 24px;
      padding-left: 10px;
      padding-right: 10px;
      /*     padding-bottom: 32px; */ } }
  @media (min-width: 420px) and (max-width: 1023px) {
    .office-aboutus {
      padding-top: 32px;
      /*   padding-bottom: 48px;    */ } }
  .office-aboutus .office-aboutus-text {
    padding-right: 127px;
    padding-left: 0; }
    @media (min-width: 420px) and (max-width: 1023px) {
      .office-aboutus .office-aboutus-text {
        padding-right: 89px; } }
    @media screen and (max-width: 420px) {
      .office-aboutus .office-aboutus-text {
        text-align: center;
        padding: 0;
        padding-bottom: 40px; } }
    .office-aboutus .office-aboutus-text .aboutus-text-title {
      color: black;
      letter-spacing: 0;
      margin-bottom: 0; }
      @media (max-width: 420px) {
        .office-aboutus .office-aboutus-text .aboutus-text-title {
          line-height: 54px; } }
      .office-aboutus .office-aboutus-text .aboutus-text-title::after {
        content: "";
        width: 25px;
        display: block;
        border-bottom: 2px solid black;
        margin-top: 16px;
        margin-bottom: 26px; }
        @media screen and (max-width: 420px) {
          .office-aboutus .office-aboutus-text .aboutus-text-title::after {
            display: none;
            margin: 0; } }
    .office-aboutus .office-aboutus-text .description {
      padding-bottom: 24px;
      margin: 0;
      line-height: 28px;
      white-space: pre-line; }
      @media screen and (max-width: 420px) {
        .office-aboutus .office-aboutus-text .description {
          padding-top: 32px;
          padding-bottom: 24px;
          margin: 0;
          font-size: 20px;
          letter-spacing: 0.3px;
          line-height: 28px;
          text-align: center; } }
    .office-aboutus .office-aboutus-text .full-text {
      display: none;
      white-space: pre-line; }
    .office-aboutus .office-aboutus-text .show-more {
      display: none; }
      .office-aboutus .office-aboutus-text .show-more svg {
        position: relative;
        top: 2px; }
    .office-aboutus .office-aboutus-text .show-less {
      display: none; }
      .office-aboutus .office-aboutus-text .show-less i {
        font-size: 8px; }
        .office-aboutus .office-aboutus-text .show-less i:hover {
          text-decoration: none; }
    .office-aboutus .office-aboutus-text .normal-link svg {
      margin-left: 8px; }
    .office-aboutus .office-aboutus-text .normal-link i {
      margin-left: 8px; }
  @media screen and (max-width: 1023px) {
    .office-aboutus .office-aboutus-cards {
      padding: 0;
      text-align: center; } }
  @media (min-width: 420px) and (max-width: 1023px) {
    .office-aboutus .office-aboutus-cards.mobile-desktop-card {
      display: none; } }
  .office-aboutus .office-aboutus-cards.tablet-card {
    display: none; }
    @media (min-width: 420px) and (max-width: 1023px) {
      .office-aboutus .office-aboutus-cards.tablet-card {
        display: block;
        padding-bottom: 48px; } }
  .office-aboutus .office-aboutus-cards .col-md-6 {
    padding: 0; }
    @media (min-width: 420px) and (max-width: 1023px) {
      .office-aboutus .office-aboutus-cards .col-md-6:first-child {
        padding-right: 21px; }
      .office-aboutus .office-aboutus-cards .col-md-6:nth-child(2) {
        padding-left: 20px; } }
    @media screen and (max-width: 420px) {
      .office-aboutus .office-aboutus-cards .col-md-6 {
        padding: 0; } }
  .office-aboutus .office-aboutus-cards .signle-card {
    border: 1px solid #E5E5E5;
    padding: 0;
    min-height: 138px;
    max-height: 140px;
    margin-bottom: 8px;
    min-width: 16rem;
    max-width: 22rem;
    display: flex; }
    @media screen and (max-width: 420px) {
      .office-aboutus .office-aboutus-cards .signle-card {
        margin-right: 0; } }
    .office-aboutus .office-aboutus-cards .signle-card .col-8,
    .office-aboutus .office-aboutus-cards .signle-card .col-4 {
      padding: 0; }
    .office-aboutus .office-aboutus-cards .signle-card .aboutus-cards-image {
      padding: 0;
      width: 104px; }
      @media screen and (max-width: 420px) {
        .office-aboutus .office-aboutus-cards .signle-card .aboutus-cards-image {
          width: 104px; } }
      .office-aboutus .office-aboutus-cards .signle-card .aboutus-cards-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .office-aboutus .office-aboutus-cards .signle-card .desc {
      padding: 8px 12px 8px 12px;
      text-align: left; }
      @media screen and (max-width: 420px) {
        .office-aboutus .office-aboutus-cards .signle-card .desc {
          padding-left: 13px;
          padding-top: 8px;
          padding-right: 26px; } }
      @media (max-width: 420px) {
        .office-aboutus .office-aboutus-cards .signle-card .desc h5 {
          font-size: 16px;
          line-height: 20px; } }
      .office-aboutus .office-aboutus-cards .signle-card .desc .job-title {
        margin-bottom: 16px; }
        @media screen and (max-width: 420px) {
          .office-aboutus .office-aboutus-cards .signle-card .desc .job-title {
            margin-bottom: 8px; } }
      .office-aboutus .office-aboutus-cards .signle-card .desc .sub-title-role {
        font-family: Avenir Heavy;
        font-size: 10px;
        line-height: 12px;
        letter-spacing: 1px;
        padding-bottom: 4px; }
        @media (max-width: 767px) {
          .office-aboutus .office-aboutus-cards .signle-card .desc .sub-title-role {
            padding-bottom: 8px; } }
      .office-aboutus .office-aboutus-cards .signle-card .desc a.mobile-number::before {
        content: "M: ";
        font-weight: bold;
        color: #000000; }
      .office-aboutus .office-aboutus-cards .signle-card .desc a.phone-number::before {
        content: "P: ";
        font-weight: bold;
        color: #000000; }
      .office-aboutus .office-aboutus-cards .signle-card .desc p {
        margin: 0; }
    .office-aboutus .office-aboutus-cards .signle-card button.link {
      background: transparent;
      border: none;
      outline: 0;
      cursor: pointer;
      padding-left: initial; }
    .office-aboutus .office-aboutus-cards .signle-card button.link:hover {
      text-decoration: underline; }
  .office-aboutus .office-aboutus-cards .mtt-link {
    margin-top: 16px; }
    .office-aboutus .office-aboutus-cards .mtt-link .meet-team-link {
      opacity: 0.4;
      filter: alpha(opacity=40);
      -moz-opacity: 0.4;
      -khtml-opacity: 0.4;
      line-height: 19px;
      letter-spacing: 1.54px;
      color: #4a769d;
      cursor: pointer; }
      .office-aboutus .office-aboutus-cards .mtt-link .meet-team-link .fa-chevron-down {
        border: 1px solid #AFC0D1;
        border-radius: 50%;
        padding: 3px; }

.additional-info {
  padding-top: 95px; }
  @media (max-width: 420px) {
    .additional-info {
      text-align: center;
      padding: 24px 39px 0 39px;
      margin-bottom: 32px; } }
  @media (min-width: 420px) and (max-width: 768px) {
    .additional-info {
      padding: 48px 1px 0 1px; } }
  .additional-info .header {
    color: black;
    margin-bottom: 40px; }
  .additional-info .columns {
    margin-bottom: 40px;
    display: flex; }
    @media (max-width: 420px) {
      .additional-info .columns {
        margin-left: 0;
        margin-right: 0;
        flex-flow: column wrap; } }
    .additional-info .columns .single-column {
      width: 194px; }
      .additional-info .columns .single-column.specialization {
        width: 298px; }
      @media (min-width: 769px) {
        .additional-info .columns .single-column {
          margin-right: 118px; } }
      @media (max-width: 420px) {
        .additional-info .columns .single-column {
          width: 100%;
          margin-bottom: 57px;
          padding: 0; }
          .additional-info .columns .single-column:last-child {
            margin-bottom: 0;
            width: 100%; } }
      .additional-info .columns .single-column .sub-header {
        text-align: left; }
        .additional-info .columns .single-column .sub-header::after {
          content: "";
          width: 25px;
          display: block;
          border-bottom: 1.5px solid black;
          margin-top: 17px;
          margin-bottom: 17px; }
      .additional-info .columns .single-column ul {
        text-align: left;
        list-style: none;
        padding: 0;
        margin-bottom: 24px; }
        .additional-info .columns .single-column ul li {
          line-height: 28px; }
      .additional-info .columns .single-column .show-more img {
        position: absolute;
        margin-top: 4px;
        margin-left: 8px; }
      .additional-info .columns .single-column .show-less {
        display: none; }
        .additional-info .columns .single-column .show-less i {
          font-size: 8px;
          margin-left: 8px; }
      .additional-info .columns .single-column .normal-link {
        letter-spacing: 0.3px; }
        @media (max-width: 420px) {
          .additional-info .columns .single-column .normal-link {
            letter-spacing: 1.54px;
            line-height: 19px; } }
  @media (max-width: 570px) {
    .additional-info .social {
      display: none; } }
  .additional-info .social .sub-header {
    margin-bottom: 21px; }
  .additional-info .social .links {
    margin-bottom: 131px; }
    @media (min-width: 420px) and (max-width: 1023px) {
      .additional-info .social .links {
        margin-bottom: 88px; } }
    .additional-info .social .links .link {
      float: left;
      margin-right: 1.42rem;
      position: relative;
      width: 40px;
      height: 40px;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
      -webkit-box-pack: center;
      justify-content: center; }
      .additional-info .social .links .link::before {
        content: " ";
        position: absolute;
        display: inline-block;
        left: 0;
        top: 0;
        width: inherit;
        height: inherit;
        transition: transform 200ms ease 0s;
        border-width: 1px;
        border-style: solid;
        border-color: black;
        border-image: initial;
        border-radius: 50%; }
      .additional-info .social .links .link:hover::before {
        transform: scale(1.15);
        transition: transform 200ms ease 0s; }
      .additional-info .social .links .link img {
        overflow: hidden;
        vertical-align: middle; }

.contact-us-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  margin-bottom: 56px; }
  @media (max-width: 1024px) {
    .contact-us-container {
      padding-top: 4.94rem; } }
  @media (max-width: 767px) {
    .contact-us-container {
      padding-top: 3.5rem; } }
  .contact-us-container h2 {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0;
    margin-bottom: 32px;
    width: 100%;
    color: #212529; }
    @media (max-width: 1024px) {
      .contact-us-container h2 {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.3px; } }
  .contact-us-container .center {
    text-align: center; }
  .contact-us-container .contact-section {
    margin: 0 auto; }
    @media (max-width: 767px) {
      .contact-us-container .contact-section {
        width: 100%; } }
    .contact-us-container .contact-section .sub-title {
      font-size: 32px;
      font-family: "Chronicle Display Roman";
      letter-spacing: 0.3px;
      line-height: 40px;
      text-align: center;
      margin-bottom: 48px;
      color: #212529; }
      @media (max-width: 1024px) {
        .contact-us-container .contact-section .sub-title {
          font-size: 24px;
          letter-spacing: 0.3px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .contact-us-container .contact-section .sub-title {
          font-size: 20px;
          letter-spacing: 0.3px;
          line-height: 28px; } }
    .contact-us-container .contact-section ul {
      display: flex;
      -webkit-box-pack: justify;
      justify-content: space-between;
      margin-bottom: 4rem;
      padding: 0px;
      font-family: Avenir Book; }
      @media (max-width: 767px) {
        .contact-us-container .contact-section ul {
          width: 288px;
          margin: 0 auto 2.5rem; } }
      .contact-us-container .contact-section ul li {
        margin: 0 8px;
        width: 184px;
        height: 88px;
        list-style: none; }
        @media (max-width: 767px) {
          .contact-us-container .contact-section ul li {
            width: 80px;
            height: 45px; } }
        .contact-us-container .contact-section ul li button {
          font-size: 16px;
          letter-spacing: 1px;
          line-height: 24px;
          text-transform: uppercase;
          cursor: pointer;
          border-radius: 8px;
          height: 100%;
          width: 100%;
          border: solid 0px;
          background: #f5f5f5;
          font-weight: 700;
          padding: 32px 0;
          font-family: Avenir Book;
          outline: none;
          color: #000000; }
          .contact-us-container .contact-section ul li button.active {
            background: #646464;
            color: #fff; }
          .contact-us-container .contact-section ul li button:visited {
            background: #646464;
            color: #fff; }
          @media (max-width: 767px) {
            .contact-us-container .contact-section ul li button {
              font-size: 12px;
              padding: 12px 0;
              letter-spacing: 0.16px;
              line-height: 13px; } }
    .contact-us-container .contact-section .tab-content .input-container {
      height: 140px;
      font-family: Avenir Book; }
      .contact-us-container .contact-section .tab-content .input-container .form-title {
        display: block;
        font-size: 10px;
        text-transform: uppercase;
        margin: 0px;
        font-family: Avenir Book;
        font-weight: 700;
        color: #646464;
        line-height: 12px;
        letter-spacing: 1px; }
      .contact-us-container .contact-section .tab-content .input-container input {
        border: 1px solid #E5E5E5;
        width: 100%;
        height: 55px;
        padding-left: 20px;
        margin: 5px 0 0;
        border-radius: 12px;
        font-size: 16px;
        font-family: Avenir Book;
        outline: none;
        color: #000000;
        line-height: 16px;
        font-weight: 400; }
      .contact-us-container .contact-section .tab-content .input-container textarea {
        margin: 5px 0 20px;
        border: 1px solid #E5E5E5;
        border-image: initial;
        border-radius: 12px;
        padding: 15px 23px;
        width: 100%;
        font-family: Avenir Book;
        outline: none;
        color: #000000;
        line-height: 16px;
        height: 130px; }
      .contact-us-container .contact-section .tab-content .input-container .error {
        font-family: Avenir Book;
        font-size: 14px;
        color: #e50214;
        letter-spacing: 0.3px;
        line-height: 22px;
        padding-left: 20px;
        margin: 0px; }
    .contact-us-container .contact-section .tab-content .textarea-container {
      height: auto; }
    .contact-us-container .contact-section .tab-content .captcha {
      margin: 32px 0; }
      .contact-us-container .contact-section .tab-content .captcha .contact-captcha {
        margin: 0 auto;
        text-align: center; }
        @media (max-width: 767px) {
          .contact-us-container .contact-section .tab-content .captcha .contact-captcha {
            margin-left: -6px; } }
        .contact-us-container .contact-section .tab-content .captcha .contact-captcha div {
          width: auto !important; }
      .contact-us-container .contact-section .tab-content .captcha #g-recaptcha-error {
        font-family: Avenir Book;
        font-size: 14px;
        color: #e50214;
        letter-spacing: 0.3px;
        line-height: 22px;
        padding-left: 20px;
        margin: 0px;
        text-align: center; }
  .contact-us-container .submit-container {
    margin: 0 auto;
    text-align: center; }
    .contact-us-container .submit-container .btn, .contact-us-container .submit-container .btn-cta {
      width: 260px;
      height: 64px;
      border-radius: 28px;
      background-color: #C0535C;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1.6px;
      line-height: 14px;
      text-align: center;
      font-family: Avenir Book;
      text-transform: uppercase;
      display: flex;
      vertical-align: middle;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      margin: 0 auto;
      padding: 24px 0; }
      .contact-us-container .submit-container .btn:hover, .contact-us-container .submit-container .btn-cta:hover {
        color: #fff;
        background-color: #aa424f; }
      .contact-us-container .submit-container .btn:disabled, .contact-us-container .submit-container .btn-cta:disabled {
        background: #E5E5E5; }
    .contact-us-container .submit-container .btn .active {
      background-color: #C0535C; }
  .contact-us-container .thanks-container {
    text-align: center;
    width: 760px; }
    @media (max-width: 767px) {
      .contact-us-container .thanks-container {
        text-align: center;
        width: 100%;
        padding: 0; } }
    .contact-us-container .thanks-container p {
      font-size: 32px;
      letter-spacing: 0.3px;
      line-height: 40px;
      margin-bottom: 48px;
      color: #212529;
      font-family: "Chronicle Display Roman"; }
      @media (max-width: 1024px) {
        .contact-us-container .thanks-container p {
          font-size: 24px;
          letter-spacing: 0.3px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .contact-us-container .thanks-container p {
          font-size: 20px;
          letter-spacing: 0.3px;
          line-height: 28px; } }
    .contact-us-container .thanks-container h4 {
      font-size: 24px;
      letter-spacing: 0.3px;
      line-height: 32px;
      margin: 16px 0 48px;
      padding: 0 40px;
      color: #212529; }
      @media (max-width: 1024px) {
        .contact-us-container .thanks-container h4 {
          font-size: 24px;
          letter-spacing: 0.3px;
          line-height: 32px; } }
      @media (max-width: 767px) {
        .contact-us-container .thanks-container h4 {
          padding: 0;
          font-size: 21px;
          letter-spacing: 0.3px;
          line-height: 29px; } }
    .contact-us-container .thanks-container .sign-in-member {
      margin-top: 3rem; }
      .contact-us-container .thanks-container .sign-in-member .already-member {
        font-size: 14px;
        font-weight: 900;
        letter-spacing: 1.6px;
        line-height: 14px;
        text-transform: uppercase;
        font-family: Avenir Book;
        color: #212529; }
        .contact-us-container .thanks-container .sign-in-member .already-member .sign-in {
          font-family: Avenir Book;
          font-size: 14px;
          font-weight: 600;
          color: #646464;
          letter-spacing: 1.6px;
          line-height: 14px;
          margin-left: 10px;
          display: inline-block; }
    .contact-us-container .thanks-container .sign-btn {
      height: 56px;
      padding: 18px 0; }

@media (max-width: 1024px) {
  .contact-popup #confirm-submit {
    padding-right: 0px !important; } }

@media (max-width: 1024px) {
  .contact-popup .modal-dialog {
    max-width: 100%; } }

.contact-popup .modal-content {
  width: 740px;
  margin: 0 auto; }
  @media (max-width: 767px) {
    .contact-popup .modal-content {
      width: 300px;
      margin: 0 auto; } }

.error-handling-container .error-handling-top {
  padding: 2.125rem 6.68rem;
  background: #000;
  text-align: center;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1024px) {
    .error-handling-container .error-handling-top {
      padding: 1.875rem 4.8rem; } }
  @media (max-width: 767px) {
    .error-handling-container .error-handling-top {
      padding: 1.125rem 0.375rem 1.125rem 1rem;
      text-align: left; } }
  .error-handling-container .error-handling-top a {
    color: #fff;
    text-transform: uppercase;
    font-family: Avenir Book;
    letter-spacing: 1.6px;
    line-height: 19.88px;
    font-size: 12px; }
    @media (max-width: 767px) {
      .error-handling-container .error-handling-top a {
        width: 80%;
        display: inline-block; } }
    .error-handling-container .error-handling-top a:hover {
      text-decoration: underline; }
  .error-handling-container .error-handling-top button {
    position: absolute;
    right: 1.225rem;
    padding: 0 0.65rem;
    background: 0;
    border: solid 0px;
    margin-left: 1.5rem; }
    @media (max-width: 768px) {
      .error-handling-container .error-handling-top button {
        top: 2.6rem; } }
    @media (max-width: 767px) {
      .error-handling-container .error-handling-top button {
        padding: 0;
        height: 20px;
        width: 20px; } }

.error-handling-container .error-close-btn {
  background: none;
  border: solid 0px;
  text-align: right;
  position: absolute;
  right: 1.225rem;
  padding: 0 0.65rem; }

.error-handling-container .error-content {
  margin: 80px auto 0;
  justify-content: center;
  text-align: center; }
  @media (max-width: 767px) {
    .error-handling-container .error-content {
      margin: 48px 16px; } }
  .error-handling-container .error-content h2.heading-page-not-found {
    font-size: 48px;
    line-height: 54px;
    letter-spacing: 0px; }
    @media (max-width: 1024px) {
      .error-handling-container .error-content h2.heading-page-not-found {
        font-size: 32px;
        line-height: 40px;
        letter-spacing: 0.3px; } }
  .error-handling-container .error-content h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.3px;
    margin: 32px 0 0; }
    @media (max-width: 767px) {
      .error-handling-container .error-content h4 {
        font-size: 21px;
        line-height: 29px;
        letter-spacing: 0.3px;
        margin: 16px 0 0; } }
  .error-handling-container .error-content .submit-container {
    margin: 48px auto 0;
    text-align: center; }
    .error-handling-container .error-content .submit-container .btn, .error-handling-container .error-content .submit-container .btn-cta {
      width: 260px;
      height: 64px;
      border-radius: 28px;
      background-color: #C0535C;
      font-size: 14px;
      font-weight: 600;
      letter-spacing: 1.6px;
      line-height: 14px;
      text-align: center;
      font-family: Avenir Book;
      text-transform: uppercase;
      display: flex;
      vertical-align: middle;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      margin: 0 auto;
      padding: 24px 0; }
      .error-handling-container .error-content .submit-container .btn:hover, .error-handling-container .error-content .submit-container .btn-cta:hover {
        color: #fff;
        background-color: #aa424f; }
    .error-handling-container .error-content .submit-container .btn .active {
      background-color: #C0535C; }
  .error-handling-container .error-content .error-code {
    margin-top: 48px; }
    .error-handling-container .error-content .error-code div, .error-handling-container .error-content .error-code p, .error-handling-container .error-content .error-code span {
      font-size: 16px;
      font-family: Avenir Book;
      letter-spacing: normal;
      line-height: 16px; }

.meet-team {
  background: #F5F5F5;
  padding-top: 112px;
  padding-bottom: 56px; }
  .meet-team .container {
    /*max-width:1200px;*/
    margin: 0 auto; }
  @media (min-width: 768px) {
    .meet-team .container {
      max-width: 942px; }
    .meet-team .card-deck .card {
      flex: 0 0 50%;
      margin-right: 40px;
      margin-bottom: 0;
      margin-left: 40px; } }
  @media (min-width: 992px) {
    .meet-team .container {
      max-width: 960px; }
    .meet-team .card-deck .card {
      flex: 0 0 33%;
      margin-right: 3%;
      margin-bottom: 0;
      margin-left: 3%; } }
  @media (min-width: 1200px) {
    .meet-team .container {
      max-width: 1140px;
      margin: 0 auto; }
    .meet-team .card-deck {
      margin-right: -6px;
      margin-left: -6px; }
    .meet-team .card-deck .card {
      flex: 0 0 25%;
      margin-right: 8px;
      margin-bottom: 0;
      margin-left: 8px; } }
  @media (max-width: 420px) {
    .meet-team {
      padding: 0 10px;
      padding-bottom: 24px;
      padding-top: 32px; } }
  @media (max-width: 767px) and (min-width: 420px) {
    .meet-team {
      padding: 0 1px;
      padding-top: 40px;
      padding-bottom: 48px; } }
  @media screen and (max-width: 767px) and (min-width: 320px) {
    .meet-team .card-deck {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
    .meet-team .cards .card {
      max-width: 100% !important;
      height: 160px !important;
      display: flex !important;
      flex-direction: row !important; }
    .meet-team .card {
      margin-right: 0;
      display: flex;
      flex-direction: row;
      height: 160px;
      flex: 0 0 100%; }
      .meet-team .card .card-img-ht {
        height: 158px !important;
        min-width: 105px; } }
  .meet-team .header {
    color: black;
    margin-bottom: 55px; }
    @media (max-width: 420px) {
      .meet-team .header {
        margin-bottom: 32px; } }
    @media (max-width: 767px) and (min-width: 420px) {
      .meet-team .header {
        margin-bottom: 40px; } }
  .meet-team .cards {
    padding-bottom: 40px; }
    @media (max-width: 420px) {
      .meet-team .cards {
        padding-bottom: 24px;
        margin: 0; } }
    @media (max-width: 767px) and (min-width: 420px) {
      .meet-team .cards {
        margin: 0 20px;
        padding-bottom: 14px; } }
    .meet-team .cards .item {
      padding: 0 12.5px;
      margin-bottom: 16px; }
      .meet-team .cards .item:nth-child(4n) .card {
        margin-right: 0; }
      @media (max-width: 767px) {
        .meet-team .cards .item {
          padding: 0;
          margin-bottom: 32px; } }
      @media (max-width: 420px) {
        .meet-team .cards .item {
          margin-bottom: 8px; } }
      @media (max-width: 1000px) and (min-width: 420px) {
        .meet-team .cards .item:nth-child(odd) .card {
          margin-right: 35.5px; }
        .meet-team .cards .item:nth-child(even) .card {
          margin-left: 35.5px; } }
      @media (max-width: 568px) and (orientation: landscape) {
        .meet-team .cards .item {
          margin-bottom: 0; }
          .meet-team .cards .item .card:nth-child(n) {
            margin-left: 0;
            margin-right: 0; } }
    .meet-team .cards .card-deck {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row; }
    .meet-team .cards .card {
      border: 1px solid #E5E5E5;
      padding: 0;
      border-radius: 0;
      height: 489px;
      max-width: 260px;
      flex-direction: column;
      display: flex;
      margin-bottom: 35px;
      /*@media screen and (min-width:1488px){margin-right:14px}*/ }
      @media screen and (min-width: 1200px) and (max-width: 1447px) {
        .meet-team .cards .card {
          margin-right: 10px;
          margin-left: 10px; } }
      @media (max-width: 420px) {
        .meet-team .cards .card {
          margin-right: 0;
          display: flex;
          flex-direction: row;
          height: 160px; } }
      @media (max-width: 568px) and (orientation: landscape) {
        .meet-team .cards .card {
          display: flex;
          flex-direction: row; } }
      @media (max-width: 767px) and (min-width: 420px) {
        .meet-team .cards .card {
          margin-right: 0px;
          margin-bottom: 32px; } }
      .meet-team .cards .card h5 {
        color: black; }
      .meet-team .cards .card .card-image {
        /* height: 320px;*/ }
        @media (max-width: 420px) {
          .meet-team .cards .card .card-image {
            width: 133px;
            height: 100%; } }
      .meet-team .cards .card .card-img-ht {
        height: 270px; }
      .meet-team .cards .card .card-info {
        width: 100%;
        position: relative;
        height: 219px; }
        @media (max-width: 767px) {
          .meet-team .cards .card .card-info {
            height: 100%; } }
        .meet-team .cards .card .card-info .desc {
          padding: 16px 25px 0 25px;
          border-bottom: 0; }
          @media (max-width: 767px) {
            .meet-team .cards .card .card-info .desc {
              padding: 8px 13px 0 13px; } }
          @media (max-width: 420px) {
            .meet-team .cards .card .card-info .desc .label-2 {
              margin-bottom: 8px; } }
          .meet-team .cards .card .card-info .desc .sub-title-role {
            font-family: Avenir Heavy;
            font-size: 10px;
            line-height: 10px;
            letter-spacing: 1px;
            padding-bottom: 8px; }
            @media (max-width: 767px) {
              .meet-team .cards .card .card-info .desc .sub-title-role {
                padding-bottom: 0; } }
          .meet-team .cards .card .card-info .desc a.mobile-number::before {
            content: "M: ";
            font-weight: bold;
            color: #000000; }
          .meet-team .cards .card .card-info .desc .phone-number::before {
            content: "P: ";
            font-weight: bold;
            color: black; }
          .meet-team .cards .card .card-info .desc .inline-link {
            line-height: 18px; }
        .meet-team .cards .card .card-info .footer {
          position: absolute;
          right: 0;
          left: 0;
          bottom: 0;
          padding: 13px 24px;
          border-top: 1px solid #E5E5E5; }
          @media (max-width: 767px) {
            .meet-team .cards .card .card-info .footer {
              padding: 4px 12px 4px 12px; } }
          .meet-team .cards .card .card-info .footer .icon {
            float: right; }
            @media (max-width: 420px) {
              .meet-team .cards .card .card-info .footer .icon img {
                width: 16px; } }
          .meet-team .cards .card .card-info .footer button.link {
            background: transparent;
            border: none;
            outline: 0;
            cursor: pointer;
            padding-left: initial; }
          .meet-team .cards .card .card-info .footer button.link:hover {
            text-decoration: underline; }
    .meet-team .cards .view-more {
      text-align: center; }
  .meet-team .view-more {
    text-align: center; }
    .meet-team .view-more img {
      position: absolute;
      margin-top: 4px;
      margin-left: 8px; }
    .meet-team .view-more .normal-link {
      letter-spacing: 1.54px; }
  .meet-team .show-less {
    display: none;
    text-align: center; }
  @media screen and (min-width: 767px) and (max-width: 1023px) {
    .meet-team .container {
      max-width: 720px; }
    .meet-team .card-deck .card {
      margin-left: 7%;
      margin-right: 6%; } }

.office-container {
  clear: both; }
  .office-container .office-address-section {
    max-width: 100%;
    padding: 0px;
    margin: 0px; }
    .office-container .office-address-section .office-address-container {
      padding: 67px 0 31px 0;
      float: left;
      width: 100%; }
      @media (max-width: 1024px) {
        .office-container .office-address-section .office-address-container {
          padding: 48px 0 22px 0; } }
      @media (max-width: 767px) {
        .office-container .office-address-section .office-address-container {
          padding: 0px 0 20px 25px; } }
    .office-container .office-address-section .office-name, .office-container .office-address-section h2 {
      font-size: 48px;
      line-height: 54px;
      letter-spacing: 0;
      padding: 0;
      margin: 0 24px 0 0;
      float: left; }
      @media (max-width: 1024px) {
        .office-container .office-address-section .office-name, .office-container .office-address-section h2 {
          margin-right: 16px;
          font-size: 32px;
          line-height: 40px;
          letter-spacing: 0.3px; } }
      @media (max-width: 767px) {
        .office-container .office-address-section .office-name, .office-container .office-address-section h2 {
          padding: 0 0 12px;
          margin-right: 0px;
          float: none; } }
    .office-container .office-address-section .address-section {
      font-family: "Avenir Roman";
      font-size: 20px;
      line-height: 28px;
      letter-spacing: 0.3px;
      font-weight: normal;
      padding: 0;
      margin: 20px 0 0 0;
      float: left; }
      .office-container .office-address-section .address-section span {
        margin-right: 16px; }
      @media (max-width: 1024px) {
        .office-container .office-address-section .address-section {
          font-size: 16px;
          margin: 11px 0 0 0; }
          .office-container .office-address-section .address-section span {
            margin-right: 8px; } }
      @media (max-width: 767px) {
        .office-container .office-address-section .address-section {
          margin: 0px;
          float: none; }
          .office-container .office-address-section .address-section span {
            display: block;
            padding: 0 0 12px;
            margin: 0px; }
          .office-container .office-address-section .address-section .mobile-number {
            display: block;
            padding: 0; } }
      .office-container .office-address-section .address-section .mobile-number {
        color: #4A769D;
        font-family: "Avenir Roman"; }
        .office-container .office-address-section .address-section .mobile-number:hover {
          color: #396186; }
    .office-container .office-address-section .img-container {
      width: 100%;
      position: relative;
      float: left;
      min-height: 140px; }
      @media (max-width: 767px) {
        .office-container .office-address-section .img-container {
          min-height: 100%; } }
      .office-container .office-address-section .img-container .company-image {
        width: 100%;
        height: 100%; }
      .office-container .office-address-section .img-container .logo-container {
        width: 260px;
        height: 130px;
        position: absolute;
        bottom: 21px;
        right: 0%;
        padding: 16px;
        text-align: center;
        background: #f3f3f3;
        opacity: 0.9;
        display: none; }
        .office-container .office-address-section .img-container .logo-container .brand-logo {
          font-size: 20px;
          width: 100%;
          height: 100%;
          padding: 0; }
        @media (max-width: 1024px) {
          .office-container .office-address-section .img-container .logo-container {
            bottom: 24px; } }
        @media (max-width: 767px) {
          .office-container .office-address-section .img-container .logo-container {
            display: none; } }

@media (max-width: 767px) {
  .address-container {
    padding: 0px; } }

@media screen and (max-width: 420px) {
  .office-container .contact-link {
    font-size: 12px;
    line-height: 18px; } }

@media screen and (max-width: 420px) {
  .office-container h5 {
    font-size: 16px;
    line-height: 20px; } }

@media screen and (max-width: 420px) {
  .office-container .inline-link {
    font-size: 12px;
    line-height: 18px; } }

@media screen and (max-width: 420px) {
  .office-container .normal-link {
    line-height: 19px;
    letter-spacing: 1.54px; } }

.office-container .show-less {
  color: #4A769D; }
  .office-container .show-less i {
    font-size: 8px;
    margin-left: 8px; }

.richtext p, .richtext div, .richtext li, .richtext span {
  font-family: Avenir Book;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .3px;
  line-height: 26px; }

h1 span {
  font-size: 3rem !important;
  font-family: "Chronicle Display Roman" !important;
  line-height: 3.375rem !important; }

h2 span {
  font-size: 2rem !important;
  font-family: "Chronicle Display Roman" !important;
  line-height: 2.5rem !important; }

h3 span {
  font-size: 1.5rem !important;
  font-family: "Chronicle Display Roman" !important;
  line-height: 2rem !important; }

.richtext p span {
  font-size: 16px !important; }

@media screen and (max-width: 650px) {
  h1 span {
    font-size: 2rem !important;
    font-family: "Chronicle Display Roman" !important;
    line-height: 2.5rem !important;
    letter-spacing: 0.3px !important; }
  h2 span {
    font-size: 1.5rem !important;
    font-family: "Chronicle Display Roman" !important;
    line-height: 2rem !important;
    letter-spacing: 0.23px !important; }
  h3 span {
    font-size: 1.3125rem !important;
    font-family: "Chronicle Display Roman" !important;
    line-height: 29px !important;
    letter-spacing: 0.26px !important; } }

.textimage {
  padding: 40px 110px; }
  @media (max-width: 1024px) {
    .textimage {
      padding: 20px 20px; } }

.textimage-wrapper {
  padding: 0px !important;
  margin-bottom: 0px; }
  .textimage-wrapper .vertical-wrap {
    width: 100%; }
  .textimage-wrapper .row-image-top,
  .textimage-wrapper .row-image-bottom {
    text-align: center; }
    .textimage-wrapper .row-image-top .image-top,
    .textimage-wrapper .row-image-top .image-bottom,
    .textimage-wrapper .row-image-bottom .image-top,
    .textimage-wrapper .row-image-bottom .image-bottom {
      padding-bottom: 0px !important; }
    .textimage-wrapper .row-image-top .text-image-title .cmp-text > *,
    .textimage-wrapper .row-image-bottom .text-image-title .cmp-text > * {
      text-align: center; }
      @media (max-width: 767px) {
        .textimage-wrapper .row-image-top .text-image-title .cmp-text > *,
        .textimage-wrapper .row-image-bottom .text-image-title .cmp-text > * {
          padding-top: 0px;
          margin-bottom: 0px;
          text-align: left; } }
    .textimage-wrapper .row-image-top .text-image img,
    .textimage-wrapper .row-image-bottom .text-image img {
      width: 100%;
      height: auto; }
      @media (max-width: 767px) {
        .textimage-wrapper .row-image-top .text-image img,
        .textimage-wrapper .row-image-bottom .text-image img {
          margin: 0 auto 13px auto !important; } }
    @media (max-width: 767px) {
      .textimage-wrapper .row-image-top,
      .textimage-wrapper .row-image-bottom {
        display: block !important; } }
  .textimage-wrapper .row-image-full .text-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: 100%; }
  .textimage-wrapper .full-width-text-image .image-full {
    height: 100%; }
  @media (min-width: 768px) {
    .textimage-wrapper .full-width-text-image .text-image-content-wrap {
      position: static !important;
      margin-top: 20px; } }
  @media (max-width: 767px) {
    .textimage-wrapper .full-width-text-image {
      text-align: left; } }
  .textimage-wrapper .text-image-title .cmp-text > * {
    color: #000000;
    text-align: left;
    font-family: "Chronicle Display Roman"; }
    @media (max-width: 767px) {
      .textimage-wrapper .text-image-title .cmp-text > * {
        text-align: left;
        padding-top: 13px;
        margin-bottom: 15px; } }
  .textimage-wrapper .text-image.image-left, .textimage-wrapper .text-image.image-right {
    width: 634px;
    max-width: 634px;
    height: 420px; }
    @media (max-width: 1024px) {
      .textimage-wrapper .text-image.image-left, .textimage-wrapper .text-image.image-right {
        width: 490px;
        max-width: 490px;
        height: 400px; } }
    @media (max-width: 767px) {
      .textimage-wrapper .text-image.image-left, .textimage-wrapper .text-image.image-right {
        width: 100%;
        height: auto;
        margin: 0 auto; } }
  .textimage-wrapper .text-image img {
    width: 100%;
    height: auto; }
    @media (max-width: 767px) {
      .textimage-wrapper .text-image img {
        margin: 0 auto 13px auto !important; } }
  .textimage-wrapper .text-image-description div, .textimage-wrapper .text-image-description p {
    color: #000000;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.3px;
    line-height: 26px;
    font-family: Avenir Book;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .textimage-wrapper .text-image-description div, .textimage-wrapper .text-image-description p {
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 0.3px;
        line-height: 26px;
        text-align: left;
        margin-bottom: 10px; } }
  .textimage-wrapper .full-width-text-image .row-image-left .text-image-content-wrap.centerAlign, .textimage-wrapper .full-width-text-image .row-image-right .text-image-content-wrap.centerAlign {
    align-items: center; }
  .textimage-wrapper .full-width-text-image .row-image-left .text-image-content-wrap.topAlign, .textimage-wrapper .full-width-text-image .row-image-right .text-image-content-wrap.topAlign {
    align-items: normal; }
  .textimage-wrapper .text-image-content {
    padding: 3px 0 0 0; }
    .textimage-wrapper .text-image-content a.btn-cta {
      padding: 0px;
      font-family: Avenir Black;
      font-size: 14px;
      letter-spacing: 1.6px;
      line-height: 20px;
      color: #4A769D; }
      @media (max-width: 767px) {
        .textimage-wrapper .text-image-content a.btn-cta {
          display: block;
          text-align: left; } }
      .textimage-wrapper .text-image-content a.btn-cta:hover {
        text-decoration: underline; }

div.image + div.richtext {
  margin: 55px 0 71px;
  padding: 0 24%; }
  @media (max-width: 1024px) {
    div.image + div.richtext {
      padding: 0 20%; } }
  @media (max-width: 767px) {
    div.image + div.richtext {
      margin: 29px 0 39px;
      padding: 0px 30px; } }
/* TrustArc CSS changes */
footer #consent_blackbar {
    position: inherit;
    top: 0px;
    right: 0px;
    display: block;
    z-index: 99993;
    width: 100%;
    height: 0px;
}
.truste-buttonsColumn button{
    font-family: 'AvenirRoman';
    }
footer #truste-consent-track {
    position: fixed;
    width: 20.56rem;
    line-height: 14px;
    font-weight: normal;
    font-family: 'AvenirRoman';
}
footer #truste-consent-text {
    margin: 20px 8px 20px 0px;
}
footer #truste-show-consent, footer .truste-a-link {
    text-decoration: underline;
    color: rgb(69, 115, 155) !important;
    font-weight: bold;
}
footer .footer-sublinks .trustarc-links {
    margin-bottom: 25px;
}
@media (max-width: 767.98px) {footer .footer-sublinks .trustarc-links{display: block !important;}}
/* TrustArc CSS changes ends */
