/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____

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

/*
==============================================
Billboard - Home
==============================================
*/
.interior .billboard-heading-wrapper {
    z-index: 10;
    position: relative;
    display: none;
}

/*
.billboard-logo-wrapper {
	display:none;
}
*/
.interior .billboard-section:after {
	display: none;
}
.billboard-section:after {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	opacity: 1;
	top: 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+41,0.75+80,0.75+80 */
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 41%, rgba(0,0,0,0.75) 80%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 41%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 ); /* IE6-9 */
}
.billboard-content-wrapper .container {
    max-width: calc(100% - 0px);
}
.billboard-content-wrapper .container {
	position: absolute;
    bottom: 130px;
	z-index: 10;
	width: 100%;
    left: 0;
}
.no-billboard .billboard-container {
    z-index: -1;
    position: relative;
}
.billboard-content .hasVideo {
  height: 790px;
  overflow: hidden;
}
.billboard-background-video {
  height: 790px;
  overflow: hidden;
}
.billboard-heading-wrapper {
    z-index: 10;
    position: relative;
}
.billboard-content .hasVideo .billboard-background-video-wrapper:after {
position: absolute;
content: " ";
top: 0px;
left: 0;
width: 100%;
height: 100%;
display: block;
z-index: 0;
background-color: rgba(0,0,0,0.5) !important;
animation-duration: 4s;
animation-name: fadeIn;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-delay: .15s;
}
.billboard-container .billboard-logo-wrapper {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+4,ffffff+34,ffffff+100&0+5,1+34,1+100
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 4%, rgba(255,255,255,0) 5%, rgba(255,255,255,1) 34%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 4%,rgba(255,255,255,0) 5%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 4%,rgba(255,255,255,0) 5%,rgba(255,255,255,1) 34%,rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	margin-top: 0px;
	height: 206px;
}
.billboard-container.billboard-full-height .billboard-content-wrapper {
    min-height: auto !important;
	z-index: 10;
/*	position: relative;*/
}
/*
.body-bio .billboard-container {
    min-height: 0px !important;
	height: 0px !important;
}
*/
.body-resource .billboard-container, .blog-page-main .billboard-container, .blog-detail .billboard-container, .body-resource-detail .billboard-container{
    min-height: 0px !important;
    height: 0px !important;
}


.billboard-section {
	position: relative;
}

@-webkit-keyframes slidein {
    0% {
        opacity: 0;

    }

    100% {
        opacity: 0.7;    }
}

@-moz-keyframes slidein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.7;    }
}

@-o-keyframes slidein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.7;
    }
}

@keyframes slidein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.7;
    }
}

.billboard-container.billboard-full-height {
    min-height: calc(100vh - 136px);
}
.billboard-section:before {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 0;
	position: absolute;
	opacity: 1;
	top: 0;
}
.billboard-section:after {
	content:"";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	position: absolute;
	opacity: 1;
	top: 0;

}
.billboard-background-video-overlay {
  z-index: 100;
}
.billboard-section h1 {
	font-family: 'Playfair Display', serif;
	color: #fd966e;
	font-size: 31px;
	font-weight: 300;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
}
.billboard-section .head-1 {
	animation-name: slideInUpSmall;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.billboard-section .head-2 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
	font-size: 52px !important;
	font-weight: 600;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	animation-name: slideInUpSmall;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.billboard-section .head-3 {
	width:100%;
	display:block;
	animation-name: slideInUpSmall;
	animation-delay: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.billboard-section h1:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #eb926f;
    margin: 20px auto 0px;
	animation: fromCenter 4s forwards;
}
.fromCenter {
	animation-name: fromCenter;
	-webkit-animation-name: fromCenter;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-timing-function: ease-out;
	-webkit-animation-timing-function: ease-out;
}

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

.billboard-container {
	background-size:cover;
}


/*
==============================================
Interior - About Us
==============================================
*/
.billboard-section {
	position: relative;
	z-index: 5;
}
.interior .billboard-container {
	min-height: 500px;
	overflow: hidden;
	position: relative;
}
.no-billboard .billboard-container {
    min-height: 0px;
	background-size: inherit !important;
}
.interior .billboard-container:after {
    /* content: "";
    height: 655px;
    width: 100%;
    display: block;
    top: 0;
    position: absolute;
    z-index: 100;
    left: 0; */
    display: none !important;
}
/*
.no-billboard .billboard-container:before {
	display:none;
}
.no-billboard .billboard-container:after {
	display:none;
	}
*/

.no-billboard .main-billboard-int-section:after {
	display:none;
}
.interior .billboard-content:after {
	content:"";
	height: 20px;
	background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-m-grid.jpg);
	width: 100%;
	display:block;
}
.interior .billboard-content h1 {
	text-align: left;
	font-family: 'Playfair Display', serif;
	color: #c97453;
	font-size: 31px;
	font-weight: 300;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	margin-bottom: 40px;

}

.interior .billboard-content .head-1 {
	/*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;
	margin-top:10px;
}
.interior .billboard-content .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;
	animation: fadeInUp 2s linear;
}

.interior .billboard-container .billboard-logo-wrapper {
	background:none;
	margin-top: 0px;
	z-index: 105;
}
.billboard-container .billboard-logo-wrapper {
	background:none;
	margin-top: 0px;
	z-index: 10;
}
.billboard-container .billboard-logo-wrapper .billboard-logo {
    max-width: 284px;
}
.billboard-container {
    max-width: inherit;
	background-size: cover !important;
	background-position: center center;
}
.billboard-content-wrapper {
	    min-height: auto;
}
.billboard-btm-line {
	padding: 20px 0 0;
}

/*
Mouse Scroller
==============================================
*/

.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
	background-color: rgba(210, 120, 85, 0.1) !important;
	box-shadow: none !important;
}
.scroller-wrapper .scroller:after {
	content:"";
	display:block;
	animation-name: pulse;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: forwards;
	background: rgba(210, 120, 85, 0.5);
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: -56px;
	bottom: 0;
	width: 10rem;
	height: 10rem;
	margin-left: -55px;
	animation-delay: 1s;
}

.scroller-wrapper .scroller:before {
	content:"";
	display:block;
	animation-name: pulse;
	animation-duration: 2s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: normal;
	animation-fill-mode: forwards;
	background: rgba(210, 120, 85, 0.2);
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: -56px;
	bottom: 0;
	width: 10rem;
	height: 10rem;
	margin-left: -55px;
	animation-delay: 2s;
}

.scroller-wrapper .scroller {
	animation-delay: 0.2s;
	animation-duration: 2s;
}


@keyframes pulse {
  0% {
    opacity: 0;
    transform: scale(0.1, 0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2, 1.2);
  }
}




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


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Billboard - Main
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Billboard - Main
==============================================
*/
	.billboard-container.billboard-full-height {
		min-height: calc(100vh - 190px) !important;
	}

	.interior .billboard-container {
		min-height: 450px;
	}
  .billboard-content-wrapper .container {
  	position: absolute;
      bottom: 75px;
    }
}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Billboard - Main
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Billboard - Main
==============================================
*/
	.billboard-container.billboard-full-height {
		min-height: calc(100vh - 140px) !important;
	}
	.header-main {
		display: block;
	}
	.header-main:after {
		content: " ";
		display: table;
		background: rgba(255, 255, 255, 0.12);
		height: 1px;
		width: 100%;
		position: relative;
		bottom: 8px;
		animation: zoomIn 3s linear;
		-webkit-animation: zoomIn 3s linear;
		z-index: 10;
	}

	.billboard-container .billboard-logo-wrapper {
			padding-top:17px;
	}
	.billboard-container .billboard-logo-wrapper .billboard-logo {
		max-width: 240px;
	}
	.billboard-container:after {
		content: " ";
		display: block;
		height: 100%;
		width: 100%;
		position: absolute;
		z-index: 7;
		top:0;

		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0f0c26+0,0f0c26+100&0.8+0,0+42,0+100 */
		/*background: -moz-linear-gradient(top, rgba(15,12,38,0.8) 0%, rgba(15,12,38,0) 42%, rgba(15,12,38,0) 100%); /* FF3.6-15 */
		/*background: -webkit-linear-gradient(top, rgba(15,12,38,0.8) 0%,rgba(15,12,38,0) 42%,rgba(15,12,38,0) 100%); /* Chrome10-25,Safari5.1-6 */
		/*background: linear-gradient(to bottom, rgba(15,12,38,0.8) 0%,rgba(15,12,38,0) 42%,rgba(15,12,38,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc0f0c26', endColorstr='#000f0c26',GradientType=0 ); /* IE6-9 */
	}

	.billboard-container:before {
		content: " ";
		display: table;
		background: rgba(255, 255, 255, 0.12);;
		height: 1px;
		width: 100%;
		position: relative;
		top: -10px;
		animation: zoomIn 3s linear;
		-webkit-animation: zoomIn 3s linear;
		z-index: 10;
	}


	.billboard-section:before, .billboard-content:before {
		content: "";
		display: block;
		height: 150px;
		width: 100%;
		margin: 0 auto;
		background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-pattern-dark.jpg) !important;
		position: absolute;
		top: -150px;
		z-index: -1;
	}


	.billboard-container .billboard-logo-wrapper {
		background:none;
	}
/*
	.main-billboard-int-section, .billboard-section {
		margin-top:150px;
	}
*/
	.billboard-logo-wrapper {
		display: block;
	}
	.billboard-container.billboard-full-height {
		min-height: calc(100vh - 0px);
	}
	/* .interior .billboard-container {
		min-height: 650px ;
	} */
  .interior .billboard-container {
    min-height: 330px;
  }
	.no-billboard .billboard-container {
		height: inherit !important;
	}
	.billboard-content-wrapper .container {
		max-width: calc(100% - 0px);
	}
	.main-head-line {
		margin-left: auto;
	}
	.billboard-container .billboard-logo-wrapper {
		margin-top: 10px;
		position: relative;
		z-index: 10;
	}

	.billboard-content-wrapper .container {
		position: absolute;
		bottom: 130px;
	}

	/*
	.no-billboard .billboard-container:before {
		display:none;
	}
	.no-billboard .billboard-container:after {
		display:none;
		}
	*/
	.no-billboard .billboard-container {
		height: 0 !important;
		min-height: 0 !important;
	}


}

/* mouse scroller */


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Billboard - Main
==============================================
*/
	.interior .billboard-container {
		/* height: 370px !important; */
    height: 190px !important;
		min-height: inherit !important;
	}
	.billboard-container.billboard-full-height {
		min-height: calc(100vh - 110px) !important;
	}
/*
	.billboard-container.billboard-full-height {
		min-height: calc(100vh - 0px) !important;
	}
*/

	.billboard-section h1 {
		font-size: 24px;
		line-height: 30px;
	}
	.billboard-section .head-2 {
		font-size: 50px !important;
		line-height: 44px;
	}
	.billboard-content-wrapper .container {
		width: 100%;
		margin-left: 0px;
		padding-left: 0px;
		margin-right: 0px;
		padding-right: 0px;
		position: absolute;
		bottom: 20px;
	}

	.billboard-container .billboard-logo-wrapper {
		background: none;
		margin-top: 10px;
		z-index: 10;
	}
	.no-billboard .billboard-container {
		min-height: 0px !important;
		height: 0 !important;
	}
	/*
	.interior .billboard-container {
	min-height: 185px !important;
	}
	.no-billboard .billboard-container {
	min-height: 200px !important;
	}*/
	.billboard-container {
		min-height: 650px !important;
	}
	.billboard-container.billboard-full-height {
		min-height: calc(100vh - 0px);
	}
	.billboard-content-wrapper .container {
		position: absolute;
		bottom: 70px;
	}
  .scroller-wrapper .scroller:before, .scroller-wrapper .scroller:after {
  	display: none;
  }
  .scroller-wrapper .scroller {
    left: auto;
    right: 10%;
    bottom: 10%;
  }
}



/* 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 - Main
==============================================
*/
	.billboard-section h1 {
		font-size: 24px;
		line-height: 24px;
	}
	.billboard-section .head-2 {
		font-size: 48px !important;
		line-height: 48px;
	}
	.interior .billboard-container {
		/* min-height: 185px ; */
	}
	.interior .billboard-container {
		/* min-height: 455px; */
    min-height: 285px;
	}
	.billboard-content-wrapper .container {
    position: absolute;
    bottom: -10px;
	}

	.billboard-section .main-head-line {
    	margin-left: auto !important;
	}


	.billboard-container .billboard-logo-wrapper {
		margin-top: 0px;

	}
	.billboard-container.billboard-full-height {
		min-height: calc(100vh - 0px);
	}
  .scroller-wrapper .scroller:before, .scroller-wrapper .scroller:after {
  	display: none;
  }
  .scroller-wrapper .scroller {
    left: auto;
    right: 10%;
    bottom: 20%;
  }
}

/* IE only */
@media screen\0 {
	.billboard-content-wrapper .container {
		bottom: 80px;
	}
	.billboard-container {
		max-height: 0vh;
	}

}
.billboard-container.bb-video-blank .billboard-background-video-wrapper:after{
	display: none !important;
}
.billboard-video-play-pause {
  z-index: 1;
}

/* 
 .bb-bkg-size-cover
*/
.billboard-container.bb-set-height {
  background-size: auto !important;
  background-repeat: no-repeat;
  min-height: 660px !important;
  background-position: center top;
}

 
.billboard-container.bb-set-bottom {
  background-position: center bottom !important;
}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
  .billboard-content .hasVideo .billboard-background-video-wrapper:after {
    display: none !important;
  }   
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
  .billboard-container.bb-set-height {
    min-height: 330px !important;
    background-size: cover !important;
  }
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
  .billboard-container.bb-set-height {
    min-height: 285px !important;
    background-size: cover !important;
  } 
}