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

.header-main {
  background: rgba(15,22,38,.9);
  padding: 1px;
	z-index: 10;
  position: relative;
}

.body-home .header-main {
  background: transparent;
}

/* co-branded logo */
.co-branded .nav-image {
	width: 100%;
    display: block;
    position: relative;
    top: -50px;
}
.co-branded {
    height: 215px !important;
}
.co-branded .nav:before {
    position: relative;
    bottom: -206px;
}
.co-branded .nav:after {
	bottom: -39px;
}

.co-branded .primary-nav > li {
	top: 7px;
}
.co-branded .nav .primary-nav li:hover > .nav-subnav {
	margin-top: 0px !important;
}
.co-branded .nav .primary-nav .nav-subnav {
	margin-top: 0px !important;
}

.primary-nav > li > a:hover {
                color: #d8b168;
}
.primary-nav > li > a.selected,
.primary-nav > li > a.active,
.nav-standard.selected  {
    color: #d8b168;
 }

.nav {
	max-width: 1170px;
    margin: 0 auto;
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFFFFF;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
}
/*.nav .primary-nav li a img {
    margin-right: 75px !important;
}*/

.primary-nav > li > a:hover {
    color: #d8b168 !important;
}
.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 {
    display: block;
    padding: 18px 14px 18px 0;
    position: relative;
}
.nav-trigger span, .nav-trigger span::before, .nav-trigger span::after, .nav-trigger.nav-is-visible span::before, .nav-trigger.nav-is-visible span::after {
	background: #d8b168;
}
.special-page .nav-overall-wrapper:not(.van-mobile-nav).is-fixed {

	/* position: fixed; */
	position: relative;
	width: 100%;
	z-index: 150;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
    background-color: rgba(15,22,38,.9) !important;
	    top: 50px;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav .nav-subnav-second {
    background-color: rgba(15,22,38,.9) !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a {
	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;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a:hover {
	color: #d8b168;
	-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;
}
.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav li:not(.nav-top-link) a.active {
	color: #d8b168;
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .nav-subnav > li .has-children-arrow-wrapper i {
    margin-right: 5px;
}
.secondary-nav .nav-address-mobile {
	display: none !important;
}
.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;
    border: solid 1px #dddddd;
    color: #1c2745;
    text-transform: uppercase;
    font-family: 'Abel', sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
	margin-bottom: 10px;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    overflow: hidden;
	    padding: 10px 20px;
    -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 {
    background: #d8b168;
    border: 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;
}
.investor-access-login-button {
	background: #fff;
	color: #000;
}

.investor-access-input-wrapper input {
    width: 100%;
    height: 40px;
	color: #000;
}
.investor-access-id-icon, .investor-access-password-icon {
	color: #d8b168;
	bottom: 15px;
}

.change:after {
  content: "";
  background: rgba(15,22,38,.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  animation: 0.4s ease 0s normal forwards 1 fadein;
  height: 160px;
}
.co-branded.change:after {
  content: "";
  background: rgba(15,22,38,.9);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  animation: 0.4s ease 0s normal forwards 1 fadein;
  height: 225px;
}
@keyframes fadein{
    0% { opacity:0; }
    100% { opacity:1; }

}
.special-page .change:after {
	background:none;
}
.special-page nav {
	padding-top: 0px;
}
.no-bkg-nav {
    background: none;
    background-image: none !important;
}
.primary-nav .secondary-nav > li > a {
    /* secondary nav title */
    color: #d8b168;
}
.primary-nav .secondary-nav a:hover {
    color: #d8b168;
 }
.special-page .primary-nav > li {
	height: auto;
}
.close-subnav:hover:before {
    background-color: #d8b168;
  }
 .close-subnav:hover:after {
    background-color: #d8b168;
 }
.primary-nav .see-all a {
  /* different style for the See all button on mobile and tablet */
  color: #d8b168;
}

.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li:nth-child(2) {
	transform: translateY(0px) !important;
}
.co-branded:not(.van-mobile-nav).nav-with-arrows .primary-nav > li:nth-child(2) {
	transform: translateY(0px) !important;
}
.co-branded:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
	padding: 0px 6px;
	transform: translateY(0px);
}
.has-children {
	padding-right: 20px !important;
}
.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li .has-children-arrow-wrapper {
	right: -20px;
}

.secondary-nav, .close-subnav {
	top: 60px !important;
	width: 100% !important;
    left: 0px;
    min-width: 250px !important;
}
.account-access-header-wrapper {
	display: none;
}
.close-subnav {
	top: 60px !important;
    right: 0px !important;
}



.nav-overall-wrapper:not(.van-mobile-nav) {
  background: rgba(15,22,38,.0);
}
.special .interior .nav-overall-wrapper:not(.van-mobile-nav) {
  background: rgba(15,22,38,.9) !important;
}
.interior .nav-overall-wrapper:not(.van-mobile-nav) {
  background: rgba(15,22,38,.9) !important;
}
.nav-overall-wrapper:not(.van-mobile-nav) {
			width: 100%;
			background: transparent;
      -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-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: #d8b168;
}

.primary-nav > li {
	margin-left: 0px;
}
.nav-main-header {
	background: transparent;
}
.primary-nav {
	float: none;
	padding-right: 0px !important;
	margin-top: -80px;
}
.nav-overlay {
	display: none;
}
.primary-nav > li > a {
    position: relative;
    display: inline-block;
    height: 50px;
    top: 0%;
    padding: 0 9px;
    color: #fff;
}

.social-wrapper {
	position: fixed;
	width: 100%;
	z-index: 333;
}
.special-page .nav-main-header nav {
	padding-top: 50px;
}
body:not(.van-mobile-nav) .nav-main-header  {
	height: 160px !important;
}
.fixed-top .main-content-int-section {
	padding-top: 0px;
/*	padding-top: 150px;*/
}
.social-wrapper {
	animation-delay: 1s;
}
.social-wrapper .social-container {
	height: 50px;
}
.header-social {
  position: relative;

}
.header-section .social-container {
	max-width: 1170px;
    margin: 0 auto;
    position: absolute;
    right: 0;
    z-index: 5;
    text-align: right;

}
.social-container .fa {
	color: #ac8e57;
	-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;
}
.social-container .fa:hover {
	color: #fff;
}


.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
    padding-right: 20px !important;
}



/*
==============================================
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 {
		font-size: 14px;
	}
.co-branded.change:after {
	  content: "";
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;
	  animation: 0.4s ease 0s normal forwards 1 fadein;
	  height: 65px;
	}
	.mobile-logo {
		display:block;
		background: rgba(15,22,38,.9);
		top: 60px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).nav-right .primary-nav {
		text-align: center;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
		transform: translateY(0px);
	}
	.fixed-top .main-content-int-section {
		padding-top: 0px !important;
/*		padding-top: 202px !important;*/
	}
	.ftr-logo-wrapper {
    	margin: 5px 0 25px 0;
	}
	.fixed-top .main-content-int-section {
		padding-top: 230px;
	}
	.interior-default {
		overflow: hidden;
	}
	.nav {
    	padding-left: 0px;
		display: table;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .page-link-client-access > .nav-subnav {
		right: 0px !important;
	}
	.change:after {
	  content: "";
	  background: rgba(15,22,38,.8);
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;
	  animation: 0.4s ease 0s normal forwards 1 fadein;
	  height: 60px;
	}
	.special-page .nav-main-header nav {
		padding-top: 20px;
	}
	.social-wrapper {
		display: none;
	}
	.social-container {
		z-index: 10;
	}
	.primary-nav .nav-image {
		display: none !important;
	}
	.secondary-nav .go-back {
		display: none;
	}
	.home-body .mobile-logo, .has-photo .mobile-logo {
		background: none;
	}
}


/* 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
==============================================
*/
	.nav {
		display: inherit;
	}
	.interior .nav-overall-wrapper:not(.van-mobile-nav) {
		background: rgba(15,22,38,0) !important;
		height: 0px !important;
		min-height: 0px;
		border-bottom: none !important;
	}
  .nav-overall-wrapper:not(.van-mobile-nav) .nav-internal-wrapper.nav-overlay {
    background-color: rgba(0, 0, 0, 0.45) !important;
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
	.header-social {
		display: none;
	}
.home-body .co-branded.change:after {
	  content: "";
	  background: none !important;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;
	  animation: 0.4s ease 0s normal forwards 1 fadein;
	  height: 225px;
	}
	.mobile-logo .ftr-logo-wrapper .desktop-image {
		display: none !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav {
		background-color: rgba(15,22,38,.9) !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
		/* line-height: 31px; */
		    padding: 18px 14px 18px 15px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-subnav {
		background-color: #000 !important;
		top: inherit;
		left: 0px !important;
		padding-left: 20px !important;
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	ul li ul li .has-children-arrow-wrapper {
		right: -5px !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
		padding: 0 !important;
	}

	.nav-overall-wrapper:not(.van-mobile-nav) .nav-internal-wrapper.nav-overlay {
		background: transparent;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).click-nav .primary-nav li > .nav-subnav.clicked {
		margin-left: 0px !important;
	}
	.change:after {
	  content: "";
	  background: none;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: -1;
	  animation: 0.4s ease 0s normal forwards 1 fadein;
	  height: 60px;
	}
	.co-branded.change:after {
    	content: "";
    	background: none;
	}
	.has-children {
		padding-right: 0px !important;
	}
	.mobile-logo {
		display:block;
		background: rgba(15,22,38,.9);
		top: 0px;
	}
	.fixed-top .main-content-int-section {
		padding-top: 0px !important;
/*		padding-top: 142px !important;*/
	}
	.social-wrapper {
		display: none;
	}
	nav.nav {
		padding: 0px;
	}
	/* .special-page .nav-overall-wrapper:not(.van-mobile-nav).is-fixed {
		background-color: transparent !important;
	} */
	.nav-address-mobile {
		padding: 20px 50px !important;
	}
	.address-phone-wrapper {
		display: grid;
	}
	li.account-access {
		padding-right: 20px !important;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
    	padding: 20px 0 !important;
	}

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Navigation
==============================================
*/
/* .nav-overall-wrapper:not(.van-mobile-nav).nav-with-arrows .primary-nav > li {
		transform: translateY(10px);
	} */
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav > li > a {
		padding: 9px 32px 0px 17px;
    	line-height: 35px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav).click-nav .primary-nav li > .nav-subnav.clicked {
		top: 0px;
		margin-left: 10px;
	}
	.nav-overall-wrapper:not(.van-mobile-nav) .nav .primary-nav .nav-address-mobile {
		padding: 50px;
    	line-height: 21px;
	}
	ul li ul li .has-children-arrow-wrapper {
		right: -5px !important;
	}
	span.address-2, span.phone-1 {
		display: block;
	}
	.mobile-logo {
		display:block;
		background: rgba(15,22,38,.8);

	}
	.nav-overall-wrapper, .change:after {
		background: none;
	}
	.nav-overlay {
		background: rgba(15,22,38,.8);
		display: block;
	}
	.nav-overall-wrapper {
		background: none;
	}
	.primary-nav {
    	z-index: 999999999;
	}
	.primary-nav, .primary-nav ul {
		background: #141b2a;
	}
	.nav-header-buttons {
		top: 40px;
	}
	.primary-nav > li > a {
		width: 100%;
	}
	.social-wrapper {
		display: none;
	}
	.social-container {
		z-index: 10;
	}
	.primary-nav > li > a {
		width: 100%;
	}
	.primary-nav .secondary-nav > li > a {
		color: #fff;
	}
	.nav-overlay.is-visible {
		z-index: 0;
	}
	.nav-header-buttons {
		z-index: 203;
	}
	.fixed-top .main-content-int-section {
		padding-top: 0px !important;
/*		padding-top: 135px !important;*/
	}
	nav.nav {
		padding: 0px;
	}
	.nav-address-mobile .nav-address-overall-wrapper .address-group-name-1 {
		font-size: 18px;
		color: #d8b168;
		font-family: 'Source Sans Pro', sans-serif;
	}
	.nav-header-buttons {
		top: 30px;
		right: 10px;
	}
	.home-body .mobile-logo, .has-photo .mobile-logo {
		background: none;
	}
	.has-children > a::before, .has-children > a::after, .go-back a::before, .go-back a::after {
		background: #d8b168;
	}
}



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

}

/* IE only */
@media screen\0 { }
