/* /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('resources.css');
@import url('modules.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: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;


========================================================================================================================
*/

/*
==============================================
Video Billboard Overlay
==============================================
*/
.body-home .billboard-content-2 .billboard-background-video-overlay {
    height: 100%;
}

@media only screen and (max-width: 1280px) {
    .body-home .billboard-content-2 .billboard-image-video-replacement {
        display: none;
    }
}

.new-home .billboard-section .billboard-content .billboard-container {
  z-index: 5;
  position: relative;
}
.new-home .billboard-section-2 .billboard-content-2 .billboard-container {
  background-position: center;
}
.new-home .billboard-section-3 .billboard-content-3 .billboard-container {
  background-position: center;
}
.new-home .billboard-section .billboard-content .billboard-container:before {
  position: absolute;
  content: " ";
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
  background-color: rgba(0,0,0,0.4);
  animation: fadeIn;
  animation-fill-mode: forwards;
  animation-duration: 3s;
  animation-delay: 1s;
  opacity: 0;
}
.body-about-us .billboard-container {
  border-top: solid 4px #0076a9;
}
.body-about-us .copy-content {
  padding-bottom: 0px !important;
}
.interior .header-main {
  background: #00263e;
}
.interior .nav-overall-wrapper:not(.van-mobile-nav) {
  background: #00263e !important;
}
.nav-sticky {
  background: #00263e;
}


/*
==============================================
Sticky CTA Footer
==============================================
*/
.footer-cta-sticky {
  margin: 0 !important;
  position: fixed !important;
  right: -1px !important;
  bottom: 34px !important;
  z-index: 5 !important;
  background: #00263e !important;
  color: #ffffff !important;
  text-transform: uppercase !important;
  padding: 8px 25px !important;
  visibility: visible;
}
.footer-cta-sticky:before {
  color: #0076a9;
  font-family: "FontAwesome";
  content: "\f054";
  font-weight: normal;
  font-size: 12px;
}
.footer-cta-sticky:hover:before {
  color: #fff;
}
.footer-cta-sticky:hover {
  background: #0076a9 !important;
  color: #ffffff !important;
  -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;
}

.masterprime .related-resources-main {
  background: #fff;
}

/* Buttons */
.button, .accord a.accord-cta, .directions-search .submit-search, .contact-form .form-inline .captcha .btn-contact, .masonry-load-more, .masonry-tertiary-load-more, .blog-landing-copy-cta, .simple-form input[type="submit"] {
  background: none;
  border: solid 1px #dddddd;
  color: #00263e;
  padding: 10px;
  -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, .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 {
  background: #0076a9;
  border: solid 1px #dddddd;
  color: #fff !important;
}
.investor-access-login-button {
  background: #00263e;
  border: solid 1px #fff;
  color: #fff;
  padding: 10px;
  -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, .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 {
  background: #0076a9;
  border: solid 1px #dddddd;
  color: #fff !important;
}
.investor-access-login-button:hover {
  background: #56b3e4;
  border: solid 1px #fff;
  color: #00263e;
  padding: 10px;
  -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;
}
/*

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 #0076a9;
    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 #0076a9;
    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;
}

/*
==============================================
Styles Page
==============================================
*/
.body-contact a {
    color: #0076a9;
}
.simple-form .select2-container--default .select2-selection--single .select2-selection__arrow:after {
  color: #0076a9;
}
.copy-section h1 .head-1 {
  color: #425563;
}
.copy-section h1 .head-1 sup {
  font-size: small;
  line-height: 2;
  position: relative;
  vertical-align: top;
}
.copy-section h1 .head-2 {
  color: #0076a9;
}
.copy-content h2, .copy-content h3, .copy-content h4, .copy-content h5 {
  color: #1c2744;
}
.copy-content:after {
  content: url(/-/media/rj/advisor-sites/sites/b/r/brownfamilywa/images/chair-icon.png);
  margin: 0 auto;
  padding: 25px;
}
.team-page .copy-content:after {
  display: none;
}
.team-page .main-content-int-container:after {
  content: url(/-/media/rj/advisor-sites/sites/b/r/brownfamilywa/images/chair-icon.png);
  margin: 0 auto;
  padding: 25px;
  margin-bottom: 100px;
}
.copy-content blockquote:before, .resource-detail-copy-wrapper blockquote:before {
  background-color: #0076a9;
}
.copy-content blockquote, q, .resource-detail-copy-wrapper blockquote {
  border-top: 1px solid #0076a9;
  border-bottom: 1px solid #0076a9;
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  padding: 0px 60px 80px 60px;
}
.accord .accord-link, .accord .accord-inner-link {
  color: #0076a9;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
  color: #425563;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
  color: #425563;
}
.accord a.accord-cta {
  color: #0076a9;
}
.accord a:hover.accord-cta {
  color: #425563;
}
.accord a.accord-cta:after {
  background: url(/-/media/rj/advisor-sites/sites/b/r/brownfamilywa/images/action-icon-hover.png);
}
.accord a:hover.accord-cta:after {
  background: url(/-/media/rj/advisor-sites/sites/b/r/brownfamilywa/images/action-icon.png);
}
.accord .fa.fa-chevron-down {
  color: #0076a9;
}
.accord .fa {
  color: #425563;
}
.flextab-triggers a.set {
    background: #425563;
    color: #FFF;
}
.flextab-triggers {
    background: #eee;
}
.flextab-triggers a:hover {
    background: #0076a9;
    color: #FFF;
}
.disclosure {
  line-height: normal !important;
}


/*
==============================================
Header Section
==============================================
*/
.social-container .fa:hover {
    color: #5fb4e5;
}
.social-container .fa {
    color: #fff;
}

.header-section .ftr-logo-divider, .header-section .ftr-group-name {
    display: none;
}
.footer-section .ftr-logo, .footer-section .ftr-logo-divider {
    display: none;
}

/*
==============================================
Navigation Section
==============================================
*/

/* Main Nav */
.investor-access-id-icon, .investor-access-password-icon {
  color: #5fb4e5;
}
.primary-nav a, .investor-access-remember-me-label {
  color: #fff !important;
}
/* Main Nav Active/Hover */
.primary-nav > li > a:hover, .primary-nav > li > a.selected, .primary-nav > li > a.active, .nav-standard.selected {
  color: #5fb4e5 !important;
}
/* Dropdown nav */
.primary-nav .nav-subnav a {
  color: #fff !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: #5fb4e5 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav, .primary-nav .nav-subnav-second {
  background: #00263e !important;
}
/*
==============================================
Billboard Section
==============================================
*/
.body-home .billboard-section .billboard-container {
  max-height: 980px;
  min-height: inherit;
}
.billboard-heading h1 .head-2 {
    color: #ebddbd;
    line-height: 35px !important;
}
}
.billboard-heading h1:before {
    border-top: solid 2px #ebddbd;
}
.billboard-heading-wrapper {
    padding: 0px 110px;
}

/*
==============================================
Intro Section
==============================================
*/
.intro-section {
    border-bottom: solid 4px #0076a9;
}
.body-home .bar1-animate:before {
    background: #0076a9 !important;
}
.intro-content {
  text-align: center;
}
.intro-text p {
  margin-bottom: 25px;
}
.intro-text:after {
  content: url(/-/media/rj/advisor-sites/sites/b/r/brownfamilywa/images/chair-icon.png);
}

/*
==============================================
Copy Section
==============================================
*/
.copy-section:before {
  background-color: #0076a9;
}

/*
==============================================
Services Section
==============================================
*/

/*
==============================================
Niches Section
==============================================
*/

.new-home .niche-section {
  background-image: url(/-/media/rj/advisor-sites/sites/b/r/brownfamilywa/images/background-pattern-niche-937269072.jpg) !important;
  background-repeat:repeat;
  border-top: solid 4px #0076a9;
  background-size: 300px;
}
.niche-section .niche-content:before {
  background-color: #0076a9;
}
.niche-section .niche-content .mc-heading {
  color: #0076a9;
}
.niche-section .niche-content .mc-container a .mc-cta {
  color: #5fb4e5 !important;
  border: solid 1px #5fb4e5 !important;
}
.niche-section .niche-content .mc-image-wrapper {
  background: #000;
}
.niche-section .mc-container .media-carousel-three a:hover .mc-image {
  opacity: 0.3 !important;
}

/*
==============================================
Team Section
==============================================
*/
.home-team-photo {
  margin-bottom: 12px;
}
.team-section .team-slider .slick-dots li.slick-active button:before {
  color: #0076a9;
}
.team-section {
    border-bottom: solid 4px #0076a9;
}
.yearbook-designation-wrapper {
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
}
.yearbook-designation-wrapper .yearbook-designation sup {
  font-size: small;
    line-height: 2;
    position: relative;
    vertical-align: top;
}
/* bio/yearbook First and Last Name */
.team-section .yearbook-last-name, .yearbook-first-name, .yearbook-last-name, .yearbook-designation, .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: #414042 !important;
}
/* bio/yearbook title */
.yearbook-designation-wrapper .yearbook-title, .bio-detail-title-wrapper, .bio-detail-title {
  color: #414042 !important;
}
/* bio/yearbook icon */
.bio-detail-links-wrapper .fa, .yearbook-links .fa, .yearbook-links a {
  color: #0076a9 !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;
}
/* bio/yearbook icon hover */
.bio-detail-links-wrapper .fa:hover, .yearbook-links .fa:hover, .yearbook-links a:hover {
  color: #414042 !important;
}
.yearbook-three .yearbook-hr, .bio-content-social:before {
  background-color: #0076a9;
}
.yearbook-slide:hover {
  background: #eee;
    /* background: #f6f5f2; */
}
.yearbook-slide:before {
  background-color: #0076a9;
  color: #fff;
}
.team-section .team-slider .yearbook-container .slick-next {
  border-top: 1px solid #425563;
  border-right: 1px solid #425563;
}
.team-section .team-slider .yearbook-container .slick-prev {
  border-top: 1px solid #425563;
  border-left: 1px solid #425563;
}
.team-section .team-copy h2 .head-1 {
    color: #0076a9;
}
.team-section .team-copy h2 .head-2 {
    color: #414042;
}
.team-section .team-copy .difference-cta {
    color: #0076a9;
}
.team-section .team-copy .difference-cta:after {
    background: url(/-/media/rj/advisor-sites/sites/b/r/brownfamilywa/images/action-icon-hover.png);
}
.body-home .bar2-animate:before {
    background: #0076a9 !important;
}
.bio-detail-container:before, .bio-detail-container:before, .resource-section:before {
    background: #0076a9 !important;
}

/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
    border-bottom: solid 4px #0076a9;
}
.callouts-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper .callout-heading {
    color: #0076a9;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
    color: #425563;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-cta {
    color: #0076a9;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button:after, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button:after {
    background: url(/-/media/rj/advisor-sites/sites/b/r/brownfamilywa/images/action-icon.png);
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper:hover button:after, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper:hover button:after {
    background: url(/-/media/rj/advisor-sites/sites/b/r/brownfamilywa/images/action-icon-hover.png);
}
.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .head-2, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .head-2 {
    font-size: 34px;
}
.body-home .bar3-animate:before {
    display: none !important;
}


/*
==============================================
Quote Section
==============================================
*/

.quote-section {
  background-color: #00263e !important;
  border-top: solid 4px #0076a9 !important;
}
.quote-section .quote-wrapper:before {
  color: #dac79f !important;
}
.quote-section .quote {
  color: #fff !important;
}
.quote-section .quote-cite {
  color: #dac79f !important;
}
.quote-section .quote-cite sup {
  font-size: small;
    line-height: 2;
    position: relative;
    vertical-align: top;
}
.quote-section .bar-initiate-animation:before {
  background: #0076a9 !important;
}
.interior .quote-content:before {
  background-color: #0076a9;
}
.interior .quote-section .quote {
  color: #2d2d2d !important;
}
.interior .quote {
  color: #2d2d2d;
}
.interior .quote-section {
  background-color: #00263e !important;
  background-image: url(/-/media/rj/advisor-sites/sites/b/r/brownfamilywa/images/background-pattern-niche-937269072.jpg) !important;
  background-repeat:repeat;
  border-top: solid 4px #0076a9 !important;
  background-size: 300px;
}
.interior .quote-section .quote-cite {
    color: #0076a9 !important;
}
.home-quote-title {
  font-family: 'Cormorant', serif;
  font-size: 27px;
  line-height: inherit;
  font-style: italic;
  text-transform: none;
  font-weight: 100;
  color: #dac79f;
  display: block;
  letter-spacing: normal;
  padding-top: 10px;
}




/*
==============================================
POV Section
==============================================
*/
.pov-section {
  padding: 50px;
}
.pov-section .pov-copy {
  text-align: center;
  margin: 0 auto;
}
.pov-section .pov-copy h4 .head-2 {
  font-family: 'Cormorant', serif;
  font-size: 30px;
  font-style: italic;
  color: #0076a9;
  animation-name: slideInDownSmall;
  animation-delay: 0s;
  animation-duration: 1s;
}
.pov-section .pov-copy h4 .head-1 {
  font-family: 'Abel', sans-serif;
  font-size: 45px;
  color: #414042;
  text-transform: uppercase;
  font-style: normal;
  display: block;
}
.pov-section .pov-copy p {
  color: #101f2d;
  padding: 10px;
}
.pov-section .mc-heading {
  font-size: 24px;
  line-height: normal;
  color: #0076a9;
}
.pov-section .mc-date-wrapper {
  padding: 20px 0px;
}
.pov-section .mc-date {
  font-size: 14px;
}
.pov-section .mc-copy {
  font-size: 16px;
  color: #414042;
  line-height: normal;
}
.pov-section .mc-category-hr-wrapper hr {
  display: none !important;
}
.pov-section .mc-category {
  color: #253746;
  text-transform: uppercase;
  margin-top: 5px;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}
.pov-carousel .mc-container .slick-track .slick-slide:hover {
	box-shadow: inset 0px 20px 50px 0px rgba(0,0,0,0.1), inset 10px 20px 50px -20px rgba(0,0,0,0.1);
}
.pov-carousel .mc-container .slick-track .slick-slide {
  transition: all 0.5s ease-in-out;
}
.pov-section .mc-cta {
  font-size: 12px;
  color: #253746;
  font-weight: 600;
  text-transform: uppercase;
  border: 1px solid #b5a36a;
  background: none;
  transition: all 0.5s ease-in-out;
}
.pov-section .mc-cta:hover {
  color: white !important;
  background: #253746;
}
.new-home .pov-section .mc-container .slick-slider {
    margin-bottom: 0;
    border-top: 4px double #e2dcc6;
}
.whats-your-retirement-text-block a {
  color: #0076a9;
}
.whats-your-retirement-text-block a:hover {
  color: #00263e;
}
.masterprime .module-whats-your-retirment-section-content .mc-container a:hover .mc-cta {
    background-color: #0076a9 !important;
}


/*
==============================================
Social CTA Section
==============================================
*/

.ftr-cta-wrapper a h2 {
  color: #051c2c;
  font-style: italic;
}
.ftr-cta-wrapper a h2 .footer-subhead {
  color: #0076a9;
  padding-top: 10px;
}
.footer-social .social-container .fa-twitter, .footer-social .social-container .fa-facebook, .footer-social .social-container .fa-linkedin, .footer-social .social-container .fa-envelope, .footer-social .social-container .fa-youtube-play {
  border: solid 1px #0076a9;
}
.footer-social .social-container .fa {
  color: #0076a9;
}
.footer-social .social-container .fa:hover {
  background: #0076a9;
  color: #FFF;
}
.interior .footer-content {
    border-top: solid 4px #0076a9;
}
.interior .bar6-animate:before {
    background: #0076a9 !important;
}
.interior .quote:before {
    content: '“';
    display: block;
    font-family: 'Cormorant', serif;
    font-size: 100px;
    line-height: 50px;
    color: #0076a9;
}

/*
==============================================
Footer Section
==============================================
*/

.footer-hedge-section {
  background-color: #00263e;
  color: #fff;
}
.footer-content {
  border-top: solid 4px #ddcba6;
}
.ftr-group-name {
  color: #5fb4e5;
  font-weight: 400;
}
.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 {
  background: #dac79f !important;
}
.ftr-nap li[data-phonetype="5"]::before, .ftr-nap li[data-phonetype="4"]::before, .ftr-nap li[data-phonetype="3"]::before, .ftr-nap li[data-phonetype="2"]::before,  .ftr-nap li[data-phonetype="1"]::before,  .ftr-nap li[data-phonetype="0"]::before {
  color: #5fb4e5 !important;
}
.ftr-nap-map-directions a {
  color: #5fb4e5;
}
.ftr-nap-phone a {
  color: #FFFFFF;
}
.ftr-nap-phone a:hover {
  color: #5fb4e5;
}
.ftr-disclosures a {
  color: #fff;
}
.ftr-disclosures a:hover {
  color: #5fb4e5;
}

/*

Next/Previous arrows and background variables
==============================================

blue = #00263e
fuchsia = #0076a9
lime = #ffffff
orange = #ffffff
aqua = #00263e
red= #0076a9

==============================================
*/   /* 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  {
  color: #00263e !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: #0076a9 !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, .resource-detail-previous-arrow, .blog-detail-previous-link .blog-detail-previous-arrow, .blog-detail-next-link .blog-detail-next-arrow {
  border-color: #ffffff !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, .resource-detail-previous-link:hover .resource-detail-previous-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 */
.resource-detail-previous-link-wrapper-mobile:before, .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: #00263e !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: #0076a9 !important;
}

/*
Model 2
--primary = #00263e
--secondary = #7fbad4
--tertiary  = #0076a9
*/

/* Families and Individuals */
.masterprime .arrow {
    fill: #0076a9;
}
.masterprime .module-case-content h4 {
    color: #00263e;
}
.donut-segment-2 {
    stroke: #0076a9;
}
.masterprime .module-case-content:hover .module-cta {
     color: #0076a9;
}
.masterprime .module-section-header {
    background: #00263e;
}
.related-resources-content .mc-cta {
    color: #4678A4;
}
.related-resources-content .mc-container a:hover .mc-cta {
    background-color: #4678A4 !important;
    color: #fff !important;
}
.masterprime .module-contact-content .ftr-cta {
    background: #00263e;
}
.masterprime .contact-cta:before {
    color: #6594BD;
}
.masterprime .contact-cta {
    color: #dac79f;
}
.masterprime .content-slider-wrapper .content-slider-cta, .masterprime .module-cta {
    color: #0076a9;
}
.masterprime .content-slider-wrapper .content-slider-cta:hover, .masterprime .module-cta:hover {
    color: #00263e;
}
.masterprime .module-case-content:hover .module-cta {
    color: #343434;
}
.related-resources-content .mc-cta {
    color: #00263e  !important;
}
.masterprime .related-resources-content .mc-container a:hover .mc-cta {
    color: #343434 !important;
}
.masterprime .related-resources-content .mc-container a:hover .mc-cta {
    background-color: #43739D !important;
    color: #fff !important;
}
.masterprime .slick-dots li.slick-active button:before {
    color: #00263e;
}

/* Pre-Retirees */
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section {
    background: #00263e;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
    color: #7fbad4;
    border: 1px solid #7fbad4;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:before {
    border-color: #7fbad4 !important;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading:before, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading:before {
    border: 1px solid #7fbad4;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:hover:before {
    border-bottom: 1px dashed #7fbad4;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item:after {
    color: #7fbad4;
}
.masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-size-up-your-retirement-section .callouts-mobile-slider .callout-item .callout-heading-wrapper .callout-heading {
    border: 1px solid #7fbad4 !important;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content {
    background: #00263e;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide {
    color: #7fbad4;
    border: 1px solid #7fbad4;
    background: #00263e;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .content-slider-wrapper .content-slider-cta {
    background: #fff;
    border: 1px solid #fff;
    color: #393939;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .content-slider-cta:before {
    color: #393939 !important;
}
.masterprime .body-module-pre-retirees .module-slider-section .slick-slide:hover .content-slider-cta:before {
    color: #fff !important;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-slide:hover .content-slider-cta {
    color: #fff !important;
    background: transparent;
    border: 1px solid #fff !important;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:before {
    border: 1px solid #7fbad4;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .module-slider-content-slide:after {
    border-bottom: 1px dashed #7fbad4;
}
@keyframes module-slider-content-slide-animate {
  0%{
    transform: scale(1.0);
    color: rgba(163, 219, 243, .82);
  }
  10% {
    transform: scale(1.2);
    color: rgba(163, 219, 243, 1);
  }
  20%, 100% {
    transform: scale(1.0);
    color: rgba(163, 219, 243, .82);
  }
}@keyframes module-slider-content-slide-line {
  0%{
    opacity: 0;
      border-color: transparent;
      width: 0;
  }
  100% {
    opacity: .5;
      border-color: #7fbad4;
      width: 18px;
  }
}
.masterprime .body-module-retirees .module-whats-your-retirment-section .media-carousel-three .mc-image {
  border-top: 8px solid #0076a9;
}
.masterprime .body-module-pre-retirees .module-slider-section .module-slider-content .slick-dots li.slick-active button:before {
    color: #7fbad4;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item {
    background: #00263e;
    border: 1px solid #00263e;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover, .masterprime .body-module-pre-retirees .module-cta-callout-section .callouts-mobile-slider .callout-item:hover {
    border: 1px solid #00263e;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-heading-wrapper .callout-heading, .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-heading-wrapper .callout-heading {
    color: #00263e;
}
.masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-container .callout-item:hover .callout-cta-wrapper button, .masterprime .body-module-pre-retirees .module-cta-callout-section .module-cta-callout-content .callouts-mobile-slider .callout-item:hover .callout-cta-wrapper button {
    color: #00263e;
}
.masterprime .body-module-pre-retirees .module-multimedia-slider-section .slick-dots li.slick-active button:before {
    color: #5489b6;
}
.masterprime .body-module-corporate-executives .module-size-up-your-retirement-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading {
    border: 1px solid transparent;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:before, .masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container:before {
    background: #7fbad4;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .explore-strategies-text-block a {
    color: #7fbad4;
}
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item .callout-image-wrapper:before,
.masterprime .body-module-corporate-executives .module-explore-strategies-section .callouts-container .callout-item:hover .callout-image-wrapper {
    border: 1px solid #7fbad4;
}
.masterprime .module-hedge-content p.disclaimer a {
    color: #00263e;
}
@media only screen and (max-width: 1024px) {
    .masterprime .body-module-corporate-executives .module-explore-strategies-section .module-explore-strategies-content .callouts-mobile-slider .callout-item .callout-image-wrapper {
        border: 1px solid #7fbad4;
    }
}

/*
Model 2
Resources Masonry Grid
==============================================

green = #
red = #
blue = #
crimson = #
lime = #
#0076a9 = #
gray = #
sienna = #
purple = #
gold = #

==============================================
*/

/* blog titles */
.blog-landing-heading, .blog-detail-heading-wrapper h3, .blog-detail-heading, .resource-detail-heading-wrapper h3 {
  color: #0076a9;
}
h1.blog-landing-heading {
  color: #0076a9;
}
.blog-section:before {
  background-color: #0076a9;
}
 /* grid fonts
.filter-list-heading, .filter-list-links a, .blog-date-link, .blog-category-link, .blog-category-link, .blog-media-type-link, .blog-landing-heading, .resource-date-link, .resource-category-link, .resource-media-type-link, .social-media-share-link, .resource-detail-tag-cloud-header, .resource-detail-tag-cloud-links a, .resource-date-link, .resource-category-link, .resource-media-type-link, .social-media-share-link, .blog-detail-tag-cloud-header, .blog-detail-tag-cloud-links a, .resource-detail-heading-wrapper h3, .masonry-title, .masonry-paragraph, .masonry-cta-container, .masonry-category-container, .masonry-cta-container, .masonry-category-container, .masonry-category, .filter-name, .filter a, .filter-reset, .masonry-date {
   font-family: 'Roboto', sans-serif;
 }
*/
.filter-list-heading a {
  border-bottom: solid 1px #ccc;
  color: #0076a9 !important;
  display: block;
}
.filter-list-heading a:hover {
  color: #00263e !important;
}
.worthwhile a {
  color: #0076a9;
}
.resource-detail-copy-wrapper a {
  color: #0076a9;
}
.resource-detail-info-divider {
  color: #ccc;
}
.resource-detail-copy-wrapper h4 {
  color: #0076a9;
}
.social-media-share-wrapper span a:hover {
    color: #7fbad4;
}
.social-media-share-wrapper span {
  background-color: #00263e;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #00263e;
}
.resource-date-link, .resource-category-link, .resource-media-type-link, .social-media-share-link, .blog-detail-tag-cloud-header, .blog-detail-tag-cloud-links a {
  color: #0076a9 !important;
}
.social-media-share {
  color: #00263e !important;
}
.blog-detail-info-divider {
  color: #ccc;
}
.blog-landing-overall-copy {
  border-bottom: solid 1px #ccc;
}
.blog-landing-copy-cta {
  color: #0076a9 !important;
}
.blog-landing-copy-cta:hover {
  color: #00263e !important;
}
.blog-date-link, .blog-category-link, .blog-category-link, .blog-media-type-link {
    color: #0076a9 !important;
}
.resource-pager .resource-pager-link, .resource-pager .resource-pager-arrow {
 color: gray;
}
.resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a, .blog-detail-tag-cloud-wrapper .blog-detail-tag-cloud-links a {
 color: #0076a9 !important;
}
.resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover, .blog-date-link:hover, .blog-category-link:hover, .blog-category-link:hover {
 color: #00263e !important;
}
.blog-landing-info-divider {
   color: #ccc !important;
}
.blog-detail-copy-wrapper a {
    color: #0076a9 !important;
}
.blog-detail-copy-wrapper h4 {
 color: #0076a9 !important;
}
.blog-detail-copy-wrapper a:hover {
   color: #00263e !important;
}
.blog-detail-copy-wrapper h3 {
    color: #0076a9;
}
.blog-detail-copy-wrapper blockquote, q {
    color: #0076a9 !important;
    border-left: 2px solid #023358 !important;
    border-right: 2px solid #023358 !important;
}
.blog-detail-copy-wrapper blockquote, q {
    quotes: none;
    font-size: 19px;
    line-height: 28px;
    color: #0076a9 !important;
    text-align: center;
    max-width: 620px;
    margin: 60px auto 50px;
    border-left: 2px solid #53b9bc !important;
    border-right: 2px solid #53b9bc !important;
    padding: 0 15px;
}
.masonry-two-by-two:hover .masonry-title, .masonry-two-by-two:hover .masonry-paragraph, .masonry-two-by-two:hover .masonry-cta, .masonry-two-by-two:hover .masonry-category, .masonry-two-by-two:hover .masonry-date {
  color: #fff !important;
}
.masonry-cta, .masonry-category{
 transition: inherit !important;
 color: white;
}
.masonry-one-by-one-stacked a:hover > .masonry-one-of-two-stacked .masonry-copy .masonry-cta-container button, .masonry-one-by-one-stacked a:hover > .masonry-one-of-two-stacked .masonry-copy .masonry-category-container .masonry-category, .masonry-one-by-one-stacked a:hover > .masonry-two-of-two-stacked .masonry-copy .masonry-cta-container button, .masonry-one-by-one-stacked a:hover > .masonry-two-of-two-stacked .masonry-copy .masonry-category-container .masonry-category {
 color: inherit !important;
 }
.filter-open.fa-angle-down:before {
   color: #00263e;
}
.filter a, .filter-reset {
   color: #0076a9 !important;
}
.filter a:hover {
   color: #fff !important;
   background: #0076a9;
}
.filter-reset:hover {
   color: #00263e !important;
}
.filter a:hover .filter-reset {
   background: none !important;
}
.filter a:hover .filter-open.fa-angle-down:before {
   color: #fff;
}
.masonry-one-by-one-stacked a:hover > .masonry-two-of-two-stacked .masonry-copy .masonry-cta-container button, .masonry-one-of-two-stacked .masonry-cta-container button, .masonry-one-of-two-stacked .masonry-cta, .masonry-two-of-two-stacked:hover .masonry-cta {
   color: #ffffff !important;
}
.masonry-one-by-one .masonry-cta-container button, .masonry-one-of-two .masonry-cta, .masonry-one-by-two .masonry-cta, .masonry-one-by-one .masonry-cta, .masonry-three-by-one .masonry-cta {
   color: white !important;
}
.masonry-two-of-two-stacked .masonry-cta-container button, .masonry-row a:hover > .masonry-one-of-two .masonry-copy .masonry-cta-container button, .masonry-one-by-one-stacked a:hover > .masonry-one-of-two-stacked .masonry-copy .masonry-cta-container button, .masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta, .masonry-two-of-two-stacked .masonry-cta {
   color: #ffffff !important;
}

/*
==============================================
Resources Filter Section
==============================================
*/

.filter-overlay .close-filter-overlay {
   background: green;
}
.filter-overlay .close-filter-overlay:hover {
   background: green;
}
.fa-times:before {
   color: #00263e;
}
.close-filter-overlay .fa-remove:before, .close-filter-overlay .fa-close:before, .close-filter-overlay .fa-times:before {
   color: #fff;
}
/*
==============================================
Resources Masonry Section
==============================================
*/
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
   background: #00263e;
   color: #fff;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.masonry-one-of-two:hover, .masonry-one-by-two:hover, .masonry-one-by-one:hover, .masonry-three-by-one:hover, .masonry-two-by-one:hover .masonry-one-of-two, .masonry-one-of-two-stacked:hover {
   background: #0076a9 !important;
   color: #ffffff !important;
}

.masonry-two-by-one:hover .masonry-img-container:after {
   border-left: 15px solid #0076a9;
}
.masonry-one-by-two:hover .masonry-copy:after {
   border-bottom: 15px solid #0076a9;
}
.masonry-two-by-one .masonry-img-container:after {
   border-left: 15px solid #00263e;
}
.masonry-one-by-two .masonry-copy:after {
   border-bottom: 15px solid #00263e;
}
.masonry-one-of-two-stacked {
   background: #0076a9;
}
.masonry-two-of-two-stacked {
   background: #555 !important;
}
.masonry-two-of-two-stacked:hover {
   background: green;
}
.masonry-three-by-one .masonry-cta {
   color: #ffffff !important;
}
.masonry-three-by-one:hover .masonry-cta {
   color: #ffffff !important;
}
.masonry-row a:hover > .masonry-one-of-three .masonry-copy .masonry-cta-container button, .masonry-row a:hover > .masonry-one-of-three .masonry-copy .masonry-category-container .masonry-category {
   color: #0076a9 !important;
}
.masonry-row a:hover > .masonry-one-of-two .masonry-copy .masonry-cta-container button, .masonry-row a:hover > .masonry-one-of-two .masonry-copy .masonry-category-container .masonry-category {
   color: #ffffff !important;
}

.masonry-row .masonry-two-by-two:hover .masonry-copy .masonry-cta-container button, .masonry-row .masonry-two-by-two:hover .masonry-copy .masonry-category-container .masonry-category{
  color: #fff !important;
}
.masonry-three-by-one {
   background: green !important;
   color: #ffffff !important;
}
.masonry-one-by-one .masonry-category {
   color: white !important;
}
.masonry-three-by-one:hover {
   background: #ffffff !important;
   color: gray !important;
}
.masonry-three-by-one.masonry-three-by-one-img-left .masonry-one-of-three:after {
  border-right: 15px solid red !important;
}
.masonry-three-by-one.masonry-three-by-one-img-left:hover .masonry-one-of-three:after {
  border-right: 15px solid green !important;
}
.masonry-one-of-two-stacked:hover, .masonry-two-of-two-stacked:hover {
   background: #00263e !important;
}
.masonry-one-by-one:hover, .masonry-one-by-one-stacked a:hover .masonry-one-of-two-stacked, .masonry-one-by-one-stacked a:hover .masonry-two-of-two-stacked {
   color: #ffffff !important;
}
.masonry-two-by-two {
  background: #0076a9 !important;
}
.masonry-two-by-two:hover {
  background: #00263e !important;
}
.masonry-two-by-two:hover {
   background: #ffffff;
}
.masonry-two-by-two .masonry-cta-container button, .masonry-two-by-two .masonry-category {
   color: #fff !important;
}

/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
   .masonry-one-of-two:hover, .masonry-one-by-two:hover, .masonry-one-by-one:hover, .masonry-three-by-one:hover {
       background: #ffffff;
   }
   .masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta {
       color: inherit !important;
   }
   .masonry-two-of-two-stacked:hover .masonry-cta {
       color: #fff !important;
   }
   .masonry-two-by-one:hover .masonry-one-of-two, .masonry-one-of-two-stacked:hover {
       background: green;
   }
}


/*
==============================================
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) {
  .billboard-content .billboard-container {
    height: 850px !important;
  }
  .billboard-heading {
  top: 25px;
  }
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
.callouts-section .callouts-container .callout-item {
    width: calc(33% - 20px);
    margin: 0 auto;
}
.billboard-background-video::after {
  opacity: 0 !important;
}

}

/* Medium devices (tablet portrait, 768px-old 810 new and less) tablet-p */
@media only screen and (max-width: 810px) {
  .new-home .billboard-section-2 .billboard-content-2 .billboard-container {
  background-position: right;
  min-height: 250px;
  }
  .new-home .billboard-section-3 .billboard-content-3 .billboard-container {
  background-position: center;
  min-height: 250px;
  }
  .interior .billboard-content .billboard-container {
  height: 200px !important;
  min-height: inherit !important;
  }
  .pov-section {
  padding: 10px;
  }
  .billboard-heading-wrapper {
  padding: 0px;
  }
  .callouts-section {
  height: auto;
  }
  .callouts-section .slick-prev:before {
  border-left: 1px solid #00263e;
  border-top: 1px solid #00263e;
  }
  .callouts-section .slick-next:before {
  border-right: 1px solid #00263e;
  border-top: 1px solid #00263e;
  }
  .niche-section .niche-content:before {
  background-color: transparent !important;
  }
  .ftr-cta-wrapper {
  text-align: center;
  margin: 0px 20px 0px 20px;
  }
  .fixed-top .copy-section {
  padding-top: 0;
  }
  .interior .quote-content:before {
  background-color: transparent !important;
  }
  .copy-content {
  padding: 50px 20px 10px 20px;
  }
  .interior .quote-section {
  margin: 50px auto 0px auto;
  }

/* 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, .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: #56b3e4;
}

/* 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: #fff;
}
.nav-container .address-group-name-wrapper {
  display: none !important;
}
.primary-nav, .primary-nav ul {
   background: none !important;
}


/* Mobile Navigation background color*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
   background-color: #00263e !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;
}
.yearbook-slide:before {
display: none;
}

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {

}



/* 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) {
  .interior .billboard-content .billboard-container {
      height: 200px !important;
      min-height: inherit !important;
  }
  .billboard-background-video-wrapper {
    overflow: visible;
  }
  .billboard-heading h1 .head-1 {
    animation: forwards !important;
    visibility: visible !important;
  }
  .billboard-heading h1 .head-2 {
    animation: forwards !important;
    visibility: visible !important;
  }

}

/* IE only */
@media screen\0 {

.callouts-container .callout-item {
  height: inherit !important;
}

.body-home .billboard-section .billboard-container {
  max-height: 850px;
  min-height: 850px;
}
}
