/*@import url('https://www.raymondjamesbank.com/-/media/rj/advisor-sites/global/global-css/model-5/base.css');*/
@import url('/-/media/rj/advisor-sites/global/global-css/model-5/base.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600');

/*==============================================  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

/RJ/Corporate Affiliate Sites/raymondjamesbank/Files/rj-bank

BUILDER: Veronica/Crystal
DESIGNER: Veronica/Crystal
JOB #: 18-BR3DR-0088
COMPLETION DATE: 2018
ADDITIONAL NOTES:
Fonts:

font-family: 'Lato', sans-serif;
1324
thin 100
light 300
regular 400
bold 700
black 900

____

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

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

body {
    background: #fff;
	color: #414141;
}
.main-content {
	background-image: url(/-/media/00d628018d32407b84a905d6ca46d6b3.ashx);

}
.disclosure, .disclaimer {
	font-size: 12px;
	line-height: 15px !important;
}
.cfp {
	font-variant: small-caps;
}
a {
	color: #4a7194;
	-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;		
}
/* a:hover {
	background-color: #002949;
    color: #fff;	
} */
a:focus {
    text-decoration: none;
}
hr {
    color: rgba(39, 20, 20, 0.2);
    background-color: #ececec;
    height: 1px;
    margin: 20px 0px;
}
h2 {
	font-size: 30px;
	color: #002949;
	text-transform: inherit;
	line-height: 30px !important;
	margin-bottom: 25px;
}
h2.sub-head-main .head-2 {
	font-weight: 600;
}

h3 {
	font-size: 25px;
    color: #002949;
	font-family: 'Source Sans Pro', serif;
	text-transform: none !important;
    font-weight: 400;	
}
h4 {
    color: #002949;
	font-family: inherit;
    font-size: 20px;
    line-height: 38px;
    font-weight: 400;
    color: #002949;
    margin-bottom: 10px;
    text-transform: none;
}
h5 {
	color: #002949;
	line-height: 28px;
}
.resource-detail-next-arrow {
    right: 0px;
}
.billboard-section {
	display: block;
}

/*
==============================================
Back button for Legal
==============================================
*/
.legal-back-button {
	width: auto;
	margin: 0 auto;
}
.legal-back-button a {
	background: #002949;
    font-size: 18px;
    color: #ffffff;
    border: 1px solid #002949;
    display: table;
    padding: 5px 15px;
    margin: 0 auto;
    margin-bottom: 25px;
}
.legal-back-button a:hover {
	background: #ffffff;
	color: #002949;
	border: 1px solid #002949;
}


/*
==============================================
Home Page
==============================================
*/
body {
	background-color: #F5F7F9;
	font-size: 16px;
}
.pov-section {
	display: none;
}
.home-intro-content {
	max-width: 655px;
	margin: 0 auto;
	text-align: center;
}
.home-intro-content .head-2 {
	display: block;
}
.button, .simple-form input[type="submit"] {
    font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    color: #002949;
    padding: 11px 31px;
    position: relative;
    border: 1px solid #002949;
    display: inline-block;
	border-radius: 0;
	letter-spacing: 0;;
}
.home-intro-content .button {
	margin-bottom: 55px;
}
.simple-form input[type="submit"]:hover {
	background: #002949;
	color: #ffffff;
}
/*
SCROLLER
==============================================
*/




/*
Header
==============================================
*/
/* .logo-section .ftr-logo-wrapper .ftr-logo {
    max-width: 350px;
} */
.ftr-logo-wrapper {

    display: flex;
    flex-direction: row-reverse;
}
.ftr-logo-wrapper .ftr-group-name {
    color: #343434 !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    letter-spacing: 0;
}
/*
Navigation
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
	min-width: 180px;
	right: -55px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav .nav-subnav-second {
	left: 112.9%;
	min-width: 180px;
}
.primary-nav a, .investor-access-remember-me-label {
    font-weight: 500;
}
.primary-nav a:hover {
   background: none;
}


/*
Billboard - Home
==============================================
*/
.billboard-section {
    background: #fff;
    position: relative;
}
.billboard-section .billboard-container.show-billboard {
	opacity: 1;
}
.billboard-section .billboard-container {
    min-height: 700px;
    background-size: cover;
	background-position: top center;
	opacity: 1 !important;
}
.body-home .billboard-section .billboard-content-wrapper {
	/* display: block;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    top: 150px;
    left: 0px;
	min-height: 300px!important;
	opacity: 0.9 !important; */
}

.billboard-container p {
	color: #002949;
	font-weight: 500;
}
.billboard-heading-wrapper {
	padding: 0px;
}
.billboard-heading h1 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 38px;
    line-height: 34px;
    font-weight: 300;
    color: #002949;
    margin-bottom: 10px;
    text-transform: none;
    text-align: left;
}
/* .billboard-heading h1:after {
	content: "";
    display: block;
    height: 2px;
    width: 200px;
    position: relative;
    background: #4a7194;
    margin: 19px 0;
} */
.billboard-heading h1 .subhead {
	font-weight: 600;
	line-height: normal;
}
.billboard-cta-button .billboard-cta {
	margin: 0;
	    border: 1px solid #002949;
    color: #002949;
	background: #ffffff;
	    padding: 5px 20px;
}
.billboard-cta-wrapper .billboard-cta {
	margin: 0;
	border: 1px solid #002949;
    color: #002949;
	background: transparent;
	padding: 5px 20px;
	letter-spacing: 0.5px;
	max-width: 165px;
}
.billboard-content-wrapper a {
	display: block;
}

.billboard-content-wrapper a:hover .billboard-cta {
	color: #ffffff !important;
	background: #002949 !important;
}
.billboard-cta-button .billboard-cta:hover {
	color: #fff;
	background-color: #002949;
}
.billboard-cta-wrapper {
	text-align: center;
	margin-bottom: 50px;
	font-weight: 400;
}
.body-home .billboard-content-wrapper .container {
	background: rgba(255, 255, 255, 1);
	max-width: calc(100% - 0px);
	max-width: 640px;
    position: absolute;
    top: 60px;
	left: 0;
	padding: 67px 38px 45px 86px;
	cursor: default;
} 
/* 
.interior .billboard-content-wrapper .container {
	padding: 0px;
	min-height: 300px;
	background-color: #F5F7F9;
} */
.interior .billboard-section .billboard-container {
	transition: none !important;
}
.billboard-content-wrapper .container .row {
	margin: 0px;
}
/* .interior .billboard-content-wrapper .container .row {
	background-color: #F5F7F9;
	height: 20em;
} */

.interior .copy-content h3 {
	color: #414141;
	font-size: 14px;
	line-height: 17px;
	text-transform: none !important;
	text-align: center;
	letter-spacing: 0px;
	margin-bottom: 10px;

} 
.interior .copy-content {
	background: #f5f5f5;
	padding: 41px 61px;
}
/*
==============================================
Callouts
==============================================
*/
.callout-item {
	-webkit-box-shadow: 1px 6px 15px -8px rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 6px 15px -8px rgba(0,0,0,0.35);
	box-shadow: 1px 6px 15px -8px rgba(0,0,0,0.35);
	opacity: 1 !important;
	text-align: center;

}
.callout-item h3 {
	font-size: 20px !important;
	line-height: 24px !important;
    color: #002949 !important;
    font-family: 'Source Sans Pro', serif;
    text-transform: none !important;
    font-weight: 400;
	margin: 23px 20px 15px;
}
.callouts-container .callout-item .callout-heading-wrapper, .callouts-mobile-slider .callout-item .callout-heading-wrapper {
	display: block;
	height: auto !important;
}
.callout-item .callout-copy-wrapper p {
    color: #525252 !important;
}
.callouts-container .callout-item .callout-cta-wrapper button {
    font-size: 18px !important;
    font-weight: 400 !important;
    text-transform: inherit !important;
}
.callouts-container .callout-item .callout-image-wrapper .callout-image, .callouts-mobile-slider .callout-item .callout-image-wrapper .callout-image {
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.callout-item a:hover .callout-image {
	-webkit-transform: scale(1.08, 1.08);
	transform: scale(1.08, 1.08);
}
.callout-item a:hover {
    background-color: #fff;
}
.callout-item a:hover button {
    background-color: #002949;
	color: #fff !important;
}
.callouts-container .callout-item .callout-copy-wrapper, .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    padding: 0 38px;
}
 

/* a.callout-link {
	border-bottom: 9px solid #002949;
} */
button.callout-cta {
	font-size: 18px !important;
	text-transform: inherit !important;
	background: transparent;
	line-height: 19px;
	border: 1px solid #002949 !important;
    padding: 16px 30px !important;
	color: #002949 !important;
	letter-spacing: 0.5px !important;
	transition: all 500ms ease;
}

button.callout-cta:hover {
	font-size: 16px !important;
	text-transform: inherit !important;
	border: 1px solid #002949 !important;
    padding: 16px 30px !important;
	background-color: #002949;
	color: #fff !important;
	letter-spacing: 0.5px !important;
	transition: all 500ms ease;
}

/*
==============================================
Home Callouts
==============================================
*/
.about-section-main {
	max-width: 770px;
	margin: 55px auto 0;
	text-align: center;
}
.about-section-headline {
	font-weight: 300;
}
.about-section-headline .head-2 {
	color: #777777;
	font-size: 14px;
	line-height: 17px;
	display: block;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

/*
==============================================
Home Callouts
==============================================
*/

/* div.callouts-container {
	padding: 0px !important;
	opacity: 1 !important;
} */
.body-home a.callout-link {
	border:none !important;
}
.home .copy-section .container .home-callouts-row-2 a.callout-link {
	border:none !important;
}
.copy-content div.home-callouts-row-1 .callouts-container .callouts-version-1, .copy-content div.home-callouts-row-4 .callouts-container .callouts-version-1{
	display: block !important;
}
.home-callouts-row-1 .callout-heading-wrapper .callout-heading, .home-callouts-row-4 .callout-heading-wrapper .callout-heading  {
	display: none;
}
.callout-item .callout-copy-wrapper p {
	color: #525252 !important;
}
.home-callouts-row-1 .callout-copy-wrapper h5, .home-callouts-row-4 .callout-copy-wrapper h5 {
	text-transform: initial;
	color: #002949;
}
.home-callouts-row-1 div.callout-image-wrapper, .home-callouts-row-4 div.callout-image-wrapper {
	width: auto;
	float: left;
	max-height: none;
	margin-right: 1.5em;
}
.home-callouts-row-1 div.callout-heading-wrapper, .home-callouts-row-4 div.callout-heading-wrapper {
	margin-top: 1em;
}
.copy-content div.home-callouts-row-3 .callouts-container .callouts-version-1 {
	display: block !important;
}
.home-callouts-row-3 .callout-heading-wrapper .callout-heading  {
	display: none;
}
.home-callouts-row-3 .callout-copy-wrapper h5 {
	text-transform: initial;
	color: #002949;
}
.home-callouts-row-3 div.callout-image-wrapper {
	width: auto;
	float: right;
	max-height: none;
	margin-left: 1em;
}
.home-callouts-row-2 .callout-item, .callouts-mobile-slider .callout-item {
    background: transparent;
}
.home-callouts-row-2 .callout-item {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    opacity: 1 !important;
	text-align: center;

}
.home-callouts-row-3 div.callout-heading-wrapper {
	margin-top: 1em;
}
.home-callouts-row-1 {
	grid-template-columns: repeat(1, 1fr) !important;
}
.home-callouts-row-2 {
	background: #f5f5f5;
	padding: 55px 60px 30px!important;
	grid-template-columns: repeat(2, 1fr) !important;
	grid-gap: 30px;
}
.home-callouts-row-3 {
	grid-template-columns: repeat(1, 1fr) !important;
}
.home-callouts-row-4 {
	grid-template-columns: repeat(1, 1fr) !important;
}
.home-callouts-row-1 div.callout-item:hover {
    transition: all 500ms ease !important;
}
/*END HOME*/

/*MORTGAGES PAGE CALLOUTS */
.mortgages-page-callouts-1 {
	grid-template-columns: repeat(2, 1fr) !important;
	opacity: 1 !important;
}
.mortgages-page-callouts-2 {
	grid-template-columns: repeat(1, 1fr) !important;
	opacity: 1 !important;
}
.mortgages-page-callouts-2 .callout-heading-wrapper .callout-heading  {
	display: none;
	}
.mortgages-page-callouts-2 .callout-copy-wrapper h5 {
	text-transform: initial;
	color: #002949
}
.mortgages-page-callouts-2  .callout-copy-wrapper {
	height: auto !important;
}
.mortgages-page-callouts-3 {
	grid-template-columns: repeat(3, 1fr) !important;
	opacity: 1 !important;
}
.mortgages-page-callouts-3 .callout-3 .callout-cta-wrapper {
	cursor: none;
}
.mortgages-page-callouts-3 .callout-cta-wrapper .callout-3:hover {
	display: none;
	cursor: none;
}
.about-us-page-second-row {
	grid-template-columns: repeat(2, 1fr) !important;
	opacity: 1 !important;
}
.corporate-and-commercial-callouts {
	grid-template-columns: repeat(1, 1fr) !important;
	opacity: 1 !important;
}
.corp-bio-detail-next-previous-links {
	display: none;
}
.no-email-icon .bio-detail-links-wrapper {
	display: none;
}
.more-callouts-top {
	grid-template-columns: repeat(2, 1fr) !important;
	opacity: 1 !important;
}
.more-callouts-bottom {
	grid-template-columns: repeat(2, 1fr) !important;
	opacity: 1 !important;
}
/*SECURITIES LENDING PAGE CALLOUTS*/
.securities-lending-callouts, .featured-resources {
	grid-template-columns: repeat(1, 1fr) !important;
	opacity: 1 !important;
}
.body-canadian-residents .securities-lending-callouts, .body-american-residents .securities-lending-callouts {
	grid-template-columns: repeat(1, 1fr) !important;
}
.body-canadian-residents .callout-item, .body-american-residents .callout-item{
	padding: 0 170px;
}

/*LEADERSHIP TEAM PAGE CALLOUTS*/
.leadership-team-callouts {
	grid-template-columns: repeat(1, 1fr) !important;
	opacity: 1 !important;
}
/* CONSUMER ALERTS CALLOUTS */
.copy-content div.consumer-alerts .callouts-container .callouts-version-1{
	display: block !important;
}
div#C992F1E5AA21468486F45122CCDA08FB {
	display: block !important;
}
.consumer-alerts .callout-link {
	border-bottom: none;
}
.consumer-alerts .callout-copy-wrapper h5 {
	text-transform: initial;
	color: #002949;
}
.consumer-alerts .callout-copy-wrapper {
	height: auto !important;
}
.consumer-alerts div.callout-image-wrapper {
	width: auto;
	float: left;
	margin-right: 1em;
}
.consumer-alerts .callout-copy-wrapper p {
	margin-bottom: 0px !important;
}
.consumer-alerts .callout-heading-wrapper, .consumer-alerts .callout-copy-wrapper {
    height: auto !important;
}
.consumer-alerts .callout-copy-wrapper {
    min-height: 70px !important;
}
.consumer-alerts div.callout-item:hover button{
	border: 1px solid #002949 !important;
	padding: 5px 20px;
	color: #002949;
	letter-spacing: 0.5px;
	text-transform: initial;
}
.consumer-alerts .callout-item {
	box-shadow: none;
}
/* .consumer-alerts .callout-4, .consumer-alerts .callout-5, .consumer-alerts .callout-6 {
	padding-bottom: 1.5em;
} */
.deposit-accounts-callout {
	grid-template-columns: repeat(2, 1fr) !important;
}

.deposit-accounts-callout .callout-1 a.callout-link:hover div.callout-cta-wrapper {
	display: none;
	cursor: none;
}
.news-and-media {
	grid-template-columns: repeat(2, 1fr) !important;
}
.about-us-row-2-callout {
	grid-template-columns: repeat(2, 1fr) !important;
}
.featured-resources-row-1 {
	grid-template-columns: repeat(1, 1fr) !important;
}
.featured-resources-row-1 .callout-image-wrapper {
	width: auto;
	float: left;
	margin-right: 1em;
}
.featured-resources-row-1 .callout-heading-wrapper {
	margin-top: 1em;
}
.featured-resources-row-1 .callout-copy-wrapper {
	height: auto !important;
}
.giving-back-additional-resources {
	grid-template-columns: repeat(2, 1fr) !important;
}
.job-categories .callout-heading-wrapper h2 {
	text-align: center;
}
.account-login {
    grid-template-columns: repeat(3, 1fr) !important;
    opacity: 1 !important;
}

/*
Interior Section
==============================================
*/
.copy-section:not(.blog-section) h1:before {
	display: none;
}
.copy-intro-content {
	padding: 0 61px 20px;
}
.copy-intro-content h1 {
	font-weight: 300;
	text-transform: none;
}
.copy-intro-content h1 .head-1 {
	font-weight: 300;
	display: block;
}
.copy-intro-content h1 .head-2 {
	font-weight: 600;
}
.interior .copy-section {
	margin: auto;
	padding: 60px 80px 0px !important;
}
.interior .callouts-container, .callouts-mobile-slider {
	background: transparent;
}
.interior .callout-item {
	background: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.body-home .home div.copy-section.container {
	margin-top: 0px !important;
	margin-bottom: 0px;
	padding: 60px 80px 70px;
}
/* .interior .home div.copy-section.container {
	margin-top: -1.5em;
} */
.bio-section .bio-detail-title {
	font-size: 100%;
}
.bio-section .bio-detail-links-wrapper .fa {
	color: #002949;
	font-size: 25px;
}
.bio-section .bio-detail-copy-wrapper {
	padding-top: 10px !important;
}
.bio-section .bio-image-social-name-content {
	padding: 10px !important;
}
.interior div.billboard-content {
	background-color: #fff;
	/* width: 66%;
	margin: 0 auto; */
}
.body-contact-us .billboard-content-wrapper {
	padding-top: 40px;
}
.form-drop-dn {
	display: block;
    margin-bottom: 20px;
	width: 100%;
}
.interior .billboard-section .billboard-container {
	min-height: 300px;
}
.interior .billboard-heading h1 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 48px;
    line-height: 44px;
    font-weight: 300;
    color: #002949;
    margin-bottom: 10px;
    text-transform: none;
    text-align: center;
}
.interior .billboard-heading h1:after {
    content: "";
    display: block;
    height: 2px;
    width: 100px;
    position: relative;
    background: #4a7194;
    margin: 25px auto 10px;
}
.interior .billboard-copy-wrapper h2 {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
    color: #002949;
    text-transform: uppercase;
    font-weight: 600;
	text-align: center;
	padding-bottom: 3em;
}
.interior .billboard-copy-wrapper {
	padding: 0px 200px;
}
.interior .billboard-copy-wrapper p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
    color: #414141;
    font-weight: 400;
	text-align: center;
}
div.bio-section{
	top: 0 !important;
}
/* .interior .copy-section {
	position: relative;
	margin-bottom: -180px;
	top: -9em;
} */
.copy-section .yearbook-last-name {
	font-weight: 400 !important;
}

/*
Leadership Team Page
==============================================
*/

/*
Bio Tile Section
==============================================
*/

.bio-team-tile .container {
	padding: 40px 0;
  }
  .bio-detail-preferred-name {
	font-weight: 400 !important;
	font-size: 22px;
	text-transform: uppercase;
	color: #002949;
}
  .bio-team-tile .container .team-info {
	padding: 0 40px;
	line-height: 2;
  }
  
  .bio-team-tile .container .team-img {
	margin-top: 70px;
  }
  
  .bio-team-tile .container .team-img p {
	padding-top: 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 100;
	font-style: italic;
	text-align: center;
	color: #002949;
  }
  
  .bio-team-tile .container .team-img p span {
	color: #686868;
  }
  
  .bio-team-tile .container img {
	display: block;
	margin: auto;
  }
  
  .bio-tiles {
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	font-family: "Roboto", sans-serif;
  }
  
  .bio-tiles .social-media {
	display: none;
  }
  
  .bio-tiles a {
	color: #002949;
  }
  
  .bio-tiles a:hover {
	text-decoration: none;
  }
  
  .bio-tiles li {
	list-style-type: none;
	padding: 0 0 20px;
  }
  
  .bio-tiles li .img-tile {
	max-height: 376px;
	max-width: 285px;
	padding: 5px;
	margin: 0 auto;
  }
  
  .bio-tiles li .bio-tile {
	position: relative;
	display: block;
	max-height: 364px;
	max-width: 273px;
	overflow: hidden;
  }
  
  .bio-tiles li .bio-tile img {
	min-width: 145px;
	min-height: 190px;
	max-width: 100%;
  }
  
  .bio-tiles li p {
	margin-top: 10px;
	color: #6f6d6d;
  }
  
  .bio-tiles li h4 {
	padding-top: 135px;
	font-weight: 400;
	max-width: 275px;
	margin: 0 auto 10px;
  }
  
  .bio-tiles li h4 span {
	font-weight: 400;
  }
  
  .bio-tiles li .img-tile + a > h4 {
	padding-top: 20px;
  }
  
  .bio-tiles li .cta {
	line-height: 1.5;
  }
  
  .bio-tiles li .cta:after, .bio-tiles li .cta:before {
	content: "";
	height: 2px;
	width: 40px;
	background-color: #002949 !important;
	display: inline-block;
	vertical-align: middle;
  }
  
  .bio-tiles li .cta:before {
	margin-right: 10px;
  }
  
  .bio-tiles li .cta:after {
	margin-left: 10px;
  }
  
  .bio-tiles li .cta a {
	padding: 10px 0;
	font-weight: 500;
	letter-spacing: 4px;
	font-size: 14px;
  }
  
  .bio-tiles li .cta + p {
	font-weight: 400;
  }
  
  .bio-detail {
	padding-top: 60px;
  }
  
  .bio-detail > .container > div:first-child:before, .bio-detail > .container > div:first-child:after {
	content: " ";
	display: table;
  }
  
  .bio-detail > .container > div:first-child:after {
	clear: both;
  }
  
  .bio-detail img {
	display: block;
	margin: auto;
	max-width: 100%;
	max-height: 690px;
	min-width: 145px;
	min-height: 190px;
  }
  
  @media screen and (min-width: 992px) {
	.bio-detail img {
	  margin-top: 0;
	}
  }
  
  .bio-detail > .container {
	margin-bottom: 100px;
  }
  
  .bio-detail h2,
  .bio-detail h5,
  .bio-detail h6 {
	text-transform: uppercase;
	text-align: center;
	font: 300 37px/1.2 "Roboto", sans-serif;
	letter-spacing: 2px;
  }
  
  .bio-detail h5 {
	font-size: 18px;
  }
  
  .bio-detail h5 .fa-registered {
	font-size: 10px;
	vertical-align: top;
  }
  
  .bio-detail h6 {
	font-size: 14px;
  }
  
  .bio-detail h6 {
	color: #b49060;
  }
  
  .bio-detail h2 {
	margin-top: 0;
	line-height: 1;
  }
  
  .bio-detail p {
	margin-top: 60px;
  }
  .bio-detail-preferred-name {
	  font-weight: 400 !important;
	  font-size: 22px;
	  text-transform: uppercase;
	  color: #002949;
  }

  .bio-detail hr.line-grow {
	border-top: 4px solid #0867e4;
	-webkit-transition: width 2s;
	transition: width 2s;
	width: 0;
  }
  
  .bio-detail hr.line-grow.animated {
	width: 120px;
  }
  
  .bio-detail .with-quotes {
	color: #b49060;
	max-width: 410px;
	margin: 100px auto 0;
	padding: 20px 0 20px 40px;
  }
  
  .bio-detail .social-media {
	margin: 40px auto 30px;
	max-width: 320px;
  }
  
  .bio-detail .social-media .svg .circle1 {
	fill: transparent;
	stroke: #b49060;
	stroke-dasharray: 220;
	stroke-dashoffset: 220px;
	-webkit-transition: stroke-dashoffset 0.5s;
	transition: stroke-dashoffset 0.5s;
  }
  
  .bio-detail .social-media i {
	font-size: 21px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #b49060;
  }
  
  .bio-detail .social-media i.fa-envelope {
	font-size: 17px;
  }
  
  .bio-detail .social-media a {
	display: inline-block;
	position: relative;
	width: 65px;
	height: 65px;
	text-align: center;
  }
  
  .bio-detail .social-media a:hover {
	text-decoration: none;
  }
  
  .bio-detail .social-media a:hover .svg .circle1 {
	cursor: pointer;
	stroke-dashoffset: 0px;
	-webkit-transition: stroke-dashoffset 0.5s;
	transition: stroke-dashoffset 0.5s;
	-webkit-transition-delay: 0.25s;
			transition-delay: 0.25s;
  }
  
  .bio-detail .social-media .circle2 {
	fill: transparent;
	stroke: #d2d2d2;
  }
  
  .bio-detail hr.double {
	border-color: #2f2820;
	margin: 0;
  }
  
  .bio-detail + .bio-nav {
	border-bottom: solid 20px #0867e4;
	margin-bottom: 30px;
  }
  
  .bio-nav {
	overflow-y: auto;
	margin: 30px 0 0;
  }
  
  .bio-nav hr.double {
	margin-bottom: 0;
  }
  
  .bio-nav .next-bio,
  .bio-nav .prev-bio {
	width: 100%;
	text-align: center;
	padding: 40px 0;
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #2f2820;
	font: 300 23px/1 "Roboto", sans-serif;
  }
  
  .bio-nav .next-bio span,
  .bio-nav .prev-bio span {
	position: relative;
	top: 5px;
	width: 24px;
	height: 24px;
	display: inline-block;
	border-right: solid 1px #2f2820;
	border-top: solid 1px #2f2820;
	-webkit-transform: rotate(50deg) skewX(10deg);
	transform: rotate(50deg) skewX(10deg);
  }
  
  .bio-nav .prev-bio {
	border: none;
	border-bottom: solid 1px #2f2820;
  }
  
  .bio-nav .prev-bio span {
	-webkit-transform: rotate(230deg) skewX(10deg);
	transform: rotate(230deg) skewX(10deg);
  }
  
  @media screen and (min-width: 768px) {
	.bio-nav .next-bio,
	.bio-nav .prev-bio {
	  width: 50%;
	  padding: 40px;
	}
	.bio-nav .prev-bio {
	  text-align: right;
	  border: none;
	  border-right: solid 1px #2f2820;
	}
	.bio-nav .next-bio {
	  text-align: left;
	}
  }
  
  /*iPHONE X*/
  @media screen and (max-width: 400px) {
	.featured-resources-row-1 .callout-image-wrapper {
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	.featured-resources-row-1 .callout-heading-wrapper {
		height: auto !important;
	}
	.featured-resources .callout-heading-wrapper, .featured-resources .callout-copy-wrapper {
		height: auto !important;
	}
	.featured-resources-row-1 .callout-copy-wrapper {
		padding-left: 0px !important;
	}
	.featured-resources-row-1 .callout-cta-wrapper {
		padding-left: 0px !important;
		margin-bottom: 0px !important;
	}
	div.callout-item {
		opacity: 1 !important;
	}
}
  
  @media screen and (min-width: 992px) {
	.bio-tiles .row {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	}
	.bio-tiles li {
	  width: 100%;
	}
	.bio-detail .col-md-6:first-child, .bio-detail .blog-card:first-child {
	  float: right;
	}
	.bio-detail .with-quotes {
	  margin-top: 0;
	}
	.bio-team-tile .container {
		border-bottom: solid 1px #d2d2d2;
	  }
	  .bio-tiles .row {
		border-bottom: solid 1px #d2d2d2;
		padding-left: 0px;
	  }
	  .bio-tiles .row li {
		padding: 40px 0;
	  }
	  .bio-tiles .row:last-child {
		border: 0;
	  }
	  .bio-nav .next-bio,
	  .bio-nav .prev-bio {
		padding: 40px 160px;
	  }
	  .bio-nav .next-bio:hover,
	  .bio-nav .prev-bio:hover {
		color: #2f2820;
	  }
	  .bio-nav .prev-bio span {
		margin-right: 20px;
		-webkit-transition: margin-right 0.75s ease;
		transition: margin-right 0.75s ease;
	  }
	  .bio-nav .prev-bio:hover span {
		margin-right: 40px;
	  }
	  .bio-nav .next-bio span {
		margin-left: 20px;
		-webkit-transition: margin-left 0.75s ease;
		transition: margin-left 0.75s ease;
	  }
	  .bio-nav .next-bio:hover span {
		margin-left: 40px;
	  }
  }
  
  @media screen and (min-width: 1200px) {
	.bio-tiles li .img-tile {
	  position: relative;
	}
	.bio-tiles li .img-tile img {
	  padding: 5px;
	  border: solid 1px #f8f8f8;
	}
	.bio-tiles li .img-tile:hover .bio-tile:before {
	  opacity: 1;
	  -webkit-animation: fadeIn 0.75s;
	  animation: fadeIn 0.75s;
	}
	.bio-tiles li .img-tile:hover .social-media {
	  opacity: 1;
	  -webkit-animation: fadeInUp 0.75s;
	  animation: fadeInUp 0.75s;
	}
	.bio-tiles li .img-tile:hover .l1 {
	  bottom: 0;
	  left: 0;
	  width: 1px;
	  height: 100%;
	  -webkit-animation-name: l1;
	  animation-name: l1;
	  -webkit-animation-delay: 0s;
	  animation-delay: 0s;
	}
	.bio-tiles li .img-tile:hover .l2 {
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 1px;
	  -webkit-animation-name: l2;
	  animation-name: l2;
	  -webkit-animation-delay: 0.4s;
	  animation-delay: 0.4s;
	}
	.bio-tiles li .img-tile:hover .l3 {
	  top: 0;
	  right: 0;
	  width: 1px;
	  height: 100%;
	  -webkit-animation-name: l3;
	  animation-name: l3;
	  -webkit-animation-delay: 0.8s;
	  animation-delay: 0.8s;
	}
	.bio-tiles li .img-tile:hover .l4 {
	  right: 0;
	  bottom: 0;
	  width: 100%;
	  height: 1px;
	  -webkit-animation-name: l4;
	  animation-name: l4;
	  -webkit-animation-delay: 1.2s;
	  animation-delay: 1.2s;
	}
	.bio-tiles li .img-tile .bio-tile {
	  display: inline-block;
	}
	.bio-tiles li .img-tile .bio-tile:before {
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  width: 100%;
	  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.02) 80%, white 100%);
	  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.02) 80%, white 100%);
	  content: '';
	  opacity: 0;
	  z-index: 10;
	  -webkit-animation: fadeOut 0.75s;
	  animation: fadeOut 0.75s;
	}
	.bio-tiles li .img-tile .social-media {
	  display: none;
	  position: absolute;
	  right: 0;
	  bottom: 10px;
	  left: 0;
	  width: 90px;
	  height: 30px;
	  margin-right: auto;
	  margin-left: auto;
	  opacity: 0;
	  z-index: 10;
	}
	.bio-tiles li .img-tile .social-media a {
	  color: #0867e4;
	  font-size: 19px;
	}
	.bio-tiles li .cta {
	  position: relative;
	  width: 200px;
	  margin: 0 auto;
	}
	.bio-tiles li .cta:hover a {
	  -webkit-transition: all 0.5s ease 0.25s;
	  transition: all 0.5s ease 0.25s;
	  text-decoration: none;
	  opacity: 1;
	}
	.bio-tiles li .cta:hover:after, .bio-tiles li .cta:hover:before {
	  width: 40px;
	  -webkit-transition: all 0.5s ease 0s;
	  transition: all 0.5s ease 0s;
	}
	.bio-tiles li .cta:hover:before {
	  left: 0;
	}
	.bio-tiles li .cta:hover:after {
	  right: 0;
	}
	.bio-tiles li .cta:before {
	  left: 40px;
	}
	.bio-tiles li .cta:after {
	  right: 40px;
	}
	.bio-tiles li .cta:after, .bio-tiles li .cta:before {
	  position: absolute;
	  top: 10px;
	  width: 60px;
	  -webkit-transition: all 0.5s ease 0.25s;
	  transition: all 0.5s ease 0.25s;
	}
	.bio-tiles li .cta a {
	  -webkit-transition: all 0.5s ease 0s;
	  transition: all 0.5s ease 0s;
	  opacity: 0;
	}
  }
  

/*
Quote Interior Section
==============================================
*/
.interior .quote-section {
	display: none;
}

/*
Contact Us
==============================================
*/
.body-contact-us .footer-cta-section {
	display: none;
}
.interior .contact-widget-section {
	top: 300px;
	display: none;
}
.thank-you-message {
	line-height: 23px;
    font-size: 19px;
    border-top: 2px solid #779BBB;
    border-bottom: 2px solid #779BBB;
}

.copy-section ul, .resource-detail-copy-wrapper ul {
    margin-top: 0px;
}
/*
Footer Section
==============================================
*/
.ftr-brokercheck {
	display: initial;
}

.footer-cta-container {
    padding: 50px 200px 20px;
}
.footer-section .billboard-container {
	min-height: 695px;
    background-size: cover;
    background-position: top center;
	max-width: 100%;

}
.footer-privacy-content {
    padding: 30px 40px 0;
    display: table;
    text-align: center;
	margin: 0 auto;
}
.footer-privacy-content a {
	text-decoration: underline;
}
.ftr-disclosures p {
    line-height: 17px;
	text-align: center !important;
}
.consent-email-link {
	margin-bottom: 20px;
}
.consent-email-link a {
	font-family: inherit;
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
    text-align: center;
    color: #002949;
    padding: 3px 30px;
    position: relative;
    border: 1px solid #002949;
    display: inline-block;
    border-radius: 0;
    letter-spacing: 0;
}
.consent-email-link a:hover {
    background: #002949;
    color: #ffffff;
}
/* .body-home .footer-cta-section {
	margin-top: -4em;
} */
.consent-email-description {
	line-height: 21px;
}
.consent-email-disclaimer {
	font-size: 10px;
	line-height: 12px;
}
.footer-cta h3 {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    line-height: 36px;
    text-align: center;
    text-transform: none;
    margin-bottom: 40px;
}
.footer-cta h3 .head-1 {
	font-weight: 300;
}
.footer-cta p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 21px;
	color: #ffffff;
	font-weight: 300;
	text-align: center;
	text-transform: none;
}
.ftr-cta-wrapper {
    text-align: center;
}
.footer-cta .button-white {
	border: solid 1px #fff;
    /* max-width: 310px; */
	margin: 0 auto;
	font-weight: 600;
	-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;	
}
.ftr-cta {
	display: block;
}
.ftr-cta:hover > .button-white {
	background-color: #fff;
    color: #002949;
	-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;	
}
.footer-section .ftr-cta-wrapper:before, .footer-section .ftr-cta-wrapper:after {
	display: none;
}
.footer-cta-container {
	background: #002949;
	-webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
}
.footer-section .footer-image-content .billboard-container {
    min-height: 500px;
    background-size: cover;
    background-position: center center;
}
.footer-contact-section {
	background: #fff;
	padding: 30px 60px 30px;
    -webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
    -moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
    box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
}
.ftr-disclaimers {
	text-align: center;
}
.footer-links {
	margin-top: 40px;
}
.body-contact-us div.footer-contact-section {
	border-top: 3px solid #4a7194;
}
.body-contact-us div.ftr-disclaimers p {
	padding-top: 1em;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #002949;
}
.social-media-share-wrapper span {
    background-color: #002949;
}
.social-media-share-wrapper span a {
    color: #ffffff !important;
}
.social-media-share-wrapper span a:hover {
    color: #779BBB !important;
}
/*	
Media Carousel & FlexTab
==============================================
*/	
.accord {
	margin: 0px auto 20px;
}
.accord .accord-link {
    color: #002949;
}
.accord .accord-link {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-transform: none;
}
.accord .accord-link, .accord .accord-inner-link {
    border-bottom: 1px solid #ececec;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
    padding-left: 0px !important;
    padding: 0px !important;
    display: inline-block;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #4a7194 !important;
}
/* .copy-section ul, .resource-detail-copy-wrapper ul {
    padding-left: 0px !important;
} */
/****** Newsletter tables ******/
.wmsTbl {width:100%; border: none !important; padding:4px; font-family: 'Source Sans Pro', sans-serif; display: block;}
.wmsTbl th {padding: 5px; font-weight: 600; font-family:verdana; font-size: 14px; text-align: left !important; background: #D3D3D3; color: #565656 !important; text-transform: none !important; }
.wmsTbl td {font-family:verdana; font-size: 14px; padding:4px; }
.wmsTbl tr.tblon td {background: rgba(255,255,255,0.3); padding:10px;border:1px solid #e5e5e5;}
.wmsTbl tr.tbloff td {background: rgba(234, 234, 234, 0.5); padding:10px; border:1px solid #e5e5e5;}
.wmsTbl td > ul {padding: 0px 15px !important;}

/****Bank Rates table *****/
#grand table {width:100% !important; padding:4px !important;}
#grand table td:first-child {border:none !important;font-family: 'Source Sans Pro', sans-serif !important;}
#grand table th {padding: 5px !important; font-weight: 500 !important; font-family:verdana !important; font-size: 14px !important; text-align: left !important; background: #D3D3D3 !important; color: #565656 !important; text-transform:uppercase; }
#grand table td {font-family:verdana !important; font-size: 16px !important; padding:4px !important; }
#grand table tr.tblon td {background: rgba(255,255,255,0.3) !important; padding:10px !important;border:1px solid #e5e5e5 !important;}
#grand table tr.tbloff td {background: rgba(234, 234, 234, 0.5) !important; padding:10px; border:1px solid #e5e5e5 !important;}
#grand table tr:nth-child(2), #grand table tr:nth-child(7), #grand table tr:nth-child(12), #grand table tr:nth-child(17), #grand table tr:nth-child(20), #grand table tr:nth-child(23), #grand table tr:nth-child(26) { background-color: #002949 !important; }
#grand table td > ul {padding: 0px 15px !important;}
#grand table tr:nth-child(2) td:nth-child(2), #grand table tr:nth-child(2) td:nth-child(3), #grand table tr:nth-child(2) td:nth-child(4)  { background-color: #002949 !important; }
#grand table tr:nth-child(7) td:nth-child(2), #grand table tr:nth-child(7) td:nth-child(3), #grand table tr:nth-child(7) td:nth-child(4) { background-color: #002949 !important; }
#grand table tr:nth-child(12) td:nth-child(2), #grand table tr:nth-child(12) td:nth-child(3), #grand table tr:nth-child(12) td:nth-child(4) { background-color: #002949 !important; }
#grand table tr:nth-child(17) td:nth-child(2), #grand table tr:nth-child(17) td:nth-child(3), #grand table tr:nth-child(17) td:nth-child(4) { background-color: #002949 !important; }
#grand table tr:nth-child(20) td:nth-child(2), #grand table tr:nth-child(20) td:nth-child(3), #grand table tr:nth-child(20) td:nth-child(4) { background-color: #002949 !important; }
#grand table tr:nth-child(23) td:nth-child(2), #grand table tr:nth-child(23) td:nth-child(3), #grand table tr:nth-child(23) td:nth-child(4) { background-color: #002949 !important; }
#grand table tr:nth-child(26) td:nth-child(2), #grand table tr:nth-child(26) td:nth-child(3), #grand table tr:nth-child(26) td:nth-child(4) { background-color: #002949 !important; }


.billboard-container a:visited, .billboard-container a:active {
	color: #002949;
}

 

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.primary-nav a, .investor-access-remember-me-label {
		font-size: 14px;
	}
	.contact-close-section {
		width: 270px;
		display:block;
		height: 0px;
		padding: 20px 25px 25px;
		position: fixed;
		right:-270px;
		top: 280px;
		font-weight: 900;
		font-size: 20px;
		color:#002949;
		opacity: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;
		z-index: -1;
		animation: fadeInRight 0.8s ease-in-out;
		-webkit-animation: fadeInRight 0.8s ease-in-out;
	}
	.contact-widget-section:hover + .contact-close-section {
		right: 45px;
		opacity: 1;
		top: 280px;
		z-index: 15;
	}
	.corp-bio-detail-previous-link-wrapper {
		float: left;
		margin-left: 20px;
		margin-top: 50px;
		position: absolute;
		z-index: 99;
		bottom: 15px;
		left: 30px;
	}
	.corp-bio-detail-next-link-wrapper {
		float: right;
		margin-right: 20px;
		margin-top: 50px;
		z-index: 9999;
		position: absolute;
		bottom: 15px;
		right: 30px;
	}
	.home-callouts-row-1 .callout-item, .home-callouts-row-3 .callout-item, .home-callouts-row-4 .callout-item {
		width: calc(100% - 20px);
	}
	.body-home .billboard-content-wrapper { 
		top: 300px !important;
	}
	
	.main-content{
		width:100%
	}
	.home-callouts-row-2 {
		grid-gap: 0px;
	}
	.footer-section .footer-image-content .billboard-container {
		min-height: 445px;
	}
	.footer-cta-container {
		padding: 20px 50px 5px !important;
		margin: 0 !important;
		width: 100%;
	}
	.footer-section .footer-contact-info {
		margin: 40px 0 0px;
	}
	.callout-item h3 {
		margin: 23px 0px 15px;
	}
	.body-canadian-residents .callout-item, .body-american-residents .callout-item {
		padding: 0 0px;
	}
	.body-canadian-residents .callout-item, .body-american-residents .callout-item {
		width: 100%;
	}
	.footer-section .billboard-container {
		min-height: 505px;
	}
	.body-our-clients .callouts-container .callout-item, .body-ago .callouts-container .callout-item {
		width: calc(48% - 20px);
	}
	
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/* Hamburger Menu Icon Active and Open*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before, .nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
	background: #ffffff;
  }
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-internal-wrapper.nav-overlay {
    background-color: rgba(0, 0, 0, 0.65);
  }
  .interior .footer-section .billboard-container {
    min-height: 395px;
  }
  .callouts-version-1.callouts-mobile-slider .callout-slide {
	margin: 0 auto;
}
  /*
 
==============================================
 Hamburger Background Menu Styles
==============================================
*/ 
.nav-trigger:after {
    left: -2px;
    top: -15px;
    right: -25px;
    bottom: -17px;
    background: #ffffff;
    z-index: -1;
}

.nav-opened.nav-trigger:after {
    background: none;
}

.main-content{width:100%;}
.no-billboard .logo-section {
    background: #ffffff !important;
}
.wmsTbl {
	overflow: scroll;
}
.billboard-section, .billboard-sticky {
    position: relative !important;
	top: 0px;
}
	.header {
		background: #ffffff;
	}
	/* .interior .billboard-content-wrapper .container {
		background-color: #F5F7F9;
		height: 25em;
		width: 100%;
	} */
	.footer-cta-container {
		padding: 50px 100px;
	}
	.footer-contact-info, .footer-links {
		text-align: center;
	}
	.footer-links ul {
		padding-left: 0px;
	}
	.pov-section .mc-container .slick-prev, .mc-container .slick-next {
		display: block !important;
	}
	/* .interior .billboard-copy-wrapper {
		padding: 0px;
	} */
	.bio-tiles .container ul .row {
		padding-left: 0px !important;
	}
	.yearbook-bio-block {
		margin-bottom: 40px;
	}
	.mc-container .slick-track .slick-slide {
    	height: 500px;
	}
	.mc-container .slick-dots {
		bottom: -15px;
	}
	.niche-section .mc-container .slick-track .slick-slide {
		height: 400px;
	}
	.daf-cta {
		text-align: center;
		margin-top: 50px;
	}
	.services-section .slick-dots li button:before {
		color:#fff;
		opacity: 0.15;
	}
	.services-section .slick-dots li.slick-active button:before {
		color:#fff;
		opacity: 1;
	}
	.yearbook-row-2 {
		margin-top: 0px;
		text-align: center;
	}
	.copy-content .mc-slide:nth-of-type(2) {
		margin: 0px auto;
	}
	.home-callouts-row-1 .callout-heading-wrapper {
		width: 100%;
		float: none;
	}
	.home-callouts-row-1 .callout-cta-wrapper {
		margin-top: none;
	}
	.home-callouts-row-1 div.callout-image-wrapper {
		padding: 0px;
	}
	.home-callouts-row-1 .callout-copy-wrapper {
		width: 100%;
		float: none;
		margin-top: none;
	}
	.home-callouts-row-3 .callout-heading-wrapper {
		width: 100%;
		float: none;
	}
	.home-callouts-row-3 .callout-cta-wrapper {
		margin-top: none;
	}
	.home-callouts-row-3 .callout-copy-wrapper {
		width: 100%;
		float: none;
		margin-top: none;
	}
	.home-callouts-row-4 .callout-heading-wrapper {
		width: 100%;
		float: none;
	}
	.home-callouts-row-4 .callout-cta-wrapper {
		margin-top: 0;
	}
	.home-callouts-row-4 .callout-copy-wrapper {
		width: 100%;
		float: none;
		margin-top: 0;
	}
	.callout-item .callout-copy-wrapper p {
		margin-bottom: 0px !important;
	}
	.mortgages-page-callouts-1 .callout-heading-wrapper, .mortgages-page-callouts-3 .callout-heading-wrapper {
		height: auto !important;
	}
	.mortgages-page-callouts-1 .callout-copy-wrapper {
		height: auto !important;
	}
	.mortgages-page-callouts-1 .callout-item, .mortgages-page-callouts-2 .callout-item, .mortgages-page-callouts-3 .callout-item {
		width: calc(100%) !important;
	}
	.mortgages-page-callouts-2 .callout-copy-wrapper {
		width: 100%;
	}
	.mortgages-page-callouts-2 .callout-heading-wrapper {
		width: 100%;
	}
	.mortgages-page-callouts-3 .callout-copy-wrapper {
		height: 170px !important;
	}
	.consumer-alerts .callout-copy-wrapper {
		padding-left: 0 !important;
	}
	.consumer-alerts .callout-cta-wrapper {
		padding-left: 0 !important;
	}
	.consumer-alerts .callout-heading-wrapper {
		padding-left: 0 !important;
	}
	.nav-address-wrapper {
		line-height: 21px;;
	}
	.callouts-container .callout-item {
		width: 100% !important;
	}
	.interior .callout-item {
		background: transparent !important;
	}
	
	.securities-lending-callout {
		grid-template-columns: repeat(1, 1fr) !important;
	}

}
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {	
	.body-home .billboard-content-wrapper .container {
		padding: 0;
		position: relative;
	}
	.copy-intro-content {
		padding: 0 15px 20px;
	}
	.interior .copy-content {
		padding: 21px 21px;
	}
	.footer-section .billboard-container {
		min-height: 230px;
	}
	.interior .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		padding: 0;
	}
	.body-home .billboard-content-wrapper .container {
		top: 0px;
	}
	.body-home .billboard-heading-wrapper {
		padding: 20px 30px 30px;
	}
	.body-home .billboard-heading h1 {
		text-align: center;
	}
	.body-home .billboard-section .billboard-content-wrapper {
		padding: 0 !important;
	}
	.billboard-mobile-holder {
		height: 200px;
		background-size: contain;
		background-repeat: no-repeat;
	}
	.billboard-section .billboard-container {
		min-height: auto;
	}
	.ftr-logo-wrapper {
		display: flex;
		flex-direction: column !important;
	}
	.logo-section .ftr-logo-wrapper .ftr-logo {
		order: 1;
	}
	.ftr-logo-divider {
		order: 2;
		margin-top: 37px;
	}
	.ftr-logo-wrapper .ftr-group-name {
		order: 3;
		padding-bottom: 0px !important;
	}
	.home-callouts-row-2 {
		padding: 55px 0px 30px!important;
	}
	.main-content {
		width: 100%;
	}
	.footer-section .footer-contact-info {
		margin: 40px 0 10px;
	}
	ul.nav-subnav-second.clearfix.clicked {
		display: contents !important;
    }
 
	div.freeform-embed iframe {
		height: 200px !important;
	}
	.logo-section .ftr-logo-wrapper .ftr-logo {
		max-width: 280px;
	}
	.body-home .billboard-container.show-billboard{
		background-position: -550px 0px;
	}
	.body-home .billboard-section .billboard-content-wrapper {
		top: 269px;
		padding: 0px 30px;
	}
	.wmsTbl {
		overflow: scroll;
	}
	.consumer-alerts .callout-image-wrapper {
		margin-right: 0 !important;
	}
	.consumer-alerts .callout-copy-wrapper, .consumer-alerts .callout-cta-wrapper {
		padding-left: 0 !important;
	}
	.callouts-version-1 {
		margin: 0;
	}
	.featured-resources-row-1 {
		padding-bottom: 0;
	}
	.featured-resources {
		padding-top: 0;
	}
	.mortgages-page-callouts-1 {
		padding-bottom: 0;
	}
	.mortgages-page-callouts-2 {
		padding-top: 0;
	}
	.footer-cta-container {
		padding: 20px 20px;
	}
	.home div.copy-section.container {
		padding: 60px 20px 80px !important;
	}
	.job-categories .callout-item {
		margin: 0px;
	}
	.callout-item {
		margin: 1em 0em;
	}
	.body-home .callout-image-wrapper {
		margin-bottom: 1em !important;
	}
	.job-categories .callout-heading-wrapper {
		padding-bottom: 0.5em !important;
	}
	.job-categories .callout-copy-wrapper {
		display: none;
	}
	.callout-heading-wrapper {
		height: auto !important;
	}
	.copy-section .bio-tiles ul {
		padding-left: 0px !important;
	}
	.niche-section .button {
		padding: 10px;
	}
	.interior .billboard-copy-wrapper h2 {
		font-family: 'Source Sans Pro', sans-serif;
		font-size: 21px;
		line-height: 28px;
	}
	.footer-links {
		margin-top: 0px;
	}
	.billboard-container p {
		font-size: 16px;
		line-height: 25px;
	}
	/* .interior .billboard-content-wrapper {
		min-height: 500px;
		padding-top: 0px;
	} */
	.interior .billboard-copy-wrapper {
		padding: 0px 20px;
	}
	.interior .content-slider-wrapper .wrap-content-slider-content, .content-slider-wrapper .content-slider-half-width:not(.content-slider-half-image-wrapper) {
		padding: 0px;
	}
	.footer-contact-section {
		padding: 30px 30px 30px;
	}
	.slick-dots li {
		margin: 10px 10px;
	}
	.services-section .content-slider-wrapper .slick-dots {
		bottom: -18px;
	}
	.footer-section .footer-image-content .billboard-container {
		min-height: 225px;
		/* margin-top: -3em; */
	}
	.niche-section .button {
    	font-size: 14px;
	}
	.accord .accord-link-content, .accord .accord-inner-link-content {
		background: rgba(255, 255, 255, 0);
		padding: 33px 0px;
	}
	.interior .rich-text-container h2 {
		line-height: 33px;
	}
	.home-callouts-row-1 .callout-heading-wrapper {
		width: 100% !important;
		float: none !important;
	}
	.home-callouts-row-1 .callout-image-wrapper, .home-callouts-row-4 .callout-image-wrapper  {
		padding: 0px !important;
		margin-right: 0em !important;
	}
	.home-callouts-row-1 .callout-copy-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	.home-callouts-row-1 .callout-cta-wrapper {
		width: 100% !important;
		float: none !important;
	}
	.home-callouts-row-3 .callout-heading-wrapper {
		width: 100% !important;
		float: none !important;
	}
	.home-callouts-row-3 .callout-image-wrapper {
		margin-left: 0em !important;
	}
	.home-callouts-row-3 .callout-cta-wrapper {
		margin-top: 0 !important;
	}
	.home-callouts-row-3 .callout-copy-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	.home-callouts-row-4 .callout-heading-wrapper {
		width: 100% !important;
		float: none !important;
	}
	.home-callouts-row-4 .callout-cta-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	.home-callouts-row-4 .callout-copy-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	.featured-resources-row-1 div.callout-image-wrapper, .featured-resources-row-1 .callout-heading-wrapper, .featured-resources-row-1 .callout-copy-wrapper {
		width: 100% !important;
	}
	.featured-resources .callout-copy-wrapper {
		height: auto !important;
		padding: 0 !important;
	}
	.featured-resources .callout-cta-wrapper {
		height: auto !important;
		padding: 0 !important;
	}
	.featured-resources-row-1 div.callout-heading-wrapper, .featured-resources div.callout-heading-wrapper {
		padding-left: 0px !important;
	}
	.consumer-alerts .callout-image-wrapper {
		margin-right: 0;
	}
	.featured-resources-row-1 .callouts-version-1 {
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.body-bio .copy-section {
		padding: 60px 30px 80px !important;
	}
	.footer-cta-container {
		padding: 20px 20px 5px !important;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper, .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper {
		padding: 0;
	}
	.interior .footer-section .billboard-container {
		min-height: 230px;
	  }
	  .interior .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		margin-bottom: 30px;
	  }
	  .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		margin-bottom: 50px;	
	  }
}
	
/* 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) {
	
	.ftr-logo-wrapper {
		display: flex;
		flex-direction: column !important;
	}
	.logo-section .ftr-logo-wrapper .ftr-logo {
		order: 1;
	}
	.ftr-logo-divider {
		order: 2;
		margin-top: 37px;
	}
	.ftr-logo-wrapper .ftr-group-name {
		order: 3;
		padding-bottom: 0px !important;
	}
	.copy-intro-content {
		padding: 0 15px 20px;
	}
	.interior .copy-content {
		padding: 21px 21px;
	}
	.interior .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		padding: 0;
	}
	.footer-section .billboard-container {
		min-height: 290px;
	}
	.main-content{width:100%}
	.footer-contact-section {
		padding: 30px 30px 30px;
	}
	.billboard-section .billboard-container {
		min-height: 490px;
	}
	.body-home .home div.copy-section.container {
		padding: 60px 50px 70px;
	}
	.ftr-logo-wrapper {
		display: flex;
		flex-direction: column !important;
	}
	.body-home .billboard-container {
		background-position: -300px;
	}
	.interior .billboard-copy-wrapper {
		padding: 0em 3em;
	}
	.callout-item {
		margin: 1em;
	}
	.job-categories .callout-copy-wrapper {
		display: none;
	}
	.job-categories .callout-heading-wrapper {
		padding-bottom: 1em;
	}
	.wmsTbl {
		overflow: scroll;
	}
	.bio-tiles .container ul .row {
		padding-left: 0px;
	}
	.cta-center.hide-category.hide-slide-number .mc-content-wrapper {
		padding-bottom: 0px;
	}
	.niche-section .mc-container .slick-track .slick-slide, .give-section .mc-container .slick-track .slick-slide  {
		height: 350px;
	}
	.footer-section .footer-image-content .billboard-container {
    	min-height: 290px;
	}
	.interior .billboard-copy-wrapper h2 {
		line-height: 28px;
	}
	.interior .billboard-content-wrapper {
		padding: 20px 30px 0px 30px;
	}
	.copy-content .mc-container .slick-track .slick-slide {
		height: 600px;
	}
	.copy-content .mc-container {
		padding: 5px 0px 0px 0px;
	}
	.home-callouts-row-1 .callout-heading-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 1em !important;
	}
	.home-callouts-row-1 div.callout-image-wrapper {
		padding: 0 !important;
	}
	.home-callouts-row-4 .callout-heading-wrapper {
		width: 100% !important;
		float: none !important;
	}
	.home-callouts-row-4 .callout-cta-wrapper {
		margin-top: 0 !important;
	}
	.home-callouts-row-4 .callout-copy-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	.featured-resources-row-1 .callouts-mobile-slider {
		margin-bottom: 0 !important;
	}
	.featured-resources-row-1 .callout-image-wrapper {
		width: 100%;
		float: none;
		margin-right: 0px;
	}
	.featured-resources-row-1 .callout-heading-wrapper {
		height: auto !important;
	}
	.featured-resources .callout-heading-wrapper, .featured-resources .callout-copy-wrapper {
		height: auto !important;
	}
	.featured-resources .callout-1 {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}
	.featured-resources-row-1 .callouts-version-1 {
		margin-bottom: 0 !important;
		padding-bottom: 0 !important;
	}
	.callouts-mobile-slider {
		margin-bottom: 0px;
		padding-bottom: 0px !important;
	}
	.consumer-alerts .callout-image-wrapper {
		float: none !important;
		margin-right: 0px !important;
	}
	.consumer-alerts .callout-cta-wrapper {
		margin-bottom: 0px !important;
	}
	.consumer-alerts .callout-3 {
		padding-bottom: 0em;
	}
	.interior .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		margin-bottom: 15px;
	  }
	  .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		margin-bottom: 30px;	
	  }
}

/* iPhone 4/5 Portrait */
@media screen and (max-width: 320px) {
	.main-content{width:100%}
	.home-callouts-row-3 .callout-heading-wrapper {
		width: 100% !important;
		float: none !important;
	}
	.home-callouts-row-3 .callout-cta-wrapper {
		margin-top: none !important;
	}
	.home-callouts-row-3 .callout-copy-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	.home-callouts-row-1 .callout-heading-wrapper {
		width: 100% !important;
		float: none !important;
	}
	.home-callouts-row-1 div.callout-image-wrapper {
		padding: 0px !important;
	}
	.home-callouts-row-4 .callout-heading-wrapper {
		width: 100% !important;
		float: none !important;
	}
	.home-callouts-row-4 .callout-cta-wrapper {
		margin-top: 0 !important;
	}
	.home-callouts-row-4 .callout-copy-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	.wmsTbl {
		overflow: scroll;
	}
	.callout-item {
		opacity: 1 !important;
	}

}
/* @media only screen and (min-width : 768px) and (max-width : 1024px) and (orientation : portrait) { 
	.body-home .billboard-container.show-billboard {
		background-position: -400px !important;
	}
	.body-home .billboard-section .billboard-content-wrapper {
		left: -20px !important;
	}
 } */

/*ipad (not-pro) portrait*/
@media only screen and (min-width : 768px) and (max-width : 1023px) {
	.main-content{width:100%}
	.body-home .billboard-section .billboard-content-wrapper {
		max-width: 400px;
	}
	div.callout-heading-wrapper {
		height: auto;
	}
	.job-categories .callout-copy-wrapper {
		display: none;
	}
	.careers-callouts .callout-heading-wrapper {
		height: auto !important;
	}
	.careers-callouts .callout-3 {
		width: calc(100% - 20px);
	}
	.home-callouts-row-2 .callout-1 {
		margin-bottom: 60px !important;
	}
	.home-callouts-row-2 .callout-item {
		width: calc(100% - 20px);
	}
	.home-callouts-row-1 .callout-heading-wrapper, .home-callouts-row-2 .callout-heading-wrapper, .home-callouts-row-3 .callout-heading-wrapper, .home-callouts-row-4 .callout-heading-wrapper{
		height: auto !important;
	}
	.home-callouts-row-1 .callout-copy-wrapper, .home-callouts-row-2 .callout-copy-wrapper, .home-callouts-row-3 .callout-copy-wrapper, .home-callouts-row-4 .callout-copy-wrapper{
		height: auto !important;
	}
	.home-callouts-row-1 .callout-image-wrapper, .home-callouts-row-3 .callout-image-wrapper, .home-callouts-row-4 .callout-image-wrapper {
		float: none !important;
		margin: 0 !important;
		max-height: 265px !important;
	}
	.mortgages-page-callouts-1 .callout-heading-wrapper, .mortgages-page-callouts-3 .callout-heading-wrapper {
		height: 50px !important;
	}
	.mortgages-page-callouts-1 .callout-item, .mortgages-page-callouts-2 .callout-item, .mortgages-page-callouts-3 .callout-item {
		width: calc(100% - 20px) !important;
	}
	.mortgages-page-callouts-1 {
		margin-bottom: 0px !important;
	}
	.mortgages-page-callouts-2 {
		padding-top: 0px !important;
		margin-top: 0px !important;
	}
	.mortgages-page-callouts-3 .callout-copy-wrapper {
		height: 90px !important;
	}
	.first-time-homebuyers-callouts .callout-3 {
		width: calc(100% - 20px);
	}
	.fha-lending-callouts .callout-3 {
		width: calc(100% - 20px);
	}
	.va-lending-callouts .callout-3 {
		width: calc(100% - 20px);
	}
	.about-us-row-1 .callout-3 {
		width: calc(100% - 20px);
	}
	.securities-lending-callouts .callout-3 {
		width: calc(100% - 20px);
	}
	.featured-resources-row-1 .callout-item {
		width: calc(100% - 20px);
	}
	.featured-resources-row-1 .callout-link {
		height: 500px;
	}
	.featured-resources-row-1 div.callout-image-wrapper {
		width: 100%;
	}
	.featured-resources-row-1 .callout-heading-wrapper {
		width: 100% !important;
		float: none !important;
		height: 100px !important;
	}
	.featured-resources-row-1 .callout-copy-wrapper {
		width: 100% !important;
		float: none !important;
		padding-top: 14em !important;
	}
	.featured-resources .callout-3 {
		width: calc(100% - 20px);
	}
	.featured-resources .callout-3 .callout-copy-wrapper {
		height: auto !important;
	}
	.featured-resources .callout-3 .callout-heading-wrapper {
		height: auto !important;
	}
	.consumer-alerts .callout-item {
		width: calc(100% - 20px);
	}
	.consumer-alerts .callout-heading-wrapper {
		margin-top: -1em;
	}
	.consumer-alerts .callout-1 .callout-cta-wrapper, .consumer-alerts .callout-2 .callout-cta-wrapper, .consumer-alerts .callout-3 .callout-cta-wrapper {
		padding: 0 0 0 19em;
	}
	.more-callouts-top .callout-heading-wrapper, .more-callouts-bottom .callout-heading-wrapper {
		height: 80px;
	}
	.leadership-team-callouts .callout-item {
		width: calc(100% - 20px);
	}
}

/* IE only */
@media screen\0 {
	.content-slider-wrapper .wrap-content-slider-content .content-slider-copy-wrapper {
		max-width: 370px;
	}
	.services-section .content-slider-wrapper .content-slider-copy {
		font-size: 18px !important;
	}
	.services-section .services-slider {
		padding-left: 0px !important;
	}
	.home-callouts-row-1 .callout-item, .home-callouts-row-4 .callout-item {
		width: calc(100% - 20px) !important;
	}
	.home-callouts-row-1 .callout-image-wrapper, .home-callouts-row-4 .callout-image-wrapper {
		float: left;
		padding-top: 1em;
	}
	.home-callouts-row-1 .callout-heading-wrapper, .home-callouts-row-4 .callout-heading-wrapper {
		width: unset !important;
		float: none !important;
	}
	.home-callouts-row-1 .callout-copy-wrapper, .home-callouts-row-4 .callout-copy-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	.home-callouts-row-1 .callout-cta-wrapper, .home-callouts-row-4 .callout-cta-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	.home-callouts-row-2 .callout-item {
		width: calc(50% - 20px) !important;
	}
	.home-callouts-row-3 .callout-item {
		width: calc(100% - 20px) !important;
	}
	.home-callouts-row-3 .callout-image-wrapper {
		float: right;
		padding-top: 1em;
	}
	.home-callouts-row-3 .callout-heading-wrapper {
		width: unset !important;
		float: none !important;
	}
	.home-callouts-row-3 .callout-copy-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	.home-callouts-row-3 .callout-cta-wrapper {
		width: 100% !important;
		float: none !important;
		margin-top: 0 !important;
	}
	div > .callouts-container {
		opacity: 1 !important;
	}
	.mortgages-page-callouts-1 .callout-item {
		width: calc(50% - 20px) !important;
	}
	.mortgages-page-callouts-2 .callout-item {
		width: calc(100% - 20px) !important;
	}
	.mortgages-page-callouts-3 .callout-3 .callout-cta-wrapper {
		display: block;
	}
	.mortgages-page-callouts-3 .callout-3:hover .callout-cta-wrapper .callout-cta{
		background: #fff;
	}
	.about-us-row-2-callout .callout-item {
		width: calc(50% - 20px) !important;
	}
	.corporate-and-commercial-callouts .callout-item {
		opacity: 1 !important;
		width: calc(100% - 20px) !important;
	}
	.deposit-accounts-callout .callout-item {
		width: calc(50% - 20px) !important;
	}
	.more-callouts-top .callout-item, .more-callouts-bottom .callout-item {
		width: calc(50% - 20px) !important;
	}
	.news-and-media .callout-item {
		width: calc(50% - 20px) !important;
	}
	.featured-resources-row-1 .callout-item {
		width: calc(100% - 20px) !important;
	}
	.consumer-alerts .callout-item {
		width: calc(100% - 20px) !important;
	}
	.consumer-alerts .callout-image-wrapper {
		width: 30%;
		float: left;
		padding-top: 1em;
	}
	.account-login .callout-item {
        width: calc(50% - 20px) !important;
        opacity: 1 !important;
	}
}
