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

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

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

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


.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.fixed-header {
	position: fixed !important;
	top:0; left:0;
	width: 100%;
}

.primary-nav {
	height: 48px;
	transition: all 500ms ease-in-out;

}
.logo-fix {
	position: fixed;
	width: 100%;
	z-index: 150;
	transition: all 500ms ease-in-out, margin 0ms !important;
	margin-top: -143px;
	height: 100px !important;
}
/*
.logo-fix .ftr-logo {
		width: 200px;
}
*/
.logo-section {
	min-height: 75px !important;
}
.logo-section .logo-wrap {
    padding: 14px 0;
}
.logo-content .ftr-logo-wrapper img {
	transition: all 500ms ease-in-out;
}

.ftr-logo-wrapper {
	transition: all 500ms ease-in-out;
	/*height: 110px;*/
}
.billboard-section .billboard-sticky {
	margin-top: 144px;
}
.logo-section .logo-content a {
    width: 100% !important;
    display: block;
    margin: 0 auto;
}
.ftr-group-name {
    font-family: 'Lato', sans-serif;
    color: #343434;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
	letter-spacing: 1px;
}
/*
.body-resource .intro-content-sticky{
	margin-top: 170px;
}
*/

.body-bio .logo-fix, .body-map-directions .logo-fix {
    margin-top: -180px;
}

.body-about-us .bio-content-sticky, .body-resource .bio-content-sticky, .body-blog .bio-content-sticky, .body-bio .bio-content-sticky, .body-map-directions .bio-content-sticky  {
	margin-top: 180px !important;
}


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

.account-access-header {
	display:none;
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav-trigger {
	top:50px;
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-right .primary-nav {
	text-align: center;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 18px 15px 18px 0;
}
.primary-nav {
	background: #edebe4;
	height: 48px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav-trigger-wrapper {
	height: inherit;
}
.nav-overall-wrapper:not(.van-mobile-nav){
	min-height: inherit;
	    background: none;
	     z-index: 160;
      transition: 0.5s all ease;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	color: #343434;
	text-transform: uppercase;
}
.primary-nav .nav-subnav a.active, .primary-nav a.active {
	color:#357072 !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a:hover {
    color: #52b9bb;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    background: rgba(236, 236, 232, 0.95);
	top: 48px;
}
.primary-nav .nav-subnav-second {
	background: rgba(236, 236, 232, 0.95) !important;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a, .investor-access-remember-me-label {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 15px;
    color: #343434;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;


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

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover {
    color: #52b9bb;
}
.investor-access-input-wrapper input {
    border: 1px solid #e2e0d9;
}
.investor-access-input-wrapper input {
	padding: 10px 20px;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	width: 100%;
}
.investor-access-id-icon {
	bottom: 17px;
}
.investor-access-password-icon {
    bottom: 17px;
}
.investor-access-login-button {
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: 2.5px;
    color: #357072;
    display: inline-block;
    border: 1px solid #357072;
    text-transform: uppercase;
    padding: 10px 25px 8px;
	margin: 7px 0 15px;
}


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


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Navigation
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Navigation
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 18px 9px 18px 0 !important;
}

}


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Navigation
==============================================
*/

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

.logo-fix {
	margin-top: -186px;
}

.body-map-directions .logo-fix, .body-resource .logo-fix, .body-resource .logo-fix, .body-bio .logo-fix, .body-blog .logo-fix, .body-about-us .logo-fix {
    margin-top: -172px;
}
/*
Navigation
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
    padding: 18px 15px 18px !important;
}
.account-access-header {
    padding-top: 15px;
    padding-bottom: 10px;
    display: none;
}
.investor-access-login-button {
	background: transparent;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li {
	padding: 0px 0px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {

	padding-left: 15px;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
	top: 12px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
    display: block;
    padding: 15px 15px;
	font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 22px;
	text-align: left;
}
.primary-nav {
	background:#fff;
}

.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
	padding: 15px 20px;
	left: 0px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
	top:0px;
	background: rgba(237, 235, 228, 0.5);
}
.fa-angle-down:before {
    color: #52b9bb;
}
.nav-address-mobile a {
	color: #52b9bb;
}
.phone-1 {
	display: block;
}

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Navigation
==============================================
*/

/*
Sticky Navigation
==============================================
*/
/* no animatin header */
.logo-section {
    margin-top: 0px;
	position: relative;
}
.logo-content {
    padding: 14px 0;
}
.logo-section {
/*    padding: 14px 0;*/
	min-height: 100px !important;
}

.billboard-section .billboard-sticky {
    margin-top: 25px !important;
}
.bio-content-sticky {
	margin-top: 0px !important;
}

.logo-fix {
    margin-top: 0 !important;
}
.ftr-logo-wrapper {
		padding:14px 0 !important;
}



.no-billboard .bio-content-sticky {
	margin-top: 25px !important;
}

.body-bio .bio-content-sticky {
	margin-top: 25px !important;
}


.body-resource .logo-fix, .body-bio .logo-fix, .body-blog .logo-fix {
    margin-top: 0;
}
.body-resource .ftr-logo-wrapper, .body-bio .ftr-logo-wrapper, .body-blog .ftr-logo-wrapper {
		padding:14px 0;
}
/* no animatin header */



.logo-section .ftr-logo {
    width: 200px;
}


.body-resource .intro-content-sticky{
	margin-top: 0px;
}
.body-resource-detail .intro-content, .body-blog .intro-content {
    padding: 55px 30px 160px;
}
.resource-detail-content-wrapper {
    padding: 75px 0px 80px 0px !important;
}
.body-resource-detail .intro-section {
	padding-bottom: 60px;

}

/*
Navigation
==============================================
*/
.nav-overall-wrapper:not(.van-mobile-nav).nav-right .nav-trigger {
	top:50px;
}
.phone-1 {
	display: block;
}

}



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

/* no animatin header */
.logo-section {
    margin-top: 0px;
	position: relative;
}
.logo-content {
    padding: 14px 0;
}
.logo-section {
/*    padding: 14px 0;*/
	min-height: 100px !important;
}
.billboard-sticky {
    margin-top: 17px !important;
}

.billboard-section .billboard-sticky {
    margin-top: 25px ;
}
.bio-content-sticky {
	margin-top: 0px !important;
}

.logo-fix {
    margin-top: 0 !important;
}
.ftr-logo-wrapper {
		padding:14px 0 !important;
}

.no-billboard .bio-content-sticky {
	margin-top: 25px !important;
}

.body-bio .bio-content-sticky {
	margin-top: 25px !important;
}

.body-resource .logo-fix, .body-bio .logo-fix, .body-blog .logo-fix {
    margin-top: 0;
}
.body-resource .ftr-logo-wrapper, .body-bio .ftr-logo-wrapper, .body-blog .ftr-logo-wrapper {
		padding:14px 0;
}
/* no animatin header */

.logo-section .ftr-logo {
    width: 200px;
}
.billboard-section .billboard-sticky {
    margin-top: 0px;
}
.body-resource .intro-content-sticky{
	margin-top: 0px;
}
}

