/* /RJ/Advisor Sites/Global/Global CSS/Model 3/base */
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');

@import url('https://fonts.googleapis.com/css?family=Antic+Didone|Raleway:300,300i,400,400i,500,500i,600,600i,700');

/*==============================================  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: Evan
DESIGNER: Jesse
JOB #: 17-BR41Z-0008
COMPLETION DATE: 2018
ADDITIONAL NOTES:
Fonts:

    font-family: 'Antic Didone', serif;
    font-family: 'Raleway', sans-serif;

thin 100
light 300
regular 400
bold 700
black 900

____

font-family: 'Prata', serif;
regular 400

========================================================================================================================
*/
a:focus {
    text-decoration: none;
}

.alt-test.interior .billboard-section .head-2 {
    font-family: 'Antic Didone', serif;
    color: #42475b;
    font-size: 47px !important;
    font-weight: 300;
    line-height: 47px;
    text-transform: none;
    margin-bottom: 0px;
}
.alt-test.interior .billboard-section .head-1 {
    font-family: 'Antic Didone', serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #42475b !important;
    text-transform: none !important;
}
.alt-test.interior .billboard-section {
	position: inherit;
	z-index: 0;
}
.content-slider-wrapper {
    border-top: none;
    border-bottom: none;
    position: relative;
}
.content-slider-wrapper.content-slider-full-height .content-slide {
    background-position: center center;
}
.alt-slider-image-1 {
	position: absolute;
    bottom: 0;
    right: 0px;
}
.alt-slider-image-1 {
	animation-duration: 4s;
	animation-name: paint-r;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    animation-delay: 1s;
}
.alt-slider-image-2 {
	animation-duration: 4s;
	animation-name: fadeInUpSmall;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    animation-delay: 0s;
}
.alt-slider-image-3 {
	animation-duration: 3s;
	animation-name: paint;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
    animation-delay: 2s;
}
.content-slider-wrapper { z-index: 5;
}
.slick-initialized .slick-slide {
    cursor: default;
}



    @keyframes paint {
        0% {
            transform: scale(1.5);
            -webkit-transform: scale(1.5);
            left:100px;
            opacity: 0;
        }
        100% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
            left:-130px;
            opacity: 1;
        }
    }

    @keyframes paint-r {
        0% {
            transform: scale(1.5);
            -webkit-transform: scale(1.5);
            right:100px;
            opacity: 0;
        }
        100% {
            transform: scale(1.0);
            -webkit-transform: scale(1.0);
            right:0px;
            opacity: 1;
        }
    }


.alt-slider-image-1 img {
	width:	auto;
	height: 747px;
    opacity: 0.4;
}

.alt-slider-image-2 img {
	width:	auto;
    height: 876px;
    opacity: 0.4;
}
.alt-slider-image-3 img {
	width:	auto;
    height: 661px;
    opacity: 0.4;
}
.alt-slider-image-2 {
	position: absolute;
    top: -160px;
    right: 10%;
}
.alt-slider-image-3 {
	position: absolute;
	bottom: 0px;
	left: -130px;
}
/*
==============================================
Base Section
==============================================
*/

a, .resource-detail-copy-wrapper a {
    color: #0c73a1;
}
a:focus {
    text-decoration: none;
}

body {
    color: #42475b;
    font-size: 16px;
    line-height: 29px;
}

h1 {
    font-family: 'Antic Didone', serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #42475b !important;
    text-transform: none !important;
    display: block !important;
    margin: 15px 0 !important;
}
h2 {
    font-family: 'Antic Didone', serif;
    font-size: 22px;
    font-weight: 400;
    color: #42475b;
    text-transform: none;
    display: block;
    margin: 15px 0;
}
h3 {
    font-family: 'Antic Didone', serif;
    font-size: 20px;
    font-weight: 400;
    color: #42475b;
    text-transform: none;
    display: block;
    margin: 15px 0;
}
h4 {
    font-family: 'Antic Didone', serif;
    font-size: 19px;
    font-weight: 400;
    color: #42475b;
    text-transform: none;
    display: block;
    margin: 15px 0;
}
h5 {
    font-family: 'Antic Didone', serif;
    font-size: 17px;
    font-weight: 400;
    color: #42475b;
    text-transform: none;
    display: block;
    margin: 15px 0;
}

strong {
    font-family: 'Antic Didone', serif !important;
    font-size: 20px;
    font-weight: 400;
}

.callouts-container .callout-item .callout-cta-wrapper button, .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
    border: none !important;
    border-style: none;
    background: none !important;
    border-width: 1px;
    color: #0c73a1;
      -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;


}

blockquote:before, q:before {
    display: none;
}
blockquote, q {
    font-family: 'Antic Didone', serif !important;
    border-top: none;
    border-bottom: none;
    margin: 60px auto 0px;
    padding-bottom: 20px;
}
.block-site {
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-bottom: 20px;
    font-size: 12px;
    position: relative;
}
.block-site:before {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    top: -9px;
    width: 100px;
    background: #e9e9e9;
    margin: 0 auto;
}
.accord .accord-link {
    font-family: 'Antic Didone', serif !important;
    text-transform: none;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #0c73a1 !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #0c73a1;
}
.accord .fa.fa-chevron-down {
	    font-size: 19px;
}
.accord li.open .fa {
    color: #0c73a1;
}
.accord a.accord-cta {
    height: inherit;
    width: inherit;
    border: none;
    padding: 0 !important;
    margin: 20px 0px 20px 0px;
    font-family: 'Antic Didone', serif;
    color: #0c73a1;
    text-transform: none;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.flextab-triggers .set {
    color: #0c73a1;
}
.flextab-triggers a {
    font-size: 19px;
    font-weight: 400;
    text-transform: none;
    font-family: 'Antic Didone', serif !important;

}
.accord a.accord-cta:hover {
    letter-spacing: 0;
    border: none;
}

/*
==============================================
Header Section
==============================================
*/
.header-main, .nav-overall-wrapper:not(.van-mobile-nav) {
    background: #fff !important;
    position: relative;
    z-index: 10;
}
.header-content .ftr-group-name {
    display: none;
}
.header-content .ftr-logo-divider {
    display: none;
}
.header-social-content .social-container a {
    color: #0e7cad;
    text-align: right;
}
.header-social-content {
    text-align: right;
    position: relative;
}
.header-social-content .social-container {
    padding: 20px 0 0;
    position: absolute;
    right: 0;
    z-index: 100;
}
    .header-sticky {
        margin-top: 51px;
    }
    .header-content {
        min-height: 151px;
    }
    .interior .header-content {
        min-height: 153px;
    }
/*
==============================================
Navigation Section
==============================================
*/
.nav:before {
    display: none;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    text-transform: uppercase !important;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
    font-size: 14px;
}
.page-link-client-access .page-link .sub-a {
/*    color: red !important; */
    text-align: center !important;
    border: 2px solid #d1d1d1 !important;
    margin-right: 15px !important ;
    padding: 12px 0px!important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.investor-access-remember-me-label {
    margin-left: 0px;
    padding-left: 0px;
}

.account-access-header-wrapper {
    display: none;
}
.primary-nav a, .investor-access-remember-me-label, .primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
    color: #42475b ;
    text-transform: none !important;
    font-weight: 400 !important;
}
.primary-nav .nav-subnav {
    background-image: none !important;
    background: #efeded !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	/*	border-top: 1px solid rgba(255, 255, 255, 0.08);*/
}
.nav:after {
  display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
    margin-top: -4px;
}
.primary-nav .nav-subnav {
    margin-top: -4px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    -webkit-transition: all 0.3s, opacity 0.0s;
    transition: all 0.3s, opacity 0.0s;
}
.primary-nav a, .investor-access-remember-me-label {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}
.investor-access-remember-me-label  {
    font-size: inherit;
}

.primary-nav .nav-subnav a.active, .primary-nav a.active, .primary-nav > li > a:hover, .primary-nav .nav-subnav a:hover {
    color: #0c73a1;
}
.investor-access-login-button {
    border: 2px solid #d1d1d1;
    margin: 20px 0px 20px 0px;
    font-family: 'Raleway', sans-serif !important;
    color: #42475b;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
    padding: 28px 10px 10px;
  }
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
    padding: 0;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {

    padding: 28px 10px 10px;
}
.investor-access-login-button {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
}

/*
==============================================
Billboard Section
==============================================
*/
/*
.billboard-background-video-wrapper {
    height: auto !important;
}
*/
/*.billboard-full-width.billboard-container {
    display: inline;
}*/
.billboard-section .show-billboard {
    background-position: top center !important;
}
.billboard-container.billboard-full-height {
    background-size: 90% !important;
    background-position-y: 0px;
}
.sub-head-main {
	text-align: center;
}
.body-home .billboard-section h1:before {
    content: "";
    display: none;
    position: absolute;
    height: 131px;
    top: -120px;
    z-index: 0;
    width: 100%;
    background: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/copy-sectino-line);
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    animation: zoomIn 4s forwards;
}
.body-home .billboard-section .head-2 {
    margin-bottom: 0px;
}

.body-home .billboard-section h1:after {
    content: "";
    display: block;
    position: relative;
    height: 131px;
    top: 0;
    z-index: 0;
    width: 100%;
    background: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/copy-sectino-line-headline-2);
    border: none;
    background-repeat: no-repeat;
    background-position: center;
}
/* animations */

.billboard-section .head-1 {
	animation-name: none;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.billboard-section .head-2 {
	animation-name: slideInUpSmall;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.billboard-section .head-3 {
	animation-name: slideInUpSmall;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.billboard-background-video-wrapper {
    overflow: visible !important;
}
.billboard-section h1:after {
    display: none;
}
.intro-section {
    margin-top: 60px;
}

/*
.billboard-section h1:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #eb926f;
    margin: 20px auto 0px;
    animation-delay: 1s;
	animation: zoomIn 4s forwards;
}
*/

/* animations end */

/*.billboard-container.billboard-full-height {
    min-height: inherit;
}*/
.billboard-section:after {
    display: none !important;
}
.billboard-container {
    max-width: inherit;
    background-size: cover !important;
    background-position: center center;
    background-repeat: no-repeat;
}
.billboard-background-video::after {
    display: none;
}
.billboard-section .head-1 {
    animation-duration: 3s;
}
.billboard-section .head-2 {
    font-family: 'Antic Didone', serif;
    color: #42475b;
    font-size: 47px !important;
    font-weight: 300;
    line-height: 47px;
    text-transform: none;
    margin-bottom: 20px;
}
.billboard-background-video-overlay {
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 60%) !important;
    transform: translate(-50%, 60%) !important;
    width: 100%;
    color: white;
    z-index: 1;
    padding: 0px 0 !important;
}
.interior .billboard-container {
    min-height: 620px;
}

.scroller-wrapper .scroller:before, .scroller-wrapper .scroller:after {
    display: none;
}
.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
    background-color: rgba(255, 255, 255, 0.5) !important;
}
.scroller {
    right: 5% !important;
    left: inherit !important;
}
.interior .billboard-content:after {
    display: none;
}

.interior .billboard-content h1 {
    text-align: center;
}


.interior .billboard-section h1 {
    font-family: 'Antic Didone', serif;
    font-size: 22px;
    font-weight: 400;
    color: #42475b;
    text-transform: none;
    display: block;
    margin: 15px 0;
    text-align: center;
}
.interior .billboard-section .head-1 {
    font-family: 'Antic Didone', serif !important;
    color: #42475b !important;
    font-size: 47px !important;
    font-weight: 300 !important;
    line-height: 47px !important;
    text-transform: none !important;
    margin-bottom: 0px !important;
    text-align: center !important;
    max-width: 100% !important;
}
.interior .billboard-section .head-2 {
    font-family: 'Antic Didone', serif !important;
    font-size: 22px !important;
    font-weight: 400 !important;
    color: #42475b !important;
    display: block !important;
    margin: 0px 0 !important;
    text-align: center !important;
    max-width: 100% !important;
    text-transform: inherit !important;
}
.interior .billboard-content .head-1 {
    margin-top: 0px;
}
.interior .billboard-section h1:after {
    display: none;
}

.interior .billboard-section h1:after {
    content: "";
    display: block;
    position: relative;
    height: 131px;
    top: 0;
    z-index: 0;
    width: 100%;
    background: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/copy-sectino-line-headline-2) #fff;
    border: none;
    background-repeat: no-repeat;
    background-position: center;

}

/*
==============================================
Intro Section
==============================================
*/
.intro-section {
    background-image: none;
    padding: 15px;
}
.intro-content .intro-text {
    padding: 20px 0 66px;
}
.intro-section .intro-content:before, .intro-section .intro-content:after, .intro-section .intro-text:before {
    display: none !important;
}
.intro-content {
    text-align: left;
}

/*
==============================================
POV Section
==============================================
*/
.pov-section {
    background-image: none;
    background: #f1f1f1;
    height: inherit;
}
.pov-carousel .mc-container .slick-prev:after {
    border-left: 1px solid #43485c;
    border-top: 1px solid #43485c;
}
.pov-carousel .mc-container .slick-next:after {
    border-right: 1px solid #43485c;
    border-top: 1px solid #43485c;
}
.mc-container .slick-prev {
    left: -120px;
}
.mc-container .slick-next {
    right: -120px;
}
.pov-section .pov-style-1 .mc-container .slick-slide a {

  -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;
}
.pov-carousel .mc-image-wrapper:after {
    content: "";
    display: block;
    height: 4px;
    width: 0%;
    top: -2px;
    position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2d2e3+0,ececf6+84&1+0,0+84 */
background: -moz-radial-gradient(center, ellipse cover, rgba(210,210,227,1) 0%, rgba(236,236,246,0) 84%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(210,210,227,1) 0%,rgba(236,236,246,0) 84%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(210,210,227,1) 0%,rgba(236,236,246,0) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2e3', endColorstr='#00ececf6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin: 10px auto;

  -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;
}
.pov-section .pov-style-1 .mc-container .slick-slide a:hover > .mc-image-wrapper:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    top: -2px;
    position: relative;

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d2d2e3+0,ececf6+84&1+0,0+84 */
background: -moz-radial-gradient(center, ellipse cover, rgba(210,210,227,1) 0%, rgba(236,236,246,0) 84%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(210,210,227,1) 0%,rgba(236,236,246,0) 84%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(210,210,227,1) 0%,rgba(236,236,246,0) 84%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2d2e3', endColorstr='#00ececf6',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    /*    background: #ececf6;*/
    margin: 10px auto;

  -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;
}

.media-carousel-one .mc-image-wrapper {
    overflow: visible;
}

/*
.pov-section .pov-style-1 .mc-container .slick-slide a:hover {
background: #ccc;
}
*/
.pov-section .pov-style-2 .mc-container .slick-slide a {
  -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;
}
.pov-section .pov-style-2 .mc-container .slick-slide a:hover {

background: #fff;

}

.pov-carousel .mc-container .slick-slide a:hover .mc-image {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
        opacity: 1;
}
.pov-section .slick-dots {
    display: none !important;
}

/*
==============================================
Video Section
==============================================
*/
.video-section {
    background-image: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/paing-splash-bkg);
    background-repeat: no-repeat;
    background-size: contain;
    padding: 230px 0 150px;
}
.video-section h2, .pov-section h3 {
    text-align: center;
    margin-bottom: 40px;
}
.video-section .head-2 {
    font-family: 'Antic Didone', serif;
    color: #42475b;
    font-size: 44px !important;
    font-weight: 300;
    line-height: 47px;
    text-transform: none;
    margin-bottom: 5px;
    display: block;
}
.video-section h2:before {
    content: "";
    display: block;
    height: 1px;
    width: 220px;
    position: relative;
    background: #f1f1f1;
    margin: 19px auto;

}

/*
==============================================
Media Carousel Section
==============================================
*/
.mc-image-wrapper {
    max-height: 190px !important;
}
.media-carousel-one .mc-image-wrapper {
    height: 190px;
}
/*
==============================================
POV Section
==============================================
*/

.pov-section {
    padding: 80px 0 10px;
    position: relative;
    z-index: 2;
}
.pov-section .head-1 {
    font-family: 'Antic Didone', serif;
    font-size: 22px !important;
    font-weight: 400;
    color: #000000;
    text-transform: none;
    display: block;
    margin: 5px 0;

}
.pov-section .head-2 {
    font-family: 'Antic Didone', serif;
    color: #000000;
    font-size: 44px !important;
    font-weight: 300;
    line-height: 47px;
    text-transform: none;
    margin-bottom: 5px;
    display: block;

}
.pov-section .pov-style-1 .sub-head-main {
    position: relative;
}
.pov-section .pov-style-1 .sub-head-main:before {
content: "";
    display: block;
    position: absolute;
    height: 3px;
    bottom: -40px;

    width: 100%;
    background-image: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/line-dotted);
    border: none;
    background-repeat: repeat-x;
}
.pov-section .pov-style-1 .sub-head-main:after {
    content: "";
    display: block;
    bottom: -43px;
    position: relative;
    height: 9px;
    width: 233px;
    margin: 0 auto;
    background: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/lines-y);
    border: none;
    background-repeat: no-repeat;
/*    background: #f1f1f1;*/
}
.pov-carousel .mc-container:before {
    display: none;
}
.pov-carousel  .pov-style-1 .mc-container .slick-slider {
    padding: 50px 0px;
}

.pov-section .pov-1 .mc-container .slick-slider {
    padding: 100px 0px 0 !important;
}
.pov-section .pov-carousel .mc-container {
    padding: 25px 0px 30px 0px;
}
.pov-section .pov-style-1 .mc-container .slick-track .slick-slide > a {
}
.pov-section .pov-style-1 .mc-container .slick-track .slick-slide {
    background: #fff;
    border-bottom: 4px solid #94d6d9;
}
.pov-section .mc-slide {
/*    background: #fff;*/
    text-align: left;
}
.mc-category-hr-wrapper hr {
    display: none;
}
.pov-carousel .mc-heading {
    text-align: left;
}
.pov-carousel .mc-heading:after {
    display: none;
}
.pov-section .pov-carousel .mc-container a .mc-image {
    height: auto;
}
.pov-section .pov-carousel .mc-heading {
  font-family: inherit;
  font-size: 22px;
  text-transform: none;
  font-weight: 500;
}
/*
.pov-section .pov-carousel .mc-content-wrapper {
    padding: 20px 20px;
}
*/
.pov-section .pov-carousel .mc-category {
      color: #000;
      font-family: inherit !important;
      font-style: normal;
      font-size: 13px;
  }
  .pov-section .pov-carousel .mc-cta {
    font-family: inherit !important;
    font-style: normal;
      color: #000;
      font-size: 14px;
  }
.pov-section .pov-carousel .mc-copy {
    color: #000;
    font-weight: 500;
    font-size: 15px;
  }

.pov-section h3 {
      margin-bottom: 0;
  }
/*
.pov-section .mc-cta-slide-number-wrapper {
      min-height: 0;
  }
*/
.pov-section .pov-carousel .mc-date {
      color: #000;
      font-weight: 500;
}
.pov-section .pov-carousel .mc-container .slick-slide a:hover {
    	box-shadow: none;
}
.pov-section .pov-carousel .mc-container .slick-slider {
        padding: 0px 0px;
}

.pov-section .pov-style-1 .pov-carousel .mc-container {
          padding: 25px 0px 50px 0px;
          padding-top: 110px;
}
.pov-section .pov-3 {
    position: relative;
}
.pov-section .pov-3:before {
    content: "";
    display: block;
    position: absolute;
    height: 106px;
    width: 100%;
    top: 0;
    background-image: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/line-dotted);
    border: none;
    background-repeat: repeat-x;
}
.pov-section .pov-3 .mc-container:before {
    content: "";
    display: block;
    bottom: 29px;
    position: relative;
    height: 9px;
    width: 233px;
    margin: 0 auto;
    background: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/lines-y);
    border: none;
    background-repeat: no-repeat;
}
.pov-section .pov-2 .mc-container {
    padding: 25px 0px 60px 0px;
}

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

.footer-section {
    background-image: none;
    background: #fff;
    position: relative;
    padding-bottom: 30px;
}
.footer-section .social-container:after {
    display: none;
}
.footer-section .footer-content a:hover {
    color: #0e7cad;
}
.footer-section:before {
    content: "";
    display: block;
    position: absolute;
    height: 106px;
    width: 100%;
    top: -106px;
    background-image: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/footer-top-image);
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 10;
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
    color: #000;
}
.footer-section .footer-content a {
    color: #000;
    font-weight: 300;
}
.footer-section .ftr-nap-address-label {
    font-size: 21px;
    display: block;
}

.footer-section .ftr-nap .ftr-nap-address:before {
    display: none;
}
.footer-section .social-container a .fa {
    color: #4c4c4c !important;
    padding-top: 2px;
}
.footer-section .ftr-disclosures {
    color: #000;
    text-align: left;
    font-size: 11px;
    line-height: 17px;
}
.footer-section .social-container {
    border: none !important;
}
.footer-section .footer-social-section {
    text-align: center;
}
.footer-section .ftr-logo-wrapper .ftr-group-name {
    font-family: 'Raleway', sans-serif !important;
    color: #0e7cad !important;
    font-size: 18px !important;
    letter-spacing: 4px !important;
    font-weight: 500 !important;
    margin-top: 50px !important;
    text-transform: uppercase !important;
}
.footer-section .ftr-logo-divider {
    display: none;
}
.footer-social .social-container {
	text-align: center;
}
.footer-social .social-container .fa {
	color: #787672;
	height: 50px;
	width: 50px;
	line-height: 47px;
	border: solid 1px #f1f1f1;
	display: inline-block;
	margin-left: -1px;}
.footer-social .social-container a {
	padding: 10px 0px;
	-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;
}
.footer-social .social-container .fa {
	-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;
}
.footer-social .social-container .fa:hover {
	background: #ebebeb;
	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;
}
.footer-section .social-container a:hover .fa {
    color: #000000 !important;
}

.footer-section .ftr-logo-wrapper::before {
    content: "";
    display: block;
    position: absolute;
    height: 3px;
    top: 67px;
    z-index: 0;
    width: 100%;
    left: 0;
    background-image: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/line-dotted);
    border: none;
    background-repeat: repeat-x;;
}
.footer-section .footer-logo .ftr-logo {
    z-index: 1;
}
.footer-section .ftr-nap li {
    font-weight: 300;
}

.footer-section .ftr-nap-address-label {
    font-weight: 400 !important;
    position: relative;
    top: -16px;
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
    font-weight: 400;
    font-family: 'Raleway', sans-serif;
    font-size: 14px !important;
    line-height: 14px !important;
}
.footer-section .footer-contact-info .ftr-nap {
    margin-bottom: 35px;
}
.footer-section .ftr-nap-wrapper {
    padding-top: 60px;
}
.footer-section .ftr-disclosures a span {
    text-decoration: none !important;
}

.footer-section .ftr-nap-wrapper .ftr-nap .ftr-nap-map-directions {
    margin-left: initial !important;
}


/*
==============================================
Copy Section
==============================================
*/
.copy-section {
    background-image: none;
    position: relative;
}
.message-box-copy {
    position: relative;
    border: 5px solid white;
    margin: 20px 20px 30px;
    /* border: 2px solid #efefef; */
    padding: 50px 70px;
    background: #f9f9f9;
}
.message-box-copy:after {
    content: '';
    position: absolute;
    top: -10px;
    left: -10px;
    right: -10px;
    bottom: -10px;
    background: #f7f7f7;
    z-index: -1;
}
.copy-section p:first-child::first-letter {
  padding: 0;
  margin: 0 2px -10px 0;
    font-family: 'Antic Didone', serif;
  font-size: 59px;
  float: left;
  line-height: 1;
}
.top-blockquote {
    margin-top: 0px;
    padding-top: 0px;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a, .resource-detail-copy-wrapper a {
    color: #0c73a1;
}
.copy-section .callouts-container, .callouts-mobile-slider {
    grid-template-columns: repeat(2, 1fr);
}
.copy-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading {
    font-size: 20px;
    text-transform: none;
}
.callouts-container .callout-item .callout-cta-wrapper, .callouts-mobile-slider .callout-item .callout-cta-wrapper {
    padding: 0px;
}
/* .copy-section .articles p:first-child::first-letter {
  padding: 0 .3rem;
  margin: 0 .3rem 0 0;
    font-family: 'Antic Didone', serif;
  font-size: 10px;
  float: left;
  line-height: 1;
} */
.copy-section .accord-container .accord-link-content p:first-child::first-letter {
  padding: inherit !important;
  margin: inherit !important;
    font-family: 'Antic Didone', serif !important;
  font-size: inherit !important;
  float: none !important;
  line-height: inherit !important;
}
.copy-section .message-box-copy p:first-child::first-letter {
  padding: inherit !important;
  margin: inherit !important;
    font-family: 'Antic Didone', serif !important;
  font-size: inherit !important;
  float: none !important;
  line-height: inherit !important;
}
.copy-section .copy-content {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

.copy-section h1 {
    font-family: 'Antic Didone', serif;
    font-size: 22px;
    font-weight: 400;
    color: #42475b;
    text-transform: none;
    display: block;
    margin: 15px 0;
    text-align: center;
}
.copy-section .head-1 {
    font-family: 'Antic Didone', serif;
    color: #42475b;
    font-size: 47px !important;
    font-weight: 300;
    line-height: 47px;
    text-transform: none;
    margin-bottom: 0px;
    text-align: center;
    max-width: 100%;
}
.copy-section .head-2 {
    font-family: 'Antic Didone', serif;
    font-size: 22px;
    font-weight: 400;
    color: #42475b;
    display: block;
    margin: 7px 0;
    text-align: center;
    max-width: 100%;
    text-transform: inherit;
}

.copy-section h1:after {
    display: none;
}
.copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2 {
    font-family: 'Antic Didone', serif;
    color: #42475b;
    text-transform: none;
}
.body-about-us .copy-section h2:after {
    display: none;
}
.copy-section .copy-content {
    padding: 40px 120px 55px;
    margin-bottom: 175px;
}
.copy-section .copy-content:after{
content: "";
    display: block;
    position: relative;
    height: 131px;
    top: 34px;
    margin-bottom: -170px;
    z-index: 0;
    width: 100%;
    background-image: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/copy-sectino-line);
    border: none;
    background-repeat: no-repeat;
    background-position: center;
}

.callouts-container .callout-item, .callouts-mobile-slider .callout-item {
    text-align: center;
}

.copy-section .ftr-nap-address-line2, .copy-section .ftr-nap-address-line1, .copy-section .ftr-nap-address-csz {
    display: none;
}
.copy-section .ftr-nap-address-label {
    font-size: 20px !important;
    font-weight: 600 !important;
}
.copy-section .ftr-nap-wrapper {
    color: #42475b;
}
.copy-section .ftr-nap a {
    color: #0c73a1;
    font-size: 16px !important;
}
.copy-section .ftr-nap a:hover {
    color: #393939;
}
.copy-section .ftr-nap .ftr-nap-link-hover.ftr-nap-map-directions:before {
    color: #dad8d8;
}
.copy-section .ftr-nap .ftr-nap-address-label:before {
    color: #dad8d8;
    content: "\f1ad";
    display: none;
}
.ftr-nap .ftr-nap-map-directions:before {
    color: #dad8d8;
    display: none;
}
.copy-section .phone-main-copy {
    font-size: 25px;
    font-weight: 500;
}
.copy-section .footer-section .footer-contact-info .ftr-nap-phone, .ftr-nap-wrapper .ftr-nap .ftr-nap-map-directions, .ftr-nap p {
    display: block;
    margin-left: 0px;
}
.copy-section .ftr-nap li {
    padding: 5px 0 5px 0px;
    display: block;
}
.contact-form .form-inline .form-group.select-container:before {
    border-color: #0c73a1 transparent transparent transparent;
}
/*
==============================================
Yearbook Section
==============================================
*/
.copy-section .yearbook-three .yearbook-headshot-wrapper::after {
    background: -moz-linear-gradient(top, rgba(46,65,78,0) 30%,rgba(46,65,78,0) 52%,rgba(46,65,78,0) 100%);
    background: -webkit-linear-gradient(top, rgba(46,65,78,0) 30%,rgba(46,65,78,0) 52%,rgba(46,65,78,0) 100%);
    background: linear-gradient(to bottom, rgba(46,65,78,0) 30%,rgba(46,65,78,0) 52%,rgba(46,65,78,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 );
}
.copy-section .yearbook-three a:hover .yearbook-headshot-wrapper:after {
    background-color: rgba(46, 65, 78, 0.10);
}
.copy-section .yearbook-three .yearbook-hr {
    display: none;

}

.body-about-us .quote-section .quote-content {
    padding-top: 0;
}
.body-about-us .team-image-wrapper {
    height: auto;
    margin: 0px auto 70px;
    width: 100%;
}
.body-about-us .quote-section .quote-wrapper {
    display: none;
}
/*
.body-about-us .quote-section .quote-content {
    padding-bottom: 0;
}
*/


/*
==============================================
Bio Page Section
==============================================
*/

.bio-detail-next-link-wrapper {
    opacity: 1 !important;
}
.bio-quote-section:before {
    display: none;
}
.bio-quote-section:after {
    background: none;
}

.bio-section .bio-detail-first-name, .bio-detail-preferred-name {
    font-family: 'Antic Didone', serif;
    display: block;
}
.bio-section .bio-detail-designation {
    display: initial;
}
.bio-section {
    background-image: none;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
    color: #0c73a1;
}
.bio-section .bio-copy {
    padding-top: 40px;
}

.copy-section .yearbook-container .yearbook-first-name {
    font-family: 'Antic Didone', serif;
}
.copy-section .yearbook-container .yearbook-last-name {
    font-family: 'Antic Didone', serif;
    font-weight: 400;
}

.contact-form .form-inline .captcha .btn-contact, .blog-landing-copy-cta {
    font-family: 'Antic Didone', serif !important;
    text-transform: none;
    color: #42475b;
    border: 2px solid #e4e4e4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}


.contact-form .form-inline .captcha .btn-contact:hover, .blog-landing-load-more:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.bio-connect-links, .bio-name {
    text-align: center;
}
.bio-section .bio-detail-card-container {
    margin-bottom: 10px;
}




/*
==============================================
Bio Quote Section
==============================================
*/
/*
.bio-quote-section {
    background: #ccc;
}
*/

.bio-quote-section {
    background-image: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/bkg-paint-bios);
    background-repeat: no-repeat;
    background-color: #fff;
    background-position: -100px 170px;
    padding: 100px 0 460px;
    background-size: 120%;
}
.bio-quote-section .quote-content {
    padding-bottom: 460px;
}
.bio-quote-section .quote-wrapper .quote-hr:before, .bio-quote-section .bio-detail-quote-hr{
    display: none;
}
.bio-quote-section .bio-detail-quote:before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 360px;
    margin: 0 auto;
    background: #e6e6e6;
    top: -50px;
}
.bio-quote-section .bio-detail-quote:after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 360px;
    margin: 0 auto;
    background: #e6e6e6;
    bottom: -50px;
}
.bio-quote-section .bio-quote-wrapper:before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 360px;
    margin: 0 auto;
    background: #e6e6e6;
}
.bio-quote-section .bio-quote-content {
    padding: 0px 0 40px;
}
.bio-quote-section .bio-detail-quote {
    margin: 53px auto 25px;
    font-family: 'Antic Didone', serif;
    font-size: 30px;
    line-height: 38px;
}
.bio-quote-section .bio-quote-wrapper:after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 360px;
    margin: 0 auto;
    background: #e6e6e6;

}

.bio-quote-section .quote-cite {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    color: #000 !important;
    margin-bottom: 55px;
    letter-spacing: 1px;
    max-width: 820px;
    margin: 32px auto 53px;

}
.bio-quote-section .quote-content {
    padding-top: 100px;
}








/*
==============================================
Quote Section
==============================================
*/
.body-home .quote-section {
    background-image: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/quote-bkg-splash);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f1f1f1;
    background-position: bottom;
    border-top: none;
}
.quote-section {
    background-image: url(https://raymondjames.com/-/media//RJ/Advisor%20Sites/Sites/m/i/millstoneevans/Images/quote-bkg-splash);
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #f1f1f1;
    background-position: bottom;
}
.quote-section .quote-content {
    padding-bottom: 460px;
}
.quote-section .quote-wrapper .quote-hr:before, .quote-section .quote-wrapper .quote-hr {
    display: none;
}

.quote-section .quote-wrapper:before {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 360px;
    margin: 0 auto;
    background: #e6e6e6;

}
.quote-section .quote {
    margin: 53px auto 25px;
    font-family: 'Antic Didone', serif;
    font-size: 30px;
    line-height: 38px;
}
.quote-section .quote-wrapper:after {
    content: "";
    display: block;
    position: relative;
    height: 1px;
    width: 360px;
    margin: 0 auto;
    background: #e6e6e6;

}

.quote-section .quote-cite {
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-size: 13px;
    line-height: 18px;
    color: #000 !important;
    margin-bottom: 55px;
    letter-spacing: 1px;
    max-width: 820px;
    margin: 32px auto 53px;

}
.quote-section .quote-content {
    padding-top: 100px;
}

/*
==============================================
Resource Section
==============================================
*/
.resource-section, .body-resource-detail .resource-section, .body-map-directions .resource-section {
    background-image: none;
/*    background: #f1f1f1;*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f1f1f1+100 */
background: rgb(249,249,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
}
.body-map-directions .resource-section {
    padding-bottom: 120px !important;
}
.body-resource .resource-section .resource-details {
    padding-bottom: 0px !important;

}
.resource-section {
    padding-bottom: 0px !important;
}
.masonry-one-of-two, .masonry-one-by-two, .masonry-one-by-one, .masonry-three-by-one {
    background: #fff;
}

.filter-reset-container {
    border-bottom: none;
}
.filter-dropdown {
    border-top: 1px solid #dfdddd;
}
.body-blog .quote-section {
    background-color: rgba(0, 0, 0, 0);
}


/*
==============================================
Masonry Grid Section
==============================================
*/
.masonry-title {
    font-family: 'Antic Didone', serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
    text-transform: none;
}

.masonry-one-of-two-stacked {
    background: #42475b;
}
.masonry-one-by-two .masonry-copy:after {
    left: 25px;
    right: inherit !important;
    border-bottom: 15px solid #fff;
}
.masonry-one-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta {
    color: #49c3f9 !important;
}
.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: #0c73a1 !important;
}

.masonry-three-by-one:hover .masonry-cta {
    color: #0c73a1 !important;

}
.masonry-one-by-one .masonry-title, .masonry-one-of-two-stacked .masonry-title, .masonry-two-of-two-stacked .masonry-title {
    font-weight: 400;
}

.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: #42475b;
}
.filter-open.fa-angle-down:before, .filter a:hover {
    color: #0c73a1;
}

.filter-overlay .close-filter-overlay {
    background: #0c73a1;
}

.masonry-two-by-one:hover .masonry-img-container:after {
	border-left: 15px solid #42475b;
}
.masonry-one-by-two:hover .masonry-copy:after {
	border-bottom: 15px solid #42475b;
}
.masonry-three-by-one:hover .masonry-one-of-three:after {
    border-left: 15px solid #42475b;
}

.masonry-three-by-one.masonry-three-by-one-img-left:hover .masonry-one-of-three:after {
	border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid #42475b;
    border-bottom: 15px solid transparent;
}

.masonry-load-more, .masonry-tertiary-load-more {
    border: 2px solid #e4e4e4;
    font-family: 'Antic Didone', serif !important;
    text-transform: none;
    color: #393939;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: 2px solid #393939;
    color: #393939;

}
@media (min-width: 670px) {
/*
	.masonry-two-by-one:hover .masonry-img-container:after {
		border-left: 15px solid #e9ebec !important;
	}
*/
  .masonry-two-by-one .masonry-img-container:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
  }
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
    font-family: 'Antic Didone', serif !important;
    font-weight: 400 !important;
    text-transform: none;
}
.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #0c73a1;
}
.filter-reset:hover {
    color: #0c73a1;
}
.filter a {
    text-transform: none;
}

/*
==============================================
Blog Section
==============================================
*/

.blog-landing-overall-copy {
    border-bottom: 1px solid #dfdddd;
}
.blog-main {
    background-image: none;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f1f1f1+100 */
background: rgb(249,249,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */}
.blog-landing-click-copy .blog-landing-copy {
    color: #42475b !important;
    font-size: 16px !important;
    line-height: 29px !important;
}
.filter-list-links .filter-list-date a {
    color: #0c73a1 !important;
}
.body-resource-detail .resource-section {
/*    background-image: none;*/
}

.blog-landing-load-more {
    border: 2px solid #e4e4e4;
    font-family: 'Antic Didone', serif !important;
    color: #42475b !important;
    text-transform: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #fff !important;
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link, .filter-list-category a, .filter-list-topic a, .filter-list-media a {
    color: #0c73a1 !important;
}
.filter-list-heading a:hover {
    color: #0c73a1 !important;
}
.body-blog-detail h3, .blog-landing-content-wrapper .blog-landing-content-container .blog-landing-heading {
    font-family: 'Antic Didone', serif !important;
    font-size: 31px !important;
    line-height: 31px;
    font-weight: 400 !important;
    text-transform: none;
}
.body-blog-detail .resource-section {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding-bottom: 140px !important;
    background-image: none;
/*    background: #f1f1f1;*/

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f1f1f1+100 */
background: rgb(249,249,249); /* Old browsers */
background: -moz-linear-gradient(top, rgba(249,249,249,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(249,249,249,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(249,249,249,1) 0%,rgba(241,241,241,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */

}
.blog-detail-copy-wrapper a {
    color: #0c73a1;
}
.blog-detail-copy-wrapper a:hover {
    color: #393939;
}
.resource-pager .resource-pager-link.select-it {
    color: #0c73a1;
}
.resource-pager .resource-pager-link:hover, .resource-pager .resource-pager-arrow:hover {
    color: #0c73a1;
}
.blog-section {
    padding: 78px 88px 120px;
}
.fa-share-alt, .social-media-share-link:hover > .fa-share-alt:before {
    color: #0c73a1 !important;
}
.social-media-share-wrapper span {
    background-color: #0c73a1;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #0c73a1;
}
.body-blog .disclosure {
    margin-top: 60px;

}

.directions-search .submit-search {
    border: 2px solid #e4e4e4;
    font-family: 'Antic Didone', serif !important;
    text-transform: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.directions-search .submit-search:hover {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.blog-landing-heading-wrapper-video h3 {
    font-family: 'Antic Didone', serif !important;
    font-size: 31px !important;
    line-height: 31px;
    font-weight: 400 !important;
    text-transform: none;
    margin: 50px 0px;
}
.blog-landing-content-wrapper {
    margin: 50px auto 0;
}
.blog-landing-content-wrapper .blog-landing-content-container .blog-landing-load-more-container {
    display: none !important;
}

.blog-landing-heading-wrapper-video .vide-embed-content-blog {
    margin: 50px 0;
}


.blog-landing-heading-wrapper-video hr {
    border: 0 !important;
    color: #dfdddd;
    background-color: #dfdddd;
    height: 1px;
    width: 100%;
    text-align: left;
    margin: 20px 0;
}

/*
==============================================
Responsive Meia Queries NEW
==============================================
*/



/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Billboard Section
==============================================
*/

/*.billboard-full-width.billboard-container {
    display: inline-grid;
}*/
.billboard-section .show-billboard {
    background-position: top center !important;
}

.billboard-background-video-overlay {
    -webkit-transform: translate(-50%, 140%) !important;
    transform: translate(-50%, 140%) !important;
    }

    .bio-detail-previous-link-wrapper-mobile, .bio-detail-next-link-wrapper-mobile {
        bottom: 450px;
    }
    .__web-inspector-hide-shortcut__ {
        visibility: visible;
    }
/*
    .billboard-section h1 {
        margin-top: 122px !important;
    }
*/
    .billboard-section .show-billboard {
        background: none;
		background-size: 100% !important;
    }
    .mc-image-wrapper {
        max-height: 140px !important;
    }
/*
==============================================
Quote Section
==============================================
*/
    .quote-section .quote-content, .bio-quote-section {
        padding: 70px 0 140px;
    }
    .body-about-us .quote-section .quote-content {
        width: 100%;
    }

    .bio-detail-next-link:hover .bio-detail-next-arrow, .resource-detail-next-link:hover .resource-detail-next-arrow {
        border-color: inherit;
    }
    .bio-detail-previous-link:hover .bio-detail-previous-arrow, .resource-detail-previous-link:hover:after {
        border-color: inherit;
    }
.video-section {
    padding: 170px 0 150px;
}
/*
==============================================
Footer Section
==============================================
*/

.masonry-two-by-one:hover .masonry-title, .masonry-one-by-two:hover .masonry-title, .masonry-one-by-two:hover .masonry-title, .masonry-one-by-one:hover .masonry-title, .masonry-two-by-one:hover .masonry-title, .masonry-three-by-one:hover .masonry-title,
.masonry-two-by-one:hover .masonry-date, .masonry-one-by-two:hover .masonry-date, .masonry-one-by-two:hover .masonry-date, .masonry-one-by-one:hover .masonry-date, .masonry-two-by-one:hover .masonry-date, .masonry-three-by-one:hover .masonry-date,

.masonry-two-by-one:hover .masonry-paragraph, .masonry-one-by-two:hover .masonry-paragraph, .masonry-one-by-two:hover .masonry-paragraph, .masonry-one-by-one:hover .masonry-paragraph, .masonry-two-by-one:hover .masonry-paragraph, .masonry-three-by-one:hover .masonry-paragraph,

.masonry-two-by-one:hover .masonry-category, .masonry-one-by-two:hover .masonry-category, .masonry-one-by-two:hover .masonry-category, .masonry-one-by-one:hover .masonry-category, .masonry-two-by-one:hover .masonry-category, .masonry-three-by-one:hover .masonry-category, .masonry-two-of-two-stacked:hover .masonry-cta
{
    color: #fff !important;
    }
}




/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
.billboard-heading-wrapper {
    top: 130px;
}
.intro-section {
    margin-top: 0px;
}
.header-sticky {
    margin-top: 0px !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    border-bottom: 1px solid rgba(237, 242, 242, 0.7);
}
    .body-home .billboard-section h1:before {
        display: none !important;
    }
/*
==============================================
Navigation Section
==============================================
*/

.nav-address-wrapper {
    font-family: 'Antic Didone', serif;
    font-weight: 600 !important;
    color: inherit;
    }
.nav-overall-wrapper:not(.van-mobile-nav) .nav {
    background-image: none;
    /* background: #242424; */
    box-shadow: none;
}

    .primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
        margin-bottom: 0px;
    }
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
        padding: 8px 0;
    }
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) {
    padding: 7px 0;
    }
    .page-link .sub-a {
        margin-right: 51px !important;
    }

/*
==============================================
Billboard Section
==============================================
*/
    .billboard-full-width.billboard-container {
        display: block;
    }

    .billboard-container .billboard-image-video-replacement {
        display: none !important;
    }
    .billboard-container {
        height: 40vh !important;
    }
    .billboard-container {
        background-size: cover !important;
        background-position: center center !important;
        background-repeat: no-repeat !important;
    }
    .billboard-background-video-overlay {
        -webkit-transform: translate(-50%, 610%) !important;
        transform: translate(-50%, 610%) !important;
    }
    .body-home .billboard-section h1:before {
        display: none !important;
    }
    .header-social-content .social-container {
        padding: 20px 0 0;
        position: absolute;
        right: 89px;
        z-index: 100;
        top: -16px;
    }
    .billboard-container.billboard-full-height {
        min-height: calc(40vh - 0px) !important;
    }

    .ftr-nap-wrapper .ftr-nap .ftr-nap-map-directions {
        margin-left: initial;
    }

    .intro-content .intro-text {
        padding: 20px 50px 66px;
    }
    .video-section {
        padding: 140px 0 60px;
    }

    .footer-section:before {
        z-index: 9;
    }
    .fa-angle-down:before {
        color: #0c73a1;
    }
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before {
		background: #2cade6;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
		background: #2cade6;
	}
    .address-phone-wrapper span {
    display: block;
    line-height: 18px;
    }
    .address-phone-wrapper span {
        display: block;
        line-height: 23px !important;
    }
        .primary-nav .nav-subnav {

        background: #f2f2f2 !important;
        }
    .primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
        font-size: inherit;
    }
    .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li:hover > .nav-subnav {
        margin-top: 0;
    }

    .copy-section .copy-content {
        padding: 40px 60px 55px;
    }
    .footer-section .ftr-logo-wrapper::before {
        top: 71px;
    }

}

    /* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
.billboard-section .show-billboard {
    background-position: top center !important;
}
.billboard-heading-wrapper {
    top: 110px;
}
.intro-section {
    margin-top: 0px;
}

    .header-social-content .social-container {
        display: none !important;
    }
    .billboard-background-video-overlay {
        -webkit-transform: translate(-50%, 30%) !important;
        transform: translate(-50%, 30%) !important;
    }
	.home .billboard-container {
		height: 30vh !important;
	}
	.billboard-container.billboard-full-height {
		min-height: calc(30vh - 0px) !important;
	}
    .billboard-container {
        background-position: center top !important;
        background-repeat: no-repeat !important;
        background-size: 200% !important;
    }
    .interior .billboard-section h1 {
        padding: 0 15px;
    }
    .body-home .billboard-section h1:before {
        display: none;
    }
    .intro-content .intro-text {
        padding: 20px 15px 66px;
    }
    .video-section {
        padding: 70px 0 60px;
    }
    .pov-section {
        padding: 50px 0 90px;
    }
    .pov-carousel .mc-container .slick-dots {
        bottom: -50px;
    }
    .pov-section .slick-dots {
        display: inherit !important;
    }

    .copy-section .copy-content {
        padding: 15px 30px 140px;
    }
    .quote-section .quote-content, .bio-quote-section {
        padding: 30px 0 50px;
    }
    .quote-section {
        background-size: 180%;
    }
     .bio-quote-section .bio-detail-quote {
        padding: 0 15px;
    max-width: 318px;
    }
    .bio-detail-quote-wrapper {
        padding: 20px 0px;
    }
    .bio-quote-section {
        background-size: 120%;
    }
    .bio-quote-section .bio-detail-quote:before {
        display: none;
    }
    .bio-quote-section {
        background-position: -30px 220px;
    }
    .bio-detail-previous-link-wrapper-mobile, .bio-detail-next-link-wrapper-mobile {

        bottom: 400px;
    }
    .bio-quote-section .bio-detail-quote:after {
        display: none;
    }
    .quote-section .quote-wrapper:after {
        display: none;
    }
/*
    .bio-detail-previous-link-wrapper-mobile, .bio-detail-next-link-wrapper-mobile {
        bottom: 350px;
    }
*/
    .__web-inspector-hide-shortcut__ {
        visibility: visible;
    }

    .copy-section .callouts-container, .callouts-mobile-slider {
        padding: 0px;
        margin: 0px;
    }
    .message-box-copy {
        margin: 10px 0 30px;
        padding: 15px 20px;
    }
    .message-box-copy {
        margin: 0px;
        padding: 15px 20px;
    }
    .copy-section .slick-next:before {
        content: "" !important;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        position: absolute;
        top: 0px;
        right: 0px;
        -webkit-transform: rotate(45deg) skew(10deg, 10deg);
        transform: rotate(45deg) skew(10deg, 10deg);
        width: 25px;
        height: 25px;
        border-right: 1px solid #393939;
        border-top: 1px solid #393939;
        -webkit-text-stroke: 8px transparent !important;

    }
    .copy-section .slick-prev:before {
        content: "" !important;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        position: absolute;
        top: 0px;
        right: 0px;
        -webkit-transform: rotate(-135deg) skew(10deg, 10deg);
        transform: rotate(-135deg) skew(10deg, 10deg);
        width: 25px;
        height: 25px;
        border-right: 1px solid #393939;
        border-top: 1px solid #393939;
        -webkit-text-stroke: 8px transparent !important;

    }
    .copy-section .slick-next {
      position: absolute;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0;
      font-size: 0;
      cursor: pointer;
      background: transparent;
      color: transparent;
      top: 50%;
      margin-top: -10px\9;
      /*lte IE 8*/
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      padding: 0;
      right: -20px;
      border: none;
      outline: none;
    }

.copy-section .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  left: -15px;
  border: none;
  outline: none;
}

    .blog-detail-previous-link-wrapper-mobile, .blog-detail-next-link-wrapper-mobile {
        bottom: -165px;
    }

}


/* 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) {
.billboard-heading-wrapper {
    top: 280px;
}
	.home .billboard-container {
		height: 100vh !important;
	}
	.billboard-container.billboard-full-height {
		min-height: calc(100vh - 0px) !important;
	}
/*
==============================================
Navigation Section
==============================================
*/
    .header-social-content .social-container {
        display: none !important;
    }

    .billboard-container {
        height: 400px;
    }
    .billboard-container {
        background-position: center top;
    }

    .billboard-background-video-overlay {
        -webkit-transform: translate(-50%, 30%) !important;
        transform: translate(-50%, 30%) !important;
    }
    .header-sticky {
        margin-top: 51px;
    }
    .header-content {
        min-height: 151px;
    }
    .interior .header-content {
        min-height: 153px;
    }
    .message-box-copy {
        margin: 10px 0 30px;
        padding: 15px 20px;
    }
    .message-box-copy {
        margin: 0px;
        padding: 15px 20px;
    }

    .media-carousel-one .mc-image-wrapper {
        height: 320px !important;
    }
    .mc-image-wrapper {
        max-height: 340px !important;
    }
    .media-carousel-one .mc-image-wrapper {
        overflow: hidden;
    }

    .copy-section .slick-next:before {
        content: "" !important;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        position: absolute;
        top: 0px;
        right: 0px;
        -webkit-transform: rotate(45deg) skew(10deg, 10deg);
        transform: rotate(45deg) skew(10deg, 10deg);
        width: 25px;
        height: 25px;
        border-right: 1px solid #393939;
        border-top: 1px solid #393939;
        -webkit-text-stroke: 8px transparent !important;

    }
    .copy-section .slick-prev:before {
        content: "" !important;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        position: absolute;
        top: 0px;
        right: 0px;
        -webkit-transform: rotate(-135deg) skew(10deg, 10deg);
        transform: rotate(-135deg) skew(10deg, 10deg);
        width: 25px;
        height: 25px;
        border-right: 1px solid #393939;
        border-top: 1px solid #393939;
        -webkit-text-stroke: 8px transparent !important;

    }
    .copy-section .slick-next {
      position: absolute;
      display: block;
      height: 20px;
      width: 20px;
      line-height: 0;
      font-size: 0;
      cursor: pointer;
      background: transparent;
      color: transparent;
      top: 50%;
      margin-top: -10px\9;
      /*lte IE 8*/
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      padding: 0;
      right: -20px;
      border: none;
      outline: none;
    }

.copy-section .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  left: -15px;
  border: none;
  outline: none;
}

    .blog-detail-previous-link-wrapper-mobile, .blog-detail-next-link-wrapper-mobile {
        bottom: -165px;
    }


}

/* IE only */
@media screen\0 {
/*
    .body-home .main-content {
        margin-top: 507px;
    }
*/
.billboard-container.billboard-full-height {
    min-height: calc(100vh - 136px);
}

.billboard-background-video-wrapper {
    overflow: inherit!important;
}

}
