@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,900|Raleway:300,400,500,600,700,800,900|Source+Sans+Pro:300,300i,400,400i,600,600i,700,900');




/*==============================================  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: Brandon      
DESIGNER: Debra   
JOB #: 17-BR3FL-0108    
COMPLETION DATE: May 2018       
ADDITIONAL NOTES:   
Fonts: 



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

.yearbook-row-4 .bio-block-6 {
	display: none;
}

.wow {
  visibility: hidden;
}


.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 {
	color: #a38545;
	-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;
}

p {
    margin: 0 0 20px;
}

.disclaimer, .bio-detail-copy-wrapper p.disclaimer { 
	font-size: 12px !important; 
	line-height: 18px !important;
}
body {
    -webkit-font-smoothing: inherit !important;
}
body {
    background: #FFFFFF;
}
h2 {
	font-family: 'Raleway', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    color: #093e61;
	font-weight: 600;
    margin-bottom: 5px
}
/*
.nav-overall-wrapper {
	animation-delay: 2s;
	animation-fill-mode: forwards;
}


.wow {
	visibility: hidden;
}

*/







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

.account-access-header-wrapper {
    display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav).is-fixed {
	background-color: transparent;
	    z-index: 9999;
	text-align: center;
}
.primary-nav {
	text-align: center !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 55px;
	background: rgba(33, 38, 49, .9);
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 18px 30px 40px 0;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
    color: #fff;
	font-size: 14px;
    line-height: 11px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover {
	color: #9a8543;
}
.investor-access-input-wrapper input {
    width: 100%;
    height: 40px;
}
.investor-access-id-icon, .investor-access-password-icon {
	color: #000;
	bottom: 15px;
}

.nav-main-header { 
	background: none;
	animation: fadeInDown 1s linear;
    -webkit-animation: fadeInDown 1s linear;
}
.nav-overlay {
    background-color: rgba(0, 0, 0, 0.8) !important;
    display: none;
}
.nav { 
	background: #9a8543; 
	height: 55px;
}
.nav .primary-nav li a img {
    margin-right: 100px;
	position: relative;
    top: 10px;
}

.primary-nav {
    max-width: 1170px;
    padding: 0;
    float: none;
    margin: 0 auto;	
}
.primary-nav > li {
	margin-left: 0;
	top: 0px;
}
.primary-nav > li > a {
	color: #fff;
	text-transform: uppercase;
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 1px;
}
.primary-nav > li > a:hover {
    color: #06264d;
}
.primary-nav .secondary-nav a:hover {
    color: #06264d;	
}
 .primary-nav > li > a.selected, .nav-standard.selected {
    color: #06264d;
}
.primary-nav .secondary-nav a.active, .primary-nav a.active {
    color: #06264d;
}
.primary-nav .secondary-nav, .primary-nav .nav-gallery, .primary-nav .nav-icons {
    background: #000;
    padding: 25px;
    box-shadow: none;
    width: 240px !important;	
}
.primary-nav .secondary-nav a {
	font-size: 15px;	
	color: #ffffff;
}
.nav-overall-wrapper {
    position: fixed;
	z-index: 10;
	width: 100%;
	top:0;
}
.nav-subnav li .active {
	color: #9a8543 !important;
}
.account-access-header-wrapper {
    background: #fff;
	text-transform: uppercase;
}
.primary-nav .secondary-nav a p.account-access-header {
    color: #000000;
}
.primary-nav .secondary-nav a p.account-access-header:hover {
    color: #a29061;
}
.investor-access-input-wrapper i {
    width: 0px;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 18px;
}
.investor-access-input-wrapper input {
    padding: 10px 0 10px 35px;
    margin-bottom: 10px;
    border: none;
    width: 100%;
    background-color: #FFF;
}
.investor-access-login-button {
    display: inline-flex;
    height: 40px;
    width: 150px;
    border: 2px solid #000;
    margin: 20px 20px 20px 20px;
    font-family: 'Work Sans', sans-serif;
    color: #677f37;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: none;
    -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;
}
.investor-access-login-button:hover {
    color: #FFF;
    background: #677f37;
    -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;
}
.investor-access-login-button {
	background: #fff;	
	color: #000;
}
.investor-access-login-button:hover {
    color: #a29061;
    background: white;
}
.nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
	background: #b1b1b1 !important;
}
.investor-access-id {
    font-size: 12px;
}
.primary-nav li.single-child .single-nav {
    right: -70px;
}
.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: #a38545;
}
.header-section .header-social {
	position: fixed;
    top: 0;
    right: 380px;
    z-index: 99999;
    width: 80px;
}



@media only screen and (max-width: 1900px) {
	.header-section .header-social {
		right: 220px;
    }
}
@media only screen and (max-width: 1600px) {
	.header-section .header-social {
		right: 100px;
    }
}
@media only screen and (max-width: 1300px) {
	.header-section .header-social {
		right: 20px;
    }
}
@media only screen and (max-width: 1300px) {
	.header-section .header-social {
		display: none;
    }
}

.header-section .social-container {
	background: none;
}
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; 
}


.change{
}
.change::after {
  content: "";
  background: rgba(255,255,255,1);
  opacity: 1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
  animation: 0.4s ease 0s normal forwards 1 fadein;
	
}


.main-content {/* background:#000; */}

.main-content-coliumn {
	width: 780px;
	margin: 0 auto;
}
.social-container .fa:hover {
    color: #212631;
}
/*
==============================================
Billboard
==============================================
*/

.billboard-container {
    max-height: 1010px;
    background-size: cover;
    background-position: center center;
	animation-name: fadeIn;
	animation-delay: 0s;
	animation-duration: 2s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.billboard-container .billboard-logo-wrapper {
	top: 0px;
	position: absolute;
	animation-name: fadeIn;
	animation-delay: 1s;
	animation-duration: 2s;
	opacity: 0;
	animation-fill-mode: forwards;
}
.billboard-container .billboard-logo-wrapper .billboard-logo {
    max-width: 250px;
}
a.billboard-logo-link {
    display: block;
}
.billboard-heading-wrapper {
    padding: 25px 55px;
    text-align: center;
	float: right;
    background: rgba(25,25,25,.3);
    border: solid 1px #FFF;
	animation-name: fadeIn;
	animation-delay: 1.3s;
	animation-duration: 2s;
	opacity: 0;
	animation-fill-mode: forwards;
	bottom: -180px;
    position: relative;
}
.billboard-heading h1 {
	font-family: 'Raleway', sans-serif;
	font-size: 25px;
	text-transform: uppercase;
	color: #FFF;
	text-align: right;
}
.billboard-heading h1 .head-1 {
    font-family: 'Playfair Display', serif;
	font-size: 52px;
    color: #e6a32e;
    line-height: 60px;
	text-transform: none;
	font-style: italic;
	-webkit-font-smoothing: antialiased;

}
.billboard-heading h1 .head-2 {
    font-family: 'Playfair Display', serif;
	font-size: 52px;
    color: #e6a32e;
	font-style: normal;
    line-height: 60px;
	text-transform: none;
	padding-left: 5px;
	-webkit-font-smoothing: antialiased;

}
.billboard-heading h1 .head-3, .billboard-heading h1 .head-4 {
	font-style: normal;
    line-height: 35px;
	display: block;
	letter-spacing: 2px;
	font-weight: 300;
}
.billboard-content-wrapper {
	min-height: 600px; /*800px*/
	position: relative; 
}
.billboard-content-wrapper:before {
	content: '';
    display: block;
    background: -moz-linear-gradient(top, rgba(35,67,118,1) 0%, rgba(125,185,232,0) 100%);
    background: -webkit-linear-gradient(top, rgba(35,67,118,1) 0%,rgba(125,185,232,0) 100%);
    background: linear-gradient(to bottom, rgba(35,67,118,1) 0%,rgba(125,185,232,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#234376', endColorstr='#007db9e8',GradientType=0 );
    position: absolute;
    width: 100%;
    top: 0px;
    height: 350px;
}
/*
==============================================
Home - Default
==============================================
*/

.main-content {
	margin-top: 50px;
}

.main-content-section {
    background-position: center;
    min-height: 540px;
	margin-top: 10px;
	position: relative;
	border-top: double 7px #9a8543;
	background-color: #FFF;
}
.main-content-container {
	margin-top: -200px;
    background: #FFF;
    z-index: 99;
    position: relative;
	-webkit-box-shadow: 0px 10px 45px 2px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 45px 2px rgba(0,0,0,0.3);
box-shadow: 0px 10px 45px 2px rgba(0,0,0,0.3);
	padding: 10px 0px 60px 0px;
}
.main-content-container:before {
	content: '';
	display: block;
	background: url("https://www.raymondjames.com/-/media/RJ/Advisor%20Sites/Sites/r/o/roundtableadvisors/Images/header-border.svg");
	height: 7px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    margin-top: 0px;
	margin-bottom: 60px;
    background-size: cover;
}
.home-intro-copy {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 40px;
    max-width: 800px;
    margin: 0 auto;
}

.home-intro-copy h1 {
	font-family: 'Cormorant', serif;
    font-size: 85px;
	line-height: 65px;
    color: #093e61;
    text-align: center;
	margin-bottom: 30px;
}
.home-intro-copy h1:after {
	content: '';
	display: block;
	background: url("https://www.raymondjames.com/-/media/RJ/Advisor%20Sites/Sites/r/o/roundtableadvisors/Images/header-border.svg");
	height: 7px;
    width: 350px;
    margin: 0 auto;
    background-position: center;
    margin-top: 40px;
    background-size: cover;
}

.home-intro-copy h1 .head-1a {
	font-family: 'Raleway', sans-serif;
    font-size: 36px;
	line-height: 40px;
	letter-spacing: 3px;
    color: #a38545;
    text-align: center;
	font-weight: 600;
	display: block;
}
.home-intro-copy h1 .head-1b {
	font-family: 'Raleway', sans-serif;
    font-size: 36px;
	line-height: 40px;
	letter-spacing: 3px;
    color: #a38545;
    text-align: center;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}

/*
==============================================
Home - Callouts
==============================================
*/
.callout-section-1 {
	background: #FFF;
	position: relative;
	margin-top: 60px;
}
.callout-section-1 .callout-heading-wrapper h3 {
	font-family: 'Cormorant', serif;
	font-size: 72px !important;
	line-height: 53px !important;
	text-transform: none !important;
	color: #5b7e96 !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;
}
.callout-section-1 .callout-heading-wrapper h3 .head-1 {
	font-family: 'Raleway', sans-serif;
	font-size: 26px !important;
	color: #a38545;
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 10px;
}
.callout-section-1 .callout-heading-wrapper {
	margin-bottom: 30px;
	margin-top: 30px;
}
.callout-section-1 .callout-heading-wrapper h3 .head-2 {
	font-size: 48px !important;
}
.callout-section-1 .callouts-container.callouts-version-2 .callout-item {
	height: 380px;
}
.callout-section-1 .callouts-container .callout-1:after {
    content: '';
    display: block;
    display: block;
	background: url(https://www.raymondjames.com/-/media/RJ/Advisor%20Sites/Sites/r/o/roundtableadvisors/Images/header-border-vert.svg);
    height: 330px;
	width: 5px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 50%;
    z-index: 0;
    top: 0px;
	background-position: center;
	background-size: cover;
}
.callout-section-1 .callouts-container, .callouts-mobile-slider {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 300px 300px;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 20px;
    -ms-grid-column-align: center;
    justify-items: center;
	text-align: center;
    background: NONE;
    margin: 10px auto;
    padding: 0px;
	max-width: 1300px;
}
.callout-section-1 .callouts-container.callouts-version-2 {
    grid-gap: 20px 10px;
}
.callout-section-1 .callouts-container.callouts-version-2 .callout-1 {
	background: #4c4137;
}
.callout-section-1 .callouts-container.callouts-version-2 .callout-2 {
	background: #22454d;
}
.callout-section-1 .callout-heading-wrapper-bottom {
	font-family: "Playfair Display", serif;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    text-align: center;
	bottom: 160px !important;
	z-index: 99;
}
.callout-section-1 .callout-cta-wrapper {
	opacity: 1 !important;
	text-align: center;
	top: 0px;
	margin-bottom: 0px;
}
.callout-section-1 .callout-1 {
	border-left: solid 1px transparent;
	-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;
}
.callout-section-1 .callout-2 {
	border-right: solid 1px transparent;
	-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;
}
.callout-section-1 .callout-cta-wrapper .callout-cta {
	font-family: 'Raleway', sans-serif; 
	font-size: 16px !important;
    color: #165488 !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    border: none !important;
    background: white !important;
    padding: 10px;
	opacity: 0;
	    top: -43px;
    position: relative;
	-webkit-font-smoothing: inherit;
}
/*.callout-section-1 .callout-item .callout-cta-wrapper .callout-cta:before {
	content: '';
	display: inline-block;
	background: #165488;
	height: 1px;
	width: 100px;
	vertical-align: middle;
	margin-right: 5px;
	-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;
}
.callout-section-1 .callout-item .callout-cta-wrapper .callout-cta:after {
	content: '';
	display: inline-block;
	background: #165488;
	height: 1px;
	width: 100px;
	vertical-align: middle;
	margin-left: 5px;
	-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;
}*/
.callout-section-1 .callout-copy-wrapper:after {
	content: "";
    background-color: #597c94;
    display: block;
    height: 1px;
    width: 100%;
    margin: 25px auto;
    float: left;
}

.callout-section-1 .callout-item .callout-copy-wrapper  {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	top: 130px;
    padding: 0px 80px;
	    height: 40px !important;
}
.callout-section-1 .callout-item .callout-copy-wrapper p  {
	padding: 0px 50px;
}
.callout-section-1 .callout-item:hover .callout-heading-wrapper h3 {
	color: #275e6b !important;
	letter-spacing: 2px;
	-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;
}

.callout-section-1 .callout-item:hover .callout-cta {
	color: #a38545 !important;
	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;
    transition: all 0.4s ease-in-out;
}
.callout-section-1 .callout-heading-wrapper-2, .callout-section-1 .callout-categories-wrapper {
	display: none;
}
.callouts-container .callout-item .callout-image-wrapper {
		max-height: 381px !important;

}
.callouts-container .callout-item .callout-image-wrapper .callout-image {
	width: auto!important;
}
.callouts-container.callouts-version-2 .callout-item .callout-2-image {
	opacity: .3;
}
.callout-section-2 .callouts-container, .callouts-mobile-slider {
	background: none;
	margin: 0 auto;
}
.callout-section-2 {
	background: #fff;
	padding-top: 70px;
}
.callout-section-2 .callout-border {
	border: solid 1px #a38545;
	display: grid;
	clear: both;
	width: 1030px;
	margin: 0 auto;
}
.callout-section-2 .individuals-callout {
	background-repeat: no-repeat !important;
    height: 381px;
    position: relative;
    left: -70px;
	top: 100px;
	margin-bottom: 80px;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.callout-section-2 .medical-callout {
	background-repeat: no-repeat !important;
    height: 381px;
    position: relative;
    right: -70px;
	top: 100px;
	background: top right;
	margin-bottom: 80px;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.callout-section-2 .business-callout {
	background-repeat: no-repeat !important;
    height: 381px;
    position: relative;
    left: -70px;
	top: 100px;
	margin-bottom: 80px;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.callout-section-2 .callout-item {
	background: none;
	-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;
}
.callout-section-2 .corporate-callout {
	margin-bottom: 200px;
}
.callout-section-2 .callout-item:hover {
	
}
.callout-section-2 .callouts-container, .callout-section-2 .callouts-mobile-slider {
	    grid-template-columns: repeat(1, 1fr);
}
.callout-section-2 .callout-heading-wrapper {
	height: 115px !important;
	margin-top: 50px;
    width: 470px;
    float: right;
}
.callout-section-2 .medical-callout .callout-heading-wrapper {
	height: 115px !important;
	margin-top: 50px;
    width: 470px;
    float: left;
}
.callout-section-2 .medical-callout .callout-copy-wrapper {
	width: 470px;
    float: left;
    clear: both;
    text-align: left;
}
.callout-section-2 .medical-callout .callout-cta-wrapper {
	width: 470px;
	float: left;
	clear: both;
}
.callout-section-2 .business-callout .callout-item .callout-link {
	left: 25px;
}
.callout-section-2 .callout-copy-wrapper {
	width: 470px;
    float: right;
    clear: both;
    text-align: left;
}
.callout-section-2 .callout-cta-wrapper {
	width: 470px;
	float: right;
	clear: both;
	    margin-bottom: 15px;
    margin-top: -80px;
    text-align: right;
    max-width: 420px;
	    margin-right: 30px;
}
.callout-section-2 .callout-item .callout-link {
	width: 109%;
	left: -35px;
	position: relative;
	height: 381px;
}
.callout-section-2 .medical-callout .callout-item .callout-link {
	left: -85px;
}
.individuals-callout .callout-item {
	    margin-left: 110px;
}

.callout-section-2 .callout-heading-wrapper .callout-heading .head-2 {
	font-family: 'Raleway', sans-serif;
	font-size: 26px; 
	line-height: 15px;
	letter-spacing: 10px;
	text-transform: uppercase;
	color: #a38545;
	text-align: left;
	display: block;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.callout-section-2 .individuals-callout .callout-heading-wrapper .callout-heading .head-2:before {
	content: "";
    background-color: #dcc8a8;
    display: inline-block;
    height: 2px;
    width: 50px;
    margin: 25px auto;
	left: 540px;
    position: absolute;
    top: 30px;
}
.callout-section-2 .medical-callout .callout-heading-wrapper .callout-heading .head-2:after {
	content: "";
    background-color: #dcc8a8;
    display: inline-block;
    height: 2px;
    width: 250px;
    margin: 25px auto;
	left: 280px;
    position: absolute;
    top: 30px;
}
.callout-section-2 .business-callout .callout-heading-wrapper .callout-heading .head-2:before {
	content: "";
    background-color: #dcc8a8;
    display: inline-block;
    height: 2px;
    width: 50px;
    margin: 25px auto;
	left: 540px;
    position: absolute;
    top: 30px;
}
.callout-section-2 .individuals-callout .callout-heading-wrapper, .callout-section-2 .business-callout .callout-heading-wrapper {
    padding-left: 40px !important;
}
.callout-section-2 .callout-heading-wrapper .callout-heading {
	font-family: 'Cormorant', serif;
	font-size: 72px !important;
	line-height: 70px !important;
    text-transform: none !important;
    color: #5b7e96 !important;
    text-align: center;
	letter-spacing: 2px;
	margin-bottom: 0px;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.callout-section-2 .callout-categories-wrapper {
	display: none;
}
.callout-section-2 .callout-copy-wrapper p {
	font-family: 'Raleway', sans-serif;
	font-size: 17px;
    line-height: 24px;
    color: #434343;
    text-align: left;
    padding: 0px;
    max-width: 260px;
}
.callout-section-2 .callout-copy-wrapper:after {
	content: "";
	background-color: #597c94;
	display: block;
	height: 1px;
	width: 70%;
    margin: 25px auto;
    float: left;
}

.callout-section-2 .callout-cta-wrapper .callout-cta {
	font-size: 17px !important;
    color: #3b687d !important;
    font-weight: 400 !important;
    text-transform: uppercase;
    border: none !important;
    background: #fff !important;
    padding: 10px;
	opacity: 0;
}
.callout-section-2 .callout-item:hover .callout-cta-wrapper {
	opacity: 1;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.callout-section-2 .callout-item:hover .callout-cta-wrapper .callout-cta {
	color: #a38545 !important;
	letter-spacing: 2px;
	opacity: 1;
	-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.callout-section-2 .callout-item:hover .callout-heading-wrapper .callout-heading {
	color: #275e6b !important;
	letter-spacing: 3px !important;
		-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
/*.callout-section-2 .callout-item:hover .callout-heading-wrapper .callout-heading .head-2 {
	letter-spacing: 12px !important;
		-webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}*/


/*
==============================================
Interior - Callouts
==============================================
*/

.interior .callout-section-1 .callouts-container .callout-1:after {
	display: none;
}
.interior .callout-section-1 .callouts-container {
    grid-template-columns: repeat(1, 1fr);
}
.interior .callout-section-1 .callouts-container:before {
    content: '';
    display: block;
    background: url(https://www.raymondjames.com/-/media/RJ/Advisor%20Sites/Sites/r/o/roundtableadvisors/Images/header-border.svg);
    height: 6px;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    margin-top: 0px;
    margin-bottom: 20px;
    background-size: cover;
}
.interior .callout-section-1 .callouts-container:after {
    content: '';
    display: block;
    background: url(https://www.raymondjames.com/-/media/RJ/Advisor%20Sites/Sites/r/o/roundtableadvisors/Images/header-border.svg);
    height: 6px;
    width: 70%;
    margin: 0 auto;
    background-position: center;
    margin-top: 20px;
    margin-bottom: 0px;
    background-size: cover;
}
.interior .callout-section-1 .callout-container {
	padding: 0px;
}
.interior .callout-section-1 .callout-item .callout-cta-wrapper .callout-cta:before {
	display: none;
}
.interior .callout-section-1 .callout-item .callout-cta-wrapper .callout-cta:after {
    content: "\f101";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    left: 0;
    display: inline-block;
    background: none;
    height: 30px;
    width: inherit;
	text-align: left;
	font-size: 24px;
    vertical-align: middle;
    margin-left: 5px;
    -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;
}
.interior .callout-section-1 .callout-copy-wrapper:after {
	display: none;
}
.interior .callout-section-1 .callout-heading-wrapper {
	margin-bottom: 30px;
	margin-top: 0px;
}
.interior .callout-section-1 .callout-cta-wrapper {
	margin-bottom: 0px !important;
	height: 16px;
}



.ftr-nap-map-directions a:hover {
	color: #FFF !important;
}




.interior .home-intro-copy .image-container {
	float: left;
    margin-right: 30px;
	margin-top: 20px;
}
.interior .home-intro-copy .image-container img {
	max-width: 350px;
	width: 100%;
}














/*
==============================================
Interior - About Us
==============================================
*/

.interior .billboard-content-wrapper {
    min-height: 650px;
    position: relative;
}
.interior .home-intro-copy h1 {
	margin-top: 50px;
	margin-bottom: 50px;
}
.interior .home-intro-copy {
	max-width: 950px;
}
.interior .main-content-section {
	padding-top: 0px;
	padding-bottom: 80px;
	margin-bottom: 10px;
}
.interior-main-content-container {
	background-color: #d8d4ce;
	padding: 80px 0px;
	max-width: 990px;
	z-index: 2;
    position: relative;
}

.interior-copy {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 34px;
    max-width: 750px;
    margin: 0 auto;
}
.interior .billboard-heading-wrapper {
	bottom: -90px;
    position: relative;
}
.interior-copy h2 {
	font-family: 'Raleway', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    color: #275e6b;
    margin-bottom: 5px
}
.bio-page .main-content-section, .resource-page .main-content-section {
	margin-top: 0px;
	padding: 0px;
	padding-bottom: 140px;
}
.bio-page .interior-main-content-container {
	max-width: 100%;
    padding: 100px 80px 50px 80px;
	
}
.bio-detail-quote blockquote {
	font-size: 20px;
    line-height: 30px;
	color: #275e6b;
}
.bio-detail-quote blockquote:before {
	font-size: 100px !important;
    line-height: 20px;
	color: #275e6b;
	
}
.bio-detail-copy-wrapper {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 34px;
    max-width: 750px;
    margin: 0 auto;
}
.bio-detail-quote-hr {
	display: none !important;
}
.resource-page .interior-main-content-container {
	max-width: 100%;
    padding: 100px 10px 50px 10px;
	
}
.resource-page .interior-copy {
	max-width: 100%;
}
.resource-page .interior-copy .rich-text-container, .team-page .interior-copy .rich-text-container {
	max-width: 750px;
	margin: 0 auto;
}

.process-left {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 40px;
    margin: 0 auto;
    padding-left: 110px;
}
.process-right {
	padding-right: 110px;
	padding-top: 50px;
}

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

.bio-page .accord, .case-study .accord {
	border: solid 1px #FFF !important;
	border-radius: 0 !important;
	padding: 0px 15px !important;
	background: #c1cdd5 !important;
}

.accord .accord-link-content, .accord .accord-inner-link-content {
	background: none;
	padding: 20px 0 0;
}
.accord .accord-link-content p, .accord .accord-inner-link-content p { 
	margin: 0 0 20px; 
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 34px;
	color:#2e3233;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li:last-child .accord-link:hover { color: #a38545; }
.accord li.open .accord-link, .accord li.open, .accord li:last-child.open .accord-link { color: #a38545; }
.accord li.open .fa, .accord li.open .accord-link {
	
}
.accord li.open .accord-inner-link {
	color: #8fa4b0;
}
.accord .fa.fa-chevron-down {
	top: 22px;
}
.accord-inner li {
    border-bottom: none;
    margin-left: 20px;
}
.accord .accord-link-content a, .accord .accord-inner-link-content a {
	padding-left: 0px;
	color: #275e6b;
}
.accord .accord-link-content a:hover, .accord .accord-inner-link-content a:hover {
    background: none;
    color: orange;
    padding-left: 0px;
}

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

.yearbook-section-container {
	padding-bottom: 150px;
}
.yearbook-bio-block {
	padding-bottom: 30px !important;
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.yearbook-bio-block:hover {
	padding-bottom: 30px;
	background: rgba(230,163,46,.2);
	-webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.yearbook-bio-block, .yearbook-bio-block-photo {
	padding: 0px;
}
.yearbook-cta-wrapper button {
	width: 100%;
	border: none;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
    font-size: 20px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	background-color: #e6a32e;
	color: #FFFFFF;
	bottom: -37px;
	position: relative;
	-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;
}
.yearbook-bio-block:hover .yearbook-cta-wrapper button {
	bottom: 0px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.yearbook-bio-block-social:before {
	content: "";
    display: block;
    width: 0px;
    height: 2px;
    background-color: transparent;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
	-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;
}
.yearbook-bio-block:hover .yearbook-bio-block-social:before {
	content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: #e6a32e;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 10px;
	-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;
}
.yearbook-bio-block-photo {
	margin-bottom: 20px;
}
.yearbook-bio-block-social .yearbook-links, .yearbook-name-wrapper {
	text-align: center;
}
.yearbook-bio-block-social .yearbook-links a {
	color: #275e6b;
	padding: 0px 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;
    transition: all 0.4s ease-in-out;
}
.yearbook-bio-block-social .yearbook-links a:hover {
	color: #e6a32e;
	padding: 0px 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;
    transition: all 0.4s ease-in-out;
}
.yearbook-first-name, .yearbook-last-name, .yearbook-designation  {
	font-family: 'Playfair Display', serif;
    font-size: 21px !important;
    line-height: 40px !important;
    color: #06264d !important;
    display: inline-flex;
    font-weight: 400;
    letter-spacing: 1px;
	margin-bottom: 0px;
}
.yearbook-title {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px !important;
	line-height: 26px;
    text-transform: uppercase;
    color: #5a5d63;
    font-weight: 300;
    letter-spacing: 2px;
	margin-bottom: 0px;
}
.yearbook-designation sup {
	vertical-align: middle;
    top: 16px;
    font-size: 14px;
}
.yearbook-row-2 {
	margin-top: 50px;
}
.yearbook-three .yearbook-headshot-wrapper::after {
	background: none;
}
.yearbook-three .yearbook-headshot-wrapper {
	max-width: inherit;
}
.yearbook-three .yearbook-hr {
	background-color: #a38545;
}
.bio-block-1 {
	animation-duration: 3s;
}
.bio-block-2 {
	animation-delay: .25s;
	animation-duration: 3s;
}
.bio-block-3 {
	animation-delay: .5s;
	animation-duration: 3s;
}
.bio-block-4 {
	animation-delay: .75s;
	animation-duration: 3s;
}
.bio-block-5 {
	animation-delay: 1s;
	animation-duration: 3s;
}
.bio-block-6 {
	animation-delay: 1.25s;
	animation-duration: 3s;
}






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


.bio-detail-previous-link-wrapper, .bio-detail-next-link-wrapper, .resource-detail-previous-link-wrapper, .resource-detail-next-link-wrapper {
	top: 20% !important;
}
.bio-detail-previous-link:before, .bio-detail-next-link:before, .bio-detail-previous-link:hover:before, .bio-detail-next-link:hover:before {
	background: none;
}
.resource-detail-previous-link:before, .resource-detail-next-link:before, .resource-detail-previous-link:hover:before, .resource-detail-next-link:hover:before {
	background: none;
}
/*
.bio-detail-previous-link:after, .bio-detail-next-link:after, .resource-detail-previous-link:after, .resource-detail-next-link:after {
	top: -46px;
}
*/
.resource-details .main-content-container, .blog-details .main-content-container {
    margin-top: 100px;
}
.bio-detail-previous-link:hover:after, .resource-detail-previous-link:hover:after {
    border-left: 1px solid #275e6b;
    border-top: 1px solid #275e6b;
}
.bio-detail-next-link:hover:after, .resource-detail-next-link:hover:after {
	border-right: 1px solid #275e6b;
    border-top: 1px solid #275e6b;
}
.bio-detail-prev-bio, .bio-detail-next-bio, .resource-detail-prev, .resource-detail-next {
	-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;
}
.bio-detail-previous-link:hover .bio-detail-prev, .bio-detail-previous-link:hover .bio-detail-prev-bio, .bio-detail-next-link:hover .bio-detail-next, .bio-detail-next-link:hover .bio-detail-next-bio {
	color: #275e6b;
	-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;
}
.bio-content-photo {
	animation-delay: .5s;
}
.bio-content-name {
	text-align: center;
	margin-top: 30px;
	animation-delay: 1s;
}
.bio-content-right {
	animation-delay: 1.5s;
}
.bio-content-social {
	text-align: center;
	animation-delay: 1.25s;
}
.bio-detail-first-name-wrapper, .bio-detail-last-name-designation-wrapper, .bio-detail-first-name, .bio-detail-last-name, .bio-detail-designation-wrapper, .bio-detail-designation, .bio-detail-middle-initial-wrapper, .bio-detail-middle-initial {
	font-family: 'Playfair Display', serif;
    font-size: 25px !important;
    line-height: 40px !important;
    color: #06264d !important;
    display: inline;
    letter-spacing: 1px;
}
.bio-detail-middle-initial {
	margin-left: 5px;
}

.bio-detail-designation sup {
	vertical-align: middle;
	    top: -12px;
	font-size: 14px;
}
.bio-detail-title-wrapper, .bio-detail-title {
	font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #5a5d63;
    font-weight: 300;
    letter-spacing: 1px;
    margin-bottom: 10px;
    line-height: 16px;
	display: block;
}
.bio-content-social:before {
	content: "";
	display: block;
	width: 80px;
	height: 2px;
	background-color: #9a8543;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
.bio-detail-copy-wrapper p {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 35px;
	color: #2b2b2b;
	text-align: left !important;
	margin-bottom: 20px !important;
}
.bio-detail-links-wrapper .fa {
	color: #06264d;
    padding: 10px 8px 0px 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;
    transition: all 0.4s ease-in-out;
}
.bio-detail-links-wrapper .fa:hover {
	color: #9a8543;
	-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;
}
.bio-detail-quote-hr {
	display: none;
}
.bio-detail-quote {
	margin-top: 50px;
	font-family: 'Playfair Display', serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	font-style: italic;
	text-align: center !important;
	color: #4b5773;
}
.bio-detail-quote-cite {
	display: none;
}

.bio-detail-quote p {
	font-family: 'Cormorant', serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 40px;
	font-style: italic;
	text-align: left !important;
	color: #4b5773;
}

.team-page .interior-main-content-container {
	padding: 100px 0px 50px 0px;
}
.team-page .interior-copy {
	max-width: 95%;
}
.yearbook-container .yearbook-links .fa:hover {
    color: inherit;
}

.accord {
	background: transparent;
	max-width: 100%;
}
.accord .accord-link, .accord .accord-inner-link {
	font-family: 'Raleway', sans-serif;
    font-size: 21px;
    text-transform: uppercase;
    color: #093e61;
	padding: 15px 35px 15px 0px;
	border-bottom: 1px solid #FFF;
	font-weight: 600;
}
.bio-detail-prev-wrapper {
    padding: 10px 0 10px 30px;
}

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

.main-content-int-form {
	margin-top:60px;
}
.contact-form {
background-color: transparent;
	padding: 0px;
}

.contact-form .form-inline .captcha .btn-contact {
  display: block;
    height: 40px;
    width: 150px;
    border: 1px solid #fff;
    margin: 0px 0 18px;
    font-family: 'Raleway', sans-serif;
	color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	background: #0a677d;
}

.contact-form .form-inline .captcha .btn-contact:hover {
  
  border: 1px solid #fff;

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

.contact-form .form-inline .captcha {
	background-color: transparent;
}
.contact-form .form-inline .form-group, .contact-form .form-inline .form-group.select-container {
    padding: 0;
    border: 1px solid #cecece;
    outline: 1px solid #ebebeb;
}
.contact-form .form-inline .form-group.select-container {
	height: 45px;
}
.directions-container {
    padding: 0 15px;
    min-width: 779px;
}
.directions-search {
	background: none;
}
.directions-search .submit-search {
	display: block;
    height: 45px;
    width: 190px;
    border: 1px solid #fff;
    margin: 0px 0 18px;
    font-family: 'Raleway', sans-serif;
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #0a677d;
	
}

/*
==============================================
Resources - Masonry Grid
==============================================
*/
.masonry-container {
	background: none;
	padding: 30px 0px;
}
.resource .bodycopy-wrap-content-int {
	padding: 106px 10px 37px;
}
.resource .rich-text-container {
	padding: 0px 170px;
}
.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 { 
	color: #0a3463;
    font-weight: 300; 
}   
.resource-detail-prev-resource, .resource-detail-next-resource { color: #0a3463; }
.resource-detail-prev-wrapper { 
	background: transparent;
	margin: -15px 0 0 25px; 
	padding: 10px;
}
.resource-detail-next-wrapper { 
	background: transparent;
	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; 
}

*/
.resource-detail-previous-link-wrapper-mobile, .resource-detail-next-link-wrapper-mobile, .blog-detail-previous-link-wrapper-mobile, .blog-detail-next-link-wrapper-mobile {
	bottom: 30px;
}
.filter {
	min-width: 160px;
	background: none;
}
.filter-link {
	border: none;
	background: none;
}
.filter a:hover {
	background: none;
	border: none;
	color: #e6a32e;
}
.filter .filter-body-link:hover {
	background: #e6a32e;
	border: solid 1px transparent;
	color: #0a677d;
}
.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: #0a677d;
}
.institutions-res #filterbar {
	display: none;
}
#filterbar {
	border-bottom: solid 1px #CECECE;
    margin: 50px 100px 0px;
}
.filter-name {
	padding: 20px;
}
.filter-reset:hover, .filter-name:hover {
	color: #e6a32e;
}
.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-overlay {
    
}
.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: #06264d;
	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: #9a8543;
	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 #9a8543;
	-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 #06264d;
	-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: #9a8543;
	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: #06264d;
	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: #06264d;
	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: #9a8543;
	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 #06264d;
	-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 #9a8543;
	-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: #06264d;
	-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: #9a8543;
	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: #06264d;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}	
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
	background: none;
	color: #9a8543;
	border: none;
}
.mapanddirections .main-content-container {
	margin-top: 100px;
}
.social-media-share-wrapper {
height: auto !important;
overflow: visible;
}
.blog-detail-copy-wrapper {
margin-top: inherit;
}

.resource-detail-copy-wrapper a, .resource-detail-info-wrapper a:hover, .social-media-share-wrapper span a:hover, .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a:hover, .blog-detail-copy-wrapper a {
    color: #9a8543;
}
.resource-detail-copy-wrapper a:hover {
    color: #212631;
}
.bio-detail-next-link-wrapper, .bio-detail-previous-link-wrapper, .blog-detail-next-link-wrapper, .blog-detail-previous-link-wrapper, .blog-detail-copy-wrapper a:hover {
	top: 20% !important;
	margin-top: 50px;
}
.content-disclosure-wrapper {
	font-size: 12px;
    line-height: 18px;
}
/****** block colors ******/


/*


/* 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-mobile-address {
	display: none;
}
.footer-contact-section {
	background: #212631;
}
.footer-logomark {
	min-height: 580px;
    background-size: cover;
	border-bottom: solid 6px #FFF;
}
.footer-contact-social {
	position: relative;
	z-index: 9;
}
.footer-logomark-container {
	margin: 0 auto;
    text-align: center;
	margin-top: 390px;
}
.social-container {
	text-align: center;
}
.ftr-logo-divider, .ftr-logo {
	display: none;
}
.ftr-group-name {
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	color: #2a2b2a;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.ftr-nap-address {
	font-family: 'Raleway', sans-serif;
	display: block;
	margin: 0;
}
.ftr-nap p {
	margin: 0px;
}
.ftr-nap li {
    padding: 0px;
	font-family: 'Raleway', sans-serif;
	color: #dddddd;
	letter-spacing: 1px;
	line-height: 25px;
}
.ftr-nap-address-line1, .ftr-nap-address-line2 {
	display: inline;
}
.ftr-nap a {
	text-transform: uppercase;
    margin-top: 20px;
    color: #9a8543;
}
.ftr-nap a:hover {
	color: #dddddd;
}

.ftr-nap-wrapper ul,
.ftr-nap-wrapper ul div {
  display: flex;
  flex-direction: column;
	text-align: left;
    margin-left: 50px;
}
.ftr-nap-wrapper ul li:nth-child(1) {
  order: 1;
}
.ftr-nap-wrapper ul li:nth-child(2) {
  order: 2;
}
.ftr-nap-wrapper ul li:nth-child(3) {
  order: 3;
}
.ftr-nap-wrapper ul li:nth-child(4) {
  order: 0 !important;
}
.ftr-nap-wrapper ul li:nth-child(5) {
  order: 4 !important;
	/*text-transform: uppercase;
    margin-top: 20px;
    color: #9a8543;*/
}
.ftr-nap-wrapper ul li:nth-child(5) a {
    /*color: #9a8543;*/
}
.ftr-nap-address-label {
	display: none;
}
.ftr-nap-address-line1:after {
	content: ',';
	display: inline;
}
.ftr-nap-address-line2 {
	padding-left: 5px;
	padding-right: 5px;
}

.ftr-nap .ftr-nap-phone:before, .ftr-nap .ftr-nap-map-directions:before {
	display: none;
}
.footer-contact-address {
	text-align: center;
}
.social-container .fa {
	color: #dddddd;
}
.footer-contact-social-container {
    position: relative;
    top: -62px;
    z-index: 99999;
    border-bottom: double #9a8543 7px;
    margin-bottom: 10px;
}
.social-container {
	background: #9a8543;
	max-width: 350px;
    margin: 0 auto;
}
.ftr-disclosures {
	text-align: left;
    color: #c1ccd3;
    font-family: 'Raleway', sans-serif;
	line-height: 19px;
}
.ftr-disclosures-wrapper {
	padding: 0px;
}
.ftr-disclaimers-wrapper {
    font-family: 'Raleway', sans-serif;
	padding: 0px;
    font-size: 13px;
    margin-top: -40px;
    text-align: left;
    padding-bottom: 30px;
    color: #c1ccd3;
}
.ftr-disclaimers a {
    color: #c1ccd3;
}
.ftr-disclaimers a:hover {
    color: #9a8543;
}

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

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

.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 {
}
.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: 0px; 
}

.difference-body .quote-section {
	background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/sites/r/o/roundtableadvisors/images/interior-9.jpg) !important;
}


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

.quote-section {
	min-height: 1100px;
    background-position: center center;
    background-size: cover;
	position: relative;
}
.quote-section:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	background: url(https://www.raymondjames.com/-/media/RJ/Advisor%20Sites/Sites/r/o/roundtableadvisors/Images/footer-image-gradient.png);
	width: 100%;
	height: 200px;
	
}
.quote-section:after {
	content: '';
	display: block;
	min-height: 1100px;
	bottom: 0px;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#7db9e8+0,101e21+100&0+0,1+100 */
	background: -moz-linear-gradient(top, rgba(125,185,232,0) 0%, rgba(16,30,33,.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(125,185,232,0) 0%,rgba(16,30,33,.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(125,185,232,0) 0%,rgba(16,30,33,.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007db9e8', endColorstr='#101e21',GradientType=0 ); /* IE6-9 */
}
.quote-hr {
	display: none;
}
.quote-wrapper {
	padding: 700px 0px 0px 0px;
	position: relative;
    z-index: 9;
}
.quote blockquote {
	font-family: 'Raleway', sans-serif;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    background: none;
    max-width: 630px;
    margin: 0 auto;
    border-left: none;
    text-transform: uppercase;
}
.quote blockquote:before {
	content: '';
	display: block;
	background: url(https://www.raymondjames.com/-/media/RJ/Advisor%20Sites/Sites/r/o/roundtableadvisors/Images/header-border.svg);
	height: 7px;
    width: 310px;
    margin: 0 auto;
    background-position: center;
    margin-bottom: 40px;
    background-size: cover;
}

.interior .quote-cite {
    color: #9a8543;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
	margin-top: 20px;
	position: relative;
}


.callout-section-1 .slick-prev:before, .callout-section-1 .slick-next:before {
	color: #093e61;
}
.callout-section-2 .slick-prev:before, .callout-section-2 .slick-next:before {
	color: #275e6b;
}
.slick-next {
    right: 10px !important;
}
.slick-prev {
    left: 10px !important;
	z-index: 9;
}
.resource-detail-copy-wrapper {
    margin-top: 0px !important;
}
.resource-detail-content-wrapper {
    max-width: 880px;
    margin: 0px auto;
}
/****** Blog/Resources/Bio Details *****/

.bio-details.interior .main-content-container {
    margin-top: 50px;
}

.blog-detail-prev-wrapper, .blog-detail-next-wrapper, .resource-detail-prev-wrapper, .resource-detail-next-wrapper {
	line-height: 15px;
}

.bio-details.interior .main-content-section, .resource-details.interior .main-content-section, .blog-details.interior .main-content-section, .mapanddirections.interior .main-content-section {
    border-top: none !important;
}
/*
==============================================
Responsive Meia Queries
==============================================
*/

/* Touch devices only */
@media (pointer:coarse) {
	.yearbook-bio-block-social:before {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: #e6a32e;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
	}
	.bio-detail-previous-link-wrapper-mobile, .bio-detail-next-link-wrapper-mobile {
		bottom: 50px;
	}
	
}
@media screen\0 { 
	.billboard-container .billboard-logo-wrapper{
		position: relative !important;
	}
	
	.callout-section-1 .callouts-version-2.callouts-container .callout-item {
		width: 643px !important;
	}
	.ftr-nap-address {
		display: block !important;
	}
	.interior .billboard-heading-wrapper {
		bottom: -280px !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;
	}
	.bio-detail-next-link-wrapper, .bio-detail-previous-link-wrapper, .blog-detail-next-link-wrapper, .blog-detail-previous-link-wrapper {
		top: 20% !important;
		margin-top: 50px;
	}
	.callout-section-2 .individuals-callout .callout-item .callout-link {
		left: 370px;
	}
	
	.callout-section-2 .business-callout .callout-item .callout-link {
		left: 420px !important;

	}
	.callout-section-2 .individuals-callout .callout-heading-wrapper .callout-heading .head-2:before {
		left: -180px !important;
	}
	.callout-section-2 .business-callout .callout-heading-wrapper .callout-heading .head-2:before {
		left: -180px !important;
	}
	.callout-section-2 .medical-callout .callout-item .callout-link {
		left: -420px !important;
	}
	.billboard-content-wrapper {
		display: inherit;
	}
	.interior .callout-section-1 .callout-1 {
		width: calc(500px - 20px);
		margin: 0 auto;
		display: -ms-grid !important;
		display: grid !important;
		-ms-grid-columns: 1fr !important;
		grid-template-columns: 1fr !important;
		-ms-grid-rows: auto !important;
		grid-template-rows: auto !important;
		height: 100% !important;
		width: 100% !important;
	}
	.interior .callout-section-1 .callouts-container {
		-ms-grid-columns: 100% !important;
	}
	.interior .callout-section-1 .callouts-container:after {
		margin-top: 320px !important;
	}
	.interior .callout-section-1 .callouts-container:before {
		    content: '';
		opacity: 1 !important;
		display: block !important;
		background: url(https://www.raymondjames.com/-/media/RJ/Advisor%20Sites/Sites/r/o/roundtableadvisors/Images/header-border.svg);
		height: 6px!important;
		width: 100%!important;
		margin: 0 auto!important;
		background-position: center!important;
		margin-top: 0px!important;
		margin-bottom: 20px!important;
		background-size: cover!important;
	}
	.home .callout-section-1 .callout-1 {
		width: 48%; 
		float: left;
	}
	.home .callout-section-1 .callout-2 {
		width: 48%;
		float: left;
	}
	.home .callout-section-1 .callouts-container {
		display: inline-block !important;
	}
	.callout-section-2 .callout-border {
		height: 1480px;
	}
	
}

@media only screen and (max-width: 1200px) {
	.interior .home-intro-copy {
		margin: 0 110px;
	}
}

/* Large devices (tablet landscape, 1024px and less) */
@media only screen and (max-width: 1024px) {
	.billboard-container .billboard-logo-wrapper {
    	top: 0px;
	}
	.interior .billboard-content-wrapper {
    	min-height: 650px;
	}
	.interior .home-intro-copy {
    	max-width: 800px;
	}	
	.callout-section-1 .callouts-container .callout-item {
		width: calc(100% - 20px);
	}
	.callout-section-1 .callout-heading-wrapper h3 .head-1 {
		letter-spacing: 6px;
	}
	.callout-section-1 .callout-heading-wrapper h3 {
		font-size: 65px !important;
	}
	.callout-section-1 .callout-item .callout-cta-wrapper .callout-cta:before, .callout-section-1 .callout-item .callout-cta-wrapper .callout-cta:after {
		width: 60px;
	}
	.callout-section-2 .callouts-container .callout-item {
		width: 100%;
	}
	.callout-section-2 .callout-item .callout-link {
		left: 65px;
	}
	.callout-section-2 .individuals-callout, .callout-section-2 .medical-callout, .callout-section-2 .business-callout {
		background-size: 55%;
	}
	.callout-section-2 .individuals-callout {
		left: -50px;
		margin-bottom: 0px;
	}
	.callout-section-2 .medical-callout {
		right: -50px;
		margin-bottom: 0px;
	}
	.callout-section-2 .business-callout {
		margin-bottom: 130px;	
		left: -50px;
	}
	.callout-section-2 .business-callout .callout-item {
		left: 30px;
    	position: relative;
	}
	.callout-section-2 .callout-border {
		max-width: 900px;
	}
	.header-section .social-container {
		display: none;
	}
	.callout-section-2 .individuals-callout .callout-heading-wrapper .callout-heading .head-2:before {
		left: 260px;
	}
	.callout-section-2 .business-callout .callout-heading-wrapper .callout-heading .head-2:before {
		left: 370px;
	}
	.callouts-container .callout-item .callout-copy-wrapper {
		height: 120px !important;
	}
	.interior .callouts-container .callout-item .callout-copy-wrapper {
		height: 30px !important;
	}
	.process-left {
		padding-left: 110px;
	}
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
	
	.ftr-brokercheck {
		z-index: 999;
	}
}

/* Medium devices (tablet portrait, 768px and less) */
@media only screen and (max-width: 768px) {
.nav-overall-wrapper:not(.van-mobile-nav).nav-right .primary-nav {
    margin-top: 10px;
}	
.footer-logomark {
background-size: 130%;
}
	.header-section .social-container {
		display: none;
	}
	.billboard-container .billboard-logo-wrapper {
		top: 0px;
	}
	.main-content {
		margin-top: 0px!important;
	}
	.footer-mobile-address {
		display: block;
	}	
	.footer-contact-address {
		display: none;
	}
	.interior .home-intro-copy {
		margin: 0 60px;
	}
	.interior .billboard-content-wrapper {
    	min-height: 650px;
    	position: relative;
	}
	.interior .home-intro-copy {
    	max-width: 750px;
	}
	.main-content-container {
    	margin-top: -100px;
	}
	.main-content-section {
		margin-bottom: 110px;
	}
	.home-intro-copy {
		max-width: 650px;
	}
	.quote-section:after {
		min-height: 260px;
	}
	.bio-details .quote-section:after {
		min-height: 1100px;
	}
	.ftr-nap-wrapper ul, .ftr-nap-wrapper ul div {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin-left: 0px;
		margin-bottom: 40px;
		margin-top: -20px;
	}
	.ftr-nap-wrapper ul li:nth-child(6) {
    order: 4 !important;
    text-transform: uppercase;
    margin-top: 20px;
    color: #9a8543;
}
	.callout-section-2 .callouts-container .callout-item .callout-cta-wrapper {
		height: 26px;
		margin-top: 10px;
	}
	.interior .callouts-container .callout-item {
		    width: calc(100% - 20px);
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav {
		background: #a38545;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li {
		display: block;
		float: none;
		padding: 10px 0px;
		position: relative;
		white-space: inherit;
		width: 300px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    	padding: 0px 30px 20px 20px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
		top: 0px;
		background: #b99d60;
		left: 0px;
		padding: 20px 20px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile a {
		color: #6b4f13;
	}	
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
		display: block;
		padding: 10px 30px;
		line-height: 21px;
	}
	.nav-address-mobile .address-group-name-1 {
		display: none;
	}
	.callout-section-1 .callout-cta-wrapper .callout-cta {
		opacity: 1;
	}
	.callout-section-1 .callouts-container .callout-item {
		width: 330px;
	}
	.interior .callout-section-1 .callouts-container .callout-item {
		width: 100%;
	}
	.interior .callout-section-1 .callouts-container .callout-item .callout-cta-wrapper {
		margin-top: 50px;
	}
	.callout-section-1 .callout-section-1 .callouts-container .callout-item {
		width: 330px;
	}
	.callout-section-2 .callout-cta-wrapper .callout-cta {
		opacity: 1;
	}
	.callout-section-1 .callout-heading-wrapper h3 .head-1 {
		letter-spacing: 6px;
		line-height: 30px;
	}
	.callout-section-1 .callout-heading-wrapper h3 {
		font-size: 49px !important;
	}
	.callout-section-1 .callout-heading-wrapper h3 .head-2 {
		font-size: 28px !important;
	}
	.callout-section-1 .callout-item .callout-copy-wrapper {
		padding: 0px 20px;
	}
	.callout-section-1 .callout-cta-wrapper .callout-cta {
		font-size: 12px !important;
	}
	.callout-section-1 .callout-item .callout-cta-wrapper .callout-cta:before, .callout-section-1 .callout-item .callout-cta-wrapper .callout-cta:after {
		width: 50px;
	}
	.callouts-container .callout-item .callout-copy-wrapper {
		height: 30px !important;
	}
	.callout-section-2 .individuals-callout, .callout-section-2 .medical-callout, .callout-section-2 .business-callout {
		background-image: none !important;
		left: inherit;
		margin-bottom: 0px;
		margin: 0 auto;
		margin-top: -50px;
	}
	.callout-section-2 .callout-border {
		max-width: 660px;
	}
	.individuals-callout .callout-item {
		margin-left: 0px;
	}
	.callout-section-2 .individuals-callout .callout-heading-wrapper, .callout-section-2 .business-callout .callout-heading-wrapper {
		padding: 0px !important;
	}
	.callout-section-2 .callout-heading-wrapper {
		height: 115px !important;
		margin-top: 0px;
		width: 470px;
		float: none;
		text-align: center;
	}
	.callout-section-2 .callout-item .callout-link {
		width: 100%;
		left: inherit;
		position: relative;
		height: 381px;
		margin: 0 auto;
		text-align: center;
	}
	.callout-section-2 .callout-heading-wrapper .callout-heading .head-2 {
		text-align: center;
	}
	.callout-section-2 .callout-copy-wrapper p {
		padding: 0px 50px;
		max-width: 430px;
		text-align: center;
	}
	.callout-section-2 .individuals-callout .callout-heading-wrapper .callout-heading .head-2:before, .callout-section-2 .medical-callout .callout-heading-wrapper .callout-heading .head-2:after, .callout-section-2 .business-callout .callout-heading-wrapper .callout-heading .head-2:before {
		display: none;
	}
	.callout-section-2 .medical-callout .callout-item .callout-link {
		left: inherit !important;
	}
	.callout-section-2 .medical-callout {
    	right: inherit;
	}
	.callout-section-2 .medical-callout .callout-heading-wrapper {
		margin-top: 0px;
	}
	.callout-section-2 .business-callout .callout-item, .callout-section-2 .business-callout .callout-item .callout-link {
		left: inherit;
	}
	.callout-section-2 .business-callout {
		margin-bottom: 50px;
	}
	.callout-section-2 .callout-cta-wrapper {
		margin-top: -30px;
	}
	.social-container {
		max-width: 200px;
	}
	.process-left {
		padding: 0px 60px;
	}
	.process-right {
		padding: 0px;
		text-align: center;
	}
	.interior .home-intro-copy .image-container {
		float: none;
		margin-top: 20px;
		text-align: center;
		margin: 0 auto;
	}
	.interior .home-intro-copy .image-container img {
		max-width: 430px;
		display: block;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 40px;
	}
	#filterbar {
		border-bottom: solid 1px #CECECE;
		margin: 50px 30px 0px;
	}
	.resource-details .main-content-container, .blog-details .main-content-container {
		margin-top: 50px;
	}
	.resource-detail-content-wrapper {
		padding: 0px 15px 80px 15px;
	}
	.yearbook-three .yearbook-headshot-wrapper {
   		max-width: 300px;
	}
	.bio-detail-headshot-wrapper {
		text-align: center;
		max-width: 250px;
		margin: 0 auto;
	}
}
/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
	.interior .home-intro-copy {
		max-width: 340px;
	}
	.home-intro-copy h1:after {
		width: 100%;
	}
	.home-intro-copy h1 {
		font-size: 55px;
		line-height: 45px;
	}
	.home-intro-copy h1 .head-1b {
		font-size: 28px;
		line-height: 28px;
	}
	.home-intro-copy h1 .head-1a {
		font-size: 28px;
		line-height: 28px;
	}
	.interior .home-intro-copy {
		margin: 0 auto;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		height: 60px !important;
		color: #000;
		padding: 0px 80px;
	}
	.ftr-disclosures-wrapper, .ftr-disclaimers-wrapper {
		padding: 0px 20px;
	}
	.quote blockquote:before {
		height: 6px;
		width: 100%;
	}
	.home-intro-copy {
		max-width: 340px;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide {
		background: none;
	}
	.callout-section-2 .callout-border {
		max-width: 380px;
	}
	.callout-section-2 .callout-heading-wrapper, .callout-section-2 .callout-copy-wrapper, .callout-section-2 .callout-cta-wrapper {
		width: 100%;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide {
		width: 350px ;
	}
	.callout-section-2 .callout-heading-wrapper .callout-heading {
		font-size: 52px !important;
		line-height: 70px !important;
		margin-top: 10px;
	}
	.callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		padding: 0px 40px;
	}
	.callout-section-2 .callout-copy-wrapper p {
		padding: 0px;
	}
	.callout-section-2 .medical-callout .callout-item .callout-link {
		width: 350px;
	}
	.callout-section-2 .medical-callout .callout-heading-wrapper, .callout-section-2 .medical-callout .callout-copy-wrapper, .callout-section-2 .medical-callout .callout-cta-wrapper {
		width: 350px;
	}
	.callout-section-2 .callout-cta-wrapper {
    	margin-top: -20px;
	}
	.interior .callout-section-1 .callouts-version-1.callouts-mobile-slider .callout-slide {
		width: 100% !important;
	}
.billboard-content-wrapper {
    min-height: 450px; /*650px*/
	}	
	.process-left {
		padding: 0px 40px;
	}
	.bio-details.interior .main-content-section, .resource-details.interior .main-content-section, .blog-details.interior .main-content-section, .mapanddirections.interior .main-content-section {
    	padding: 0px;
	}	
	#filterbar {
		border-bottom: solid 1px #CECECE;
		margin: 50px 40px 0px;
	}
	.masonry-two-by-one .masonry-img-container:after {
		border-left: 15px solid transparent;
		border-bottom: 15px solid transparent;
		border-top: 15px solid #06264d;
	}
	
/*
	.interior .home-intro-copy {
		margin: 0 30px;
	}
*/
}
/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
.billboard-content-wrapper {
    min-height: 290px; /*490px*/
}
}

/* ----------- 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) { 
	.callout-section-2 .callout-border {
    	max-width: 340px;
	}
	  .callout-section-2 .medical-callout .callout-item .callout-link {
		width: 310px;
	}
	.callout-section-2 .medical-callout .callout-heading-wrapper, .callout-section-2 .medical-callout .callout-copy-wrapper, .callout-section-2 .medical-callout .callout-cta-wrapper {
		width: 310px;
	}
	.callout-section-2 .callouts-version-1.callouts-mobile-slider .callout-slide {
		width: 310px !important;
	}
	  .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		padding: 0px 20px;
	}
}

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

}

/* ----------- 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) { 

}

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

.home-intro-copy {
    max-width: 354px !important;
}	  
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
	    .callout-section-1 .callout-heading-wrapper {
		  height: 83px !important;
	  }
	  .callout-section-1 .callout-item .callout-copy-wrapper {
		  height: 20px !important;
	  }
	  .callout-section-2 .individuals-callout .callout-heading-wrapper, .callout-section-2 .business-callout .callout-heading-wrapper, .callout-section-2 .medical-callout .callout-heading-wrapper {
		  margin-top: 10px;
	  }
	  .callout-section-2 .callout-cta-wrapper {
		margin-top: -80px;
	}
	  .callouts-version-1.callouts-mobile-slider .callout-slide {
		  background: none;
	  }
	.interior .billboard-content-wrapper {
    min-height: 500px;
	}  
	
	}



/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

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

}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
	 .callout-section-2 .callout-border {
    	max-width: 340px !important;
	}
	  .callout-section-2 .medical-callout .callout-item .callout-link {
		width: 310px;
	}
	.callout-section-2 .medical-callout .callout-heading-wrapper, .callout-section-2 .medical-callout .callout-copy-wrapper, .callout-section-2 .medical-callout .callout-cta-wrapper {
		width: 310px;
	}
	.callout-section-2 .callouts-version-1.callouts-mobile-slider .callout-slide {
		width: 310px !important;
	}
	  .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		padding: 0px 20px;
	}
	.home-intro-copy {
    max-width: 365px !important;
}  
}

/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
	.home-intro-copy {
		max-width: 570px;
	}
	  .callout-section-1 .callout-heading-wrapper {
		  height: 83px !important;
	  }
	  .callout-section-1 .callout-item .callout-copy-wrapper {
		  height: 20px !important;
	  }
	  .callout-section-2 .callout-border {
		max-width: 630px;
	}
	  .callout-section-2 .individuals-callout .callout-heading-wrapper, .callout-section-2 .business-callout .callout-heading-wrapper, .callout-section-2 .medical-callout .callout-heading-wrapper {
		  margin-top: 10px;
	  }
	  .callout-section-2 .callout-cta-wrapper {
		margin-top: -80px;
	}
	  .callouts-version-1.callouts-mobile-slider .callout-slide {
		  background: none;
	  }
	.interior .billboard-content-wrapper {
    min-height: 440px;
    position: relative;
	}  
}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2) {

}

/* Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	  .home-intro-copy h1:after {
		  height: 5px;
	  } 
	  .home-intro-copy {
		max-width: 270px;
	}
	  .callout-section-2 .callout-border {
    	max-width: 280px;
	}
	  .callout-section-2 .medical-callout .callout-item .callout-link {
		width: 250px;
	}
	.callout-section-2 .medical-callout .callout-heading-wrapper, .callout-section-2 .medical-callout .callout-copy-wrapper, .callout-section-2 .medical-callout .callout-cta-wrapper {
		width: 250px;
	}
	.callout-section-2 .callouts-version-1.callouts-mobile-slider .callout-slide {
		width: 250px !important;
	}
	  .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		padding: 0px 0px;
	}
	  .callout-section-2 .callout-heading-wrapper .callout-heading .head-2 {
		font-size: 23px;
		line-height: 15px;
		letter-spacing: 4px;
	}
	  .callout-section-2 .callout-heading-wrapper .callout-heading {
		font-size: 36px !important;
		line-height: 50px !important;
		margin-top: 10px;
	}
	  .callout-section-2 .callout-heading-wrapper, .callout-section-2 .medical-callout .callout-heading-wrapper {
		  height: 85px !important;
	  }
	  .callout-section-2 .callout-cta-wrapper {
		  margin-right: 0px;
	  }
	  .callout-section-2 .callout-copy-wrapper p {
		  font-size: 15px;
	  }
	  .callouts-version-1.callouts-mobile-slider .callout-slide {
		  width: 290px;
	  }
	  .callout-section-1 .callout-heading-wrapper h3 {
		 font-size: 49px !important;
		 line-height: 31px !important;
	  }
	  .callout-section-1 .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
			padding: 0px 50px;
		}
	  .callout-section-1 .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		  padding: 20px 0px;
	  }
	  .nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav.nav-opened {
		left: calc(100% - 250px);
	}
	  .nav-overall-wrapper:not(.van-mobile-nav) .nav.nav-opened {
		  width: 250px;
	  }
	  .nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav-trigger.nav-opened {
		left: calc(100% - 300px);
	}
	  .nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li {
		  width: 250px;
	  }
		  
}

/* Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	  .home-intro-copy {
		max-width: 500px;
	}
	.home-intro-copy h1 {
    	font-size: 75px;
	 }
	  .callout-section-1 .callout-heading-wrapper {
		  height: 83px !important;
	  }
	  .callout-section-1 .callout-item .callout-copy-wrapper {
		  height: 20px !important;
	  }
	.callout-section-2 .callout-border {
		max-width: 530px;
	}
	  .callout-section-2 .individuals-callout .callout-heading-wrapper, .callout-section-2 .business-callout .callout-heading-wrapper, .callout-section-2 .medical-callout .callout-heading-wrapper {
		  margin-top: 10px;
	  }
	  .callout-section-2 .callout-cta-wrapper {
		margin-top: -80px;
	}
	  .callouts-version-1.callouts-mobile-slider .callout-slide {
		  background: none;
	  }
}
	
	
/* Media Queries */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	
}


/****** INTERIOR STYLES | Resource, Blog, Bio, Interior (John's Styles) ********/

/*


.interior .author:before {
    background: red;
    content: '';
    display: inline-block;
    height: 1px;
    width: 100px;
    position: relative;
    top:-3px;
    margin: 0 8px;
}
.interior .author:after {
    background: red;
   	content: '';
	display: inline-block;
	height: 1px; 
	width: 100px;
   position: relative;
    top:-3px;
    margin: 0 8px;
}
*/



@media screen\0 { 
	.billboard-container .billboard-logo-wrapper{
		position: relative !important;
	}
	
	.callout-section-1 .callouts-version-2.callouts-container .callout-item {
		width: 643px !important;
	}
	.ftr-nap-address {
		display: block !important;
	}
	.interior .billboard-heading-wrapper {
		bottom: -280px !important;
	}
	
}



@media only screen and (max-width: 1200px) {
/*
	.interior .home-intro-copy {
		margin: 0 110px;
	}
*/
    .interior .resource-detail-next-arrow {
        top: -13px;
    }
    .directions-container {
        min-width: 100% !important;
    }
}

@media only screen and (max-width: 1024px) {
/*
    .interior .home-intro-copy {
		margin: 0 60px;
	}
*/
    .directions-search #directions-input {
        width: 60% !important;
    }
    .directions-search .submit-search {
    	width: 30% !important;
    }
}

.resource-detail-content-wrapper {
	max-width: initial !important;
	margin: 50px auto;
}

.blog-main .home-intro-copy .rich-text-container {
	max-width: 950px;
    margin: 0 auto;	
}

.blog-main .home-intro-copy .masonry-load-more {
	display: none;
}

.blog-details strong {
	font-weight: bold !important;
}

.blog-main.interior .home-intro-copy, .resource-main.interior .home-intro-copy {
	max-width: 1140px !important;
}
.resource-main .main-content-container {
	margin-top: 50px;
}

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

.blog-detail-previous-link-wrapper, .resource-detail-previous-link-wrapper, .bio-detail-previous-link-wrapper {
	top: 10% !important;
	text-align: left;
}

.blog-detail-next-link-wrapper, .resource-detail-next-link-wrapper, .bio-detail-next-link-wrapper {
	top: 10% !important;
	text-align: right;
}

.blog-detail-prev, .blog-detail-next, .resource-detail-prev, .resource-detail-next, .bio-detail-prev, .bio-detail-next {
	color: #0a3463;
    font-weight: 300;
    font-size: 18px;
	line-height: 40px;
}

.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: #0a3463;
	font-size: 18px;
	line-height: 40px;
}

.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: 2px;
}*******/

/***** 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, .resource-detail-previous-link:before, .resource-detail-next-link:before, .resource-detail-previous-link:hover:before, .resource-detail-next-link:hover:before {
    background: #9a8543 !important;
}
.blog-detail-previous-link-wrapper:before, .blog-detail-previous-link-wrapper-mobile:before, .resource-detail-previous-link-wrapper:before, .resource-detail-previous-link-wrapper-mobile:before, .bio-detail-previous-link-wrapper:before, .bio-detail-previous-link-wrapper-mobile:before {
    background: #9a8543 !important;
}
.bio-detail-prev-wrapper {
    padding: 10px 0 10px 10px;
}
.bio-detail-next-wrapper {
    padding: 10px 10px 10px 0;
}

/***** 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: -2px;
	top: -20px !important;
}

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

.bio-detail-headshot {
	max-width: 206px !important;
	margin: 0 auto;
    display: block;
}

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

@media screen and (max-width: 1200px) {
	.bio-detail-previous-link-wrapper-mobile, .bio-detail-next-link-wrapper-mobile {
		display: inline-block !important;
	}
	.bio-detail-previous-link-wrapper, .bio-detail-next-link-wrapper {
		display: none !important;
	}
}

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


/******** Maps and Directions ********/

#directions-form {
    padding-left: 10px;
    padding-right: 10px;
}

.yearbook-slide {
	margin-top: 60px;
	width: 28%;
}

.yearbook-headshot-wrapper {
	z-index: 1;
}

.yearbook-headshot-wrapper:before {
	font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    font-weight: 300;width: 100%;
	content: "View Bio";
	background-color: #9a8543;
	display: block;
	position: absolute;
    z-index: -1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #ffffff;
    top: 0px;
}

.yearbook-headshot-wrapper:hover:before {
	top: -40px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.yearbook-slide:hover {
    background: #a091621f;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.yearbook-three .yearbook-links .fa {
	color: #06264d;
}
.yearbook-three .yearbook-links .fa:hover {
	color: #9a8543;
}

/********* Yearbook Styles ************/

.yearbook-three .yearbook-name-wrapper {
    max-height: 300px;
	height: auto !important;
}

.yearbook-container h1 {
	display: none;
}

@media only screen and (max-width: 992px) {
	.yearbook-slide {
		width: 100%;
	}
}

@media only screen (max-width: 1500px) and (min-width: 1381px) {
	.blog-detail-prev-wrapper, .resource-detail-prev-wrapper, .bio-detail-prev-wrapper, .blog-detail-next-wrapper, .resource-detail-next-wrapper, .bio-detail-next-wrapper {
		visibility: hidden !important;
	}
}