/*
	
	Styles for WP Multisite global header
	
	By Brooklyn Creative Design (http://brooklyn.cd)
	Last updated on 6-27-2016 by Jordan Slominski
	
	1. Top Level Elements and Generic Helper Classes
	2. Top Bar Elements
	3. Main Header Elements
	4. Subsite Header Navigation Elements
	5. Subsite Retrofits and Style Overrides

*/


/*  1. Top Level Elements and Generic Helper Classes  */
body {
	position: relative;
	-webkit-font-smoothing: initial;
}
[data-subsite-header="false"] {
	padding-top: 150px;
}
[data-subsite-header="true"] {
	padding-top: 210px;
}
.ys_fx-150ms {
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#ys_header {
	top: 0;
    z-index: 1000;
    width: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
#ys_header.sticky {
    position: fixed;
	transform: translateY(0%);
	-webkit-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
#ys_header.sticky.active {
	transform: translateY(-100%);
}
#ys_header.non-sticky {
	position: absolute;
}
#ys_header .ys_header-top-container {
	font-family: 'Roboto', sans-serif !important;
	background-color: #303030;
	padding: 10px 0;
}


/*  2. Top Bar Elements  */
#ys_header .ys_header-top-search {
	position: relative;
	height: 34px;
}
#ys_header .ys_header-top-search-form {
	position: relative;
	height: 100%;
}
@media (max-width: 767px) {
	#ys_header .ys_header-top-search-form.active {
		width: calc(100% - 50px);
	}
}
#ys_header .ys_header-top-search-input {
	color: #303030;
	font-size: 14px;
	padding: 0 15px;
	height: 100%;
	width: 100%;
	border: 2px solid #fff !important;
	border-radius: 3px;
}
#ys_header .ys_header-top-search-input::-webkit-input-placeholder {
	color: #b0b0b0;
}
#ys_header .ys_header-top-search-input:-moz-placeholder {
	color: #b0b0b0;
}
#ys_header .ys_header-top-search-input::-moz-placeholder {
	color: #b0b0b0;
}
#ys_header .ys_header-top-search-input:-ms-input-placeholder {  
	color: #b0b0b0;
}
@media (max-width: 767px) {
	#ys_header .ys_header-top-search-input {
		display: none;
		padding-right: 47px;
	}
	#ys_header .ys_header-top-search-form.active .ys_header-top-search-input {
		display: block;
	}
}
#ys_header .ys_header-top-search-input:focus {
	outline: none;
	border-color: #f0c15d !important;
}
#ys_header .ys_header-top-search-input:hover {
	border-color: #d0d0d0;
}
#ys_header .ys_header-top-search-submit {
	color: #fff;
	background-color: #f0c15d;
	display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 0 3px 3px 0;
}
#ys_header .ys_header-top-search-submit:focus,
#ys_header .ys_header-top-search-submit:hover {
	background-color: #005695;
	outline: none;
}
@media (max-width: 767px) {
	#ys_header .ys_header-top-search-form.active .ys_header-top-search-submit {
		display: block;
	}
}
#ys_header .ys_header-top-search-icon {
	color: #fff;
	font-size: 16px;
	line-height: 34px;
    text-align: center;
    background-color: transparent;
    display: none;
    position: relative;
    z-index: 1;
    padding: 0;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 3px;
}
@media(max-width: 767px) {
	#ys_header .ys_header-top-search-icon {
		display: block;
	}
}
#ys_header .ys_header-top-search-icon:focus,
#ys_header .ys_header-top-search-icon:hover {
	background-color: #f0c15d;
	cursor: pointer;
	outline: none;
}
#ys_header .ys_header-top-search-icon.active {
	display: none;
}
#ys_header .ys_header-top-search-close-icon {
	color: #fff;
	line-height: 34px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
	cursor: pointer;
	display: none;
	position: absolute;
    top: 0;
    right: 15px;
    padding: 0;
    width: 34px;
    height: 34px;
    border: none;
    border-radius: 3px;
}
#ys_header .ys_header-top-search-close-icon:focus,
#ys_header .ys_header-top-search-close-icon:hover {
	background-color: rgba(255, 255, 255, 0.4);
	outline: none;
}
#ys_header .ys_header-top-announcement {
	height: 34px;
}
#ys_header .ys_header-top-announcement-text {
	color: #f0c15d;
	line-height: 34px;
}
#ys_header .ys_header-top-announcement-link {
	color: #f0c15d;
	font-weight: 700;
	text-transform: uppercase;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
	padding: 7px 15px;
	margin-left: 15px;
	border-radius: 3px;
}
#ys_header .ys_header-top-announcement-link:focus,
#ys_header .ys_header-top-announcement-link:hover {
	text-decoration: none;
	background-color: #fff;
	outline: none;
}
#ys_header .ys_header-top-account {
	line-height: 34px;
	text-align: right;
	text-transform: uppercase;
	height: 34px;
	padding-left: 0;
}
#ys_header .ys_header-top-account > a {
	color: #fff;
	font-size: 12px;
	padding: 0 7px;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
	#ys_header .ys_header-top-account > a {
		font-size: 12px;
	}
}
#ys_header .ys_header-top-account > a:first-of-type {
	border-left: none;
}
#ys_header .ys_header-top-account > a:focus,
#ys_header .ys_header-top-account > a:hover {
	color: #f0c15d;
	text-decoration: none;
	outline: none;
}
#ys_header .ys_header-top-account > a.nav-cart-button {
	position: relative;
	padding-right: 25px;
}
#ys_header .ys_header-top-account > a.nav-cart-button > span {
	font-size: 12px;
    line-height: 20px;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.2);
	display: inline-block;
    position: absolute;
    top: -3px;
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
@media (max-width: 480px) {
	#ys_header .ys_header-top-account > a.nav-cart-button > span {
		font-size: 10px;
	}
}


/*  3. Main Header Elements  */
#ys_header .ys_header-container,
#ys_header .ys_header-container p {
	font-family: 'Roboto', sans-serif !important;
}
#ys_header.dark-blue .ys_header-container,
#ys_header.white .ys_header-container {
	background-color: #fff;
}
#ys_header.light-blue .ys_header-container {
	background-color: #595959;
}
#ys_header.yellow .ys_header-container {
	background-color: #f1c15d;
}
#ys_header.gray .ys_header-container {
	background-color: #e4e2e3;
}
#ys_header .ys_header-container > .container {
	position: initial;
}
#ys_header .ys_header-logo {
	background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center left;
	display: block;
	opacity: 1;
    margin: 10px 0;
    width: 127px;
    height: 80px;
}
#ys_header.dark-blue .ys_header-logo,
#ys_header.white .ys_header-logo {
	background-image: url('../../img/ys-header-logo-005695.png');
}
#ys_header.light-blue .ys_header-logo {
	background-image: url('../../img/ys-header-logo-d8d8d8.png');
}
#ys_header.yellow .ys_header-logo,
#ys_header.gray .ys_header-logo {
	background-image: url('../../img/ys-header-logo-595959.png');
}
#ys_header .ys_header-logo:focus,
#ys_header .ys_header-logo:hover {
	outline: none;
	opacity: 0.75;
}
#ys_header .ys_header-nav-container {
	position: static;
}
@media (min-width: 768px) {
	#ys_header .ys_header-nav-container {
		padding-right: 0;
	}
	#ys_header .ys_header-nav > ul {
		display: block !important;
	}
}
@media (max-width: 767px) {
	#ys_header .ys_header-nav > ul {
		display: none;
		position: absolute;
		top: 154px;
		left: 0;
		z-index: 501;
		padding: 0;
		width: 100%;
	}
}
#ys_header .ys_header-nav > ul > li {
	position: initial;
	margin-left: 0;
}
@media (max-width: 767px) {
	#ys_header .ys_header-nav > ul > li {
		margin: 0;
		width: 100%;
	}
	#ys_header.dark-blue .ys_header-nav > ul > li,
	#ys_header.white .ys_header-nav > ul > li {
		background-color: #005695;
	}
	#ys_header.light-blue .ys_header-nav > ul > li {
		background-color: #b5d9e5;
	}
	#ys_header.yellow .ys_header-nav > ul > li,
	#ys_header.gray .ys_header-nav > ul > li {
		background-color: #595959;
	}
}
#ys_header .ys_header-nav > ul > li > a {
	font-size: 14px;
	line-height: 20px;
	text-transform: uppercase;
	padding: 40px 15px;
	position: relative;
}
#ys_header.dark-blue .ys_header-nav > ul > li > a,
#ys_header.white .ys_header-nav > ul > li > a {
	color: #005695;
}
#ys_header.light-blue .ys_header-nav > ul > li > a {
	color: #d8d8d8;
}
#ys_header.yellow .ys_header-nav > ul > li > a {
	color: #595959;
}
#ys_header.gray .ys_header-nav > ul > li > a {
	color: #595959;
}
@media (max-width: 767px) {
	#ys_header .ys_header-nav > ul > li > a {
		padding: 10px 15px 10px 40px;
		border-radius: 0;
	}
	#ys_header.dark-blue .ys_header-nav > ul > li > a,
	#ys_header.white .ys_header-nav > ul > li > a,
	#ys_header.yellow .ys_header-nav > ul > li > a {
		color: #fff;
	}
	#ys_header.light-blue .ys_header-nav > ul > li > a {
		color: #595959;
	}
	#ys_header.gray .ys_header-nav > ul > li > a {
		color: #e4e2e3;
	}
}
#ys_header .ys_header-nav > ul > li > a:focus,
#ys_header .ys_header-nav > ul > li > a:hover {
	background-color: transparent;
	outline: none;
	border-radius: 0;
}
#ys_header.dark-blue .ys_header-nav > ul > li:hover > a,
#ys_header.dark-blue .ys_header-nav > ul > li > a:focus,
#ys_header.dark-blue .ys_header-nav > ul > li > a:hover,
#ys_header.dark-blue .ys_header-nav > ul > li.open > a,
#ys_header.white .ys_header-nav > ul > li:hover > a,
#ys_header.white .ys_header-nav > ul > li > a:focus,
#ys_header.white .ys_header-nav > ul > li > a:hover,
#ys_header.white .ys_header-nav > ul > li.open > a {
	color: #f0c15d;
	background-color: transparent;
}
#ys_header.light-blue .ys_header-nav > ul > li:hover > a,
#ys_header.light-blue .ys_header-nav > ul > li > a:focus,
#ys_header.light-blue .ys_header-nav > ul > li > a:hover,
#ys_header.light-blue .ys_header-nav > ul > li.open > a {
	color: #b5d9e5;
	background-color: transparent;
}
#ys_header.yellow .ys_header-nav > ul > li:hover > a,
#ys_header.yellow .ys_header-nav > ul > li > a:focus,
#ys_header.yellow .ys_header-nav > ul > li > a:hover,
#ys_header.yellow .ys_header-nav > ul > li.open > a {
	color: #7f7359;
	background-color: transparent;
}
#ys_header.gray .ys_header-nav > ul > li:hover > a,
#ys_header.gray .ys_header-nav > ul > li > a:focus,
#ys_header.gray .ys_header-nav > ul > li > a:hover,
#ys_header.gray .ys_header-nav > ul > li.open > a {
	color: #7b7b7b;
	background-color: transparent;
}
@media (max-width: 767px) {
	#ys_header.dark-blue .ys_header-nav > ul > li > a:focus,
	#ys_header.dark-blue .ys_header-nav > ul > li > a:hover,
	#ys_header.white .ys_header-nav > ul > li > a:focus,
	#ys_header.white .ys_header-nav > ul > li > a:hover {
		background-color: rgba(255, 255, 255, 0.1);
	}
	#ys_header.light-blue .ys_header-nav > ul > li > a:focus,
	#ys_header.light-blue .ys_header-nav > ul > li > a:hover {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.15);
	}
	#ys_header.yellow .ys_header-nav > ul > li:hover > a,
	#ys_header.yellow .ys_header-nav > ul > li > a:focus,
	#ys_header.yellow .ys_header-nav > ul > li > a:hover,
	#ys_header.yellow .ys_header-nav > ul > li.open > a,
	#ys_header.gray .ys_header-nav > ul > li:hover > a,
	#ys_header.gray .ys_header-nav > ul > li > a:focus,
	#ys_header.gray .ys_header-nav > ul > li > a:hover,
	#ys_header.gray .ys_header-nav > ul > li.open > a {
		color: #fff;
		background-color: rgba(255, 255, 255, 0.1);
	}
}
#ys_header .ys_header-nav > ul > li > a > .fa {
	margin-right: 10px;
	transition: transform 0.15s ease-in-out;
}
@media (min-width: 768px) and (max-width: 991px) {
	#ys_header .ys_header-nav > ul > li > a > .fa {
		font-size: 13px;
		margin-right: 7px;
	}
}
@media (max-width: 767px) {
	#ys_header .ys_header-nav > ul > li > a > .fa {
		line-height: 40px;
	    text-align: center;
		position: absolute;
	    top: 0;
	    left: 0px;
	    width: 40px;
	    height: 40px;
	}
}
#ys_header .ys_header-nav > ul > li.open > a > .fa {
    transform: rotate(90deg);
}
#ys_header .ys_header-nav-dropdown-mega-menu-container {
	position: absolute;
	top: 154px;
	left: 0;
	display: none;
	padding: 15px 0;
	margin: 0;
	width: 100%;
	border: none;
	border-radius: 0;
	box-shadow: none;
}
#ys_header.dark-blue .ys_header-nav-dropdown-mega-menu-container,
#ys_header.white .ys_header-nav-dropdown-mega-menu-container {
	color: #765f45;
	background-color: #f0c15d;
}
#ys_header.light-blue .ys_header-nav-dropdown-mega-menu-container {
	background-color: #b5d9e5;
}
#ys_header.yellow .ys_header-nav-dropdown-mega-menu-container {
	background-color: #595959;
}
#ys_header.gray .ys_header-nav-dropdown-mega-menu-container {
	background-color: #595959;
}
@media (max-width: 767px) {
	#ys_header .ys_header-nav-dropdown-mega-menu-container {
		position: relative;
		top: 0;
    	margin: 0;
    	width: 100%;
    	border: none;
    	border-radius: 0;
    	box-shadow: inset 0px 1px 5px rgba(0, 0, 0, 0.4);
	}
	#ys_header.light-blue .ys_header-nav-dropdown-mega-menu-container {
		background-color: #d8d8d8;
	}
	#ys_header.yellow .ys_header-nav-dropdown-mega-menu-container,
	#ys_header.gray .ys_header-nav-dropdown-mega-menu-container {
		background-color: #303030;
	}
}
#ys_header .ys_header-nav-dropdown-mega-menu-container > .container {
	overflow: visible;
}
@media (max-width: 767px) {
	#ys_header .ys_header-nav-dropdown-mega-menu-container > .container {
		max-width: 100%;
	}
	#ys_header .ys_header-nav-dropdown-mega-menu-container > .container .ys_header-nav-dropdown-menu-container {
		width: 100%;
	}
}
#ys_header .ys_header-nav-dropdown-menu {
	list-style: none;
	padding: 0;
}
#ys_header .ys_header-nav-dropdown-menu > li > a {
	font-size: 14px;
	line-height: 1.65;
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	padding: 5px 15px;
	margin-top: 2px;
	border-radius: 3px;
}
#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a,
#ys_header.white .ys_header-nav-dropdown-menu > li > a {
	color: #005695;
}
#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a {
	color: #595959;
}
#ys_header.yellow .ys_header-nav-dropdown-menu > li > a,
#ys_header.gray .ys_header-nav-dropdown-menu > li > a {
	color: #fff;
}
#ys_header .ys_header-nav-dropdown-menu > li:first-of-type > a {
	margin-top: 0;
}
#ys_header .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header .ys_header-nav-dropdown-menu > li > a:hover,
#ys_header .ys_header-nav-dropdown-menu > li > a.active {
	outline: none;
}
#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a:hover,
#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a.active,
#ys_header.white .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header.white .ys_header-nav-dropdown-menu > li > a:hover,
#ys_header.white .ys_header-nav-dropdown-menu > li > a.active,
#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a:hover,
#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a.active,
#ys_header.yellow .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header.yellow .ys_header-nav-dropdown-menu > li > a:hover,
#ys_header.yellow .ys_header-nav-dropdown-menu > li > a.active,
#ys_header.gray .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header.gray .ys_header-nav-dropdown-menu > li > a:hover,
#ys_header.gray .ys_header-nav-dropdown-menu > li > a.active {
	color: #fff;
}
#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a:hover,
#ys_header.white .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header.white .ys_header-nav-dropdown-menu > li > a:hover {
	background-color: rgba(0, 86, 149, 0.8);
}
#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}
#ys_header.yellow .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header.yellow .ys_header-nav-dropdown-menu > li > a:hover,
#ys_header.gray .ys_header-nav-dropdown-menu > li > a:focus,
#ys_header.gray .ys_header-nav-dropdown-menu > li > a:hover {
	background-color: rgba(255, 255, 255, 0.1);
}
#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a.active,
#ys_header.white .ys_header-nav-dropdown-menu > li > a.active {
	background-color: #005695 !important;
}
#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a.active {
	background-color: rgba(0, 0, 0, 0.3) !important;
}
#ys_header.yellow .ys_header-nav-dropdown-menu > li > a.active,
#ys_header.gray .ys_header-nav-dropdown-menu > li > a.active {
	background-color: rgba(255, 255, 255, 0.3) !important;
}
@media (max-width: 767px) {
	#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a.active,
	#ys_header.white .ys_header-nav-dropdown-menu > li > a.active {
		color: #005695;
	}
	#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a.active {
		color: #595959;
	}
	#ys_header.yellow .ys_header-nav-dropdown-menu > li > a.active,
	#ys_header.gray .ys_header-nav-dropdown-menu > li > a.active {
		color: #fff;
	}
	#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a.active,
	#ys_header.white .ys_header-nav-dropdown-menu > li > a.active,
	#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a.active,
	#ys_header.yellow .ys_header-nav-dropdown-menu > li > a.active,
	#ys_header.gray .ys_header-nav-dropdown-menu > li > a.active {
		background-color: transparent !important;
	}
	#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a.active:focus,
	#ys_header.dark-blue .ys_header-nav-dropdown-menu > li > a.active:hover,
	#ys_header.white .ys_header-nav-dropdown-menu > li > a.active:focus,
	#ys_header.white .ys_header-nav-dropdown-menu > li > a.active:hover {
		color: #fff;
		background-color: rgba(0, 86, 149, 0.8) !important;
	}
	#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a.active:focus,
	#ys_header.light-blue .ys_header-nav-dropdown-menu > li > a.active:hover {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.15) !important;
	}
	#ys_header.yellow .ys_header-nav-dropdown-menu > li > a.active:focus,
	#ys_header.yellow .ys_header-nav-dropdown-menu > li > a.active:hover,
	#ys_header.gray .ys_header-nav-dropdown-menu > li > a.active:focus,
	#ys_header.gray .ys_header-nav-dropdown-menu > li > a.active:hover {
		color: #fff;
		background-color: rgba(255, 255, 255, 0.1) !important;
	}
}
#ys_header .ys_header-nav-dropdown-menu-content {
	display: none;
}
#ys_header .ys_header-nav-mobile {
    font-size: 16px;
    text-transform: uppercase;
    background-color: transparent;
    float: right;
    padding: 0 12px;
    margin-top: 33px;
    border: none;
    height: 34px;
    border-radius: 3px;
}
#ys_header.dark-blue .ys_header-nav-mobile,
#ys_header.white .ys_header-nav-mobile {
	color: #333;
}
#ys_header.light-blue .ys_header-nav-mobile {
	color: #d8d8d8;
}
#ys_header.yellow .ys_header-nav-mobile,
#ys_header.gray .ys_header-nav-mobile {
	color: #595959;
}
#ys_header.ys_header-nav-mobile:focus,
#ys_header.ys_header-nav-mobile:hover {
	outline: none;
}
#ys_header.dark-blue .ys_header-nav-mobile:focus,
#ys_header.dark-blue .ys_header-nav-mobile:hover,
#ys_header.white .ys_header-nav-mobile:focus,
#ys_header.white .ys_header-nav-mobile:hover,
#ys_header.gray .ys_header-nav-mobile:focus,
#ys_header.gray .ys_header-nav-mobile:hover {
	background-color: rgba(0, 0, 0, 0.05);
}
#ys_header.light-blue .ys_header-nav-mobile:focus,
#ys_header.light-blue .ys_header-nav-mobile:hover,
#ys_header.yellow .ys_header-nav-mobile:focus,
#ys_header.yellow .ys_header-nav-mobile:hover {
	background-color: rgba(255, 255, 255, 0.15);
}
#ys_header.dark-blue .ys_header-nav-mobile.active,
#ys_header.white .ys_header-nav-mobile.active {
	color: #fff;
	background-color: #005695;
}
#ys_header.light-blue .ys_header-nav-mobile.active {
	color: #595959;
	background-color: #b5d9e5;
}
#ys_header.yellow .ys_header-nav-mobile.active,
#ys_header.gray .ys_header-nav-mobile.active {
	color: #fff;
	background-color: #595959;
}
#ys_header .ys_header-nav-mobile > .fa {
	margin-left: 5px;
	width: 16px;
}
@media (max-width: 767px) {
	#ys_header.dark-blue .ys_header-nav > .nav .open > a,
	#ys_header.dark-blue .ys_header-nav > .nav .open > a:focus,
	#ys_header.dark-blue .ys_header-nav > .nav .open > a:hover,
	#ys_header.white .ys_header-nav > .nav .open > a,
	#ys_header.white .ys_header-nav > .nav .open > a:focus,
	#ys_header.white .ys_header-nav > .nav .open > a:hover {
		background-color: rgba(255, 255, 255, 0.2);
	}
	#ys_header.light-blue .ys_header-nav > .nav .open > a,
	#ys_header.light-blue .ys_header-nav > .nav .open > a:focus,
	#ys_header.light-blue .ys_header-nav > .nav .open > a:hover {
		color: #fff;
		background-color: rgba(0, 0, 0, 0.3);
	}
	#ys_header.yellow .ys_header-nav > .nav .open > a,
	#ys_header.yellow .ys_header-nav > .nav .open > a:focus,
	#ys_header.yellow .ys_header-nav > .nav .open > a:hover,
	#ys_header.gray .ys_header-nav > .nav .open > a,
	#ys_header.gray .ys_header-nav > .nav .open > a:focus,
	#ys_header.gray .ys_header-nav > .nav .open > a:hover {
		background-color: rgba(255, 255, 255, 0.3);
	}
}
#ys_header .ys_header-nav-dropdown-menu-content-container {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,0.15) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26ffffff', endColorstr='#00ffffff', GradientType=0);
	padding: 15px 0 !important;
	margin: -15px 0;
}
#ys_header .ys_header-nav-dropdown-menu-content-container p {
	font-size: 14px;
	line-height: 1.6;
	margin: 0 0 15px;
}
#ys_header .ys_header-nav-dropdown-menu-content-container p.lead {
	font-size: 18px;
}
#ys_header .ys_header-nav-dropdown-menu-content-container h1,
#ys_header .ys_header-nav-dropdown-menu-content-container h2,
#ys_header .ys_header-nav-dropdown-menu-content-container h3,
#ys_header .ys_header-nav-dropdown-menu-content-container h4,
#ys_header .ys_header-nav-dropdown-menu-content-container h5 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	letter-spacing: 0;
}
#ys_header .ys_header-nav-dropdown-menu-blog-title,
#ys_header .ys_header-nav-dropdown-menu-product-title,
#ys_header .ys_header-nav-dropdown-menu-job-bank-title {
	line-height: 1;
	text-transform: uppercase;
	margin: 15px 0 0;
}
#ys_header .ys_header-nav-dropdown-menu-blog-title > a,
#ys_header .ys_header-nav-dropdown-menu-product-title > a,
#ys_header .ys_header-nav-dropdown-menu-job-bank-title > a {
	color: #765f45;
	font-weight: 400;
	line-height: 1.3;
	text-decoration: none;
}
#ys_header .ys_header-nav-dropdown-menu-content-container ul a {
	color: #765f45;
}
#ys_header .flexbox-center {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    -ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
    align-items: center;
}
#ys_header .ys_header-nav-dropdown-left-col-image {
	margin: 15px 0;
	max-width: 100%;
}
#ys_header .ys_header-nav-dropdown-right-col-image {
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	margin: -15px;
	min-height: 300px;
}
#ys_header .ys_header-nav-dropdown-list {
	padding: 15px 0;
}
#ys_header .ys_header-nav-dropdown-list > li > i {
	font-weight: 300;
	margin-left: 10px;
}
#ys_header .ys_header-nav-dropdown-button {
	color: #fff;
	font-size: 14px;
	line-height: 1.65;
	text-transform: uppercase;
	background-color: #005695;
	display: inline-block;
	padding: 10px 15px;
	border-radius: 3px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#ys_header .ys_header-nav-dropdown-button:focus,
#ys_header .ys_header-nav-dropdown-button:hover {
	color: #f0c15d;
	text-decoration: none;
}
#ys_header .ys_header-nav-dropdown-menu-product-link {
	display: block;
}
#ys_header .ys_header-nav-dropdown-menu-product-link:focus,
#ys_header .ys_header-nav-dropdown-menu-product-link:hover {
	text-decoration: none;
}
#ys_header .ys_header-nav-dropdown-menu-product-image-container {
	background-color: #fff;
	position: relative;
	display: block;
    padding: 15px;
    height: 136px;
    border: 3px solid #fff;
    border-radius: 3px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition: border-color 0.15s ease-in-out;
	transition: border-color 0.15s ease-in-out;
}
#ys_header .ys_header-nav-dropdown-menu-product-image-container img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	max-height: 100%;
	transform: scale(1);
	-webkit-transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out;
}
#ys_header .ys_header-nav-dropdown-menu-product-price {
	color: #fff;
	font-size: 13px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	background-color: rgba(0, 86, 149, 0.9);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 3px 15px;
	border-radius: 0 0 3px 0;
}
#ys_header .ys_header-nav-dropdown-menu-hover-overlay {
	color: rgba(0, 86, 149, 0.9);
	text-align: center;
	background-color: rgba(255, 255, 255, 0.85);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 0.15s ease-in-out;
	transition: opacity 0.15s ease-in-out;
}
#ys_header .ys_header-nav-dropdown-menu-hover-overlay > span {
	color: rgba(0, 86, 149, 0.9);
	font-weight: 700;
	font-size: 11px;
	line-height: 40px;
	text-transform: uppercase;
	text-indent: 5px;
    letter-spacing: 5px;
	display: block;
	position: relative;
    top: 50%;
    padding-top: 25px;
    height: 40px;
    transform: translateY(-50%);
}
#ys_header .ys_header-nav-dropdown-menu-hover-overlay > span > .fa {
	color: #fff;
	font-size: 20px;
	line-height: 40px;
	text-indent: 0;
    letter-spacing: 0;
	background-color: rgba(0, 86, 149, 0.9);
	display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    z-index: 1;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: scale(0);
    -webkit-transition: transform 0.5s cubic-bezier(.87,-.41,.19,1.44);
	transition: transform 0.5s cubic-bezier(.87,-.41,.19,1.44);
}
#ys_header .ys_header-nav-dropdown-menu-product-title {
	color: #765f45;
	font-size: 14px;
	margin: 25px 0 10px;
}
#ys_header .ys_header-nav-dropdown-menu-product-link:focus .ys_header-nav-dropdown-menu-hover-overlay,
#ys_header .ys_header-nav-dropdown-menu-product-link:hover .ys_header-nav-dropdown-menu-hover-overlay {
	opacity: 1;
}
#ys_header .ys_header-nav-dropdown-menu-product-link:focus .ys_header-nav-dropdown-menu-hover-overlay > span > .fa,
#ys_header .ys_header-nav-dropdown-menu-product-link:hover .ys_header-nav-dropdown-menu-hover-overlay > span > .fa,
#ys_header .ys_header-nav-dropdown-menu-blog-link:focus .ys_header-nav-dropdown-menu-hover-overlay > span > .fa,
#ys_header .ys_header-nav-dropdown-menu-blog-link:hover .ys_header-nav-dropdown-menu-hover-overlay > span > .fa {
	transform: scale(1);
}
#ys_header .ys_header-nav-dropdown-menu-product-link:focus .ys_header-nav-dropdown-menu-product-image-container,
#ys_header .ys_header-nav-dropdown-menu-product-link:hover .ys_header-nav-dropdown-menu-product-image-container {
	border-color: rgba(0, 86, 149, 0.9);
}
#ys_header .ys_header-nav-dropdown-menu-product-link:focus .ys_header-nav-dropdown-menu-product-image-container img,
#ys_header .ys_header-nav-dropdown-menu-product-link:hover .ys_header-nav-dropdown-menu-product-image-container img {
	transform: scale(1.15);
}
#ys_header .ys_header-nav-dropdown-menu-product-link:focus .ys_header-nav-dropdown-menu-product-title,
#ys_header .ys_header-nav-dropdown-menu-product-link:hover .ys_header-nav-dropdown-menu-product-title {
	color: #765f45;
	text-decoration: none;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link {
	background-color: #fff;
	display: block;
	padding: 5px;
	border-radius: 3px;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link:focus,
#ys_header .ys_header-nav-dropdown-menu-blog-link:hover {
	text-decoration: none;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link .ys_header-nav-dropdown-menu-blog-image-container {
	overflow: hidden;
	position: relative;
	height: 100px;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link .ys_header-nav-dropdown-menu-blog-image-container .ys_header-nav-dropdown-menu-blog-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 100%;
	transform: scale(1);
	-webkit-transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link:focus .ys_header-nav-dropdown-menu-blog-image,
#ys_header .ys_header-nav-dropdown-menu-blog-link:hover .ys_header-nav-dropdown-menu-blog-image {
	transform: scale(1.15);
}
#ys_header .ys_header-nav-dropdown-menu-blog-link:focus .ys_header-nav-dropdown-menu-hover-overlay,
#ys_header .ys_header-nav-dropdown-menu-blog-link:hover .ys_header-nav-dropdown-menu-hover-overlay {
	opacity: 1;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link .ys_header-nav-dropdown-menu-blog-date {
	color: #bf9574;
	font-size: 11px;
	text-transform: uppercase;
	padding: 10px 10px 0;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link .ys_header-nav-dropdown-menu-blog-title {
	color: #765f45;
	font-size: 14px;
	line-height: 16px;
	padding: 5px 10px 10px;
	margin-top: 0;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link:focus .ys_header-nav-dropdown-menu-blog-title,
#ys_header .ys_header-nav-dropdown-menu-blog-link:hover .ys_header-nav-dropdown-menu-blog-title {
	color: #765f45;
	text-decoration: none;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link .ys_header-nav-dropdown-menu-blog-read-more {
	color: #765f45;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	padding: 0 20px 10px 10px;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link .ys_header-nav-dropdown-menu-blog-read-more:after {
	font-family: 'FontAwesome';
	font-size: 10px;
	content: '\f054';
	position: absolute;
	top: -1px;
	right: 5px;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link:focus .ys_header-nav-dropdown-menu-blog-read-more,
#ys_header .ys_header-nav-dropdown-menu-blog-link:hover .ys_header-nav-dropdown-menu-blog-read-more {
	color: #765f45;
	text-decoration: none;
}
#ys_header .ys_header-nav-dropdown-menu-blog-link:focus .ys_header-nav-dropdown-menu-blog-read-more:after,
#ys_header .ys_header-nav-dropdown-menu-blog-link:hover .ys_header-nav-dropdown-menu-blog-read-more:after {
	right: 0;
}
#ys_header .ys_header-nav-dropdown-job-bank-listing-title {
	color: #544839;
    padding: 5px 15px 10px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
}
#ys_header .ys_header-nav-dropdown-job-bank-link {
	background-color: rgba(255, 255, 255, 0.5);
	display: block;
	padding: 15px;
	margin: 5px 0;
	border-radius: 3px;
}
#ys_header .ys_header-nav-dropdown-job-bank-link:focus,
#ys_header .ys_header-nav-dropdown-job-bank-link:hover {
	background-color: #fff;
	text-decoration: none;
}
#ys_header .ys_header-nav-dropdown-job-bank .ys_header-nav-dropdown-menu-job-bank-title {
    color: #544839;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
}
#ys_header .ys_header-nav-dropdown-job-bank .ys_header-nav-dropdown-job-bank-location {
	color: #765f45;
	font-size: 13px;
	font-weight: 300;
	line-height: 18px;
	text-transform: initial;
	position: relative;
	padding-left: 51px;
	margin: 10px 0 0;
}
#ys_header .ys_header-nav-dropdown-job-bank .ys_header-nav-dropdown-job-bank-location:before {
	color: #f0c15d;
	font-family: 'FontAwesome';
	font-size: 18px;
	line-height: 36px;
	text-align: center;
	content: '\f041';
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#ys_header .ys_header-nav-dropdown-job-bank-link:focus .ys_header-nav-dropdown-job-bank .ys_header-nav-dropdown-job-bank-location:before,
#ys_header .ys_header-nav-dropdown-job-bank-link:hover .ys_header-nav-dropdown-job-bank .ys_header-nav-dropdown-job-bank-location:before {
	color: #fff;
	background-color: #f0c15d;
}
#ys_header .ys_header-nav-featured-listing .ys_header-nav-featured-listing-link {
	background-color: rgba(255, 255, 255, 0.5);
	display: block;
	padding: 15px;
	border-radius: 3px;
}
#ys_header .ys_header-nav-featured-listing .ys_header-nav-featured-listing-link:focus,
#ys_header .ys_header-nav-featured-listing .ys_header-nav-featured-listing-link:hover {
	background-color: #fff;
	text-decoration: none;
}
#ys_header .ys_header-nav-featured-listing .ys_header-nav-featured-listing-title {
	color: #544839;
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 5px;
}
#ys_header .ys_header-nav-featured-listing .ys_header-nav-featured-listing-location {
	color: #bf9574;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	position: relative;
	padding-left: 25px;
}
#ys_header .ys_header-nav-featured-listing .ys_header-nav-featured-listing-location:before {
	color: #f0c15d;
	font-family: 'FontAwesome';
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	content: '\f041';
	background-color: rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#ys_header .ys_header-nav-featured-listing-link:focus .ys_header-nav-featured-listing-location:before,
#ys_header .ys_header-nav-featured-listing-link:hover .ys_header-nav-featured-listing-location:before {
	color: #fff;
	background-color: #f0c15d;
}
#ys_header .ys_header-nav-featured-listing .ys_header-nav-featured-listing-description > p {
	color: #765f45;
	font-weight: 300;
	font-size: 13px !important;
	line-height: 18px !important;
	text-transform: initial;
	margin: 10px 0 0;
}
#ys_header .ys_header-nav-featured-listing .ys_header-nav-featured-listing-read-more {
	color: #bf9574;
	font-weight: 700;
	font-size: 11px;
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	margin: 15px 0 0;
	padding-right: 20px;
}
#ys_header .ys_header-nav-featured-listing .ys_header-nav-featured-listing-read-more:after {
	font-family: 'FontAwesome';
	font-size: 10px;
	content: '\f054';
	position: absolute;
	top: 0;
	right: 5px;
	opacity: 0.5;
	-webkit-transition: all 0.15s ease-in-out;
	transition: all 0.15s ease-in-out;
}
#ys_header .ys_header-nav-featured-listing-link:focus .ys_header-nav-featured-listing-read-more:after,
#ys_header .ys_header-nav-featured-listing-link:hover .ys_header-nav-featured-listing-read-more:after {
	right: 0;
	opacity: 1;
}


/*  4. Subsite Header Navigation Elements  */
#ys_header .ys_header-subsite-container {
	font-family: 'Roboto', sans-serif !important;
	text-align: center;
	padding: 0;
	position: absolute;
	top: 154px;
	z-index: 500;
	width: 100%;
	transform: translateY(0%);
	-webkit-transition: transform 0.4s ease-in-out;
	transition: transform 0.4s ease-in-out;
}
#ys_header.dark-blue .ys_header-subsite-container {
	background-color: #005695;
}
#ys_header.white .ys_header-subsite-container {
	background-color: #f0c15d;
}
#ys_header.light-blue .ys_header-subsite-container {
	background-color: #b5d9e5;
}
#ys_header.yellow .ys_header-subsite-container {
	background-color: #fff;
}
#ys_header.gray .ys_header-subsite-container {
	background-color: #595959;
}
#ys_header .ys_header-subsite-container.active {
	transform: translateY(-100%);
}
#ys_header .ys_header-subsite-container.affix {
	position: fixed;
	top: 0;
}
#ys_header .ys_header-subsite-container > .container {
	position: relative;
}
#ys_header .ys_header-subsite-nav-container {
	display: inline-block;
}
#ys_header .ys_header-subsite-nav {
	text-align: center;
	display: inline-block;
	margin: 0;
}
@media (max-width: 767px) {
	#ys_header .ys_header-subsite-nav {
		position: relative;
		padding-top: 60px;
		padding-bottom: 10px;
	}
}
#ys_header .ys_header-subsite-nav > li {
	font-size: 14px;
	text-transform: uppercase;
	padding: 0 !important;
}
#ys_header .ys_header-subsite-nav > li > a {
	line-height: 20px;
	display: inline-block;
	padding: 20px 15px !important;
}
@media (max-width: 767px) {
	#ys_header .ys_header-subsite-nav > li > a {
		padding: 10px 15px !important;
	}
}
#ys_header.dark-blue .ys_header-subsite-nav > li > a {
	color: #fff;
}
#ys_header.white .ys_header-subsite-nav > li > a {
	color: #005695;
}
#ys_header.light-blue .ys_header-subsite-nav > li > a {
	color: #595959;
}
#ys_header.yellow .ys_header-subsite-nav > li > a,
#ys_header.gray .ys_header-subsite-nav > li > a {
	color: #f1c15d;
}
#ys_header .ys_header-subsite-nav > li > a:focus,
#ys_header .ys_header-subsite-nav > li > a:hover {
	text-decoration: none;
	outline: none;
}
#ys_header.dark-blue .ys_header-subsite-nav > li > a:focus,
#ys_header.dark-blue .ys_header-subsite-nav > li > a:hover {
	color: #f0c15d;
}
#ys_header.white .ys_header-subsite-nav > li > a:focus,
#ys_header.white .ys_header-subsite-nav > li > a:hover {
	color: #5ba0d0;
}
#ys_header.light-blue .ys_header-subsite-nav > li > a:focus,
#ys_header.light-blue .ys_header-subsite-nav > li > a:hover {
	color: #303030;
}
#ys_header.yellow .ys_header-subsite-nav > li > a:focus,
#ys_header.yellow .ys_header-subsite-nav > li > a:hover {
	color: #595959;
}
#ys_header.gray .ys_header-subsite-nav > li > a:focus,
#ys_header.gray .ys_header-subsite-nav > li > a:hover {
	color: #fff;
}
#ys_header .ys_header-subsite-nav > li > a > .fa {
	margin-right: 8px;
	-webkit-transition: transform 0.15s ease-in-out;
	transition: transform 0.15s ease-in-out;
}
#ys_header .ys_header-subsite-nav > .ys_header-subsite-nav-logo > a {
	padding-top: 0 !important;
    padding-bottom: 0 !important;
}
#ys_header .ys_header-subsite-nav-logo img {
	display: inline-block;
	margin: 0 15px;
	height: 40px;
}
@media (max-width: 767px) {
	#ys_header .ys_header-subsite-nav-logo {
		position: absolute;
    	top: 10px;
    	left: 50%;
    	-webkit-transform: translateX(-50%);
    	-moz-transform: translateX(-50%);
    	-ms-transform: translateX(-50%);
    	transform: translateX(-50%);
	}
}
#ys_header .ys_header-subsite-action-button {
	font-size: 16px;
	line-height: 40px;
	text-transform: uppercase;
	position: absolute;
    top: 10px;
    right: 20px;
    padding: 0 20px;
    height: 40px;
    border-radius: 3px;
}
#ys_header.dark-blue .ys_header-subsite-action-button {
	color: #005695;
	background-color: #f0c15d;
}
#ys_header.white .ys_header-subsite-action-button {
	color: #fff;
	background-color: #005695;
}
#ys_header .ys_header-subsite-action-button:focus,
#ys_header .ys_header-subsite-action-button:hover {
	text-decoration: none;
}
#ys_header.dark-blue .ys_header-subsite-action-button:focus,
#ys_header.dark-blue .ys_header-subsite-action-button:hover {
	color: #fff;
	background-color: #f49a07;
}
#ys_header.white .ys_header-subsite-action-button:focus,
#ys_header.white .ys_header-subsite-action-button:hover {
	background-color: #5ba0d0;
}
@media (max-width: 991px) {
	#ys_header .ys_header-subsite-action-button {
		display: none;
	}
}
#ys_header .ys_header-subsite-nav > .ys_header-subsite-dropdown-toggle > .ys_header-subsite-dropdown-container {
	background-color: #fff;
	display: none;
	position: fixed;
	top: 60px;
	left: 0;
	width: 100%;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
#ys_header .ys_header-subsite-nav > .ys_header-subsite-dropdown-toggle:focus > a + .ys_header-subsite-dropdown-container,
#ys_header .ys_header-subsite-nav > .ys_header-subsite-dropdown-toggle:hover > a + .ys_header-subsite-dropdown-container {
	
}
#ys_header .ys_header-subsite-nav > .ys_header-subsite-dropdown-toggle > .ys_header-subsite-dropdown-container > .ys_header-subsite-dropdown {
	list-style: none;
	padding-top: 15px;
	padding-bottom: 15px;
}
#ys_header .ys_header-subsite-nav > .ys_header-subsite-dropdown-toggle > .ys_header-subsite-dropdown-container > .ys_header-subsite-dropdown > li > a {
	color: #005695;
	font-size: 14px;
	display: inline-block;
	padding: 5px 15px;
}
#ys_header .ys_header-subsite-nav > .ys_header-subsite-dropdown-toggle > .ys_header-subsite-dropdown-container > .ys_header-subsite-dropdown > li > a:focus,
#ys_header .ys_header-subsite-nav > .ys_header-subsite-dropdown-toggle > .ys_header-subsite-dropdown-container > .ys_header-subsite-dropdown > li > a:hover {
	color: #f0c15d;
	text-decoration: none;
}


/*  5. Subsite Retrofits and Style Overrides */
@media (min-width: 768px) {
	#ys_header .ys_header-nav-dropdown:hover .ys_header-nav-dropdown-mega-menu-container {
		display: block !important;
	}
}
.home #cool-slider {
	margin-top: 0;
}
#main-image .header-video {
	top: 154px;
}
@media (max-width: 767px) {
	#ysunconference[data-subsite-header="false"],
	.top_wrapper[data-subsite-header="true"],
	.top_wrapper[data-subsite-header="false"] {
	    padding-top: 0;
	}
}