@import url('https://raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Lato:100,300,300i,400,400i,700,900|Raleway:400,400i,600,700,800,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: Evan
DESIGNER: Jesse
JOB #: 19-BR34N-0244
COMPLETION DATE: 2019
ADDITIONAL NOTES:
Fonts:

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

thin 100
light 300
regular 400
bold 700
black 900

____

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

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

body {
    background: #fff;
	color: #393939;
}

.cfp {
	font-variant: small-caps;
}
h2 {
    font-weight: 900;
    text-transform: none;
}
h3 {
    font-weight: 900;
    text-transform: none;
}
h4 {
    font-weight: 900;
    text-transform: none;
}
h5 {
    font-weight: 900;
    text-transform: none;
}
blockquote:before, q:before {
    background: #2A843C;
}
a, .resource-detail-copy-wrapper a {
    color: #2A843C;
}

.contact-form .form-inline .captcha .btn-contact, .simple-form input[type="submit"] {
border: 2px solid #60cd31 !important;
}

/*
==============================================
HOME PAGE
==============================================
*/


/*
==============================================
SCROLLER
==============================================
*/
.scroller-wrapper .scroller, .scroller-mobile-wrapper .scroller-mobile {
    background-color: rgba(95, 216, 42, 0.1) !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(95, 216, 42, 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(95, 216, 42, 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;
}

/*
==============================================
HEADER
==============================================
*/
.header-main {
	background: #fff !important;
    position: relative;
    z-index: 10;
}

/*
==============================================
Navigation
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) {
	background: #fff !important;
}
.primary-nav a, .investor-access-remember-me-label {
    font-family: 'Open Sans Condensed', sans-serif;
}
.primary-nav a, .investor-access-remember-me-label {
    color: #565656;
    text-transform: uppercase;
    font-weight: 600;
	font-size: 15px;
}
.primary-nav a.active {
    color: #2A843C;
}
.primary-nav > li > a:hover {
    color: #2A843C;
}
.primary-nav .nav-subnav a, .investor-access-content-wrapper, .investor-access-remember-me-label {
    color: #dfdfdf;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 15px;
}
.primary-nav .nav-subnav a:hover, .primary-nav .nav-subnav a.active {
    color: #60cd31;
}
.nav:before,.nav:after {
	display: none;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    top: 47px;
}
.primary-nav .nav-subnav {
    background: rgb(37, 37, 37, .95) !important;
}
.investor-access-login-button {
    border: 2px solid #5fd82a;
    font-family: 'Open Sans Condensed', sans-serif !important;
    color: #ffffff;
    font-weight: 600;
}
.account-access-header {
    margin: 0 !important;
    padding: 0;
}
/*
==============================================
BILLBOARD - HOME
==============================================
*/
.billboard-section {
    position: relative;
}


.billboard-section .billboard-full-width.billboard-container {
	height: 750px;
    background-attachment: fixed;
	background-repeat: no-repeat;
}
.billboard-section .billboard-container {
	transform: translateZ(-1px) scale(1.25);
    z-index: -1;
}

.billboard-section-1:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 1;
    top: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.75+0,0.75+40,0+80,0+100 */
	background: -moz-linear-gradient(top, rgba(0,0,0,.75) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0,0,0,.75) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0,0,0,.75) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
	animation-name: fadeIn;
	animation-delay: .5s;
	animation-duration: 3s;
}
.billboard-section-1:after {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    opacity: 1;
    top: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 25%, rgba(0,0,0,0.75) 80%, rgba(0,0,0,0.75) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 80%,rgba(0,0,0,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#bf000000',GradientType=0 );
	animation-name: fadeIn;
	animation-delay: .5s;
	animation-duration: 3s;
}
.billboard-content-prime {
	position: relative;
}
.billboard-content-wrap {
	position: absolute;
	z-index: 10;
    padding: 0 90px;
}
.billboard-1-content-wrap {
    top: -580px;
}
.billboard-2-content-wrap {
    top: -490px;
}
.billboard-3-content-wrap {
    top: -490px;
}
.billboard-4-content-wrap {
    top: -490px;
}
.billboard-section h1:after {
	display: none;
}
.billboard-section h1 {
	font-family: 'Raleway', sans-serif;
	color: #fff;
    font-weight: 900;
    font-size: 48px;
    line-height: 58px;
	text-transform: none;
    margin: 0 0 40px;
}
.billboard-section .head-1 {
	display: block;
    animation-delay: 0s;
    animation-name: slideInDownSmall;
}
.billboard-section .head-2 {
    font-size: 48px !important;
    font-weight: 900;
	text-transform: none;
}
.billboard-section p {
	color: #fff;
}
.billboard-section .billboard-green-text {
	color: #5fd82a;
    font-weight: 800;
}
.billboard-section p b {
	font-weight: 600;
}
.billboard-section .btn {
	width: 150px;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
.billboard-section .billboard-green-button {
	background: #5fd82a;
	border: 1px solid #5fd82a;
}
.billboard-section .billboard-green-button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.billboard-section .billboard-blue-button {
    background: #06d2fa;
    border: 1px solid #06d2fa;
}
.billboard-section .billboard-blue-button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}
.billboard-section .billboard-yellow-button {
    background: #ffde01;
    border: 1px solid #ffde01;
}
.billboard-section .billboard-yellow-button:hover {
	background: #fff;
	color: #000;
	border: 1px solid #fff;
}

.billboard-section-2:before, .billboard-section-3:before, .billboard-section-4:before {
	background: rgba(0,0,0,.75);
  z-index: 1;
}
.billboard-section-2:after, .billboard-section-3:after, .billboard-section-4:after {
	display: none;
}

.billboard-section .billboard-content .billboard-callout{
    text-align: center;
    padding: 130px 0 0;
}
.billboard-section.billboard-section-1 .billboard-content .billboard-callout {
    text-align: center;
    padding: 50px 0 0;
}
.billboard-1-content-wrap .billboard-1-content-block {

}
.billboard-section .billboard-content .billboard-copy {
	padding: 0 260px 0 0;
}

/*.billboard-content .billboard-callout {
	animation-name: slideInUpSmall;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}*/

/*
==============================================
HOME INTRO SECTION
==============================================
*/
.intro-section {
	background: #fff;
	padding: 0;
	overflow: hidden;
    z-index: 6;
	position: relative;
	/*height: 24vh;*/
    align-items: center;
    justify-content: center;
    display: flex;
}
.intro-content {
	max-width: none;
	position: relative;
}
.intro-section .intro-text:before {
	display: none;
}
.intro-section .intro-text {
	font-weight: 800;
	color: #000;
	font-size: 20px;
    text-align: left;
	padding: 30px 0;
}
.intro-section .intro-text p {
	margin: 0 0 10px !important;
    line-height: 28px;
}
.intro-section .author {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 18px;
}
.intro-section .author.green-author {
	color: #2A843C;
}
.intro-section .author.blue-author {
	color: #037d96;
}
.intro-section .author.yellow-author {
	color: #857300;
}

.wowbar1, .wowbar2, .wowbar3, .wowbar4, .wowbar5, .wowbar6 {
  visibility: hidden;
}

/***** Animation Styles BEGIN *****/

.bar-initiate-animation:before {
  animation: arrowLeft 3s forwards;
}
.bar-initiate-animation2:before {
  animation: arrowRight 3s forwards;
}
.bar-initiate-animation4:before {
  animation: fadeIn 3s forwards;
}


.wowbar1.bar-initiate-animation, .wowbar2.bar-initiate-animation, .wowbar3.bar-initiate-animation, .wowbar4.bar-initiate-animation4, .wowbar5.bar-initiate-animation4, .wowbar6.bar-initiate-animation4 {
  visibility: visible !important;
}
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes arrowLeft {
		from {opacity: 0; left: -150px;}
		to {opacity: 1; left: -85px;}
	}

	/* Standard syntax */
	@keyframes arrowLeft {
		from {opacity: 0; left: -150px;}
		to {opacity: 1; left: -85px;}
	}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes arrowRight {
		from {opacity: 0; right: -50px;}
		to {opacity: 1; right: 0px;}
	}

	/* Standard syntax */
	@keyframes arrowRight {
		from {opacity: 0; right: -50px;}
		to {opacity: 1; right: 0px;}
	}

	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes fadeIn {
		from {opacity: 0;}
		to {opacity: 1;}
	}

	/* Standard syntax */
	@keyframes fadeIn {
		from {opacity: 0;}
		to {opacity: 1;}
	}

.intro-section .intro-content.intro-content-1:before {
    content: "\f101";
    font-family: FontAwesome;
    height: 200px;
    width: 200px;
    font-size: 500px;
    font-weight: 600;
    background: none;
    position: absolute;
    top: 40px;
}
.intro-section .intro-content.intro-content-1:after, .intro-section .intro-content.intro-content-2:after, .intro-section .intro-content.intro-content-3:after {
	display: none;
}
.intro-section .intro-content.intro-content-3:before {
    content: "\f101";
    font-family: FontAwesome;
    height: 200px;
    width: 200px;
    font-size: 500px;
    font-weight: 600;
    background: none;
    position: absolute;
    top: 40px;
}
.intro-section .intro-content.intro-content-2:before {
    content: "\f100";
    font-family: FontAwesome;
    height: 200px;
    width: 200px;
    font-size: 500px;
    font-weight: 600;
    background: none;
    position: absolute;
    top: 60px;
    right: 0;
    left: inherit;
    display: block;
}
.intro-section .intro-content.intro-content-1 .intro-text .intro-text-wrap {
	margin: 0 80px 0 220px;
}
.intro-section .intro-content.intro-content-3 .intro-text .intro-text-wrap {
	margin: 0 160px 0 220px;
}
.intro-section .intro-content .intro-text .intro-text-wrap {
	margin: 0 340px 0 90px;
}


/*
==============================================
SERVICES SECTION
==============================================
*/


/*
CALLOUTS SECTION
==============================================
*/


/*
SLIDER SECTION
==============================================
*/


/*
POV SECTION
==============================================
*/


/*
INTERIOR SECTION
==============================================
*/
.copy-section {
	background: #fff;
}
.interior .billboard-section .billboard-container:before {
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    top: 0;
    background: rgba(0,0,0,.75);
	animation-duration: 4s;
    animation-name: fadeIn;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.interior .billboard-heading-wrapper {
	display: block;
}
.interior .billboard-content:after {
	display: none;
}
.billboard-content-wrapper {
    min-height: 100%;
}
.billboard-content-wrapper .container {
    position: inherit;
    bottom: 0;
    z-index: 10;
    padding: 0px 50px;
    width: 1170px;
    left: 0;
}
.interior .billboard-content h1 {
    text-align: left;
    font-family: 'Raleway', sans-serif;
    color: #c97453;
    font-size: 45px;
    font-weight: 900;
    line-height: 55px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 40px;
}
.interior .billboard-content .head-1 {
    color: #fff;
    font-size: 45px !important;
    font-weight: 900;
    line-height: 55px;
    text-transform: none;
}
.billboard-section .head-2 {
    font-size: 45px !important;
	line-height: 55px;
    text-transform: none;
    animation-delay: 0.4s;
}
.interior .billboard-container {
    height: 500px;
	transform: none;
}
.no-billboard .nav-overall-wrapper:not(.van-mobile-nav) {
-webkit-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.02);
-moz-box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.02);
box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.02);
}


/*
QUOTE INTERIOR
==============================================
*/
.quote-section {
	display: none;
}

/*
TEAM PAGE
==============================================
*/
.copy-section .yearbook-container .yearbook-first-name {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: none;
    color: #393939;
}
.copy-section .yearbook-container .yearbook-last-name {
    font-weight: 900;
    text-transform: none;
    color: #393939;
}
.copy-section .yearbook-container .yearbook-designation {
	font-weight: 600;
}
.yearbook-three .yearbook-links .fa {
    color: #2A843C;
}
.yearbook-three .yearbook-links .fa:hover {
    color: #393939;
}
.slick-dots li.slick-active button:before {
  color: #2A843C;
  opacity: 1;
}
/*
BIO DETAIL PAGE
==============================================
*/
.bio-section {
	background: #fff;
}
.bio-detail-container {

}
.bio-section .bio-detail-first-name, .bio-detail-preferred-name {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: none;
}
.bio-section .bio-detail-last-name {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-transform: none;
}
.bio-section .bio-detail-designation {
	font-weight: 600;
}
.bio-section .bio-detail-title {
	font-weight: 600;
}
.bio-section .bio-detail-links-wrapper .fa {
    color: #2A843C;
}
.bio-section .bio-detail-links-wrapper .fa:hover {
    color: #393939;
}
.bio-quote-section {
	display: none;
}
.bio-detail-previous-link-wrapper.hover-link:before {
  background: #2A843C;
}
.bio-detail-next-link-wrapper.hover-link:before {
  background: #2A843C;
}
/*
CONTACT US
==============================================
*/


/*
MAP AND DIRECTIONS
==============================================
*/
.body-map-directions .resource-section {
	background: #fff;
}
.directions-search .submit-search {
    border: 2px solid #2A843C;
    font-family: 'Raleway', sans-serif !important;
    color: #2A843C;
    font-weight: 600;
}

/*
FOOTER SECTION
==============================================
*/
.footer-section {
	background: #252525;
	/**/
	position: relative;
    z-index: 10;
}
.footer-section .footer-cta-section h4:after {
    height: 1px;
    width: 360px;
    background: #a1a1a1;
}
.footer-section .footer-cta-section h4 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 100;
    text-transform: none;
}
.footer-section .ftr-nap-name {
    font-family: 'Roboto', sans-serif !important;
}
.footer-section .footer-cta {
	border-top: 10px solid #60cd31;
}
.footer-section .ftr-cta-wrapper {
    max-height: 172px;
}
.footer-section .sub-light .head-1 {
    color: #60cd31;
    font-weight: 800;
    text-transform: none;
    font-size: 48px !important;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
    color: #fff !important;
}
.footer-section .social-container {
	border: none;
}
.footer-section .social-container:after {
	display: none;
}
.footer-section .social-container a .fa {
    color: #60cd31 !important;
}
.footer-section .footer-content a:hover {
    color: #60cd31;
}
.footer-section .social-container a:hover .fa {
    color: #fff !important;
}
.footer-section .footer-contact-info {
    text-align: center;
}
.footer-section .footer-contact-info .ftr-nap {
    margin-top: 0;
}
.footer-section .ftr-nap .ftr-nap-address:before {
	display: none;
}
.footer-section .footer-hedge-content .ftr-disclosures span {
    text-decoration: none !important;
}
.footer-section .footer-hedge-section {
	background: rgba(64,64,64.8);
}
.footer-section .ftr-disclosures {
	color: #fff;
	text-align: left;
}
/*
ACCORDIONS
==============================================
*/
.accord .accord-link {
    font-weight: 900;
    text-transform: none;
    font-family: 'Raleway', sans-serif !important;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover {
    color: #2A843C !important;
}
.accord li.open .fa {
    color: #2A843C;
}
.accord .accord-link:hover, .accord .accord-inner-link:hover, .accord li.open .accord-link, .accord li.open .accord-inner-link {
    color: #2A843C;
}
.accord a.accord-cta {
    border: 2px solid #2A843C;
    font-family: 'Raleway', sans-serif  !important;
    color: #2A843C;
    font-weight: 600;
}
/*
FLEXTABS
==============================================
*/
.flextab-triggers .set {
    color: #2A843C;
}
.flextab-triggers a {
	font-size: 15px;
}
/*
CONTACT
==============================================
*/
.contact-form .form-inline .captcha .btn-contact {
    border: 2px solid #2A843C;
    font-family: 'Raleway', sans-serif !important;
    color: #2A843C;
    font-weight: 600;
}
.contact-form .form-inline .captcha .btn-contact:hover {
    color: #393939;
    border: 2px solid #393939;
}
.contact-form .form-inline .form-group.select-container:before {
    border-color: #2A843C transparent transparent transparent;
}
/*
BLOG
==============================================
*/
.blog-main, .body-blog-detail .resource-section {
	background: #fff;
}
.filter-list-heading a:hover {
    color: #2A843C !important;
}
.resource-detail-info-wrapper a, .social-media-share-link, .blog-date-link, .blog-category-link, .blog-media-type-link {
    color: #2A843C !important;
}
.blog-landing-copy-cta {
    border: 2px solid #2A843C;
    font-family: 'Raleway', sans-serif !important;
    color: #2A843C;
    font-weight: 600;
}
.body-blog-detail h3 {
    font-family: inherit;
    font-weight: 900 !important;
    text-transform: none;
}
.blog-detail-copy-wrapper a {
    color: #2A843C;
}
.blog-detail-copy-wrapper a:hover {
    color: #393939;
}
.blog-detail-previous-link-wrapper.hover-link:before {
  background: #2A843C;
}
.blog-detail-previous-link:hover:before {
  background: #2A843C;
}

.blog-detail-next-link-wrapper.hover-link:before {
  background: #2A843C;
}
.filter-list-category a, .filter-list-topic a, .filter-list-media a {
    color: #393939 !important;
}
/*
RESOURCES
==============================================
*/
.resource-section, .body-resource-detail .resource-section {
	background: #fff;
}
.filter-reset-container, .filter-dropdown {
    border: none;
}


.filter-reset:hover {
    color: #2A843C;
}
.filter-open.fa-angle-down:before {
    color: #2A843C;
}
.filter a:hover {
    color: #2A843C;
}
.filter-overlay .close-filter-overlay {
    background: #2A843C;
}
.masonry-one-of-two:hover, .masonry-one-by-two:hover, .masonry-one-by-one:hover, .masonry-three-by-one:hover, .masonry-two-by-one:hover .masonry-one-of-two, .masonry-one-of-two-stacked:hover {
    background: #2A843C;
}
.masonry-two-by-one:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-two:hover .masonry-cta, .masonry-one-by-one:hover .masonry-cta, .masonry-two-by-one:hover .masonry-cta, .masonry-three-by-one:hover .masonry-cta, .masonry-one-of-two-stacked:hover .masonry-cta {
    color: #fff !important;
}
.masonry-two-by-one:hover .masonry-img-container:after {
    border-left: 15px solid #2A843C;
}
.masonry-one-by-two:hover .masonry-copy:after {
    border-bottom: 15px solid #2A843C;
}
.masonry-one-of-two .masonry-cta, .masonry-one-by-two .masonry-cta, .masonry-one-by-one .masonry-cta, .masonry-three-by-one .masonry-cta {
    color: #393939 !important;
}
.masonry-load-more, .masonry-tertiary-load-more {
    border: 2px solid #2A843C;
    font-family: 'Raleway', sans-serif !important;
    color: #2A843C;
    font-weight: 600;
}
.masonry-load-more:hover, .masonry-tertiary-load-more:hover {
    color: #2A843C;
    border: 2px solid #393939;
}
.fa-share-alt {
    color: #d27755 !important;
}
.social-media-share-wrapper span {
    background-color: #2A843C;
    padding: 3px 9px;
}
.resource-section .body-resource-detail h3, .resource-detail-heading {
	font-weight: 900 !important;
	text-transform: none;
}
.fa-share-alt {
    color: #2A843C !important;
}
.social-media-share-wrapper span:before {
    border-bottom: 10px solid #2A843C;
}
.social-media-share-wrapper span a:hover {
    color: #e4e4e4 !important;
}
.social-media-share-link:hover > .fa-share-alt:before {
    color: #2A843C;
}
.resource-detail-next-link-wrapper.hover-link:before {
  background: #2A843C;
}
.resource-detail-previous-link:hover:before {
  background: #2A843C;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #fff;
}.resource-section .resource-detail-tag-cloud-wrapper .resource-detail-tag-cloud-links a {
    color: #2A843C;
}

/* Large devices (tablet landscape, 1199px and less) tablet-l */
@media only screen and (max-width: 1199px) {
	.billboard-1-content-wrap {
		top: -650px;
	}
	.intro-section .intro-content .intro-text .intro-text-wrap {
		margin: 0 220px 0 0;
	}

    /* billboard "parallax" fix mobile */
    .wowbar1.bar-initiate-animation, .wowbar2.bar-initiate-animation, .wowbar3.bar-initiate-animation, .wowbar4.bar-initiate-animation4, .wowbar5.bar-initiate-animation4, .wowbar6.bar-initiate-animation4 {
      visibility: visible !important;
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
    }

    .wowbar1, .wowbar2, .wowbar3, .wowbar4, .wowbar5, .wowbar6 {
      visibility: visible !important;
      -webkit-animation: none !important;
      -moz-animation: none !important;
      -o-animation: none !important;
      -ms-animation: none !important;
      animation: none !important;
      }
    .billboard-section .billboard-container {
      transform: inherit !important;
    }
    .billboard-section .billboard-full-width.billboard-container {
      background-size: inherit !important;
    }
    .billboard-section .billboard-full-width.billboard-container {
      background-attachment: inherit !important;
    }

}

/* Large devices (tablet landscape,1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
	.billboard-content-wrap {
		padding: 0;
	}
	.billboard-1-content-wrap .billboard-1-content-block {
		padding: 0 40px 0;
	}
	@-webkit-keyframes arrowLeft {
		from {opacity: 0; left: -100px;}
		to {opacity: 1; left: -50px;}
	}

	@keyframes arrowLeft {
		from {opacity: 0; left: -100px;}
		to {opacity: 1; left: -50px;}
	}

	@-webkit-keyframes arrowRight {
		from {opacity: 0; right: -15px;}
		to {opacity: 1; right: 35px;}
	}

	@keyframes arrowRight {
		from {opacity: 0; right: -15px;}
		to {opacity: 1; right: 35px;}
	}
	.intro-section .intro-content.intro-content-1:before, .intro-section .intro-content.intro-content-3:before {
		top: 60px;
	}
	.intro-section .intro-content.intro-content-1 .intro-text .intro-text-wrap, .intro-section .intro-content.intro-content-3 .intro-text .intro-text-wrap {
		margin: 0 80px 0 260px;
	}
	.intro-section .intro-content .intro-text .intro-text-wrap {
		margin: 0 250px 0 0;
	}
	.billboard-section .billboard-content .billboard-copy {
		padding: 0 60px 0 0;
	}
}

/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
	.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: #2A843C;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:before {
		background: #2A843C;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper .nav-trigger.nav-opened span:after {
		background: #2A843C;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav {
		background: rgba(0,0,0,.9)
	}
	.primary-nav a.active {
		color: #60cd31;
	}
	.primary-nav > li > a:hover {
		color: #60cd31;
	}
	.fa-angle-down:before {
		color: #60cd31;
	}
	.primary-nav a, .investor-access-remember-me-label {
		color: #fff;
	}
	.nav-address-wrapper {
		font-family: 'Open Sans Condensed', sans-serif;
		font-weight: 600;
		color: #fff;
	}
	.interior .billboard-content h1 {
		text-align: center;
	}
	.billboard-content-wrapper .container {
    	padding: 0px 30px;
	}
	.body-home .billboard-section .head-1, .body-home .billboard-section .head-2 {
		display: inline;
		animation: none;
	}
	.billboard-section .billboard-green-text {
		display: block;
	}
	@-webkit-keyframes arrowRight {
		from {opacity: 0; right: -100px;}
		to {opacity: 1; right: 50px;}
	}

	@keyframes arrowRight {
		from {opacity: 0; right: -100px;}
		to {opacity: 1; right: 50px;}
	}
	.billboard-container:before {
		display: none;
	}
	.intro-section .intro-text {
    	font-size: 18px;
	}
	.intro-section .intro-content .intro-text .intro-text-wrap {
		margin: 0 250px 0 0;
	}
	.intro-section .intro-content.intro-content-1 .intro-text .intro-text-wrap, .intro-section .intro-content.intro-content-3 .intro-text .intro-text-wrap {
		margin: 0 0 0 230px;
	}
	.intro-section .intro-content.intro-content-2:before {
		top: 73px;
	}
	.billboard-section .billboard-content .billboard-copy {
		padding: 0 20px;
	}
	.billboard-1-content-wrap {
		top: -640px;
	}
	.billboard-2-content-wrap {
		top: -590px;
	}
	.billboard-3-content-wrap {
		top: -560px;
	}
	.billboard-4-content-wrap {
		top: -590px;
	}
	.billboard-content:before {
		display: none;
	}
  .intro-section .intro-content.intro-content-1:before {
    top: 70px;
    left: -90px;
  }
  .intro-section .intro-content.intro-content-3:before {
    top: 50px;
    left: -90px;
  }
	.billboard-section:before, .billboard-content:before {
		height: 100%;
		background: rgba(0,0,0,.75) !important;
		top: 0;
		z-index: 1;
	}
	.billboard-section-1:before {
		background: -moz-linear-gradient(top, rgba(0,0,0,.75) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%) !important;
		background: -webkit-linear-gradient(top, rgba(0,0,0,.75) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%) !important;
		background: linear-gradient(to bottom, rgba(0,0,0,.75) 25%,rgba(0,0,0,0) 80%,rgba(0,0,0,0) 100%) !important;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bf000000', endColorstr='#00000000',GradientType=-1 );
	}
	.billboard-section:before {
		background: rgba(0,0,0,.75);
		height: 100%;
		top: 0;
	}
	.billboard-content:before {
		display: none !important;
		background: none !important;
		height: inherit;
		z-index: 1;
		top: 0;
	}
	.billboard-section-2:before {
		background: rgba(0,0,0,.75) !important;
		height: 100%;
		top: 0;
	}
	.billboard-section-1:after {
		height: 100%;
	}
	.interior .billboard-section:before, .interior .billboard-content:before {
		z-index: -1;
	}
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
	.billboard-section .billboard-content-1 .billboard-full-width.billboard-container {
		height: 828px;
	}
	.billboard-section h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.billboard-1-content-wrap .billboard-1-content-block {
		padding: 0 20px 0;
	}
	.billboard-section h1 {
		font-size: 26px;
		line-height: 30px;
	}
	.intro-content {
		padding: 0 30px;
	}
	.billboard-section .head-2 {
		font-size: 26px !important;
		line-height: 30px;
	}
	.interior .billboard-content .head-1 {
		font-size: 26px !important;
		line-height: 30px;
	}
	.billboard-1-content-wrap {
		top: -760px;
	}
	.billboard-section.billboard-section-1 .billboard-content .billboard-callout {
		padding: 20px 0 0;
	}
	.intro-section .intro-content.intro-content-1 .intro-text .intro-text-wrap, .intro-section .intro-content.intro-content-3 .intro-text .intro-text-wrap, .intro-section .intro-content .intro-text .intro-text-wrap {
		margin: 0;
	}
	.intro-section .intro-content.intro-content-1:before, .intro-section .intro-content.intro-content-2:before, .intro-section .intro-content.intro-content-3:before {
		display: none;
	}
	.footer-section .footer-cta-section .head-1 {
    	font-size: 38px !important;
	}
}

/* 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) {
	.intro-content {
		padding: 0 30px;
	}
	.intro-section .intro-content.intro-content-1:before, .intro-section .intro-content.intro-content-2:before, .intro-section .intro-content.intro-content-3:before {
		display: none;
	}
	.intro-section .intro-content.intro-content-1 .intro-text .intro-text-wrap, .intro-section .intro-content.intro-content-3 .intro-text .intro-text-wrap, .intro-section .intro-content .intro-text .intro-text-wrap {
		margin: 0;
	}

}

/* IE only */
@media screen\0 {
	.billboard-container {
		max-height: none;
	}
	.intro-section .rich-text-container {
		animation-name: none;
	}
	.intro-section .intro-content.intro-content-2:before {
		right: 60px;
	}
	.intro-content {
		margin: 0;
	}
	/* Safari 4.0 - 8.0 */
	@-webkit-keyframes arrowRight {
		from {opacity: 0; right: 10px;}
		to {opacity: 1; right: 60px;}
	}

	/* Standard syntax */
	@keyframes arrowRight {
		from {opacity: 0; right: 10px;}
		to {opacity: 1; right: 60px;}
	}
	.billboard-section-1::after {
	height: 110vh;
	}
	.billboard-section .billboard-full-width.billboard-container {
		background-attachment: inherit;
	}
	.interior .billboard-section .billboard-content-wrapper {
		position: relative;
	}
	.interior .billboard-section .billboard-content-wrapper .container{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 100%;
		left: 10%;
		max-width: inherit;
	}
}
