/* /RJ/Advisor Sites/Global/Global CSS/Model 2/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-2/base.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;1,100;1,300;1,400;1,500&display=swap');

@import url('resources.css');


/*==============================================  IMPORTANT - PLEASE READ ==============================================

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER:
DESIGNER:
JOB #:
COMPLETION DATE:
ADDITIONAL NOTES:
Fonts:

  font-family: 'Roboto', sans-serif;


========================================================================================================================
*/

/*
==============================================
Bio button updates
==============================================
*/
.slick-lightbox {
  background: rgb(18 16 59 / 95%) !important;
}

.bio-main-content-btm {
    padding-top: 80px !important;
    position: relative;
}
.video-token-wrap .cta-center.hide-category .mc-cta-slide-number-wrapper .mc-cta {
  background: #1C1A56;
  color: #fff !important;
  padding: 15px 30px;
  border: none;
  font-weight: 600 !important;
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-token-wrap .cta-center.hide-category .mc-cta-slide-number-wrapper .mc-cta:hover {
  color: #8584DC  !important;
}
.video-token-wrap {
    position: absolute;
    top: 7px;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video-token-wrap .mc-container {
    display: grid;
    width: 100% !important;
    margin: 0;
    padding: 0;
}
.video-token-wrap .mc-container .slick-track .slick-slide {
    width: 100% !important;
    margin: 0px !important;
}

.video-token-wrap .mc-container .slick-track {
        width: 100% !important;
}

.video-token-wrap .mc-slide {
background: transparent !important;
}
.video-token-wrap .cta-center.hide-category.hide-slide-number .mc-content-wrapper {
    padding-bottom: 0px !important;
}
.video-token-wrap .cta-center.hide-category .mc-cta-slide-number-wrapper .mc-cta {
    bottom: 0px !important;
}
.video-token-wrap .mc-content-wrapper {
    height: 65px !important;
}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .rt-video-base.rt-video-col-3 iframe {
    height: 185px;
    min-height: 185px;
  }
  .rt-video-base.rt-video-col-3 {
    -webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;
   }
   .rt-video-base.rt-video-col-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
   }
   .rt-video-base.rt-video-col-2 iframe {
    height: 275px;
    min-height: 275px;
   }
 }
 /* Medium devices (tablet portrait, 768px-old 810 new and less) tablet-p */
 @media only screen and (max-width: 810px) {
  .rt-video-base.rt-video-col-3, .rt-video-base.rt-video-col-2 {
    -webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;
   }
  .rt-video-base iframe, .rt-video-base.rt-video-col-3 iframe, .rt-video-base.rt-video-col-2 iframe {
    height: 405px;
    min-height: 405px;
  }
  .rt-video-base.rt-video-col-1 {
    text-align: left;
   }
 }
 /* Extra small devices (most portrait phones, 480px and less) mobile-p */
 @media only screen and (max-width: 480px) {
  .rt-video-base iframe {
    height: 215px !important;
    min-height: 215px !important;
  }
 }
 
 /* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */
 @media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .rt-video-base iframe {
    height: 365px;
    min-height: 365px;
  }
  .rt-video-base iframe, .rt-video-base.rt-video-col-3 iframe, .rt-video-base.rt-video-col-2 iframe {
    height: 365px;
    min-height: 365px;
  }
 }
 






/*
==============================================
Client Access Videos
==============================================
*/
.default-content {
  padding: 60px 0;
}
.client-access-videos .ca-videos h2 {
  margin: 10px 0;
  font-family: 'Roboto', sans-serif !important;
  font-size: 25px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
  color: #1C1A56 !important;
}
.default-content {
font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    color: #000000;
    text-align: left !important;
    font-style: normal;
    text-indent: 0;
  }
  .default-content a, .resource-detail-copy-wrapper a {
    color: #AB843B !important;
  }
  .default-content a:hover, .resource-detail-copy-wrapper a:hover {
    color: #1C1A56 !important;
  }
  
.worthwhile-cover-image {
  width: 100%;
  padding: 15px;

}









.footer-form-section .confirmation-message {
  padding: 20px;
  text-align: center;
  border: 1px solid #6c3378;
}
.header-section .confirmation-message {
  padding: 20px;
  text-align: center;
  border: 1px solid #244478;
}
.header-section .recaptcha-error, .header-section .field-validation-error {
  /* margin-top: -19px !important; */
  font-size: 12px;
}
button, input, optgroup, select, textarea {
color: #000;
}
.validation-summary-errors {
  color: red;
}
.header-main {
  margin-top: 58px;
}
.header-main .simple-form input:not([type="submit"]), .simple-form textarea {
    width: 99%;
  }
.d-field-email-top {
  margin-top: 32px;
  margin-left: 18px;
}
.header-main .simple-form .g-recaptcha.checkbox {
  margin-bottom: 0;
  position: absolute;
  top: 31px;
}
.header-main .d-field-text-top {
    margin-top: 0 !important;
  }
.header-main .header-section .required-text {
    margin-bottom: 8px !important;
    margin-top: -15px !important;
}

.header-main .header-section .simple-form {
  padding: 20px 0px 18px !important;
  color: #ffffff;
}

.masterprime .related-resources-main {
  background: #fff;
}


p {
    margin: 0 0 20px !important;
}
sup {
  font-size: 57%;
}
/* Buttons */
.button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"] {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  padding: 14px 90px;
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;

 -webkit-transition: all 0.3s ease-in-out;
 -moz-transition: all 0.3s ease-in-out;
 -o-transition: all 0.3s ease-in-out;
 -ms-transition: all 0.3s ease-in-out;
 transition: all 0.3s ease-in-out;
}
/* Buttons Hover */
.button:hover, .blog-landing-copy-cta:hover, .accord a.accord-cta:hover, .investor-access-login-button:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .masonry-load-more:hover, .masonry-tertiary-load-more:hover, .contact-form .form-inline .captcha .btn-contact:hover, .simple-form input[type="submit"]:hover, .directions-search .submit-search:hover {
 color: #1C1A56;
 background: #fff;
 border: 2px solid #fff;
}
.investor-access-login-button {
    color: #fff !important;
    border: 2px solid #1C1A56 !important;
    background: #1C1A56;
    display: inline-flex
}
.investor-access-login-button:hover {
  color: #1C1A56 !important;

}
.btn-rev, .masonry-load-more {
  color: #fff;
  border: 2px solid #1C1A56;
  background: #1C1A56;
  font-style: normal;
}

.intro-section:before, .intro-section:before, .team-section:before {
  display: none;
}

/*
==============================================
Header Section
==============================================
*/
.header-main {

      display: block;
      width: 100%;
      padding: 0px;
  /* top: 0;
  position: absolute !important;
  z-index: 10;
  margin-top: 57px; */

}
.ftr-logo-wrapper {
  display: none;
}
.billboard-sticky {
    margin-top: 0px !important;
  }


  /*
  ==============================================
  Form Top Section
  ==============================================
  */
  .selected {
    margin-top: -57px !important;
  }
.top-form-header {
}

  .close-btn-top-form {
      display: inline-block;
  }
  .close {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    cursor: pointer;
  }
  .btn-selected .close:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f0e0";
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 0 !important;
margin-top: -12px !important;
text-align: center;
font-size: 25px;
animation: fadeIn 1s;
}
.btn-selected .close:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);height: 0 !important;
  opacity: 0;
  width: 0;
  height:0;
  animation: fadeIn 1s;
}
  .close:hover::before, .close:hover::after, .btn-selected .close:hover:before  {
    background: #a4a3ff;;
    color: #a4a3ff;
  }
  .close::before, .close::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #ffffff;
  }
  .close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  .close.thick::before, .close.thick::after {
    height: 2px;
    margin-top: -2px;
  }

  .vn-click {
  padding:10px 15px;
  /* background:#FD6CA3; */
  color:#fff;
  cursor:pointer;
  /* display:inline-block; */
  display: none;
  position: absolute;
  margin-left: -44px;
  margin-top: 4px;

  }
  .btn-selected {
    margin-top: 104px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
   }
  }
  .vn-info{
  display:none;
  text-align:center;
  background:#16a085;
  color:#fff;
  padding:30px 20px
  }



  .header-content {
    background: #1C1A56;
  }

  .header-main {
    /* animation-duration: 2s;
    animation-name: slideInDown;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    position: relative;
    z-index: 10; */
  }

  .header-section .social-container {
    display: none;
  }
  .header-section .simple-form {
    padding: 10px 0px 2px;
    margin-top: 0px;
  }
  .header-section .simple-form input[type="submit"] {
    margin-top: 5px;
    margin-bottom: 0px;
  }
  .header-section .recaptcha-disclaimer {
    font-size: 11px;
    margin-top: 7px;
    font-style: italic;
  }
  .header-section .recaptcha-disclaimer a {
   color: #fff;
  }
  .header-section .required-text {
    font-size: 11px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    margin-top: -15px !important;
  }
  .d-form-top-section {
    display: flow-root;
  }
  .d-field-text-top {
    font-size: 14px;

  }
  .d-field-text-top {
    margin-top: 17px;
    padding-right: 0px;
  }
  .header-section .simple-form input[type="submit"] {
    font-size: 14px !important;
    line-height: 16px;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 500 !important;
    color: #000;
    background: #fff;
    margin-top: 9px;
  }
  .header-section .simple-form input[type="submit"]:hover {
  background: transparent !important;
  color: #fff;
  }



/*
==============================================
Navigation Section
==============================================
*/
.hide-nav {
  transform: none !important;
}
.investor-access-id-icon, .investor-access-password-icon, .investor-access-id-icon, .investor-access-password-icon {
    color: #1c1a56;
  }
.nav-overall-wrapper:not(.van-mobile-nav) {
  background: #fff !important;
  margin-top: -2px;
  top:0;
  position: fixed;
  -webkit-box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.17);
  -moz-box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.17);
  box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.17);

}
/* Main Nav */
.primary-nav a, .investor-access-remember-me-label {
  color: #000 !important;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  /* color: #4441C8 !important; */
  color: #1c1a56 !important;

}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #1C1A56 !important;
}
/* Dropdown Active/Hover */
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover, .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
  /* color: #4441C8 !important; */
  color: #1c1a56 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #f5f3f3 !important;
}
.interior .nav-overall-wrapper:not(.van-mobile-nav) {
    background: #fff !important;
}

.nav-sticky {
  background: rgba(255,255,255, 1) !important;
  -webkit-box-shadow: 2px 9px 13px -2px rgba(0,0,0,0.05);
  -moz-box-shadow: 2px 9px 13px -2px rgba(0,0,0,0.05);
  box-shadow: 2px 9px 13px -2px rgba(0,0,0,0.05);

}


.primary-nav > li > a {
  top: -5px !important;
}
.nav-image {
  position: relative;
  left: -25px;
}
.primary-nav > .nav-image a {
  /* background: red; */
  top: 4px !important;
  width: 48px;
  height: 52px !important;
}
.nav-image a img {
  width: 48px;
  height: 52px;
  position: relative;
  top: 12px;
  margin-top: -29px;
  left: -25px;
}
.page-link-client-access {
  background: #1C1A56;
  position: absolute !important;
  right: 0;
  top: 0px;
      /* margin-top: -5px; */
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .page-link-client-access a:hover {
  color: #8584DC !important;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .page-link-client-access .nav-subnav {
    top: 60px !important;
}

.page-link-client-access a {
  padding-bottom: 29px !important;
  padding-top: 31px !important;
  color: #fff !important;
}
.page-link-client-access .nav-subnav a {
  padding-bottom: 5px !important;
  padding-top: 5px !important;
  color: #fff;
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
  padding-right: 0px !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  padding: 18px 25px 18px;
}
/*
==============================================
Billboard Section
==============================================
*/
.body-contact .billboard-content .billboard-container {
    background-position: center top;
}

.body-our-approach .billboard-section-1 .billboard-container:after {
  content:'';
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  background: rgba(7, 6, 30, 0.55);
  top: 0;
  left: 0;
}
.billboard-section-1 .billboard-content .billboard-container {
    background-position: center -230px;
}
/*

Mouse Scroller Model 2
==============================================

red = #

==============================================
*/


 .scroller, .scroller-mobile {
  background-image: none !important;
  background:  rgba(255, 255, 255, 0) !important  ;
    content: '';
    height: 50px;
    width: 50px;
    display: block;
    background: none;
    border-radius: 50%;
}
.scroller:before, .scroller-mobile:before {
    content: '';
    height: 18px;
    width: 18px;
    display: block;
    border: 2px solid #CE88DD;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    bottom: 32px;
    left: 16px;
}
.scroller:after, .scroller-mobile:after  {
    content: '';
    height: 18px;
    width: 18px;
    display: block;
    border: 2px solid #CE88DD;
    border-right-width: 0;
    border-top-width: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    position: absolute;
    bottom: 20px;
    left: 16px;
}
.scroller-mobile:after, .scroller-mobile:before   {
     transform: rotate(135deg) !important;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    bottom: 10px;
}
.scroller-mobile:before {
  bottom: 22px;
}

.interior .billboard-heading-wrapper {
    display: block;
}
.billboard-heading h1:before {
  display: none;
}
.billboard-heading {
    top: -51px !important;
  }
.interior .billboard-section-1 .billboard-container {
    min-height: 704px !important;
    position: relative;
}
.interior .billboard-section-1 .container {
  position: absolute;
  top: 28%;
  height: 704px;
  margin-top: 0;
}
.interior .billboard-section-1 .billboard-heading {
  top: 0;
}
.interior .billboard-heading-wrapper h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 48px;
  line-height: 56px;
  font-weight: 300;
  margin-bottom: 20px;
  color: #fff;
}
.interior .billboard-heading-wrapper p {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
}
.billboard-heading-wrapper {
    padding: 0px 170px;
    margin-top: -66px;
}
.body-home .billboard-section .billboard-content-wrapper:after, .billboard-content:before {
  display: none;
}
.billboard-section {
    margin-top: 0;
}
.body-home .billboard-container {
  max-height: 700px;
  min-height: 750px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.body-home .billboard-heading {
  top: inherit;
}
.bar1-animate:before, .bar2-animate:before, .bar3-animate:before, .bar4-animate:before, .bar5-animate:before, .bar6-animate:before, .bar7-animate:before, .bar8-animate:before, .bar9-animate:before, .bar10-animate:before, .bar11-animate:before, .bar12-animate:before {
  display: none;
}
.billboard-section-2 .billboard-container, .billboard-section-3 .billboard-container, .billboard-section-4 .billboard-container, .billboard-section-5 .billboard-container {
  background-attachment: fixed;
}
.billboard-content-mini {

  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #1C1A56;
  text-transform:  uppercase;
  letter-spacing: 2px;
  background: rgba(255, 255, 255, 0.65);
  width: 335px;
  padding: 29px 39px 20px;
  right: 0;
  bottom: 50px;
  position: absolute;
  	animation: slideInRightSmall 1s linear;
}

.billboard-section-2 .billboard-container .container, .billboard-section-3 .billboard-container .container, .billboard-section-4 .billboard-container .container, .billboard-section-5 .billboard-container .container, .billboard-section-2 .billboard-container .container {
  width: 100%;
  max-width: 100%;
}
.billboard-content-wrapper .col-md-12 {
  height: 650px;
}

/*
==============================================
Intro Section
==============================================
*/
.body-home .intro-section {
  background: #1C1A56;
}
.body-home .intro-section .intro-text {
  font-size: 36px;
  font-family: 'Roboto', sans-serif;
  line-height: 41px;
  font-weight: 300;
}
.body-home .intro-section .intro-text {
  color: #fff;
}
.intro-section {
  border-bottom: none;
}
/*
==============================================
Intro Section 2
==============================================
*/
.intro-section-2 {
  background: #fff !important;
}
.body-home .intro-section-2 .intro-text {
  font-family: 'Roboto', sans-serif;
  color: #1C1A56 !important;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-style: italic;
}
/*
==============================================
Copy Sections
==============================================
*/
.copy-section:before {
  display: none;
}
.copy-section {
  background: #1C1A56;
}
.copy-section .copy-content {
    padding: 60px 150px 60px;
}
.copy-content {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #fff;
  text-align: left;
}
.body-our-team .copy-section h1, .body-our-team .copy-section h2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 48px;
  line-height: 55px;
  font-weight: 300;
  color: #ffffff !important;
  text-align: left;
  text-transform: none;
  margin-bottom: 8px;
}
.body-our-team .yearbook-int-section h1 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 48px;
  line-height: 55px;
  font-weight: 300;
  color: #000000 !important;
  text-align: center;
  text-transform: none;
  margin-bottom: -10px;
}
.body-our-team .copy-section h2 {
  margin-bottom: 30px;
}
.body-our-team .yearbook-slide {
    width: 31.33%;
  }
.body-our-team .copy-section h3 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600 !important;
  color: #ffffff !important;
  text-align: left;
  text-transform: none;
  margin-bottom: 0px;
}
.yearbook-int-section {
  background: #fff;
  padding: 60px 0;
}
.yearbook-int-section .disclosure {
  color: #000;
}
.body-home .yearbook-carousel .slick-prev, .body-home .yearbook-carousel .slick-next {
  top: 29% !important
}


/*
==============================================
Bio Section
==============================================
*/
.title-section {
  background: #1C1A56;
  padding: 74px 0;
  margin-top: 58px;
}
.title-section h2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 72px;
  line-height: 83px;
  font-weight: 300;  color: #fff;
  text-align: center;
}
.body-resource .title-section, .body-blog .title-section{
  display: none;
}
.bio-detail-quote, .bio-detail-quote p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000000;
  text-align: left !important;
  font-style: normal;
  margin-bottom: 20px;
  text-indent: 0;
  margin-top: 0px;
}
.bio-main-content {
    padding: 0 210px 10px;
}
.title-section h2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 72px;
  line-height: 83px;
  font-weight: 300;  color: #fff;
  text-align: center;
}
.bio-detail-quote h1 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 14px;
  color: #1C1A56 !important;
}
.photo-caption {
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  line-height: 27px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: #1C1A56 !important;
}
.bio-detail-quote img {
  width: 100%;
  height: auto;
}
.bio-main-content-btm {
  background: #CFD5DD;
  padding: 40px;
  margin-bottom: 40px;
}
.bio-detail-headshot-wrapper {
  text-align: center;
}

.bio-detail-headshot-wrapper img {
  width: 100%;
}
.back-btn-content a {
  font-family: 'Roboto', sans-serif !important;
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  margin-top: 14px;
  color: #1C1A56;
  display: block;
}
.back-btn-content a:hover {
  text-decoration: underline;
}
.bio-detail-copy-wrapper p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  color: #000;
}
.bio-main-section {
  padding-bottom: 10px;
}
.body-our-team .yearbook-container h1 {
  display: block;
  letter-spacing: 0;
}
.yearbook-slide:hover {
  background: rgba(26,26,86,.09);
}
.yearbook-three .yearbook-links .fa {
    color: #6F7076;
}
.yearbook-three .yearbook-links .fa:hover {
    color: #1c1a56;
}
.disclosure, .disclaimer, .content-disclosure-wrapper p {
  font-size: 11px !important;
  line-height: 13px !important;
  margin-bottom: 12px;
}
.body-our-team .billboard-container, .body-our-team .billboard-content .billboard-container {
  background-position: center top;
}
.bio-detail-quote:before {
  display: none;
}
.bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
  color: #1C1A56 !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 36px;
  line-height: 41px;
  font-weight: 300;
  text-transform: none;
}
.bio-detail-links-wrapper .fa {
  color: #1C1A56;
}
.bio-detail-links-wrapper .fa:hover {
  color: #000;
}
.bio-detail-name-wrapper {
  margin: 20px 0;
}
.bio-detail-links-wrapper {
  float: right;
  top: -60px;
  position: relative;
}
.bio-detail-title-wrapper, .bio-detail-title {
  color: #1C1A56;
  font-family: 'Roboto', sans-serif !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-weight: 500;
  letter-spacing: 0px;
  text-transform: none;
  margin-bottom: 10px;
  display: block;
  font-style: italic;
  margin-right: 120px;
}
/*
==============================================
Services Section
==============================================
*/
.callout-2-section {
  background: #1C1A56;
  padding: 64px 0;
}
.callout-2-section .callout-2-copy {
  color: #fff;
}
.callout-2-image {
  margin-bottom: 30px;
}
.callout-2-image img {
  width: 100%;
  height: auto;
}
.callout-2-section .callout-2-copy h2 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 38px;
  margin-bottom: 24px;
}
.callout-2-section .callout-2-copy p {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  font-weight: 400;
}
.callout-2-section .callout-2-copy .button {
  margin-top: 30px;
  }

/*
==============================================
Niches Section
==============================================
*/
.mc-container .slick-arrow {
  opacity: 1 !important;
  z-index: 5;
}
.niche-section .niche-content .slick-next {
  right: -100px !important;
}
.niche-section .niche-content .slick-prev {
  left: -100px !important;
}
/*
==============================================
Team Section
==============================================
*/

.yearbook-three .yearbook-hr {
  margin: 11px auto;
}
.yearbook-three .yearbook-hr {
    background-color: #cfd5dd;
}
.yearbook-slide:before {
  font-family: 'Roboto', sans-serif;
  background-color: #1c1a56;
}
.team-section {
  border-bottom: none;
}
.team-section .team-copy {
  padding-left: 110px;
}
.team-section .yearbook-container .slick-dots {
    left: 1px;
    display: block !important;
}
.team-section h3 {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  text-transform: none;
  margin-bottom: 30px;
}
.team-section p {
  font-family: 'Roboto', sans-serif !important;
  font-style: italic;
  color: #000 !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  text-transform: none;
  line-height: 32px !important;
}

.team-section .team-slider .yearbook-container .slick-prev {
  border-top: 2px solid #1C1A56;
  border-left: 2px solid #1C1A56;
}
.team-section .team-slider .yearbook-container .slick-next {
  border-top: 2px solid #1C1A56;
  border-right: 2px solid #1C1A56;
}
.yearbook-first-name, .yearbook-last-name, .yearbook-designation {
  font-family: 'Roboto', sans-serif !important;
  font-size: 24px !important;
  line-height: 40px !important;
  color: #1C1A56 !important;
  text-transform: none;
  font-weight: 600;
}
/* .yearbook-three .yearbook-hr {
  display: none;
} */
.yearbook-three .yearbook-title {
  font-family: 'Roboto', sans-serif !important;
  color: #1C1A56;
  font-style: italic;
  font-weight: normal;
  font-size: 19px !important;
  text-transform: none;
  letter-spacing: 0;

}
.team-section .button {
  margin-top: 30px;
}
.team-section .button:hover, .niche-section .button:hover {
  border-color: #1C1A56;
}


/*

Media Carousel Dots to Outlines
==============================================

red = #

==============================================
*/

.slick-dots li.slick-active button:focus:before {
    opacity: 1;
    color: transparent;
}
.slick-dots li.slick-active button:before {
    color: transparent !important;
    opacity: 1 !important;
    background: #1C1A56;
}
.slick-dots li button:before {
    color: #1C1A56;
    opacity: 0.95;
    font-size: 10px;
}
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: black;
    opacity: 1;
}
.slick-dots li button {
    border: none;
    background: transparent;
    display: block;
    height: 11px;
    width: 11px;
    outline: none;
    font-size: 0;
    color: transparent;
    padding: 4px;
    cursor: pointer;
    /* border-radius: 50%; */
}
.slick-dots li button:before {
    color: transparent !important;
    opacity: 1 !important;
font-size: 10px;
    width: 11px !important;
    height: 11px !important;
    border: 2px solid #1C1A56;
    border-radius: 50%;
}
.slick-dots li {
    width: 9px !important;
    height: 9px;
}
/*
==============================================
POV Section
==============================================
*/
.niche-section .mc-date-wrapper {
  text-align: left;
  margin: 20px 0;
}

.media-carousel-two .mc-date {
  font-family: 'Roboto', sans-serif !important;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  font-style: normal;
}
.niche-section .niche-content .mc-heading {
  max-width: 100%;
  width: 100%;
  padding: 20px 0 0;
}
.niche-section .niche-content .mc-heading-wrapper {
  height: auto !important;
}
.niche-section .mc-content-wrapper {
    padding: 20px 20px 20px 20px;
}
.niche-section .mc-heading, .niche-section .mc-copy {
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
}
.niche-section .niche-content .mc-slide:before {
  display: none;
}
.niche-section .mc-container a:hover .mc-heading, .niche-section .mc-container a:hover .mc-copy, .niche-section .mc-container a:hover .mc-date  {
color: #1C1A56 ;
}
.niche-section .mc-container a:hover {
  background: #f3f1fb;
}
.niche-section .mc-slide {
  background: #fff;
}
.niche-section .niche-content .mc-container {
    padding: 0;
}
.niche-section .mc-container .slick-next:before, .niche-section .mc-container .slick-prev:before  {
  color: #1C1A56 ;
}
.niche-section {
  background: #CFD5DD;
      min-height: inherit !important;
      padding: 64px 0 50px;
}
.niche-section .niche-content {
    margin-top: 0px !important;
  }
  .niche-section .niche-content .mc-container {
    padding-top: 30px;
  }
.niche-section .niche-content {
  background: none;
}
.niche-section .niche-content:before, .bio-detail-container:before, .bio-detail-container:before, .resource-section:before {
  display: none;
}
.niche-section h3 {
  text-align: center;
  font-family: 'Roboto', sans-serif !important;
  font-style: normal;
  font-weight: 300;
  font-size: 48px;
  text-transform: none;
}
.mc-container .slick-next:before, .mc-container .slick-prev:before {
  font-size: 40px !important;
}
.niche-section .media-carousel-three .mc-content-wrapper {
  padding: 20px;
}
.niche-section .niche-content .mc-heading {
  font-family: 'Roboto', sans-serif !important;
  font-size: 24px;
  color: #000;
  font-weight: 600;
  text-transform: none;
}
.niche-section .niche-content .mc-copy {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  color: #000;
  font-weight: 400;
}
.niche-section {
 text-align: center;
 border-top: solid 4px transparent;
}
/*
==============================================
Quote Section
==============================================
*/


/*
==============================================
Footer Section
==============================================
*/
.footer-section .footer-hedge-section .ftr-logo {
  width: 340px !important;
  height: auto;

}
.footer-section a {
  color: #fff;
  font-weight: normal;
}
.footer-content {
  border-top: none;
}
.footer-hedge-section {
  background-color: #121132;
  padding-bottom: 31px;
}
.footer-contact-content .ftr-logo-wrapper {
  display: block !important;
}

.footer-form-section {
  background-color: #52245C;
  padding: 64px 0;
}

.footer-form-section h4 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 48px;
  color: #fff;
  font-weight: 300;
  margin-bottom: 40px;
}
.footer-text {
  padding: 0 100px 0;
}
.footer-icon {
  width: 39px;
  height: 108px;
  position: relative;
  margin-bottom: -38px;
  margin-right: 25px;
}

.footer-form-section p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 25px;
}
.footer-nap, .footer-hedge {
    margin-top: 51px;
}
.ftr-nap a, .ftr-nap, .footer-name {
font-family: 'Roboto', sans-serif !important;
font-size: 14px;
line-height: 23px;
color: #fff;
font-weight: 400;
text-align: center;
}
.footer-name {
  border-top: 1px solid rgba(255, 255,255, 0.35);
  display: inline-block;
  width: 100%;
  padding-top: 62px;
}
.ftr-nap li[data-phonetype="3"]::before, .ftr-nap li[data-phonetype="0"]::before, .ftr-nap li[data-phonetype="5"]::before {
  display: none;
}
.footer-section .ftr-nap-address:after {
    content: "//";
    position: relative;
    margin-left: 8px;
    margin-right: 3px;
    color: #888797;
}
.footer-section .ftr-nap .ftr-nap-phone:after {
    content: "//";
    position: relative;
    margin-left: 8px;
    margin-right: 3px;
    color: #888797;
}
.footer-section .ftr-nap li {
    display: inline;
}
.footer-section .ftr-nap {
  text-align: center;
}
.footer-section .ftr-nap li {
    display: inline;
}
.footer-section .ftr-nap {
  text-align: center;
}

/*
==============================================
Footer Form Section
==============================================
*/
.form-comments-section {
  margin-top: -40px;
}
.d-form-name-phone, .d-form-email-address {
  display: flex;
}
.footer-form-main .simple-form label {
  margin-bottom: 8px !important;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 24px !important;
}
.footer-form-section .recaptcha-disclaimer{
  font-family: 'Roboto', sans-serif !important;
  font-size: 11px;
  color: #fff;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0;
}
.d-form-content {
/* border: 5px dotted red; */
color: #fff;
}
.simple-form input[type="submit"] {
  background: transparent;
  margin-top: -30px;
}
.simple-form {
  padding: 0 85px;
  margin-top: 25px;
}
.required-text {
  font-size: 12px !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 500;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #52245c;
}

.d-form-content .d-two-col {
  /* background: red; */
  width: 50% !important;
  display: grid;
  display: flow-root;
  margin-bottom: 20px;
  float: left;
  padding-right: 23px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.d-field-sate-zip .d-field-state {
  width: 50% !important;
  display: inline-block;
}
.d-field-sate-zip .d-field-zip {
  width: 50% !important;
  float: right;
}

.d-field-sate-zip {
  padding-right: 0px !important;
}
.simple-form input:not([type="submit"]), .simple-form textarea {
  border-radius: 4px;
  margin-bottom: 5px;
  color: #000;
}
.footer-section .footer-form-main a {
  color: #fff;
}
.d-form-city-state-zip {
  display: inline-flex;
  width: 100%;
}
.ftr-brokercheck {
  background: #121132;
  opacity: 1;
}
.footer-form-main .simple-form textarea {
  width: 100% !important;
}

/*
==============================================
Approach Content
==============================================
*/
.body-our-approach {
  background: #1C1A56 !important;
}
.interior .header-main {
  /* display: none; */
}
.content-section {
  background: #1C1A56;
  color: #fff;
  padding: 64px 0;
  animation: slideInDownSmall 1s linear;
}
.content-section .content-main {
  padding: 0 130px;
}
.interior .billboard-section {
    margin-top: 0px !important;
}
.bio-detail-copy-wrapper h2, h3 {
  margin: 0px;
}
.content-section h2 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 48px;
  line-height: 55px;
  font-weight: 300;
  color: #fff;
  text-align: center;
}
.content-section h3 {
  font-family: 'Roboto', sans-serif !important;
  font-size: 39px;
  line-height: 54px;
  font-weight: 400 !important;
  color: #fff;
  letter-spacing: 0.5px;
  text-align: center;
  margin-bottom: 17px;
}
.content-section .head-alt {
  color: #60B3BE;
  display: block;
  text-transform: none;
  font-size: 34px;
  letter-spacing: 0.5px;
  animation: header-animate 1s linear;
}
@keyframes header-animate {
  from {
    letter-spacing: 0px;
  }

  to {
    letter-spacing: 0.5px;
  }
}
.content-section p {
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.content-section .two-col-header {
  text-align: center;
  font-weight: 600;
  margin-top: 30px;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
}
.content-section .content-slash {
  color: #fff;
  padding: 0 10px;
  font-weight: 300;
}
.blog-section:before {
  display: none;
}
.content-columns li {
  display: inline-block;
  line-height: 27px;
}
.icon-bullet {
  margin: 0px 20px 40px 0;
  float: left;
}
.col-header {
  display: table;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
    color: #000000;
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}
.blog-detail-overall-wrapper p {
    color: #000000;
    font-family: 'Roboto', sans-serif !important;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

/*

Next/Previous arrows and background variables
==============================================

blue = #
fuchsia = #
lime = #
orange = #
red = #
aqua = #

==============================================
*/


/* Next/prev text normal */
.bio-detail-next, .bio-detail-next-bio, .blog-detail-prev, .blog-detail-prev-resource, .blog-detail-next-resource, .blog-detail-next, .bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next, .resource-detail-next-resource, .resource-detail-prev-resource, .bio-detail-next, .bio-detail-prev, .resource-detail-next, .resource-detail-prev, .bio-detail-prev, .bio-detail-next  {
  font-family: 'Roboto', sans-serif !important;
  color: #1C1A56 !important;
  font-weight: 400 !important;
  webkit-transition: all 0.2 ease-in-out !important;
  -moz-transition: all 0.2s ease-in-out !important;
  -o-transition: all 0.2s ease-in-out !important;
  -ms-transition: all 0.2s ease-in-out !important;
  transition: all 0.2s ease-in-out !important;

}
/* Next/prev text hover */
.blog-detail-previous-link:hover .blog-detail-prev, .blog-detail-previous-link:hover .blog-detail-prev-resource, .blog-detail-next-link:hover .blog-detail-next, .blog-detail-next-link:hover .blog-detail-next-resource, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .bio-detail-next-bio, .bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .resource-detail-previous-link:hover .resource-detail-prev, .resource-detail-next-link:hover .resource-detail-next, .resource-detail-previous-link:hover .resource-detail-prev-resource, .resource-detail-next-link:hover .resource-detail-next-resource
{
  color: #000 !important;
}
/* Next/prev arrow normal */
.resource-detail-previous-link:after, .bio-detail-previous-link .bio-detail-previous-arrow, .bio-detail-next-link .bio-detail-next-arrow, .resource-detail-next-link:after, .resource-detail-next-link .resource-detail-next-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
  border-color: #1C1A56 !important;
}
/* Next/prev arrow hover */
.resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover .bio-detail-previous-arrow, .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover:after, .resource-detail-next-link:hover .resource-detail-next-arrow, .blog-detail-previous-link:hover .blog-detail-previous-arrow, .blog-detail-next-link:hover .blog-detail-next-arrow {
  border-color: #ffffff !important;
}
/* Arrow background normal */
.bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper:before, .bio-detail-next-link-wrapper:before, .blog-detail-previous-link-wrapper:before, .blog-detail-next-link-wrapper:before, .resource-detail-previous-link-wrapper:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .blog-detail-next-link-wrapper-mobile:before {
  background: transparent !important;
}
/* Arrow background hover */
.bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper.hover-link:before, .resource-detail-previous-link-wrapper.hover-link:before, .resource-detail-next-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before {
  background: #1C1A56 !important;
}

/*

Syles Page Section
==============================================
red = #
blue = #
aqua = #
lime = #
fuchsia = #
orange = #
==============================================
*/

.copy-content h2, .copy-content h3, .copy-content h4, .copy-content h5 {
  font-family: 'Roboto', sans-serif !important;
  color: #1C1A56 !important;
  font-weight: 400 !important;
}
.accord a.accord-cta {
  border: 2px solid #1C1A56 !important;
  background: #1C1A56 !important;
  font-family: 'Roboto', sans-serif;
  color: #ffffff !important;
  border: 2px solid #fff;
  padding: 14px 90px !important;
  margin-top: 20px;
  font-weight: 400 !important;
  display: inline-block;
  text-transform: uppercase;
}
.accord a.accord-cta:hover {
  letter-spacing: 0;
  border: 2px solid #1C1A56 !important;
  background: #ffffff !important;
  color: #1C1A56 !important;
}
.copy-content blockquote:before, .resource-detail-copy-wrapper blockquote:before {
    background-color: #52245c;
}
.accord a.accord-cta:after {
  display: none;
}
.accord .accord-link, .accord .fa {
  font-family: 'Roboto', sans-serif !important;
  font-size: 22px !important;
  line-height: 34px !important;
  font-weight: 300 !important;
  color: #4441C8 !important;
}
.flextabs-wrapper a {
  font-family: 'Roboto', sans-serif !important;
  color: #4441C8 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link, .accord li.open .fa, .flextabs-wrapper a:hover {
  color: #000000 !important;
}
.flextab-triggers a {
  background: #ffffff;
  color: #4441C8 !important;
  text-transform: none;
}
.flextab-triggers a:hover, .flextab-triggers .set {
  background: #CFD5DD !important;
  color: #000 !important;
}
.flextab-triggers {
  background: transparent;
}
blockquote:before, q:before {
  background: red;
}
blockquote, q {
  border-color: #52245c !important;
  font-family: 'Roboto', sans-serif !important;
  font-size: 18px !important;
  line-height: 27px !important;
  font-weight: 400 !important;
  font-style: italic !important;
  color: #1C1A56 !important;
}
.related-resources-content h4:before, .related-resources-content h4:after {
  background: lime;
}
.related-resources-content .slick-slide {
    border-color: lime;
}
.body-styles .copy-content{
  color: #000;
}
.body-styles .copy-section {
  background: #ffffff;
}
.quote-section .mc-heading {
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
  text-transform: none;
  color: #1C1A56 !important;
}
.interior .quote-section {
  background-color: #1C1A56;
  background-image: none;
}
.cta-center.hide-category .mc-cta-slide-number-wrapper .mc-cta {
  color: #1C1A56 !important;
  font-family: 'Roboto', sans-serif !important;
  font-weight: 400 !important;
}
.interior .quote-content:before {
  display: none;
}
.interior .quote-section {
  border: none;
}
.special-page .nav-overall-wrapper:not(.van-mobile-nav).is-fixed {
  position: fixed !important;
}

/*
==============================================
Responsive Media Queries
==============================================
*/

/* Large devices (tablet landscape, 1024px and less) tablet-pro-l */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {

}

/* Large devices (tablet landscape, 1024px and less) tablet-pro-p */
   @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/* .header-main {
  margin-top: 0px !important;
  position: relative !important;
  animation: none !important;
} */
.header-main .d-field-submit-top {
  margin-left: -18px;
}
/* .header-section {
  overflow: hidden;
} */
.header-section .recaptcha-disclaimer {
    font-size: 10px;
  }
  .image-container img {
    width: 100%;
  }
  .primary-nav .nav-image {
    display: inherit !important;
  }
  .page-link-client-access {
    position: relative !important;
    /* height: 63px; */
  }
  /* .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper {
    display: none;
  } */
  .team-section .yearbook-container .slick-arrow {
    padding: 15px;
  }
  .team-section .team-copy {
    padding-left: 40px;
  }
  .niche-section .mc-container .slick-next {
    right: -30px !important;
  }
  .niche-section .mc-container .slick-prev {
    left: -30px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper {
    z-index: 5;
    color: #000000;
  }
  .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper i {
    color: #1c1a56;
  }
  .page-link-client-access .has-children-arrow-wrapper i {
    color: #ffffff !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .page-link-client-access .nav-subnav {
    top: 0px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav).click-nav .primary-nav li > .page-link-client-access {
    margin-top: -5px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav).click-nav .primary-nav li:hover > .nav-subnav {
    top: -5px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper i {
    display: none;
  }
  .interior .billboard-heading-wrapper {
    padding: 0 50px;
    margin-top: 0;
  }
  .interior .billboard-heading h1 {
    padding: 0px 0px;
  }
  .bio-main-content {
    padding: 0 90px 10px;
  }
  .header-section .simple-form {
    padding: 10px 20px 2px;
  }
  .header-section .simple-form input[type="submit"] {
    padding: 14px;
  }
  .btn-selected {
    margin-top: 102px;
  }
  .page-link-client-access {
      height: 63px;
  }
  .body-contact .billboard-content .billboard-container {
    min-height: 490px !important;
  }
  .callout-2-image .image-container img {
    width: 140%;
    left: -70px;
    position: relative;
  }
  .callout-2-image .image-container {
    overflow: hidden;
  }
  .billboard-section-2 .billboard-container, .billboard-section-3 .billboard-container, .billboard-section-4 .billboard-container, .billboard-section-5 .billboard-container {
    background-attachment: inherit !important;
  }
  .header-main .simple-form input:not([type="submit"]), .simple-form textarea {
    width: 380px;
    /* margin-left: -3px !important; */
  }
  .header-main .email-field-content {
    margin-left: 3px;
  }
  .header-main .d-field-email-top {
    margin-left: 73px;
  }
  .header-main .header-content .name-field-content {
    margin-left: -3px !important;
  }
  .footer-form-content .recaptcha-disclaimer {
    /* margin-top: -30px !important; */
  }
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
.nav-overall-wrapper:not(.van-mobile-nav) {
  box-shadow: none;
  -webkit-box-shadow: none;
}
  .page-link-client-access {
    height: auto;
}
.footer-contact-content .ftr-logo-wrapper {
    display: block !important;
  }
  .interior .main-content {
    margin-top: 70px !important;
  }
  .header-section .ftr-logo-wrapper {
    -webkit-box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.17);
    -moz-box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.17);
    box-shadow: -1px 3px 5px 1px rgba(0,0,0,0.17);
}
  .header-main {
    background: transparent;
  }
  .header-section .ftr-logo-wrapper {
    display: block;
    background: #fff;
    padding: 10px;

    position: fixed;
    width: 100%;
    top: -25px;
    left: 0;
  }
  .header-content {
    margin-top: 65px;
  }
  .billboard-sticky {
    margin-top: 0px !important;
  }

  .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
    width: 33px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
    bottom: -8px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before {
    top: -8px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger {
    top: 33px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-internal-wrapper.nav-overlay {
    background-color: rgba(11, 10, 41, 0.80) !important;
  }

  .header-section .header-content .ftr-logo, .header-section .footer-hedge-section .ftr-logo {
      max-width: inherit;
      width: 48px;
      height: 52px;
  }


  .body-our-team .billboard-container, .body-our-team .billboard-content .billboard-container {
    min-height: 350px !important;
    height: 350px !important;
  }
  .body-our-team .yearbook-slide {
    width: 45.33%;
  }
  .copy-section h1 {
    padding: 0;
  }
/* Hamburger Menu Icon */
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
  background: #000;
}


/* Hamburger Menu Icon Active and Open*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
  background: #ffffff;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
.primary-nav, .primary-nav ul {
   background: none !important;
}
.address-phone-wrapper {
  color: #000000;
  line-height: 19px;
}
.primary-nav .nav-image {
  display: none !important;
}

.intro-section .intro-text {
    padding: 80px;
    padding-left: inherit;
    padding-right: inherit;
}
/* Mobile Navigation background color*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
   background-color: #ffffff !important;
}

  .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li:nth-child(2) {
      transform: none !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
      transform: none !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
   padding-right: 0px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
  line-height: 20px !important;
  }
  .page-link-client-access {
    margin-top: -5px !important;
  }
  .page-link-client-access .has-children-arrow-wrapper {
    top: 11px !important;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    line-height: 17px !important;
  }
  .p-btn {
    text-align: center;
  }
  .niche-section .niche-content .slick-next {
      right: -20px !important;
  }
  .niche-section .mc-container .slick-prev {
      left: -20px !important;
  }
  .footer-text {
      padding: 0 15px;
  }
  .simple-form {
    padding: 0 0px;
  }

  .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper i {
    display: block;
  }
  .footer-hedge-content {
    padding-left: 30px;
    padding-right: 30px;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) {
    background: transparent !important;
    margin-top: -50px;
  }
  .interior .billboard-heading-wrapper {
    margin-top: -38px;
    padding: 0 20px;
  }
  .interior .billboard-heading-wrapper h1, .bio-detail-quote h1 {
    font-size: 43px;
    line-height: 51px;
  }
  .content-section .content-main {
    padding-right: 60px;
    padding-left: 60px;
  }
  .copy-section .copy-content {
    padding-right: 60px;
    padding-left: 60px;
  }
  .copy-section .copy-content {
      padding: 24px 30px;
  }
  .bio-detail-title-wrapper, .bio-detail-title {
    line-height: 20px !important;
  }
  .footer-nap-address {
    text-align: center;
  }
  .footer-section .ftr-logo {
    display: initial;
  }
  .header-main {
    margin-top: 0px !important;
  }
  .header-main {
    animation: none !important;
  }
  .header-section .simple-form {
    display: none;
  }
  .special-page .main-content {
    margin-top: 122px !important;
  }
  .special-page .main-content {
    margin-top: 72px !important;
  }
  .body-contact .billboard-content .billboard-container {
    min-height: 370px !important;
  }
  .team-section .team-copy {
    padding: 0px 30px;
  }
  .body-our-approach .content-section h2 {
    font-size: 43px;
  }
  .content-disclosure-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .back-btn-content {
    padding-left: 30px;
  }
  .bio-detail-quote p, .bio-detail-quote h1, .bio-detail-name-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .bio-main-content-btm p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .photo-caption {
    padding-left: 0px;
  }
  .bio-detail-links-wrapper {
    margin-left: 3px !important;
  }
  .title-section {
    margin-top: 0px;
  }
  .blog-landing-content-wrapper .blog-landing-content-container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .blog-detail-content-wrapper {
    padding: 0px 30px 150px;
  }
  .blog-detail-previous-link-wrapper-mobile, .blog-detail-next-link-wrapper-mobile {
    top: -44px;
  }
  .d-field-address, .d-field-zip, .d-field-phone  {
    padding-right: 0 !important;
  }
  .billboard-heading-wrapper {
    padding: 0px 50px;
  }
  .callout-2-image .image-container {
    overflow: hidden;
    height: 410px;
  }
  .callout-2-image .image-container img {
    width: 110%;
    left: -70px;
    position: relative;
  }
  .billboard-section-1 .billboard-content .billboard-container {
    background-position: center 0px;
  }
  .billboard-section-2 .billboard-container, .billboard-section-3 .billboard-container, .billboard-section-4 .billboard-container, .billboard-section-5 .billboard-container {
    background-attachment: inherit !important;
  }
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .body-our-approach .content-section h2 {
      font-size: 28px;
  }
  .content-disclosure-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .copy-section .copy-content {
    padding: 24px 30px;
  }
  .billboard-content-wrapper {
    min-height: inherit;
  }
  .content-text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .billboard-content-mini {
    padding-left: 30px;
    padding-right: 30px;
  }
  .scroller.show-scroller {
    bottom: 3%;
  }
  .body-our-approach .billboard-section-1 .billboard-container {
    background-size: 141% !important;
    background-position-y: -30px !important;
  }
  .body-our-approach .billboard-section-1 .billboard-container:after {
    display: none;
  }
  .billboard-heading-wrapper {
    padding: 0px 0px;
  }
  .billboard-heading-wrapper img {
    width: 80%;
    height: auto;
  }
  .body-home .billboard-content-wrapper {
      min-height: 0;
  }
  .body-home .billboard-container {
    max-height: 370px;
    min-height: 370px;
  }
  .billboard-heading-wrapper {
    margin-top: 0;
  }
  .body-home .intro-section .intro-text {
    font-size: 26px;
    line-height: 29px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .body-home .intro-section-2 .intro-text, .callout-2-section .callout-2-copy p, .team-section p {
    font-size: 14px !important;
    line-height: 24px !important;
  }
  .callout-2-section .callout-2-copy h2, .team-section h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .niche-section .niche-content .mc-copy, .button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"] {
    font-size: 14px;
    line-height: 16px;
  }
  .callout-2-section {
    padding: 24px 0;
  }
  .team-section p {
    font-style: normal;
    font-weight: 400 !important;
  }
  .niche-section h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .niche-section {
    padding: 24px 0 24px;
  }
  .footer-form-section h4 {
    font-size: 36px;
  }
  .footer-form-section p {
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
  }
  .footer-contact-content .ftr-logo, .footer-hedge-section .ftr-logo {
    max-width: 80%;
    height: auto;
  }
  .niche-section .niche-content .slick-next {
    right: -15px !important;
  }
  .niche-section .mc-container .slick-prev {
    left: -15px !important;
  }
  .footer-form-main .simple-form label {
    font-size: 15px !important;
  }
  .d-form-name-phone, .d-form-email-address {
    display: block;
  }
  .d-form-content .d-two-col {
    width: 100% !important;
  }
  .d-form-city-state-zip {
    display: block;
  }
  .simple-form .select2-container--default {
    margin-bottom: 0;
  }
  .interior .billboard-heading-wrapper h1, .bio-detail-quote h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .interior .billboard-heading-wrapper p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
  }
  .interior .billboard-heading-wrapper {
    margin-top: 120px;
    padding: 24px 30px 53px;
    background: #1c1a56;
  }
  .content-section .content-main {
    padding: 0;
  }
  .content-section h2, .body-our-team .copy-section h1, .body-our-team .copy-section h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .copy-section h1 {
    margin-top:0;
  }
  .copy-content {
    font-size: 14px;
    line-height: 24px;
  }
  .copy-section .slick-dots {
    position: absolute;
    bottom: 20px;
  }
  .content-section {
    padding: 24px 0;
  }
  .content-section h3 {
    font-size: 22px;
    line-height: 34px;
  }
  .content-section .two-col-header {
    font-size: 21px;
  }
  .content-section .head-alt {
    font-size: 21px;
  }
  .content-section p {
    font-size: 14px;
    line-height: 24px;
  }
  .billboard-content-wrapper .col-md-12 {
    padding: 0px;
  }

  .billboard-content-mini {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    bottom: 10px;
  }
  .content-columns ul {
    text-align: center;
    padding-left: 0px;
  }
  .icon-bullet {
    margin: 15px;
    float: none;
    width: 23%;
    height: auto;
    margin-bottom: 3px;
  }
  .col-header {
    display: block;
  }
  .content-columns-2 {
    margin-top: 0px;
  }
  .content-section .disclosure {
    margin-top: 20px !important;
  }
  .bio-main-content {
    padding: inherit;
  }
  .title-section h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .title-section {
    padding: 24px 0;
  }
  .bio-detail-quote, .bio-detail-quote p, .bio-detail-copy-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
  .bio-detail-copy-wrapper {
    padding: 0;
  }
  .bio-detail-title-wrapper, .bio-detail-title {
    margin-right: 0px;
  }
  .bio-detail-links-wrapper {
    float: none;
    top: 0;
    position: relative;
    margin-left: -6px;
  }
  .bio-main-content-btm {
    padding: 20px;
  }
  .body-contact .billboard-content .billboard-container {
    min-height: 190px !important;
    height: 190px !important;
  }
  .blog-detail-content-wrapper {
    padding: 0px 15px 150px;
  }
  .body-our-team .billboard-container {
    background-position-y: -22px !important;
    background-size: 209% !important;
    background-position-x: -216px !important;
  }
  .content-columns li {
    margin-bottom: 30px;
  }
  .bio-detail-copy-wrapper sup {
    font-size: 75%;
  }
  .bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .d-form-content .d-two-col {
    padding-right: 0;
  }
  .callout-2-image .image-container {
    overflow: hidden;
    height: auto;
  }
  .callout-2-image .image-container img {
    width: 110%;
    left: 0;
    position: relative;
}
.form-comments-section {
  margin-top: -20px;
  display: inline-block;
  width: 100%;
}
.required-text {
    margin-bottom: 50px !important;
}
}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .footer-contact-content .ftr-logo, .footer-hedge-section .ftr-logo {
    max-width: 80%;
    height: auto;
  }
  .yearbook-slide:before{
    display: none;
  }
  .copy-section {
    overflow: hidden;

  }
  .body-our-approach  .billboard-section-1 .billboard-container {
    background-size: 111% !important;
    background-position-y: -80px !important;
  }
  .body-our-approach .billboard-section-1 .billboard-container:after {
    display: none;
  }
  .body-home .intro-section .intro-text {
    font-size: 26px;
    line-height: 29px;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .body-home .intro-section-2 .intro-text, .callout-2-section .callout-2-copy p, .team-section p {
    font-size: 14px;
    line-height: 26px;
  }
  .callout-2-section .callout-2-copy h2, .team-section h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .investor-access-login-button, .blog-landing-copy-cta, .simple-form input[type="submit"] {
    font-size: 14px;
    line-height: 16px;
  }
  .callout-2-section {
    padding: 24px 0;
  }
  .team-section p {
    font-style: normal;
    font-weight: 400 !important;
  }
  .niche-section h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .niche-section {
    padding: 24px 0 24px;
  }
  .footer-form-section h4 {
    font-size: 36px;
  }
  .footer-form-section p {
    font-size: 14px;
    line-height: 24px;
    font-style: normal;
  }
  .niche-section .niche-content .slick-next {
    right: -15px !important;
  }
  .niche-section .mc-container .slick-prev {
    left: -15px !important;
  }
  .interior .billboard-heading-wrapper p {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 28px;
    text-align: left;
  }
  .interior .billboard-heading-wrapper {
    margin-top: 120px;
    padding: 24px 30px 52px;
    background: #1c1a56;
  }
  .content-section .content-main {
    padding: 0;
  }
  .content-section h2, .body-our-team .copy-section h1, .body-our-team .copy-section h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .copy-section h1 {
    margin-top:0;
  }
  .copy-content {
    font-size: 14px;
    line-height: 24px;
  }
  .copy-section .slick-dots {
    position: absolute;
    bottom: 20px;
  }
  .content-section {
    padding: 24px 15px;
  }

  .billboard-content-mini {
    padding-left: 30px;
    padding-right: 30px;
  }
  .content-section p {
    font-size: 14px;
    line-height: 24px;
  }
  .interior .billboard-heading-wrapper h1, .bio-detail-quote h1 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .billboard-content-wrapper .col-md-12 {
    padding: 0px;
  }
  .billboard-content-mini {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    bottom: 10px;
  }
  .content-columns ul {
    text-align: center;
    padding-left: 0px;
  }
  .icon-bullet {
    margin: 15px;
    float: none;
    width: 23%;
    height: auto;
    margin-bottom: 3px;
  }

  .col-header {
    display: block;
  }
  .content-columns-2 {
    margin-top: 20px;
  }
  .content-section .disclosure {
    margin-top: 20px !important;
  }

  .title-section h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .title-section {
    padding: 24px 0;
  }
  .bio-detail-quote, .bio-detail-quote p, .bio-detail-copy-wrapper p {
    font-size: 14px;
    line-height: 24px;
  }
  .bio-detail-copy-wrapper {
    padding: 0;
  }
  .bio-detail-title-wrapper, .bio-detail-title {
    margin-right: 0px;
  }
  .bio-detail-links-wrapper {
    float: none;
    top: 0;
    position: relative;
    margin-left: -6px;
  }
  .bio-main-content {
    padding: 0 20px 10px;
  }
  .bio-main-content-btm {
    padding: 20px;
  }
  .body-contact .billboard-content .billboard-container {
    min-height: 300px !important;
    height: 300px !important;
  }
  .body-home .billboard-container {
    max-height: 370px;
    min-height: 370px;
  }
  .body-home .billboard-heading-wrapper {
      margin-top: 27px !important;
  }
  .content-disclosure-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .back-btn-content {
    padding-left: 30px;
  }
  .bio-detail-quote p, .bio-detail-quote h1, .bio-detail-name-wrapper {
      padding-left: 30px;
      padding-right: 30px;
  }
  .bio-detail-name-wrapper {
    padding-left: 10px !important;
  }
  .bio-main-content-btm p {
    padding-left: 10px;
    padding-right: 10px;
  }
  .photo-caption {
    padding-left: 0px;
  }
  .bio-detail-links-wrapper {
    margin-left: 3px !important;
  }
  .title-section {
    margin-top: 0px;
  }
  .bio-main-content {
    padding: inherit;
  }
  .blog-detail-content-wrapper {
    padding: 0px 15px 150px;
  }
  .body-our-team .billboard-container {
    background-position-y: -82px !important;
    background-size: 189% !important;
    background-position-x: -326px !important;
  }
  .content-section h3 {
    font-size: 22px;
    line-height: 34px;
  }
  .content-section .two-col-header {
    font-size: 21px;
  }
  .content-section .head-alt {
    font-size: 21px;
  }
  .content-columns li {
    margin-bottom: 30px;
  }
  .bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial, .bio-detail-preferred-name {
    font-size: 24px !important;
    line-height: 28px !important;
  }
  .bio-detail-headshot-wrapper img {
    width: 100%;
    max-width: 100%;
  }
  .d-field-address, .d-field-zip, .d-field-phone  {
    padding-right: 0 !important;
  }
  .callout-2-image .image-container {
    overflow: hidden;
    height: auto;
  }
  .callout-2-image .image-container img {
      width: 110%;
      left: 0;
      position: relative;
  }
}

/* IE only */
@media screen\0 {
.body-home .header-main {
  background: #102B56;
}
.billboard-content-wrapper {
  min-height: 700px;
}
.body-our-approach .billboard-content-wrapper {
  height: 700px;
}
.interior .billboard-section-1 .container {
  position: relative;
}
}
