@import url('https://fonts.googleapis.com/css?family=Abel|Playfair+Display:400,700,900|Raleway:300,400,500,600,700,800,900|Roboto:300,400,500,700,900|Source+Sans+Pro:300,300i,400,400i,600,600i,700,900');
@import url('animate-j.css');
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/modules-structure/intergenerational-wealth-transfer/structure.css');
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/modules/intergenerational-wealth-transfer.css');
@import url('https://www.raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/modules/private-wealth.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: Jose Azua
DESIGNER: Debra Souza
JOB #: 17-BR3FL-0108
COMPLETION DATE: 2017
ADDITIONAL NOTES:
Fonts:

Roboto
font-family: 'Roboto', sans-serif;

thin 100
light 300
regular 400
medium 500
bold 700
black 900


Playfair Display
font-family: 'Playfair Display', serif;

regular 400
regular 400 Italic
bold 700
bold 700 Italic
black 900

____

font-family: 'Abel', sans-serif;
regular 400

____

font-family: 'Raleway', sans-serif;
Raleway
thin 100
extra-light 200
light 300
regular 400
medium 500
semi-bold 600
bold 700
extra-bold 800
black 900

____

Source Sans Pro
font-family: 'Source Sans Pro', sans-serif;


extra-light 200
light 300
regular 400
semi-bold 600
bold 700
black 900

========================================================================================================================
*/

.furry td { vertical-align: top; padding: 15px; }

.red { background: red !important; padding: 90px;   }
.pink { background: pink !important; padding: 90px;   }
.green { background: green !important; padding: 90px;   }
.yellow{ background: yellow !important; padding: 90px;   }
.blue { background: blue !important; padding: 90px; }
.orange { background: orange !important; padding: 90px;   }
.teal { background: teal !important; padding: 90px;   }


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

em {
	font-style: italic;
}

p {
    margin: 0 0 30px;
}

.disclaimer {
	font-size: 12px;
	line-height: 18px;
}

/*
.nav-overall-wrapper {
	animation-delay: 2s;
	animation-fill-mode: forwards;
}


*/

.wow {
	visibility: hidden;
}


.main-head-line {
    height: 5px;
    background: #eb926f;
    width: 60px;
    margin-left: 68px;
    margin-top: 19px;
	animation-delay: 2s;
	animation-duration: 1.5s;
	margin-bottom: 115px;
}

.header-white-bkg-head-1 {
	font-family: 'Playfair Display', serif;
	color: #c97453;
	font-size: 28px;
	font-weight: 300;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px auto 45px;
	-webkit-font-smoothing: antialiased;
	animation-duration: 2s;
}
.header-white-bkg-head-2 {
	font-family: 'Raleway', sans-serif;
	color: #393939;
	font-size: 53px;
	font-weight: 600;
	line-height: 59px;
	text-align: center;
	margin: 0px auto 0;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	display: block;
}

.header-white-bkg-head-2:after {
	content:"";
	display:block;
	height: 5px;
	width: 60px;
	position: relative;
	background: #d27855;
	margin:27px auto 0px;
}


/* ----------- Animation: stretchRight ----------- */

.stretchRight{
	animation-name: stretchRight;
	-webkit-animation-name: stretchRight;

	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;

	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;

	transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
}

@keyframes stretchRight {
	0% {
		transform: scaleX(0);
	}
	100% {
		transform: scaleX(1);
	}
}

@-webkit-keyframes stretchRight {
	0% {
		-webkit-transform: scaleX(0.3);
	}
	40% {
		-webkit-transform: scaleX(1.02);
	}
	60% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(0.98);
	}
	80% {
		-webkit-transform: scaleX(1.01);
	}
	100% {
		-webkit-transform: scaleX(1);
	}
}

/*
==============================================
Navigation
==============================================
*/


.change::after {
  content: "";
	background:#fff;
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  animation: 0.4s ease 0s normal forwards 1 fadein;

}

@keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }

}

.no-bkg-nav {
background: none;
background-image: none !important;
}

.interior .nav-overall-wrapper {
    background: #fff;
	position: fixed;
	width: 100%;
	z-index: 250;
}


.nav-overall-wrapper {
    background: #ffffff;
    background-color: #ffffff !important;
	position: fixed;
	width: 100%;
	z-index: 250 !important;
	animation: fadeInDown 1s linear;
    -webkit-animation: fadeInDown 1s linear;
	height: 76px;
	margin: 0 auto;
	display: table;
/*	text-align: center;*/
}

.nav-main-header {

		animation-delay: 90s;
}
.nav-overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
}


.nav-trigger {
	z-index: 999999;
}
.nav {
	   /* background-image: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/j/o/joseazua2/images/bkg-pattern-dark.jpg);*/
	    z-index: 250;
	animation-delay: 1s;
}

.nav:after {
	content: " ";
	display: table;
	background: #010405;
	height: 1px;
	width: 100%;
	position: relative;
	bottom: -6px;
    /*animation: zoomIn 3s linear;
    -webkit-animation: zoomIn 3s linear; */

}

.primary-nav a, .primary-nav ul a, .van-mobile-nav .primary-nav a, .van-mobile-nav .primary-nav ul a {
    text-overflow: inherit;
}

.primary-nav .secondary-nav {
	background:#fff;
    -webkit-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.9);
    -moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.9);
}

.primary-nav > .has-children > a::before, .primary-nav > .has-children > a::after {
	top:22px;
}



body:not(.van-mobile-nav) .nav-main-header, body:not(.van-mobile-nav) .nav, body:not(.van-mobile-nav) .primary-nav {
	height: inherit !important;
}

.primary-nav > li > a {
	top:20%;
}
.center-nav .primary-nav {
    height: 76px;
    display: table;
    float: none;
    padding: 0;
    margin: 0 auto;
}
.primary-nav > li {
	margin-left:0px;
}
.primary-nav > li > a {
font-family: 'Source Sans Pro', sans-serif;
	color: rgba(1, 0, 0, 0.80);
	font-size: 17px;
	font-weight: 400;
    line-height: 47px;
	text-transform: uppercase;
	margin-left:20px;
}
.primary-nav {

	margin: 0 auto !important;
    padding: 0px;
    float: none !important;
    display: table;


/*    min-width: 1170px !important;*/
		animation: fadeIn 2s linear;
    -webkit-animation: fadeIn 2s linear;

}

.primary-nav .secondary-nav {
	padding: 45px 25px 20px;
	margin-top: -5px;
	top: 81px !important;
}

.primary-nav .secondary-nav a {
	color: rgba(1, 0, 0, 0.80);
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 16px;
	margin-bottom: 15px;
}
 .primary-nav > li > a:hover {
    color: #549ec1;
  }
.primary-nav .secondary-nav a.active, .primary-nav a.active {
	    color: #549ec1;

}
  .primary-nav > li > a.selected,
  .nav-standard.selected {
    color: #549ec1 !important;
  }
.top-level-sub { top:131px !important;}

 .primary-nav .secondary-nav a:hover {
    color: #549ec1;
  }

.investor-access-login-button {
    display: block;
    height: 40px;
    width: 150px;
    border: 2px solid #549ec1;
    margin: 0px 0 18px;
    font-family: PlayfairDisplay;
	color: rgba(1, 0, 0, 0.80);
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background:none;
		position: relative;
		z-index: 5;
}

.investor-access-remember-me-label {
	margin-bottom:0px;
}

.investor-access-wrapper .investor-access-id-icon {
	-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;
}
.investor-access-wrapper .investor-access-password-icon {
  -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;
}
.account-access-header {
	color:#393939;
}
input {
color: #393939;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ccc;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ccc;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ccc;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ccc;
}

.nav-header-buttons {

    margin-top: 30px;
}

.nav-main-header {
	background:none;
	height:0 !important;
}
li.has-children a > i {
	margin-right: 0;
}

.nav-main-header {
	height:76px !important;
}

.nav-overlay {
  background-color: rgba(0, 0, 0, 0.8) !important;
	display:none;
}


.main-content-coliumn {
	width: 780px;
	margin: 0 auto;
}

/*
==============================================
Billboard
==============================================
*/
.billboard-container {
	background-size:cover;
	min-height:1123px;
	position: relative;
	animation: fadeIn 2s forwards;
	-webkit-animation: fadeIn 2s forwards;
	opacity: 0;
	-webkit-transition: opacity 2s;
    transition: opacity 2s;
}


.billboard-container:before {
	height: 100%;
	content: "";
	display: block;
	width: 100%;
	position: absolute;


/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+19,ffffff+31,ffffff+76,ffffff+89&0.95+10,0+33,0+76,1+89 */
background: -moz-linear-gradient(top,  rgba(255,255,255,0.95) 10%, rgba(255,255,255,0.58) 19%, rgba(255,255,255,0.08) 31%, rgba(255,255,255,0) 33%, rgba(255,255,255,0) 76%, rgba(255,255,255,1) 89%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(255,255,255,0.95) 10%,rgba(255,255,255,0.58) 19%,rgba(255,255,255,0.08) 31%,rgba(255,255,255,0) 33%,rgba(255,255,255,0) 76%,rgba(255,255,255,1) 89%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(255,255,255,0.95) 10%,rgba(255,255,255,0.58) 19%,rgba(255,255,255,0.08) 31%,rgba(255,255,255,0) 33%,rgba(255,255,255,0) 76%,rgba(255,255,255,1) 89%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */


/*
background: -moz-linear-gradient(top,  rgba(255,255,255,0) 57%, rgba(255,255,255,1) 91%);
background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 57%,rgba(255,255,255,1) 91%);
background: linear-gradient(to bottom,  rgba(255,255,255,0) 57%,rgba(255,255,255,1) 91%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
*/
}
.billboard-container a {
	display: block;
	position: relative;
	z-index: 1;
}


.billboard-heading-wrapper {
    padding: 25px 15px;
    text-align: center;
    bottom: -688px;
	position: relative;
    margin: 0 auto;
}

.billboard-heading h1 {
	font-family: 'Abel', sans-serif;
    font-size: 37px;
    color: #000;
    text-transform: uppercase;
	animation-delay: 1s;
	animation-duration: 3s;
	text-shadow: 0px 0px 19px #fff;
}
.billboard-heading h1 span {
    font-family: 'Playfair Display', serif;
    color: #0a3463;
    font-size: 69px;
	line-height: 76px;
	display: block;
}


.billboard-heading h1 sup { font-size: 50%; top: -0.8em; }
.cfp .billboard-heading h1 span { padding-bottom: 15px; }

.billboard-heading .head-1 {
	animation-delay: 2s;
	animation-duration: 3s;

}
.billboard-background-video::after {
background:none !important;

}




.account-access-header-wrapper {
	display: none;
}

.billboard-container .billboard-logo-wrapper {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+4,ffffff+34,ffffff+100&0+5,1+34,1+100
background: -moz-linear-gradient(top, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 4%,rgba(255,255,255,0) 5%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 4%,rgba(255,255,255,0) 5%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
    margin-top: 240px;
	height: 206px;
}


/*
==============================================
Interior - Default
==============================================
*/

.bodycopy-wrap-int {
	padding-top:57px;
	position: relative;
	z-index: 2;
    background-size: 100%;
}
.bodycopy-wrap-content-int {
	font-family: 'Roboto', sans-serif;
	font-size:19px;
	line-height:33px;
	font-weight:400;
	color:#000;
	background: #fff;
	padding:106px 173px 237px;
	margin-bottom: 100px;
    display: inline-block;
}
.detail-main-pages .bodycopy-wrap-content-int{
	padding: 0px;
}
.detail-main-pages .resource-detail-banner-wrapper img {
	width: 100%;
}
.detail-main-pages .billboard-container-one {
	max-height: 220px;
}
.detail-main-pages .billboard-container-one .billboard-container {
	background-image: none !important;
}
.detail-main-pages.map .bodycopy-wrap-content-int {
	padding: 106px 173px 237px;
}
.bio-page .bodycopy-wrap-content-int {
	padding: 106px 100px 237px;
}
.bodycopy-wrap-content-int h1{
    font-family: 'Playfair Display', serif;
    color: #549ec1;
    text-transform: uppercase;
    font-size: 30px;
}

.bodycopy-wrap-content-int h2{
    font-family: 'Playfair Display', serif;
    color: #549ec1;
    text-transform: uppercase;
    font-size: 24px;
}

.bodycopy-wrap-content-int h3{
    font-family: 'Playfair Display', serif;
    color: #549ec1;
    text-transform: uppercase;
    font-size: 18px;
}


.bodycopy-container-int {
	position: relative;
	z-index: 1;
}

.bodycopy-wrap-int:after  {
	content: '';
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/n/e/nevadafamilywealth/images/bkg-body-copy-glow-interior-bottom.jpg);
	width: 100%;
	height: 1225px;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
	background-color: #d6dee4;
	background-size: 100%;
    margin-top: 490px;
    z-index: 0;
    top: 0;
}

.bodycopy-wrap-top-border {
	text-align: center;
    border-bottom: 8px solid rgba(27, 27, 27, 0.25);
	position: relative;
	top: -30px;
}

.bodycopy-wrap-top-border:before {
    content: "";
    display: block;
    height: 8px;
    width: 75px;
    margin: 0 auto;
    background: #549ec1;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -35px;
    z-index: 30;
}

.bodycopy-wrap-top-border:after {
    content: "";
    display: block;
    height: 2px;
    position: relative;
    bottom: -8px;
    background: rgba(255, 255, 255, 0.10);
}

.blogcopy-wrap-content-int {
	font-family: 'Roboto', sans-serif;
	font-size:19px;
	line-height:33px;
	font-weight:400;
	color:#000;
	background: #fff;
	margin-bottom: 100px !important;
    display: block;
    margin: 0 auto;
}

.blog .rich-text-container {
    padding: 106px 170px 37px;
}



.resource-detail-copy-wrapper {
    margin-top: 0;
}

footer {
	    padding-bottom: 0;
}
.main-content { padding-top:76px; margin-top: 0px !important; }

.about-interior-wrap .main-content { padding-top:0px; }
.individuals-interior-wrap .main-content { padding-top:0px; }
.contactus-interior-wrap .main-content { padding-top:0px; }
.contactus-interior-wrap .main-content { padding-top:0px; }

.video-container { margin: 20px 0; }

/*
==============================================
Interior - About Us
==============================================
*/
.main-billboard-int-section {
	position: relative;
}



.team-image-wrapper {
	margin: 0 auto;
}

.billboard-container .billboard-logo-wrapper {
	background:none;
	margin-top: 0px;
	animation: fadeIn 2s linear;
    -webkit-animation: fadeIn 2s linear;
}

.billboard-container .billboard-logo-wrapper .billboard-logo {
    max-width: 284px;
}

.billboard-container {
    max-width: inherit;
	background-size: cover !important;
	background-position: center center;

}
.billboard-content-wrapper {
	    min-height: auto;
}
.yearbook-container {
	display: table;
	padding:25px 0;
}

.main-content-int-section {
background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
.main-content-int-section .head-1 {
text-align: left;
font-family: 'Playfair Display', serif;
color: #c97453;
font-size: 37px;
font-weight: 300;
line-height: 33px;
text-transform:uppercase;
display:block;
}

.main-content-int-section .head-2 {
text-align: left;
font-family: 'Raleway', sans-serif;
color: #393939;
font-size: 64px !important;
font-weight: 600;
line-height: 55px;
text-transform:uppercase;
display:block;
animation-delay:0.4s;
margin-top:10px;

}

.main-content-int-section .head-3 {
text-align: left;
font-family: 'Playfair Display', serif;
color: #eb926f;
font-size: 31px;
font-weight: 300;
line-height: 44px;
text-transform:uppercase;
display:block;
max-width:600px;
width:100%;
animation-delay:0.8s;

}

.interior .main-head-line {
    height: 5px;
    background: #c97453;
    width: 60px;
    margin-left: 0px;
    margin-top: 19px;
	animation-delay: 1.2s;
	animation-duration: 1.5s;
}


blockquote {
	font-family: 'Roboto', sans-serif;
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 30px;
	border-left: none;
	color: #549ec1;
}

.quote-int-section {
    display: grid;
	margin-top: 13px;
}

.quote-int-section:before {
	content:"";
	height: 20px;
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/v/a/vanilla-model-1/images/bkg-m-grid.jpg);
	width: 100%;
	display:block;
}
.quote-int-section:after {
	content:"";
	height: 20px;
	background: url(https://raymondjames.com/-/media/rj/advisor-sites/sites/v/a/vanilla-model-1/images/bkg-m-grid-light.jpg);
	width: 100%;
	display:block;
}
.quote-int-container {
	position: relative;
}

/***** Accordions *****/

.accord .accord-link, .accord .accord-inner-link, .accord li:last-child .accord-link {
	font-family: 'Playfair Display', serif;
    color: #549ec1;
    text-transform: uppercase;
	font-size: 20px;
	padding: 14px 15px 15px 0px;
	border-bottom: 1px solid #a2a2a2;
	position: relative;
}
.accord .accord-link:before, .accord .accord-inner-link:before {
	content:'';
	width: 65px;
	height: 5px;
	background: #549ec1;
	position: absolute;
	bottom: 0px;
}
.accord .accord-link-content, .accord .accord-inner-link-content {
	background: none;
	padding: 20px 20px 0;
}
.accord .accord-link-content p, .accord .accord-inner-link-content p { margin: 0 0 20px; }
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li:last-child .accord-link:hover { color: #0a3463; }
.accord li.open .accord-link, .accord li.open .accord-inner-link, .accord li:last-child.open .accord-link { color: #0a3463; }

.accEM .accord-link { font-style: italic; }

/***** Yearbook *****/

.yearbook-two .yearbook-headshot-wrapper::after {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2e414e+0,2e414e+100&0+7,1+100 */
background: -moz-linear-gradient(top, rgba(46,65,78,0) 0%, rgba(46,65,78,0) 7%, rgba(46,65,78,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(46,65,78,0) 0%,rgba(46,65,78,0) 7%,rgba(46,65,78,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(46,65,78,0) 0%,rgba(46,65,78,0) 7%,rgba(46,65,78,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002e414e', endColorstr='#2e414e',GradientType=0 ); /* IE6-9 */
}

.yearbook-two .yearbook-headshot-wrapper:hover:after {
 background-color: rgba(46, 65, 78, 0.25);

}

.yearbook-two .yearbook-headshot-wrapper:hover .yearbook-last-name {
color:#eb926f;
}

.yearbook-two .yearbook-first-name {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;

	-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;
}
.yearbook-two .yearbook-last-name {
	font-family: 'Raleway', sans-serif;
	font-size: 28px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;

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

.yearbook-designation-wrapper {
	display: none;
}
.yearbook-two .yearbook-title {
	    line-height: 19px;
	    width: calc(100% - 0px);
	font-size:18px;
}

.yearbook-links {
	display: none;
}

.yearbook-first-last-title {
	bottom:76px !important;
}
.yearbook-container .yearbook-links .fa:hover {
    color: inherit;
}

.yearbook-two .yearbook-name-wrapper {
	width: calc(100% - 5px);
	left: 15px;
}

.team-container {
	/* display: flex; */
	margin: 93px 0px 80px;
}
.team-photo {
	padding-left:0px;
	padding-right:0px;
}
.team-image-wrapper {
	margin: 0 auto;
}
.team-content {
	background-position: right;
	padding: 53px 90px 10px;
}

.yearbook-cta-wrapper {
	display: none;
}





/**** Bio Page ****/

.bio-detail-previous-link:before,
.bio-detail-previous-link-wrapper:before {
	display: none;
}
.bio-detail-next-link:before,
.bio-detail-next-link-wrapper:before {
	display: none;
}

.blog-detail-previous-link:before,
.blog-detail-previous-link-wrapper:before {
	display: none;
}

.blog-detail-next-link:before,
.blog-detail-next-link-wrapper:before {
    display: none;
 }

.resource-detail-previous-link:before,
.resource-detail-next-link-wrapper:before {
	display: none;
}
.resource-detail-next-link:before {
	display: none;
}

.resource-detail-next-wrapper {
	background: none !important;
}

.resource-detail-prev-wrapper {
	background: none !important;
}


.main-content-int-section .sub-head-1 {
text-align: left;
font-family: 'Playfair Display', serif;
color: #c97453;
font-size: 28px;
font-weight: 300;
line-height: 33px;
text-transform:uppercase;
display:block;
}

.main-content-int-section .sub-head-2 {
text-align: left;
font-family: 'Raleway', sans-serif;
color: #393939;
font-size: 50px !important;
font-weight: 600;
line-height: 55px;
text-transform:uppercase;
display:block;
animation-delay:0.4s;

}

.main-content-int-section .sub-head-3 {
text-align: left;
	font-family: 'Playfair Display', serif;
color: #eb926f;
font-size: 31px;
font-weight: 300;
line-height: 44px;
text-transform:uppercase;
display:block;
max-width:600px;
width:100%;
animation-delay:0.8s;
}

.center-text {
	text-align: center !important;
}
.line-center {
	margin-left:auto !important; margin-right: auto !important;
}


.bio-lines {
	animation-delay: 0.5s;
}

.bio-title {
	animation-delay: 1s;
}


.bio-copy {
	animation-delay: 1.5s;
}
/*
.bio-detail-next-link {
    top: 90px;
    position: relative;
}

.bio-detail-previous-link {
    top: 90px;
    position: relative;
}
*/



.bio-detail-first-name-wrapper {
	display: inline-flex;

}
.bio-detail-first-name {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;
	color:#393939;
}
.bio-detail-last-name {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;
	color:#393939;
	display: inherit;
}


.bio-detail-middle-initial-wrapper {
	display: inline-flex;
}

.bio-detail-middle-initial {
	font-family: 'Playfair Display', serif;
	font-size: 28px;
	font-weight: 300;
	line-height: 33px;
	text-transform: uppercase;
	color:#393939;
}

.bio-detail-title {
	bottom:76px !important;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-transform: uppercase;
	color:#393939;
	margin: 0px;
}

.bio-detail-links-wrapper .fa {
	color:#5a5d63;
}
.bio-detail-links-wrapper .fa:hover {
	color:#549ec1;
}
.bio-detail-card-container {
	margin-bottom: 43px;
}


.bio-detail-next-link:hover:after {
	    border-right: 1px solid #d27855;
    border-top: 1px solid #d27855;
}

.bio-detail-next-link:after {
	top:-44px;
}
.bio-detail-previous-link:after {
	top:-44px;
}
.bio-detail-previous-link:hover:after {
	    border-left: 1px solid #d27855;
    border-top: 1px solid #d27855;
}


.yearbook-container .yearbook-links .fa:hover {
    color: inherit;
}


/*
==============================================
Contact Us
==============================================
*/

.main-content-int-form {
	margin-top:60px;
}
.contact-form {
background-color: #e7ebef;
}

.contact-form .form-inline .captcha .btn-contact {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #549ec1;
  margin: 20px 20px 20px 20px;
  font-family: PlayfairDisplay;
  color: #393939;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
background: none;
}

.contact-form .form-inline .captcha .btn-contact:hover {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  border: 2px solid #d27855;

	background: rgba(255, 255, 255, 1);
	color: #393939;
}

.contact-form .form-inline .captcha {
	background-color: #f1f2f4;
}
.directions-container {
    padding: 0 15px;
    min-width: 779px;
}

.directions-search .submit-search {

    border: 2px solid #549ec1;
    margin: 5px;
    font-family: PlayfairDisplay;
    color: #393939;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: none;

}

/*
==============================================
Resources - Masonry Grid
==============================================
*/
.masonry-container {
	background: none;
	padding: 30px 0px;
}
.resource .bodycopy-wrap-content-int {
	width: 100%;
	padding: 106px 10px 37px;
}
.resource .rich-text-container {
	padding: 0px 170px;
}
	.blog .rich-text-container {
    padding: 40px 0px;
	}

.resource-detail-heading {
	color: #0a3463;
    font-weight: 300;
}
.resource-detail-previous-link:after { top: -56px; }
.resource-detail-next-link:after { top: -56px; left: 90px;  }
.resource-detail-prev,
.resource-detail-next,
.bio-detail-prev,
.bio-detail-next,
.blog-detail-prev,
.blog-detail-next {
	color: #0a3463;
    font-weight: 300;
}
.resource-detail-prev-resource,
.resource-detail-next-resource{
	color: #0a3463; }
.resource-detail-prev-wrapper {
	background: #eaeaea;
	margin: -15px 0 0 25px;
	padding: 10px;
}
.resource-detail-next-wrapper {
	background: #eaeaea;
	margin: -15px 40px 0 0;
	padding: 10px;
}
.resource-detail-previous-link:before {
    top: -15px;
	height: 86px;
}
.resource-detail-next-link:before {
	right: -133px;
    top: -15px;
	height: 86px;
}
.filter {
	min-width: 160px;
	background: none;
}
.filter-link {
	border: none;
	background: none;
}
.filter a:hover {
	background: none;
	border: none;
	color: #6fc8f2;
}
.filter .filter-body-link:hover {
	background: #6fc8f2;
	border: solid 1px transparent;
	color: #000000;
}
.filter-container {
	margin-top: 50px;
}
.filter-name, .filter a, .filter-reset {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
	line-height: 20px;
    font-size: 14px;
	color: #0a3463;
}
#filterbar {
	border-bottom: solid 1px #CECECE;
    margin: 50px 100px 0px;
}
.filter-name {
	padding: 20px;
}
.filter-reset:hover, .filter-name:hover {
	color: #6fc8f2;
}
.mobile-filter-button {
	font-family: 'Varela Round', sans-serif;
    text-transform: uppercase;
	background: none;
	border: solid 1px #dddddd;
	color: #1c2745;
	max-width: 350px;
}
.masonry-title {
	font-family: 'Playfair Display', serif;
	font-size: 24px;
    line-height: 26px;
    font-weight: 400;
	padding-top: 50px;
	margin-bottom: 0px !important;
	text-transform: none;
}
.masonry-date {
	font-family: 'Varela Round', "sans-serif";
	font-size: 14px;
	line-height: 21px;
}

.masonry-category {
	-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-two-by-one {
    background: #4c8fac;
	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-two-by-one:hover {
	background: #0a3463;
	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;
    transition: all 0.4s ease-in-out;
}
.masonry-two-by-one:hover .masonry-img-container:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #0a3463;
	-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-two-by-one .masonry-img-container:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #4c8fac;
	-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-two-by-one .masonry-cta, .masonry-one-by-two .masonry-cta {
	color: #ffffff !important;
}
.masonry-two-by-two .masonry-cta {
	color: #ffffff !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;
	-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-by-one {
    background: #0a3463;
	color: #FFFFFF;
	-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-by-one:hover {
	background: #549ec1;
	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;
    transition: all 0.4s ease-in-out;
}
.masonry-row a:hover > .masonry-copy .masonry-cta-container button, .masonry-row a:hover > .masonry-copy .masonry-category-container .masonry-category {
	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;
    transition: all 0.4s ease-in-out;
}
.masonry-one-of-two-stacked, .masonry-two-of-two-stacked {
    background: #1c2745;
	color: #FFFFFF;
}
.masonry-one-by-two {
    background: #4c8fac;
	color: #ffffff;
	-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-by-two:hover {
	background: #0a3463;
	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;
    transition: all 0.4s ease-in-out;
}
.masonry-one-by-two .masonry-copy:after {
	border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #4c8fac;
	-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-by-two:hover .masonry-copy:after {
	border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-bottom: 15px solid #0a3463;
	-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-two-by-two {
	background: #4c8fac;
	-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-two-by-two:hover {
	background: #0A3461;
	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;
    transition: all 0.4s ease-in-out;
}
.masonry-two-by-two .masonry-img {
	opacity: .3;
}
.masonry-copy {
	padding: 0px 35px !important;
}
.masonry-paragraph {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	line-height: 25px;
}
.masonry-cta-container button {
	color: #ffffff !important;
	padding: 0px 20px !important;
	font-family: 'Raleway', sans-serif;
	font-size: 15px !important;
	line-height: 25px !important;
}
.masonry-category {
	color: #ffffff;
	padding: 0px 20px;
	text-transform: uppercase;
}
.masonry-load-more, .masonry-tertiary-load-more {
	background: none;
	border: none;
	color: #0a3463;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
	background: none;
	color: #6fc8f2;
	border: none;
}


/****** block colors ******/


/*
==============================================
Home Section 2 Body Copy
==============================================
*/


.video-content {
    max-width: 748px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	height: 478px;
    top: -130px;
}

.video-content .image-container {
	position: absolute;
    top: 446px;

}


.bodycopy-wrap {
	padding: 142px 0 212px;
	background-size:cover;
	background-position: center center;
	border-top: 1px solid #35effb;
	border-bottom: 1px solid #1c99e8;

}
.bodycopy-container {
	text-align: center;
	margin-top: 50px;
	margin: 0 auto;
	position:relative;
}
.bodycopy-wrap-content {
	max-width: 800px;
	margin: 0 auto;
	padding: 96px 0 66px;
	display: grid;
}

.bodycopy-wrap:before {
	content:"";
	display:block;
	border-bottom: 8px solid rgba(27, 27, 27, 0.25);
	height:8px;
	top:-125px;
	position:relative;
}


.bodycopy-container:before {
	content:"";
	display:block;
	height:5px;
	width:83px;
	margin:0 auto;
	background: #549ec1;
	position: absolute;
	top:-2px;
	left: 50%;
	margin-left: -35px;
	z-index: 30;
}
.bodycopy-line {
	display:block;
	height:1px;
	width:100%;
	background: rgba(255, 255, 255, 0.2);
}

.bottom-bodycopy-lines {
	display:block;
	height:1px;
	width:100%;
	background: #4e4e4e;
	text-align: center;
}
.footer-image-section .billboard-container {
	min-height: 615px;
}
.bottom-bodycopy-lines:after {
content: "";
    display: block;
    height: 1px;
    width: 100%;
    background: #4e4e4e;
    position: absolute;
    top: 5px;
    left: 0 !important;

}

.bottom-bodycopy-lines .image-container {
    position: relative;
    top: 6px;
	animation: fadeInDown 3s linear;
    -webkit-animation: fadeInDown 2s linear;


}

/* ----------- Animation ----------- */

.bodycopy-line {
	animation-duration: 4s;
}


.bc-top {
		margin: 0px auto 0 33px !important;
}

.bodycopy-content {
font-family: 'Roboto', sans-serif;
	color: #d7cfcf;
	font-size: 19px;
	font-weight: 400;
	line-height: 31px;
	text-align: center;
	margin:0px auto 33px;
	-webkit-font-smoothing: antialiased;
}


.body-copy-accent {
	font-family: 'Playfair Display', serif;
	color: #6fc8f2;
	font-size: 28.27px;
	font-weight: 300;
	line-height: 44px;
	text-align: center;
	padding: 0 110px;
	text-transform: uppercase;
	margin: 10px auto 50px;
	-webkit-font-smoothing: antialiased;
	animation-delay: 1s;
	animation-duration:3s;
}

.s2-bodycopy-main-3 {
	font-family: 'Raleway', sans-serif;
	color: #d7cfcf;
	font-size: 19px;
	font-weight: 400;
	line-height: 31px;
	text-align: center;
	margin: 117px auto 0;
	-webkit-font-smoothing: antialiased;
}
.s2-bodycopy-main-4 {
	display: inline-flex;
	margin: 10px 0 60px;
	animation-delay: 1s;
}


/* Button Styles */

.s2-button {
	animation-delay: 1s;
}

.button {
  display: inline-flex;
  height: 40px;
  width: 150px;
  border: 2px solid #d27855;
  margin: 20px 20px 20px 20px;
  font-family: PlayfairDisplay;
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
}


#button-2 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-2 a {
  position: relative;
  transition: all .35s ease-Out;
}


#button-2:hover #slide {
  left: 0;
}

#button-2:hover a {
  color: #eb926f;
}

#button-2 a {
  color: #fff;
}




.top-row-main .rich-text {
	font-family: 'Raleway', sans-serif;
	color: #d7cfcf;
	font-size: 19px;
	font-weight: 400;
	line-height: 31px;
	text-align: center;
	margin: 117px auto 0;
	-webkit-font-smoothing: antialiased;
}
.middle-row-main .rich-text {
font-family: 'Playfair Display', serif;
	color: #eb926f;
	font-size: 28.27px;
	font-weight: 300;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	margin: 30px auto 45px;
	-webkit-font-smoothing: antialiased;
}
.bottom-row-main .rich-text {
	font-family: 'Raleway', sans-serif;
	color: #d7cfcf;
	font-size: 19px;
	font-weight: 400;
	line-height: 31px;
	text-align: center;
	margin: 0 auto 75px;
	-webkit-font-smoothing: antialiased;
}

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

.footer-image-section {
    position: relative;
    background: #fff;
    min-height: 620px;
    z-index: 2;
}
.bio-page .footer-image-section {
    min-height: auto;
}

.footer-image-section .billboard-container {min-height: 620px;background-position: center center;}
.footer-image-section .billboard-container:before { background: none;}

.social-container {
	text-align: center;
    border-bottom: 8px solid rgba(27, 27, 27, 0.25);
	position: relative;

}

.social-container:before {
    content: "";
    display: block;
    height: 8px;
    width: 75px;
    margin: 0 auto;
    background: #549ec1;
    position: absolute;
    top: 64px;
    left: 50%;
    margin-left: -35px;
    z-index: 30;
}

.social-container:after {
	content:"";
	display:block;
	height:2px;
	position:relative;
	bottom: -29px;
    background: rgba(255, 255, 255, 0.10);}
.social-container .fa {
	color: #fff;
	font-size: 18px;
}
.social-container a {
	position: relative;
	top:5px;
}
.social-main {
	text-align: center;
	border-top: 2px solid #303030;
	padding-top: 35px;
}
.ftr-group-name {
	color: pink;
}
.ftr-disclosures-wrapper {
    padding: 0 30px;
}

.ftr-disclosures {
	font-family: 'Abel', sans-serif;
	font-size: 13px;
    line-height: 20px;
    font-weight: 300;
	color: #7f7f7f;
	text-align: left;
}
.ftr-disclosures a {
	color: #d2d2d2;
}
.ftr-disclosures a:hover {
	color:#eb926f;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.ftr-nap li {
	color: #9c9c9c;
}


.footer-content-1 {
	animation-delay:0.4s;
}
.footer-content-2 {
	animation-delay:0.8s;
}

.footer-content-3 {
	animation-delay:1.2s;
}
.footer-contact-container a:hover {
	color: #549ec1;
}

.footer-contact {
	padding-bottom: 50px;
}

/* ----------- footer slide animation ----------- */

@keyframes slideInDownSmall {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, -20px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDownSmall {
  -webkit-animation-name: slideInDownSmall;
  animation-name: slideInDownSmall;
}

/* ----------- Phone ----------- */

.ftr-nap li[data-phonetype="0"]::before {
    font-family: 'Roboto', sans-serif !important;
	content: 'Fax' !important;
    display: block;
    color: #7f7f7f!important;
    font-size: 9px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0px!important;
    position: relative;
    left: 30px;
    margin-right: 30px;
    margin-bottom: 6px;
}


.ftr-nap li[data-phonetype="5"]::before {
    font-family: 'Roboto', sans-serif !important;
	content: 'Phone' !important;
    display: block;
    color: #7f7f7f!important;
    font-size: 9px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding: 0px!important;
    position: relative;
    left: 30px;
    margin-right: 30px;
    margin-bottom: 6px;
}


.ftr-nap a { text-decoration: none !important; }
.ftr-nap li[data-phonetype="6"]::before {
    font-family: 'Playfair Display', serif !important;
    content: 'Phone: ' !important;
    display: block;
    color: #7f7f7f!important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px!important;
    position: relative;
    left: 30px;
    margin-right: 30px;
    margin-bottom: 6px;
}

.social-container a .fa {
	color: #fff !important;
}

.social-container a:hover .fa {
	color: #549ec1 !important;
}

/* ----------- Address ----------- */

.ftr-nap-address:before {
    display:none;
}
.ftr-nap-address-label {
	color:#549ec1 !important;
	font-family: 'Roboto', sans-serif !important;
	font-size:12px !important;
	line-height: 19px;
	text-transform: uppercase !important;
	font-weight: 400;
}
.ftr-nap .ftr-nap-address-label:before {
	display:none;
}
.ftr-nap .ftr-nap-map-directions:before {
	display: none;
}

.ftr-nap p {
	margin: 0px;
	font-weight:400;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: 26px;
}
.ftr-nap-map-directions a {
	margin: 0px;
	font-weight:400;
	color: #549ec1;
	font-family: 'Roboto', sans-serif;
	font-size: 12px ;
	line-height: 26px;
	text-transform: uppercase;
}
.ftr-nap-map-directions a:hover {
	color:#fff;
}

.footer-component-section {
	position: relative;
    z-index: 3;
}

.footer-wrap-main {
	padding-bottom: 27px;
	background-position: top center;
	background-repeat: no-repeat;
}
.footer-headline-content {
	margin:0 !important;
}
.ftr-cta-wrapper {
	margin: 29px 0 70px!important;
}
.footer-content h2 {
	font-family: 'Playfair Display', serif;
	color: #fff;
	font-size: 21.27px;
	text-align: left !important;
	font-weight: 300;
	line-height: 44px;
	text-transform: uppercase;
	margin: 30px auto 5px;
	-webkit-font-smoothing: antialiased;
}
.ftr-cta h6 {
	font-family: 'Abel', sans-serif;
	color: #fff;
	font-size: 36px;
	line-height: 45px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin: 0px auto 5px;
	-webkit-font-smoothing: antialiased;
}
.ftr-cta h6 span {
	font-family: 'Playfair Display', serif;
	color: #6fc8f2;
	font-size: 28px;
	line-height: 36px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0px;
	display: block;
	-webkit-font-smoothing: antialiased;
}


.footer-head-1 {
	font-family: 'Playfair Display', serif;
	color: #eb926f;
	font-size: 28px;
	font-weight: 300;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px auto 45px;
	-webkit-font-smoothing: antialiased;
	animation-duration: 2s;
}
.footer-head-2 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 53px;
	font-weight: 600;
	line-height: 59px;
	text-align: center;
	margin: 0px auto 0;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	display: block;
}

.ftr-cta:hover {
    border: none;
}

.footer-content a {
		color: #fff;
}

.ftr-nap li,
.ftr-nap-phone a{
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 22px;
	line-height: 26px;
}

.footer-content a:hover {
	color:#eb926f;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.ftr-nap .ftr-nap-phone:before {
	display: none;
}


.blog-posts ul {
	list-style: none;
	padding:0 0px 20px;
	margin-left: 5px;
}
.blog-posts li {
	font-family: 'Raleway', sans-serif;
	color: #ffffff;
	font-size: 15px;
	line-height: 26px;
	font-weight: 500;
	text-align: left;
	margin-bottom: 4px;
	-webkit-font-smoothing: antialiased;
}
.footer-row-main {
	padding-bottom: 30px;
}
.footer-row3 {
	text-align: center;
}
.ftr-nap .ftr-nap-address:before {
	font-family: 'FontAwesome';
	content: '\f041';
}

.col-main-1 {
	text-align: center;
	margin-top: 50px;
}
.col-main-1 .paragraph {
	font-family: 'Raleway', sans-serif;
	color: #7f7f7f;
	font-size: 16px;
	text-align: center;
	font-weight: 400;
	margin: 50px auto;
	-webkit-font-smoothing: antialiased;
	max-width: 550px;
}
.col-main-1 .footer-head {
	font-family: 'Raleway', sans-serif;
	color: #7f7f7f;
	font-size: 21.27px;
	font-weight: 300;
	line-height: 44px;
	text-transform: uppercase;
	margin: 30px auto 5px;
	-webkit-font-smoothing: antialiased;
}
.col-main-1 .footer-head-1 {
	font-family: 'Raleway', sans-serif;
	color: #00BFA5;
	font-size: 28.27px;
	font-weight: 300;
	line-height: 44px;
	text-align: center;
	text-transform: uppercase;
	margin: 30px auto 45px;
	-webkit-font-smoothing: antialiased;
}
.col-main-1 .footer-head-2:after {
	content: "";
	display: block;
	height: 4px;
	background: #aac2d3;
	margin: 30px auto 0;
	width: 120px;
}
.col-main-1 .footer-head-2 {
	font-family: 'Raleway', sans-serif;
	color: #676767;
	font-size: 49px;
	font-weight: 400;
	line-height: 31px;
	text-align: center;
	margin: 0px auto 0;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	display: block;
	margin-bottom: 63px;
}
.row-2 {
	display: inline-block;
	width: 100%;
	background-size: cover;
}

.carousel-btm-image img {
	width: 1138px;
	height: auto;
}
.carousel-btm-image {
	text-align:center;
		position: relative;
	z-index: 10;
}



@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 275s linear infinite;
  -moz-animation: rotating 275s linear infinite;
  -ms-animation: rotating 275s linear infinite;
  -o-animation: rotating 275s linear infinite;
  animation: rotating 275s linear infinite;
}

/*
==============================================
Media Carousel
==============================================
*/

.carousel-content {
	position: relative;
	z-index: 20;
	height: 450px;
}

.media-carousel-main {
	padding:2px;
}

.carousel-header {
	text-align: center;
	margin-top:34px;
	padding-bottom: 80px;
}

.carousel-lines {
	border-bottom: 1px solid #d7d7d7;
	margin-top: -40px;
}
.carousel-lines:after {
	content: "";
	display: block;
	height: 1px;
	background: #d7d7d7;
	width: 100%;
	position:relative;
	bottom:5px;
}


.media-coursel-head-1 {
	font-family: 'Playfair Display', serif;
	color: #c97453;
	font-size: 28px;
	font-weight: 300;
	line-height: 44px;
	text-transform: uppercase;
	text-align: center;
	margin: 0px auto 45px;
	-webkit-font-smoothing: antialiased;
}
.media-coursel-head-2 {
	font-family: 'Raleway', sans-serif;
	color: #393939;
	font-size: 53px;
	font-weight: 600;
	line-height: 59px;
	text-align: center;
	margin: 0px auto 0;
	-webkit-font-smoothing: antialiased;
	text-transform: uppercase;
	display: block;
}

.media-coursel-head-2:after {
	content:"";
	display:block;
	height: 5px;
	width: 60px;
	position: relative;
	background: #d27855;
	margin:27px auto 0px;
}




.slick-track {
	padding: 0px 0 40px;
}
.mc-slide {
	background: none;
}
.mc-heading {
	font-family: 'Playfair Display', serif;
	color: #393939;
	font-size: 29px;
	font-weight: 300;
	line-height: 33px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: -1px;
}

.mc-heading:after {
	content:"";
	display:block;
	height: 5px;
	width: 60px;
	position: relative;
	background: #d27855;
	margin:32px auto 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;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.mc-container {
	padding-bottom: 0px;
}
.mc-container a:hover .mc-heading:after {
	width:90px;
}

.mc-date {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-weight: 300;
}
.mc-copy {
	font-family: 'Raleway', sans-serif;
	color: #393939;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
}
.mc-slide-number {
	color: rgba(255, 255, 255, 0.2);
	position: absolute;
	left: 0px;
	bottom: -50px;
	font-size: 104px;
}
.mc-category {
	color: pink;
}
.mc-category:hover {
	color: orange;
}
.mc-container a{
	padding-top:60px;
}
.mc-container {
	padding-top:0px;
}
.mc-container .slick-dots {
	bottom: 0px;
}
.mc-cta {
	font-family: 'Playfair Display', serif;
	color: #d27855;
	font-size: 20px;
	line-height: 22px;
	font-weight:300;
	background: rgba(253, 253, 253, 0);
	padding: 10px 36px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border: none;
	letter-spacing: 1px;
}
.mc-container a:hover .mc-cta {
	padding: 10px 36px;
	color: #393939;
	border: none;
	background: rgba(253, 253, 253, 0);
	letter-spacing: 2px;

}

.mc-container .slick-slide a: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);

}

.mc-container .slick-prev:before {
	content: "\f104";
	font-family: FontAwesome;
	font-size: 50px;
	background-size: 50px 50px;
	-webkit-text-stroke: 0px #f3f3f3;
	color: #adafb2;
	display: inline-block;
	background-repeat: no-repeat;
	-webkit-transition: background-position .25s;
	transition: background-position .25s;
}
.mc-container .slick-next:before {
	content: "\f105";
	font-family: FontAwesome;
	font-size: 50px;
	background-size: 50px 50px;
	-webkit-text-stroke: 0px #f3f3f3;
	color: #adafb2;
	display: inline-block;
	background-repeat: no-repeat;
	-webkit-transition: background-position .25s;
	transition: background-position .25s;
}
.media-carousel-one .mc-image {
	height: 174px;
}
.col-main-2 {
	color: #00BFA5;
}
.mc-image-wrapper {
	background: none;
}
.mc-container a .mc-image {
	border-radius: 10%;
	background: none;
}


.mc-container .slick-next:before {
  content: "" !important;
}

.mc-container .slick-next:after {
  content: "" !important;
	-webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  position: absolute;
  top: 40px;
  left: 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;
}

.mc-container .slick-prev:after {
     -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 40px;
    right: 0px;
    content: "";
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
    width: 25px;
    height: 25px;
    border-left: 1px solid #393939;
    border-top: 1px solid #393939;
}


.mc-container .slick-prev {
	z-index: 222;
}
.mc-container .slick-prev:before {
  content: "" !important;
}



.heading-billboard-main h1 {
text-align:left;
margin: 0px 0 0;
}

.billboard-container-one {
	position: relative;
}

.heading-billboard-main .head-1 {
text-align: left;
	font-family: 'Playfair Display', serif;

color: #eb926f;
font-size: 31px;
font-weight: 300;
line-height: 44px;
text-transform:uppercase;
display:block;
}

.heading-billboard-main .head-2 {
text-align: left;
font-family: 'Raleway', sans-serif;
color: #393939;
font-size: 52px !important;
font-weight: 600;
line-height: 44px;
text-transform:uppercase;
display:block;
animation-delay:0.4s;

}

.heading-billboard-main .head-3 {
text-align: left;
	font-family: 'Playfair Display', serif;
color: #eb926f;
font-size: 31px;
font-weight: 300;
line-height: 44px;
text-transform:uppercase;
display:block;
max-width:600px;
width:100%;
animation-delay:0.8s;

}
/*
.heading-billboard-main h1:after {
    content: "";
    display: block;
    height: 5px;
    background: #eb926f;
    width: 60px;
    margin-top: 19px;
}*/


.logo-container-1 {
	display: flex;
	height: 0;
}

.ftr-logo-wrapper {
padding-top:0px;
}

/*
==============================================
Sub Content Section
==============================================
*/

.sub-content-section {
	background-attachment: fixed;
	padding:160px 0;
	background-size: cover;
}

.sub-content-headline h4 {
	text-align: center;
}
.sub-content-text {
	color: #393939;
	text-align: left;
	font-size: 17px;
	line-height: 33px;
	padding: 0px 0px 0;
}


.cd-intro {
  width: 90%;
  max-width: 768px;
  text-align: left;
	font-family: 'Raleway', sans-serif;
	color: #393939;
	font-size: 31px;
	line-height: 33px;
	text-transform: uppercase;
    height: fit-content;
    padding: 40px 0 40px 20px;
}
/* --------------------------------

Primary style

-------------------------------- */


.cd-title {
  position: relative;
  height: 160px;
  line-height: 230px;
  text-align: center;
}
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper strong {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
		font-weight:300 !important;

}
.cd-words-wrapper strong.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper strong {
  opacity: 0;
	font-weight:300 !important;
}
.no-js .cd-words-wrapper strong.is-visible {
  opacity: 1;
}



/* --------------------------------

xrotate-1

-------------------------------- */
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 strong {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 strong.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
  transform: rotateX(0deg);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 strong.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}

@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}

.sub-content-container {
	padding: 1px 0;
	display: flex;
	padding-top:60px;
    margin-bottom: 50px;
}
.sub-content-cta .rich-text-container {
	padding-top:30px;
}
.sub-content-cta {
	text-align: center;

}

.sub-content-cta a {
font-family: 'Playfair Display', serif;
    color: #d27855;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
	text-transform: uppercase;
	letter-spacing:1px;
}
.sub-content-cta a:hover {
color: #393939;
		letter-spacing:2px;

}

.sub-content-cta:before {
    content: "";
    display: block;
    height: 3px;
    width: 210px;
    margin: 0 auto;
    top: 0;
    border-top: double #ccc;
}

/*
==============================================
Callouts Section
==============================================
*/

a.callout-link {
    position: relative;
    z-index: 999;
}

.media-carousel-main {
    background-size: cover;
    background-repeat: no-repeat;
	padding: 0 0 110px;
}

.carousel-content .callouts-container .callout-item {
	text-align: center;
}

.cha-2 {
	animation-delay: 0.4s;
}
.cha-3 {
	animation-delay: 0.8s;
}

.cha-p1 {
	animation-delay: 0.4s;
}

.cha-p2 {
	animation-delay: 0.8s;
}
.cha-p3 {
	animation-delay: 1.2s;
}


.carousel-content .callouts-content {
	margin-bottom:100px;
	margin-top: 100px;
}
.carousel-content .callouts-container {
	background: none;
}

.carousel-content .callouts-container .callout-item {
	background: none;
	/*border: 1px solid rgba(255, 255, 255, 0);*/
	-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;
	position: relative;
}
.carousel-content .callouts-section {
	display: grid;
	position: relative;
}

.carousel-content .callout-heading-wrapper{
	font-family: 'Abel', sans-serif;
	font-size:30px;
	color:#000;
	text-transform: uppercase;
}

.carousel-content .callout-heading-wrapper .head-2 {
	font-family: 'Playfair Display', serif;
	color:#0a3463;
	font-size:51px;
	line-height: 58px;
	display:block;
	margin-top: -8px;
	-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;
}

.carousel-content .callout-heading-wrapper .head-2 sup {
    font-size: 34%;
    line-height: 0;
    position: relative;
    vertical-align: middle;
    top: -18px;
}

.carousel-content .callout-heading .head-2 {
	color: #fff;
	font-size: 32px;
	line-height: 34px;
	font-weight: 600;
	position:relative;
	top:4px;
}


.callouts-container .callout-item .callout-copy-wrapper {
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin-top: 32px;
	opacity: 0;
	height:0;
    padding: 0 30px;
	-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;
}

.carousel-content .callout-heading-wrapper:after {
	content:"";
	display:block;
	height: 5px;
	width: 60px;
	position: relative;
	background: #549ec1;
	margin:32px auto 0;
	-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;
}

.carousel-content .callouts-container .callout-item:hover .callout-heading-wrapper:after {
	width: 90px;
}


.carousel-content .callout-item:hover {
	/*border-left: 1px solid rgba(255, 255, 255, 0.10);
	border-right: 1px solid rgba(255, 255, 255, 0.10);*/
	background: rgba(0, 0, 0, 0.15);
}


.callouts-container .callout-item .callout-categories-wrapper {
	display: none;
}

.carousel-content .callouts-container .callout-item .callout-cta-wrapper button {
	font-family: 'Abel', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	background: rgba(0, 0, 0, 0);
	border: none;
	letter-spacing: 1px;
	padding: 10px 25px !important;
}


.carousel-content .callouts-container .callout-item:hover .callout-cta {
	background: rgba(0, 0, 0, 0);
	border: none;
	color: #549ec1;
	letter-spacing:1px;
}

.carousel-content .callouts-container .callout-item:hover .head-2 {
	font-family: 'Playfair Display', serif;
	color:#549ec1;
	font-size:51px;
	line-height: 58px;
	display:block;
	margin-top: -8px;
}

.carousel-content .callouts-container .callout-item:after {
	opacity: 0;
	content: "";
    height: 350px;
    width: 100%;
    display: block;
    background: rgba(45, 104, 144, 0.20) !important;
    position: absolute;
    top: -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;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.carousel-content .callouts-container .callout-cta-wrapper {
	width: 190px;
    margin: 0 auto;
	height: auto;
    padding: 0;
}
.carousel-content .callouts-container .callout-item:hover:after {
	content: "";
    height: 423px;
    width: 100%;
    display: block;
    background: rgba(45, 104, 144, 0.20) !important;
    position: absolute;
    top: -63px;
	opacity: 1;
	-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;
}

.carousel-content .callouts-container .callout-item:hover {
	background: none !important;
	cursor: pointer;
}
.carousel-content .callouts-container .callout-item:hover .callout-copy-wrapper {
	opacity: 1;
	height: 70px !important;

}


/*
==============================================
Quote Home Section
==============================================
*/


.quote-section {
	animation-duration: 4s;
}


.quote-section {

/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+68,ffffff+95,1c1c21+100&0.15+0,0+68,0+94,0.1+95,0.1+100 */
background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 68%, rgba(255,255,255,0) 94%, rgba(255,255,255,0.1) 95%, rgba(28,28,33,0.1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 68%,rgba(255,255,255,0) 94%,rgba(255,255,255,0.1) 95%,rgba(28,28,33,0.1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%,rgba(255,255,255,0) 68%,rgba(255,255,255,0) 94%,rgba(255,255,255,0.1) 95%,rgba(28,28,33,0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26ffffff', endColorstr='#1a1c1c21',GradientType=0 ); /* IE6-9 */

	padding-top:50px;
}
.quote-section:after {
	content:"";
	display:block;
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.10);
	bottom: 23px;
	position: absolute;
}


.quote-wrapper {
	padding: 20px 15px 115px;
}
.quote-wrapper .quote-hr {
    height: 5px;
    max-width: 880px;
    border: none;
    width: 100% !important;
    background: none !important;
}
.quote-hr:before {
    content: "";
    display: block;
    height: 5px;
    width: 83px;
    margin: 0 auto;
    background: #549ec1;
    top: 0;
}
.quote-hr:after {
    content: "";
    display: block;
    height: 1px;
    max-width: 880px;
	width:90%;
    margin: 0 auto;
    background: rgba(128, 128, 128, 0.2);
    top: 22px;
    position: absolute;
}
.quote-head-1 {
   	text-transform: uppercase;
	display:block;
	animation-delay:1s;
		animation-duration: 1.5s;

}
.quote-head-2 {
	animation-delay:1s;
	animation-duration: 1.5s;

}
.quote {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 45px;
    max-width: 858px;
	width:100%;
    margin: 55px auto 25px;
    color:#1f1f1f;
}
.quote-cite {
	margin-top: 22px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-style: normal;
	text-transform:uppercase;
	color: #727373;
	letter-spacing:1px;
}
.author-second {
		animation-delay:1s;
	animation-duration: 2s;

}
.quote-home .quote { color:#fff !important; }


/*
==============================================
RESPONSIVE - NEW
==============================================
*/


/* Large devices (tablet landscape, 1024px and less) tablet-l */

@media only screen and (max-width: 1024px) {
	.interior-default {
	overflow: hidden;
	}
	.primary-nav > li > a {
	margin-left: 0px;
	font-size:16px;
	}
	.nav-center .primary-nav {
	left:58%;
	}


	.primary-nav {
	min-width: auto !important;
	}
	.billboard-container {
	min-height: 663px;
	}
	.who-we-help .billboard-container-one .billboard-container, .retirees .billboard-container-one .billboard-container, .licensed-professionals .billboard-container-one .billboard-container, .closely-held-business-owners .billboard-container-one .billboard-container, .independent-women .billboard-container-one .billboard-container {
	background-position: top center !important;
	background-size: 140% !important;
	}
	.callouts-container .callout-item {
	width: calc(30% - 0px);
	}
	.callout-copy-wrapper {
	height: auto;
	}
	.callouts-container .callout-item .callout-cta-wrapper {
	padding:0px 10px;
	}
	.callouts-container {
	padding: 0px;
	}
	.team-content {
	padding: 63px 90px 10px;
	}
	.carousel-content .callout-heading-wrapper .head-2 {
	font-size: 38px;
	}
	.carousel-content .callouts-container .callout-item:hover .head-2 { font-size: 38px; }
	.billboard-heading-wrapper {
		bottom: -255px;
	}
	.footer-image-section {
    min-height: 419px;
	}
}





/* Large devices (desktops, 992px and less) */

@media only screen and (max-width: 992px) {}


/* Medium devices (tablet portrait, 768px and less) tablet-p */

/* New Navigation Styles */

@media only screen and (max-width: 780px) {
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:before {
	    top: -7px;
	    height: 7px;
	    border-bottom: #ffffff 4px solid;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger span:after {
	    bottom: -7px;
	    height: 7px;
	    border-top: #ffffff 4px solid;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before {
		height: 3px;
    	border: none;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
		height: 3px;
    	border: none;
	}
}

.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: #6fc8f2 !important;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span {
	background: transparent !important;
}

.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper {
    top: 16px;
    right: -25px;
}
i.has-children-arrow.fa {
	color: #c9cbc4;
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-right .primary-nav {
    text-align: center;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a,
.investor-access-remember-me-label
 {
	color: rgba(1, 0, 0, 0.80);
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 15px;
    padding: 0 18% 0 0;
    height: 30px;
    display: block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform, opacity;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover {
    color: #549ec1;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
	min-width: 310px;
	padding: 45px 25px 20px;
    margin-top: -5px;
    top: 81px !important;
    -webkit-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.9);
    -moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.9);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav li.page-link .nav-subnav {
    right: 0px;
}
.investor-access-id, .investor-access-password {
	font-family: 'Raleway', sans-serif;
	padding: 10px 0 10px 35px;
    margin-bottom: 10px !important;
    border: none !important;
    border-bottom: 1px solid black !important;
    width: 100%;
}
.investor-access-remember-me-label {
	float: left;
}
/* .account-access form {
	margin-top: -40px;
} */
.investor-access-wrapper i.fa {
	font-size: 20px;
	bottom: 22px;
}
.investor-access-wrapper a {
	width: 100%;
	padding-right: 0px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
	padding-right: 0px;
}
.investor-access-input-wrapper input {
	padding-left: 30px;
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
	padding-right: 20px;
}
input.investor-access-remember-me {
	transform: translateY(1.5px);
}
.investor-access-login-button {
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}
.investor-access-login-button:hover {
	border: 2px solid #000000;
	background-color: #549ec1;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

@media only screen and (max-width: 1170px) {
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
	    margin-left: 0px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
	    padding-right: 12px;
	}
	.primary-nav > li > a {
	    font-size: 16px;
	}
}

@media only screen and (max-width: 905px) {
	.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
	    padding-right: 6px;
	}
	.primary-nav > li > a {
	    font-size: 14px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper {
    	right: -30px;
	}
}

@media only screen and (max-width: 780px) {
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li {
    	padding: 0px;
	}
	.primary-nav > li > a {
	    font-size: 20px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper {
	    right: 0px;
	    top: 0px;
	}
	.has-children-arrow-wrapper i.fa {
		color: #549ec1;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).click-nav .primary-nav li > .nav-subnav.clicked {
		top: 0px !important;
		padding: 45px 0px 20px;
    	padding-top: 17px !important;
    	left: 0px;
	}
	body:not(.van-mobile-nav) .nav {
		height: 100% !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
	    margin-top: 10px;
	    padding: 0px 16px;
	    text-align: left;
	}
	.nav-address-mobile .nav-address-overall-wrapper span {
	    float: left;
	    clear: both;
	    padding: 4px 0px;
	}
	.nav-address-mobile span.address-group-name-1 {
		padding-top: 20px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
	    padding: 25px 0px 0px;
	    margin-top: 0px;
	    top: 0px !important;
	    left: 0px !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
    	padding: 0px 18% 0px 20px;
	}
	input.investor-access-remember-me {
	    margin-bottom: 15px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
	    padding: 4px 32px 4px 17px;
	}
}


/* END New Navigation Styles */




@media only screen and (max-width: 768px) {
	.interior-default {
	overflow: hidden;
	}
	.main-content {
    padding-top: 0px;}

	.billboard-heading-wrapper {
		bottom: -258px;
	}

/*  navigation */
	.primary-nav.nav-is-visible {

		background: #fff;
	}
	.secondary-nav .nav-address-overall-wrapper {
		display:none;
	}

	.primary-nav .secondary-nav {
		top: 0px !important;
		left: 0px;

	}
	.primary-nav {
		display: inherit !important;
	}
	.primary-nav {
		height: inherit !important;
	}

	.nav-overall-wrapper {
		height:0;
	}
	.nav-address-mobile {
		font-family: 'Roboto', sans-serif;
		font-size: 18px;
		line-height: 26px;
	}
	.nav-address-mobile .nav-address-overall-wrapper span {
		color: rgba(1, 0, 0, 0.80);
	}
	.primary-nav a {
		color: rgba(1, 0, 0, 0.80);
	}

	.primary-nav .secondary-nav a {
	height:35px;
	}
	.primary-nav {
	min-width: 260px !important;
	animation: fadeIn 2s linear;
	-webkit-animation: fadeIn 2s linear;

	}

	.primary-nav > li > a {
	margin-left:0px;
	}

	.nav:after {
	display: none;
	}
	.primary-nav .secondary-nav {
	-webkit-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.0);
	-moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.0);
	border-top: 1px solid rgba(255, 255, 255, 0.0);

	}

	.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
	background: #6fc8f2;
	}

	.primary-nav a {
	border-bottom: 1px solid rgba(58, 63, 64, 0.7);
	}
	.nav-address-mobile .nav-double-separator {
	border-top:none;
	border-bottom:none;
	}

	li.has-children a > i {
	margin-right: 10px;
	}
	.primary-nav .secondary-nav {
	padding: 10px 0px 20px;
	margin-top: 0px;
	}
	.nav-trigger span,
	.nav-trigger span::before,
	.nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #6fc8f2;
	}

	.nav-trigger.nav-is-visible span::before,
	.nav-trigger.nav-is-visible span::after {
	/* keep visible other 2 lines */
	background: #6fc8f2;
	}

	.nav-overlay {
	display:inherit;
	}
	.nav-overlay.is-visible {
	z-index: 100;
	}
	nav.nav {
	z-index: 250;
	padding:0px;
	position: absolute;
	}

	.nav-header-buttons {
	z-index: 250;
	}
	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
	font-size: 22px;
	}

	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
	font-size: 22px;
	}

	.billboard-heading-wrapper {
    padding: 10px 15px;
    background: none;
	bottom: -258px;

}

	.ftr-brokercheck {
	z-index: 250;
	}

	.bio-detail-headshot {
    width: 60%;
	}
	.bio-title {
		margin-bottom: 40px;
	}
	.bio-detail-previous-link-wrapper-mobile {
		bottom: 84px;
	}
	.bio-detail-next-link-wrapper-mobile {
		bottom: 84px;
	}
	.home-section-main {
	overflow: hidden;
	}
	.billboard-container .billboard-logo-wrapper {
		margin-top:23px;
	}
	.billboard-heading h1 {
		margin-bottom: 5px;
	}


/* body */
	.bodycopy-wrap-content-int {
		    padding: 76px 73px 107px;
	}
	.bodycopy-wrap-content-int {
		margin-bottom: 50px;
	}
	.resource .rich-text-container {
	padding: 0px 73px;
	}
		.blog .rich-text-container {
    padding: 40px 0px;
	}

	#filterbar {
    border-bottom: solid 1px #CECECE;
    margin: 50px 0px 0px;
}

	.video-content {
	height: 505px;
	}
	.video-content .image-container {
    position: absolute;
    top: 465px;
	}

	.callouts-container .callout-item {
	width: calc(30% - 0px);
	}
	.callout-copy-wrapper {
	height: auto;
	}
	.callouts-container .callout-item .callout-cta-wrapper {
	padding:0px 10px;
	}
	.callouts-container {
	padding: 0px;
	}
	.callouts-container .callout-item .callout-heading-wrapper {
	padding: 0 10px;
	}
	.callouts-container .callout-item .callout-copy-wrapper {
	padding: 0 10px;
	}



/*** media carousel ***/
	.mc-heading {
	font-size: 22px;
	line-height: 27px;
	}

	.mc-content-wrapper {
	padding: 20px 0;
	}

/*** quote ***/
	.quote {
	font-size: 24px;
	}

	.billboard-content-wrapper .container {
	max-width: calc(100% - 0px);
	}
	.main-head-line {
	margin-left: 18px;
	}

/* Billboard */
	.billboard-heading h1 span {
		font-size: 55px;
	}
	.billboard-heading-wrapper {
		padding: 10px 15px;
		background: none;
	}

	.media-carousel-main {
	height: 900px;
	}
	.team-content {
	padding: 63px 90px 10px;
	}

	.sub-content-container {
	display: inherit;
	}
	.cd-words-wrapper {
	display: table
	}
	.cd-intro {
	padding-left:0px;
	}
	.sub-content-text-supporting {
	padding-left: 0px;
	}

/* Footer */
	.footer-image-section .billboard-container {
    min-height: 500px;
}
		.footer-image-section {
    min-height:320px;
}

	.ftr-cta h6 span {
		padding: 0 80px;
	}
	.ftr-disclosures-wrapper {
	padding:20px;
	}
	.ftr-disclosures {
	margin:30px 0px;
	}
	.carousel-content .callout-heading-wrapper .head-2 {
	font-size: 29px;
	}
	.carousel-content .callouts-container .callout-item:hover .head-2 {
		font-size: 38px;
	}

}


/* ----------- iPhone plus 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {
	  .billboard-container {
        min-height: 662px !important;
	  }
}

/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	  .footer-image-section .billboard-container {
    min-height:300px !important;
    background-position: center bottom;
	}

}

/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	.billboard-heading-wrapper {
	bottom: -472px !important;


	}

	.billboard-heading h1 span {
	font-size: 44px !important;
	line-height: 43px;
	}

	.billboard-container {
    min-height: 860px !important;
	}


}




/* Extra small devices (most portrait phones, 480px and less) mobile-p */

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


/*  navigation */
	.primary-nav.nav-is-visible {

		background: #fff;
	}
	.secondary-nav .nav-address-overall-wrapper {
		display:none;
	}

	.primary-nav .secondary-nav {
		top:0 !important;
	}
	.primary-nav {
		display: inherit !important;
	}
	.primary-nav {
		height: inherit !important;
	}

	.nav-overall-wrapper {
		height:0;
	}
	.nav-address-mobile .nav-address-overall-wrapper span {
		color: rgba(1, 0, 0, 0.80);
	}
	.primary-nav a {
		color: rgba(1, 0, 0, 0.80);
	}

	.primary-nav .secondary-nav a {
	height:35px;
	}
	.primary-nav {
	min-width: 260px !important;
	animation: fadeIn 2s linear;
	-webkit-animation: fadeIn 2s linear;

	}

	.primary-nav > li > a {
	margin-left:0px;
	}

	.nav:after {
	display: none;
	}
	.primary-nav .secondary-nav {
	-webkit-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.0);
	-moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.0);
	border-top: 1px solid rgba(255, 255, 255, 0.0);

	}

	.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
	background: #6fc8f2;
	}

	.primary-nav a {
	border-bottom: 1px solid rgba(58, 63, 64, 0.7);
	}
	.nav-address-mobile .nav-double-separator {
	border-top:none;
	border-bottom:none;
	}

	li.has-children a > i {
	margin-right: 10px;
	}
	.primary-nav .secondary-nav {
	padding: 10px 0px 20px;
	margin-top: 0px;
	}
	.nav-trigger span,
	.nav-trigger span::before,
	.nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #6fc8f2;
	}

	.nav-trigger.nav-is-visible span::before,
	.nav-trigger.nav-is-visible span::after {
	/* keep visible other 2 lines */
	background: #6fc8f2;
	}

	.nav-overlay {
	display:inherit;
	}
	.nav-overlay.is-visible {
	z-index: 100;
	}
	nav.nav {
	z-index: 250;
	padding:0px;
	position: absolute;
	}

	.nav-header-buttons {
	z-index: 250;
	}
	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
	font-size: 22px;
	}

	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
	font-size: 22px;
	}

	.nav-overlay {
		display:inherit;
	}
	.nav-overlay.is-visible {
		z-index: 100;
	}
	nav.nav {
    z-index: 250;
	padding:0px;
    position: absolute;
	}

	.nav-header-buttons {
		z-index: 250;
	}


/* Content */
.resource-details-main .bodycopy-wrap-content-int {
    display: block;
}

/* Billboard */
	.billboard-container {
    background-size: contain !important;
    background-position: center 180px;
    background-repeat: no-repeat;
/*	min-height: 633px;*/
		    max-height: 100vh !important;
	}
/*
	.billboard-heading-wrapper {
	position: relative;
        top: -75px;
    bottom: unset;
	}

*/
.billboard-heading {
	display: table;
	height: 237px !important;
	overflow:hidden;

}


	.billboard-heading-wrapper {
	padding: 10px 15px;
	bottom: -197px;

	}

	.billboard-content-wrapper {
		justify-content: space-between;
	}
	.billboard-heading h1 {
    font-size: 30px;
	vertical-align: middle;
	display: table-cell;
	}

	.billboard-heading h1 span {
    font-size: 46px;
    line-height: 43px;
	}

	.bodycopy-wrap-content-int {
		padding: 40px 15px 30px;
	}



	.bodycopy-content {
		margin: 0 auto !important;
	}
	.bodycopy-wrap-content {
		display: inherit;
	}

	.bodycopy-wrap:before {
    top: -39px;
	}
	.bodycopy-wrap {
		padding: 72px 0 72px;
	}

	.bio-page .bodycopy-wrap-content-int {
    padding: 40px 15px 30px;
}
	.body-copy-accent {
		font-size: 27px;
		line-height: 32px;
		padding: 0 0px;
	}
	.resource .bodycopy-wrap-content-int {
    padding: 40px 10px 37px;
	}

	#filterbar {
    border-bottom: solid 1px #CECECE;
    margin: 50px 0px 0px;
	}
	.resource .rich-text-container {
    padding: 0px 0px;
	}
	.blog .rich-text-container {
    padding: 40px 0px;
	}
	.interior-default {
	overflow: hidden;
	}
	.home-section-main {
	overflow: hidden;
	}
	.team-content {
	padding: 40px;
	}
	.video-content .image-container {
    position: absolute;
    top: 252px;
	}
	.video-content {
    height: 270px;
		top:-94px;
	}

	.heading-billboard-main .head-3 {
		line-height: 30px;
	}
	.main-head-line {
		margin-left: 20px;
	}

/* Call outs */
	.media-carousel-main {
    height: inherit !important;
	}


	.carousel-content {
    height: inherit;
	}

	.callouts-section {
		display: inherit;
	}
	.callouts-mobile-slider {
		background:none;
	}
	.callouts-mobile-slider .callout-item {
		background:none;
	}
	.callouts-mobile-slider .callout-item .callout-copy-wrapper {
		margin-top:35px;
	}
	.callouts-mobile-slider .callout-item .callout-cta-wrapper button {
    font-family: 'Abel', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #549ec1;
    background: rgba(0, 0, 0, 0);
    border: none;
    letter-spacing: 1px;
    padding: 10px 25px !important;

	}
	.slick-dots li button:before {
		font-size: 11px;
		color:#84889e;
	}
	.slick-dots li.slick-active button:before {
		color:#fff;
	}
	.slick-dots {
		padding-right:30px;
	}
/* Quote */
	.quote-wrapper {
    padding: 20px 0px 30px;
	}
	.quote-hr {
		max-width:100%;
	}
	blockquote {
    padding: 10px 0px;
	}

	.media-carousel-main {
		height: 740px;
	}
	.slick-track {
		padding: 0px 0 0px;
	}

/* footer image */


	.footer-image-section .billboard-container {
    min-height: 282px;
		background-position: center bottom;
	}
	.footer-image-section {
    position: relative;
    z-index: 2;
	background:none;
		    min-height:260px;

	}


/* Footer */
	.ftr-cta h6 span {
    padding: 0 20px;
	}

	.footer-content-1 {
		margin: 10px 0 30px;
	}
	.footer-content-2 {
		margin: 20px 0;
	}
	.mc-container .slick-arrow {
		opacity:1;
	}

	.slick-next:before {
		opacity:0;
	}
	.slick-prev:before {
		opacity:0;
	}

	.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
		opacity: 0;
	}

	.slick-prev:after {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 14px;
    right: -10px;
    content: "";
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
    width: 25px;
    height: 25px;
    border-left: 1px solid #51576d;
    border-top: 1px solid #51576d;
}

	.slick-next:after {
    content: "" !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 14px;
    left: -10px;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg);
    width: 25px;
    height: 25px;
    border-right: 1px solid #51576d;
    border-top: 1px solid #51576d;
    -webkit-text-stroke: 8px transparent !important;
}

	.video-content .image-container {
		display: none;
	}

	.carousel-content .callout-heading-wrapper .head-2 {
    font-size: 39px;
	}
	.callouts-mobile-slider .callout-heading-wrapper {
		display: initial !important;
	}
	.callouts-mobile-slider .callout-item .callout-copy-wrapper {
	display: initial;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin-top: 32px;
	opacity: 0;
	height:0;
	position: relative;
    top: -20px;
	}

	.slick-prev {
    left: -5px;
	}

	.slick-next {
    right: -5px;
}

	.callouts-mobile-slider {
		margin: 0px 0;
		padding-top:0px;
	}
	.callouts-mobile-slider .callout-item .callout-cta-wrapper {
		top: -20px;
		position: relative;
	}

	.callouts-mobile-slider {
    margin-bottom: 12px;
}

	.callouts-mobile-slider .callout-item .callout-copy-wrapper p {
	padding: 0 20px;
		margin: 0;
	}


	.callouts-mobile-slider {
		text-align: center;
	}

	.callout-heading .head-2:after {
		margin: 32px auto 0;
	}
	.callouts-mobile-slider .callout-item .callout-cta-wrapper {
		padding:0 20px;
	}

	.quote {
		font-size:24px;
		line-height: 31px;
	}
	.address-group-name-1 {
		font-size: 24px;
    	line-height: 27px;
		font-weight: 300;
	}
	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
		font-size: 22px;
	}
	.ftr-disclosures-wrapper {
		padding:20px;
	}
	.ftr-disclosures {
		margin:30px 0px;
	}	}





/* 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-default {
	overflow: hidden;
	}

	.home-section-main {
	overflow: hidden;
	}

	.ftr-brokercheck {
		z-index: 250;
	}

/*  navigation */
	.primary-nav.nav-is-visible {

		background: #fff;
	}
	.secondary-nav .nav-address-overall-wrapper {
		display:none;
	}

	.primary-nav .secondary-nav {
		top:0 !important;
	}
	.primary-nav {
		display: inherit !important;
	}
	.primary-nav {
		height: inherit !important;
	}

	.nav-overall-wrapper {
		height:0;
	}
	.nav-address-mobile .nav-address-overall-wrapper span {
		color: rgba(1, 0, 0, 0.80);
	}
	.primary-nav a {
		color: rgba(1, 0, 0, 0.80);
	}

	.primary-nav .secondary-nav a {
	height:28px;
	}
	.primary-nav {
	min-width: 260px !important;
	animation: fadeIn 2s linear;
	-webkit-animation: fadeIn 2s linear;

	}

	.primary-nav > li > a {
	margin-left:0px;
	}

	.nav:after {
	display: none;
	}
	.primary-nav .secondary-nav {
	-webkit-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.0);
	-moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.0);
	border-top: 1px solid rgba(255, 255, 255, 0.0);

	}

	.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
	background: #6fc8f2;
	}

	.primary-nav a {
	border-bottom: 1px solid rgba(58, 63, 64, 0.7);
	}
	.nav-address-mobile .nav-double-separator {
	border-top:none;
	border-bottom:none;
	}

	li.has-children a > i {
	margin-right: 10px;
	}
	.primary-nav .secondary-nav {
	padding: 10px 25px 20px;
	margin-top: 0px;
	}
	.nav-trigger span,
	.nav-trigger span::before,
	.nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #6fc8f2;
	}

	.nav-trigger.nav-is-visible span::before,
	.nav-trigger.nav-is-visible span::after {
	/* keep visible other 2 lines */
	background: #6fc8f2;
	}

	.nav-overlay {
	display:inherit;
	}
	.nav-overlay.is-visible {
	z-index: 100;
	}
	nav.nav {
	z-index: 250;
	padding:0px;
	position: absolute;
	}

	.nav-header-buttons {
	z-index: 250;
	}
	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
	font-size: 22px;
	}

	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
	font-size: 22px;
	}

	.nav-overlay {
		display:inherit;
	}
	.nav-overlay.is-visible {
		z-index: 100;
	}
	nav.nav {
    z-index: 250;
	padding:0px;
    position: absolute;
}

	.nav-header-buttons {
		z-index: 250;
	}


	.video-content {
    top: -21px;
	}
	.interior .billboard-container {
    min-height: 850px;
	}
	.billboard-container  {
		background-size: 100% !important;
		background-repeat: no-repeat;
	}


	.bodycopy-wrap:before {
    top: -24px;
}

	.bodycopy-content {
		margin: 0 auto !important;
	}
	.bodycopy-wrap-content {
		display: inherit;
	}
	.bodycopy-wrap {
		padding: 72px 0 72px;
		padding: 56px 0 26px;
	}
	.body-copy-accent {
		font-size: 27px;
		line-height: 32px;
		padding: 0 0px;
	}

	.billboard-container {
    min-height: 830px !important;
	}
	.interior .billboard-container {
    min-height: 830px;
}

	.billboard-heading h1 {
		font-size: 30px;
		margin-bottom: 25px;
	}
	.billboard-heading h1 span {
    font-size: 46px;
    line-height: 43px;
	}
	.billboard-heading-wrapper {
	background: none ;
		    bottom: -438px;
	}

	.resource .bodycopy-wrap-content-int {
    padding: 40px 10px 37px;
	}

	#filterbar {
    border-bottom: solid 1px #CECECE;
    margin: 50px 0px 0px;
	}
	.resource .rich-text-container {
    padding: 0px 0px;
	}
	.blog .rich-text-container {
    padding: 40px 0px;
	}



	.main-head-line {
		margin-left: 20px;
	}
	.video-content .image-container {
		display:none;
	}

/* Call outs */
	.callouts-section {
		display: inherit;
	}
	.callouts-mobile-slider {
		background:none;
	}
	.callouts-mobile-slider .callout-item {
		background:none;
	}
	.callouts-mobile-slider .callout-item .callout-copy-wrapper {
		margin-top:35px;
	}

	  .carousel-content .callout-heading-wrapper .head-2 {
    font-size: 38px;
}
	.media-carousel-main {
    height: inherit !important;
	}
	  .callouts-mobile-slider .callout-item .callout-copy-wrapper {
	display: initial;
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	line-height: 30px;
	color: #000;
	margin-top: 32px;
	opacity: 0;
	height:0;
	position: relative;
    top: -20px;
	}

	.carousel-content {
    height: inherit;
	}

	.callouts-section {
		display: inherit;
	}
	.callouts-mobile-slider {
		background:none;
	}
	.callouts-mobile-slider .callout-item {
		background:none;
	}
.callouts-mobile-slider .callout-item .callout-cta-wrapper {
    top: -20px;
    position: relative;
}
	.callouts-mobile-slider .callout-item .callout-cta-wrapper button {
    font-family: 'Abel', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #549ec1;
    background: rgba(0, 0, 0, 0);
    border: none;
    letter-spacing: 1px;
    padding: 10px 25px !important;


	}
	.slick-prev {
    left: -5px;
	}

	.slick-next {
    right: -5px;
}

	.slick-dots li button:before {
		font-size: 11px;
		color:#84889e;
	}
	.slick-dots li.slick-active button:before {
		color:#fff;
	}
	.slick-dots {
		padding-right:30px;
	}	.quote-hr {
		max-width:100%;
	}

	.media-carousel-main {
		height: 740px;
	}
	.slick-track {
		padding: 0px 0 0px;
	}
	.footer-content-1 {
		margin: 10px 0 30px;
	}
	.footer-content-2 {
		margin: 20px 0;
	}
	.mc-container .slick-arrow {
		opacity:1;
	}

	.slick-next:before {
		opacity:0;
	}
	.slick-prev:before {
		opacity:0;
	}

	.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
		opacity: 0;
	}

	.slick-prev:after {
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 14px;
    right: -10px;
    content: "";
    -webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
    transform: rotate(-45deg) skew(-10deg, -10deg);
    width: 25px;
    height: 25px;
    border-left: 1px solid #51576d;
    border-top: 1px solid #51576d;
}

	.slick-next:after {
    content: "" !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: absolute;
    top: 14px;
    left: -10px;
    -webkit-transform: rotate(45deg) skew(10deg, 10deg);
    transform: rotate(45deg) skew(10deg, 10deg);
    width: 25px;
    height: 25px;
    border-right: 1px solid #51576d;
    border-top: 1px solid #51576d;
    -webkit-text-stroke: 8px transparent !important;
}

	.nav-overlay {
		display:inherit;
	}
	.nav-overlay.is-visible {
		z-index: 100;
	}
	nav.nav {
    z-index: 250;
	padding:0px;
    position: absolute;
}

	.nav-header-buttons {
		z-index: 250;
	}
	.callouts-mobile-slider .callout-heading-wrapper {
		display: initial !important;
	}
	.callouts-mobile-slider .callout-item .callout-copy-wrapper {
		display: initial;
	}
	.callouts-mobile-slider {
		text-align: center;
	}

	.callout-heading .head-2:after {
		margin: 32px auto 0;
	}
	.callouts-mobile-slider .callout-item .callout-cta-wrapper {
		padding:0 20px;
	}

	.quote {
		font-size:23px;
		line-height: 31px;
	}

	.address-group-name-1 {
		font-size: 24px;
    	line-height: 27px;
		font-weight: 300;
	}
	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
		font-size: 22px;
	}
	.ftr-disclosures-wrapper {
		padding:20px;
	}
	.interior .billboard-container {
    min-height: 350px;
	}


	.ftr-disclosures {
		margin:30px 0px;
	}
	.sub-content-container {
		display: inherit;
	}

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
/*  navigation */
	.primary-nav.nav-is-visible {

		background: #fff;
	}
	.secondary-nav .nav-address-overall-wrapper {
		display:none;
	}

	.primary-nav .secondary-nav {
		top:0 !important;
	}
	.primary-nav {
		display: inherit !important;
	}
	.primary-nav {
		height: inherit !important;
	}

	.nav-overall-wrapper {
		height:0;
	}
	.nav-address-mobile .nav-address-overall-wrapper span {
		color: rgba(1, 0, 0, 0.80);
	}
	.primary-nav a {
		color: rgba(1, 0, 0, 0.80);
	}

	.primary-nav .secondary-nav a {
	height:35px;
	}
	.primary-nav {
	min-width: 260px !important;
	animation: fadeIn 2s linear;
	-webkit-animation: fadeIn 2s linear;

	}

	.primary-nav > li > a {
	margin-left:0px;
	}

	.nav:after {
	display: none;
	}
	.primary-nav .secondary-nav {
	-webkit-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.0);
	-moz-box-shadow: inset 0 60px 60px -60px rgba(0,0,0,0.0);
	border-top: 1px solid rgba(255, 255, 255, 0.0);

	}

	.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
	background: #6fc8f2;
	}

	.primary-nav a {
	border-bottom: 1px solid rgba(58, 63, 64, 0.7);
	}
	.nav-address-mobile .nav-double-separator {
	border-top:none;
	border-bottom:none;
	}

	li.has-children a > i {
	margin-right: 10px;
	}
	.primary-nav .secondary-nav {
	padding: 10px 0px 20px;
	margin-top: 0px;
	}
	.nav-trigger span,
	.nav-trigger span::before,
	.nav-trigger span::after {
	/* hamburger icon in CSS */
	position: absolute;
	display: inline-block;
	height: 3px;
	width: 24px;
	background: #6fc8f2;
	}

	.nav-trigger.nav-is-visible span::before,
	.nav-trigger.nav-is-visible span::after {
	/* keep visible other 2 lines */
	background: #6fc8f2;
	}

	.nav-overlay {
	display:inherit;
	}
	.nav-overlay.is-visible {
	z-index: 100;
	}
	nav.nav {
	z-index: 250;
	padding:0px;
	position: absolute;
	}

	.nav-header-buttons {
	z-index: 250;
	}
	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
	font-size: 22px;
	}

	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
	font-size: 22px;
	}

	.nav-overlay {
		display:inherit;
	}
	.nav-overlay.is-visible {
		z-index: 100;
	}
	nav.nav {
    z-index: 250;
	padding:0px;
    position: absolute;
	}

	.nav-header-buttons {
		z-index: 250;
	}


	.resource .bodycopy-wrap-content-int {
    padding: 40px 10px 37px;
	}

	#filterbar {
    border-bottom: solid 1px #CECECE;
    margin: 50px 0px 0px;
	}
	.resource .rich-text-container {
    padding: 0px 0px;
	}
	  	.blog .rich-text-container {
    padding: 40px 0px;
	}

	  .bodycopy-wrap-content-int {
		padding: 40px 10px 37px;
	  }

	  	.billboard-container {
    min-height: 830px !important;
	}
	.interior .billboard-container {
    min-height: 830px !important;
}
.billboard-heading-wrapper {
    bottom: -82px !important;
}

	.billboard-container {
	min-height: 420px !important;
	}
	.billboard-heading h1 {
	font-size: 30px;
	margin-bottom: 5px;
	}
	.billboard-heading h1 span {
	font-size: 46px;
	line-height: 43px;
	}
	.billboard-heading-wrapper {
	bottom: -488px;
	}

	.main .image-container {
		  display: none;
	  }
	  	.video-content .image-container {
		display:none;
	}


	  .carousel-content .callout-heading-wrapper .head-2 {
    font-size: 26px;
}

}

@media screen\0 {
	.carousel-content .callout-heading-wrapper .head-2 {
		font-size: 45px !important;
	}
	.bio-detail-next {
    position: relative;
    top: -50px;
	}

	.bio-detail-prev {
    position: relative;
    top: -50px;
	}

	.bio-detail-next-bio {
    position: relative;
    top: -50px;

	}
	.bio-detail-prev-bio {
    position: relative;
    top: -50px;
	}

}

.blog-detail-banner-wrapper {
	max-width: 100%;
}

/******* Prev/Next Button Styles - Blog/Resource/Bio *******/

.blog-detail-previous-link-wrapper, .resource-detail-previous-link-wrapper, .bio-detail-previous-link-wrapper {
	top: 20% !important;
	text-align: left;
	opacity: 0;
	background: #549ec13d;
	max-height: 70px;
	border-radius: 10px;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-detail-next-link-wrapper, .resource-detail-next-link-wrapper, .bio-detail-next-link-wrapper {
	top: 20% !important;
	text-align: right;
	opacity: 0;
	background: #549ec13d;
	max-height: 70px;
	border-radius: 10px;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-detail-previous-link-wrapper:hover, .resource-detail-previous-link-wrapper:hover, .bio-detail-previous-link-wrapper:hover {
	background: #549ec1;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-detail-next-link-wrapper:hover, .resource-detail-next-link-wrapper:hover, .bio-detail-next-link-wrapper:hover {
	background: #549ec1;
	-webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-detail-prev, .blog-detail-next, .resource-detail-prev, .resource-detail-next, .bio-detail-prev, .bio-detail-next {
	color: #ffffff;
    font-weight: 300;
    font-size: 18px;
	line-height: 40px;
	text-shadow: 1px 1px 2px #012957;
}

.resource-detail-previous-link:hover .resource-detail-prev, .resource-detail-next-link:hover .resource-detail-next {
	color: white;
}

.blog-detail-prev-resource, .blog-detail-next-resource, .resource-detail-prev-resource, .resource-detail-next-resource, .bio-detail-prev-bio, .bio-detail-next-bio {
	color: #ffffff;
	font-size: 18px;
	line-height: 40px;
	text-shadow: 1px 1px 2px #012957;
}

.blog-detail-next-wrapper, .resource-detail-next-wrapper, .bio-detail-next-wrapper {
	margin: -15px 0px 0 0 !important;
	padding: 10px !important;
	display: inline-block !important;
}

.blog-detail-prev-wrapper, .resource-detail-prev-wrapper, .bio-detail-prev-wrapper {
    background: transparent;
    margin: -15px 0 0 25px;
    padding: 10px !important;
}

.blog-detail-next-arrow, .resource-detail-next-arrow, .bio-detail-next-arrow {
	position: relative;
    top: -13px;
    left: -12px;
}

/***** PREV/NEXT Background Color ********/

.blog-detail-next-link-wrapper:before, .blog-detail-next-link-wrapper-mobile:before, .resource-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper-mobile:before, .bio-detail-next-link-wrapper:before, .bio-detail-next-link-wrapper-mobile:before {
    background: #012957 !important;
}

/***** END PREV/NEXT Background Color ********/

/***** PREV/NEXT Hover Background Color ********/

.blog-detail-previous-link-wrapper:hover:before, .blog-detail-next-link-wrapper.hover-link:before, .blog-detail-previous-link-wrapper-mobile:hover:before, .blog-detail-next-link-wrapper-mobile.hover-link:before, .resource-detail-previous-link:hover:before, .resource-detail-next-link-wrapper.hover-link:before, .resource-detail-next-link-wrapper-mobile.hover-link:before, .bio-detail-previous-link:hover:before, .bio-detail-previous-link-wrapper.hover-link:before, .bio-detail-next-link-wrapper.hover-link:before, .bio-detail-previous-link-wrapper-mobile.hover-link:before, .bio-detail-next-link-wrapper-mobile.hover-link:before {
    background: gray !important;
}

/***** END PREV/NEXT Background Color ********/

.blog-detail-previous-link:hover:after, .resource-detail-previous-link:hover:after, .bio-detail-previous-link:hover:after {
    border-color: white !important;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.blog-detail-previous-link-wrapper:before, .blog-detail-previous-link-wrapper-mobile:before, .resource-detail-previous-link:before, .bio-detail-previous-link:before, .bio-detail-previous-link-wrapper:before, .bio-detail-previous-link-wrapper-mobile:before {
    background: #9a8543 !important;
    height: 60px !important;
    top: 4px !important;
}

.blog-detail-previous-arrow {
	position: absolute;
	left: 10px;
	top: -20px !important;
}

.bio-detail-previous-arrow {
	position: absolute;
	top: -23px !important;
    left: -2px;
}

.bio-detail-headshot {
	max-width: 206px !important;
}

.resource-detail-previous-link:after, .bio-detail-previous-link:after {
    top: -62px !important;
    left: 12px;
}

/********* Arrow Colors **********/

.resource-detail-previous-link:after, .bio-detail-previous-arrow {
	border-left: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

.resource-detail-next-arrow, .bio-detail-next-arrow {
	border-right: 1px solid #ffffff;
    border-top: 1px solid #ffffff;
}

/********* END Arrow Colors **********/

@media screen and (max-width: 1430px) {
	.bio-detail-previous-link-wrapper-mobile, .bio-detail-next-link-wrapper-mobile, .resource-detail-previous-link-wrapper-mobile, .resource-detail-next-link-wrapper-mobile {
		display: inline-block !important;
	}
	.bio-detail-previous-link-wrapper, .bio-detail-next-link-wrapper, .resource-detail-previous-link-wrapper, .resource-detail-next-link-wrapper {
		display: none !important;
	}
	.resource-detail-previous-link-wrapper-mobile, .blog-detail-previous-link-wrapper-mobile {
	    position: absolute;
	    top: initial;
	    left: 15px;
	    bottom: 20px;
	}
	.resource-detail-next-link-wrapper-mobile, .blog-detail-next-link-wrapper-mobile {
		position: absolute;
	    top: initial;
	    right: 15px;
	    bottom: 20px;
	}
	.blog-detail-previous-arrow {
		left: 0px;
		border-left: 1px solid white;
    	border-top: 1px solid white;
	}
	.blog-detail-next-arrow {
		border-right: 1px solid white;
    	border-top: 1px solid white;
	}
	.blog-detail-next-link-wrapper-mobile:before, .blog-detail-previous-link-wrapper-mobile:before, .resource-detail-next-link-wrapper-mobile:before, .resource-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper-mobile:before {
	    background: #012957 !important;
	}
	.resource-detail-previous-link-wrapper-mobile:before {
	    content: "";
	    right: 87px;
	    top: 4px;
	    position: absolute;
	    background: #eaeaea;
	    width: 40px;
	    height: 60px;
	    -webkit-transition: all 500ms ease;
	    transition: all 500ms ease;
	}
	.blog-detail-next-arrow, .resource-detail-next-arrow, .bio-detail-next-arrow {
		left: 0px;
	}
	.resource-detail-previous-link:after, .bio-detail-previous-link:after {
	    left: 0px;
	}
	.bio-detail-container {
		padding-bottom: 0px;
	}
	.bio-detail-previous-link-wrapper-mobile {
	    left: 45px;
	    bottom: 120px;
	}
	.bio-detail-next-link-wrapper-mobile {
		right: 45px;
		bottom: 120px;
	}
}

@media screen and (max-width: 480px) {
	.bio-detail-container {
		padding-bottom: 100px;
	}
}

.blog-detail-next-link-wrapper:before, .resource-detail-next-link-wrapper:before, .bio-detail-next-link-wrapper:before {
    top: 5px !important;
}

.blog-detail-next-link-wrapper-mobile:before, .resource-detail-next-link-wrapper-mobile:before, .bio-detail-next-link-wrapper-mobile:before {
    right: -13px;
    top: 5px;
}

/****** IE Prev/Next Fix ********/

@media screen\0 {
	.resource-detail-previous-link:after, .bio-detail-previous-link:after {
    	top: 22px !important;
	}
	.bio-detail-previous-link-wrapper:before, .bio-detail-previous-link-wrapper-mobile:before, .bio-detail-next-link-wrapper:before, .bio-detail-next-link-wrapper-mobile:before {
		top: -43px !important;
	}
	.bio-detail-next-link-wrapper:before, .bio-detail-next-link-wrapper-mobile:before {
		top:-31px !important;
	}
}


/*
==============================================
Intergenerational Wealth Transfer Module
==============================================
*/

:root {
	/* Model 1 Variables */
	
	  --medium: #6fc8f2 !important;
	  --medium-color-1:#83551F;
	  --dark: #223b4b !important;
	  --white: #ffffff;
	  --light: #eb926f;
	  --light-color-1: #E2DACE;
	  --dark-color-1: #411E07;
	  --gray-light: #eef2f5;
	  --gray-medium: #dcdcdc;
	  --gray-dark: #393939;
	  --black: #000000;
	  --rgb-color-1: 0,41,73;
	  --rgb-color-2: 19,24,34;
	  --rgb-color-3: 201,165,96;
	  --rgb-color-4: 255,255,255;
	  --rgb-opacity-1: 0.9;
	  --rgb-opacity-2: 0.85;
	  --rgb-opacity-3: 0;
	  --rgb-opacity-4: 1;
	  --font-1: 'Playfair Display', serif;
	  --font-2: 'Playfair Display', serif;
	  --font-3: 'Roboto', sans-serif;
	}
	
	.iwt-landing .rich-text-container, .iwt-detail .rich-text-container {
		padding: 0;
	}

	.intergenerational-interior-landing-page .intro-section h1 strong, .intergenerational-main-landing-page .main-intro-content h1 strong, .intergenerational-main-landing-page .masonry-grid-section h2 strong, .intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 strong, .intergenerational-interior-landing-page .content-slider-media-content .content-slider-heading strong {
	 color: var(--dark) !important;
	}
	.intergenerational-interior-landing-page .tile-fa-billboard h3 {
	  color: var(--dark) !important; 
	}
	.intergenerational-interior-landing-page.contact-cta-btm .ftr-cta h2 strong, .intergenerational-main-landing-page .contact-cta-btm .ftr-cta h2 strong, .intergenerational-main-landing-page .contact-cta-header-multi-font-weight h2, .intergenerational-main-landing-page .contact-cta-header-multi-font-weight h2 strong, .intergenerational-interior-landing-page .contact-cta-btm .ftr-cta h2, .intergenerational-main-landing-page .contact-cta-btm .ftr-cta h2 {
	  color: var(--dark) !important; 
	}
	.intergenerational-interior-landing-page .disclosure-section p a,
	.intergenerational-main-landing-page .disclosure-section p a {
	  color: var(--dark) !important; 
	}
	.intergenerational-interior-landing-page .disclosure-section p a:hover,
	.intergenerational-main-landing-page .disclosure-section p a:hover {
	  color: var(--dark) !important; 
	}
 
	.intergenerational-main-landing-page .contact-cta-section .ftr-cta-wrapper a .button, 
	.intergenerational-interior-landing-page .contact-cta-section .ftr-cta-wrapper a .button {
		border: 2px solid var(--dark) !important;
		color: var(--dark) !important; 
	}

	.intergenerational-main-landing-page .contact-cta-section .ftr-cta-wrapper a:hover .button, 
	.intergenerational-interior-landing-page .contact-cta-section .ftr-cta-wrapper a:hover .button {
		color: var(--medium) !important; 
	}

	.intergenerational-main-landing-page .masonry-cta-container button {
		color: var(--dark) !important; 
	}
	.intergenerational-main-landing-page .masonry-paragraph {
		padding-top: 15px;
	}
	.intergenerational-main-landing-page .billboard-container:before {
		display: none;
	}
	.intergenerational-interior-landing-page .media-carousel-section .media-carousel-base .mc-heading,
	.intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 strong,
	.intergenerational-interior-landing-page .media-carousel-section .mc-copy {
		color: var(--white) !important;
	}
	.intergenerational-interior-landing-page .media-carousel-section .rich-text-container h2 {
		color: var(--white) !important;
		font-size: 32px !important;
	}
	.intergenerational-interior-landing-page .related-resources-section .mc-heading,
	.intergenerational-interior-landing-page .related-resources-section .mc-copy {
		color: var(--dark) !important; 
		font-size: 14px;
	}
	.intergenerational-interior-landing-page .media-carousel-section .mc-copy {
		color: var(--white) !important;
	}

	.intergenerational-interior-landing-page .mc-heading:after {
		display: none;
	}
	.intergenerational-interior-landing-page .related-resources-section .media-carousel-base .mc-main-heading-wrapper .mc-main-heading {
		color: var(--dark);
		border-bottom: 1px solid var(--dark);
	}
	.intergenerational-interior-landing-page .callout-link:hover {
		color: var(--white) !important;
	}
	.intergenerational-interior-landing-page .disclosure-section p, 
	.intergenerational-main-landing-page .disclosure-section p {
		padding: 0px;
	}
	.intergenerational-interior-landing-page .intro-content .rich-text-container {
		padding: 0px 0px !important;
	}
	.intergenerational-interior-landing-page .related-resources-section .mc-heading {
		font-size: 20px;
		line-height: 25px;
		text-align: left;
	}
	.intergenerational-interior-landing-page .callouts-section {
		margin-top: 50px;
	}
	.iwt-detail .resource .bodycopy-wrap-content-int,
	.iwt-detail .bodycopy-container-int {
	  padding: 0;
	}
  .intergenerational-interior-landing-page .tile-billboard-content .billboard-container:before {
	  display: none;
   }
	/* .intergenerational-interior-landing-page .related-resources-content.container {
		width: 1170px;
	}
	.intergenerational-interior-landing-page .content-slider-media-section {
		width: 1170px;
	} */
	  .intergenerational-interior-landing-page .tile-fa-text {
		padding: 40px 0;
	}

	.iwt-landing .masonry-grid-section .masonry-title {
		margin-top: 0;
		padding-top: 0;
	  }

	.iwt-landing .intergenerational-main-landing-page .masonry-copy {
		padding: 60px 25px !important;
	}

	.iwt-landing .masonry-grid-section .masonry-img {
		height: 360px;
	}

	.iwt-landing .masonry-grid-section .masonry-cta {
		bottom: 0;
		padding: 10px 20px !important;
	  }
	  
	 .iwt-detail .intro-section {
		background: none;
		padding: 0;
	  }

	  .iwt-detail .intro-content {
		border: none;
	  }

	  .iwt-detail .content-slider-media-content .content-slider-wrapper {
		padding: 80px 50px 0;
	  }

	  .iwt-detail .mc-container .slick-prev:before {
		content: "\f104" !important;
		font-size: 40px;
	}
	
	.iwt-detail .mc-container .slick-next:before {
		content: "\f105" !important;
		font-size: 40px;
	}

	.iwt-detail .slick-prev:after, .iwt-detail .slick-next:after {
		display: none;
	}

	  .iwt-detail .tile-fa-billboard {
		padding: 60px;
	  }
	  
	@media screen and (max-width: 480px) {
		/* .intergenerational-interior-landing-page .related-resources-content.container {
			width: 400px;
		}
		.intergenerational-interior-landing-page .content-slider-media-section {
			width: 370px;
		} */
		.iwt-detail .intergenerational-interior-landing-page .bodycopy-wrap-content-int {
			padding: 40px 0px 37px;
		}
		/* .iwt-detail .intergenerational-interior-landing-page .intro-content {
			padding-right: 56px;
		} */
		.iwt-detail .intergenerational-interior-landing-page .contact-cta-btm {
			padding: 0 50px 0 30px !important;
		}
		/* .iwt-detail .intergenerational-interior-landing-page .related-resources-content .mc-container {
			padding: 0 55px 0 50px !important;
   			 margin-left: -33px !important;
		} */
		.iwt-detail .intergenerational-interior-landing-page .related-resources-section .mc-heading {
			text-align: center !important;
		}
		/* .iwt-detail  .intergenerational-interior-landing-page .disclosure-section {
			padding: 0 50px 0 30px !important;
		} */
		/* .iwt-detail .intergenerational-interior-landing-page .media-carousel-section {
			display: none;
		} */
		/* .iwt-detail .related-resources-content .mc-container .slick-next {
			right: 0px;
		}
		.iwt-detail .content-slider-media-content .content-slider-wrapper .slick-next {
			right: -35px;
		} */
	}
	


/*
==============================================
PRIVATE WEALTH MODULE
==============================================
*/

.masterprime .bodycopy-wrap-content-int, .masterprime .bodycopy-wrap-content-int {
	padding: 100px 0 37px;
}

.masterprime .bodycopy-content-int, .masterprime .bodycopy-content-int {
	padding-left: 0;
	padding-right: 0;
}

.masterprime .rich-text-container {
	padding: 0;
}

.masterprime .module-size-up-your-retirement-content .mc-container .mc-heading:after, .masterprime .related-resources-content .mc-container .mc-heading:after {
	display: none;
}

.masterprime .module-case-section .module-case-billboard .billboard-container:before {
	display: none;
}

.masterprime .module-contact-content .ftr-cta {
	display: block;
	padding: 85px 160px;
	text-align: center;
}

.masterprime .module-hedge-section {
	padding: 40px 60px 20px;
}

.masterprime .content-slider-wrapper .content-slider-half-width-content-wrapper {
	border-bottom: 0;
}


.masterprime .module-cta:before, .masterprime .content-slider-cta:before, .masterprime .contact-cta:before {
	font-family: "FontAwesome";
    font-weight: 300;
	color: #393939 !important;
    content: "\f138" !important;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	padding-right: 10px;
}

.masterprime .module-case-content:hover .module-cta:before, 
.masterprime .module-slider-content .slick-slide:hover .content-slider-cta:before, 
.masterprime .ftr-cta:hover > .contact-cta:before, .masterprime .content-slider-wrapper:hover .content-slider-cta:before {
	padding-right: 0;
}

.masterprime .content-slider-wrapper .content-slider-cta {
	background: none;
	text-align: left;
	line-height: 18px;
	border: none;
	font-weight: 600;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.masterprime .content-slider-wrapper .content-slider-cta:hover {
	text-decoration: none;
}

.masterprime .module-slider-content .content-slider-wrapper .content-slider-half-width {
	width: 100%;
}

.masterprime .module-video-content {
	display: none;
}

.masterprime .module-slider-content .content-slider-wrapper .content-slider-half-width:not(.content-slider-half-image-wrapper) {
    padding: 0 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.masterprime .mc-container .slick-arrow {
	opacity: 1;
}

.masterprime .content-slider-wrapper .slick-arrow {
	top: 310px;
}

.masterprime .mc-container .slick-prev:before, .masterprime .content-slider-wrapper .slick-prev:before {
	content: "\f104" !important;
	color: #fff;
	font-size: 40px;
}

.masterprime .mc-container .slick-next:before, .masterprime .content-slider-wrapper .slick-next:before {
	content: "\f105" !important;
	color: #fff;
	font-size: 40px;
}

.masterprime .module-slider-content .content-slider-wrapper .wrap-content-slider-content {
	padding: 30px 15px;
}

.masterprime .related-resources-content .slick-prev:after, .masterprime .related-resources-content .slick-next:after {
	display: none;
}

.masterprime .related-resources-content {
	background-image: none !important;
}

@media screen and (max-width: 480px) {
	.masterprime .module-case-billboard .billboard-container {
		background-position: center center;
		background-size: cover !important;
		min-height: auto !important;
	}
	.masterprime .module-contact-content .ftr-cta {
		padding: 75px 30px;
	}
}