/*
All CSS related to site header includeing logo, CSR FTR buttons, search box, menu items. 
*/
header, footer {
	font-family: "Roboto","Helvetica Neue",Arial,sans-serif;
	font-size: 10px;
}
header img,
footer img {
    max-width: 100%;
}
header a:link,
footer a:link {
    text-decoration: none;
}
header div, header span, header ul, header li, header a,
footer div, footer span, footer ul, footer li, footer a {
        border:0;
        font-family:inherit;
        /* font-size: inherit; */
        font-style:inherit;
        font-weight:inherit;
        margin:0;
        outline:0;
        padding:0;
        vertical-align:baseline
}
#nx_masthead {
	background-color: #21201F;
	color: #F3F3F3;
	position: absolute;
	z-index: 150;
}
#nx_masthead.nx-site-header {
	top: 0;
	z-index: 150;
	position: fixed;
	width: 100%;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
#nx_masthead+section,
#nx_masthead+div {
	padding-top: 62px;
}
#nx_masthead.nx-site-header .nx-primary-menu-location {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out
}
.nx-menu-logo {
	float: left;
	margin-right: 5px;
	width: 140px;
}
.nx-site-branding-wrapper {
	display: none;
}
.nx-primary-menu-location {
	margin-left: 20px;
}
.nx-primary-menu-location .menu-item>a {
	padding: 5px 9px 0;
}
.nx-site-header-inner {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	min-width: 280px;
	position: relative;
	padding: 18px 0 0;
}
.nx-site-title img {
	width: 200px
}
.header-actions-menu-location {
	top: 15px;
}
.header-actions-menu-location .menu-item {
	display: inline-block
}
.header-actions-menu-location .menu-item .menu-item {
	display: none
}
.header-actions-menu-location a {
	border: 1px solid #F4A846;
	border-radius: 3px;
	display: block;
	font-weight: 400;
	padding: 8px 9px;
	text-align: center
}
.nx-header-menus a:link,
.nx-header-menus a:visited {
	color: #d9d9d6
}
.nx-header-menus a:hover,
.nx-header-menus a:active,
.nx-header-menus a:focus {
	color: #fff
}
.search-form-wrapper {
	font-size: 17px;
	font-size: 1.7em;
	float: left;
	padding-top: 3px;
	position: relative;
	margin-bottom: 14px;
	height: 31px
}
.mobile-search-button-wrapper .search-form-wrapper {
	height: 29px;
	padding-top: 0;
	position: absolute;
	right: 0;
	width: 29px
}
.search-form-wrapper:before {
	-webkit-font-smoothing: antialiased;
	content: "S";
	font-family: "nginx-font" !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: normal !important;
	left: 5px;
	line-height: 1;
	position: absolute;
	speak: none;
	text-transform: none !important;
	top: 7px;
	transition: all 0.4s ease;
	z-index: 20
}
.mobile-search-button-wrapper .search-form-wrapper:before {
	left: auto;
	right: 7px
}
.search-form-wrapper.focused:before {
	color: #099650
}
.mobile-search-button-wrapper .search-form-wrapper.focused:before {
	right: 170px
}
.search-form-wrapper .search-button {
	display: none
}
.search-form-wrapper .search-field {
	background-color: rgba(255, 255, 255, 0);
	border: none;
	box-shadow: none;
	color: #ccc;
	cursor: pointer;
	height: 24px;
	margin: 0;
	max-width: none;
	outline: 0;
	padding: 0 3px 0 24px;
	position: relative;
	transition: width 0.4s ease, background 0.4s ease;
	width: 24px;
	z-index: 30;
	font-size: 14px
}
.mobile-search-button-wrapper .search-form-wrapper .search-field {
	border-radius: 3px;
	border: 1px solid #333333;
	display: inline-block;
	height: 29px;
	line-height: 29px;
	width: 29px
}
.mobile-search-button-wrapper .search-form-wrapper .search-field {
	position: absolute;
	right: 0
}
.search-form-wrapper .search-field:focus {
	background-color: #fff;
	color: #111;
	cursor: text;
	width: 190px;
	z-index: 10
}
.mobile-expanded .mobile-menu-button:link,
.mobile-expanded .mobile-menu-button:visited,
.mobile-expanded .mobile-menu-button:focus {
	background-color: #5a3806
}
.mobile-expanded .mobile-menu-button:hover,
.mobile-expanded .mobile-menu-button:active {
	background-color: #F2A83A
}
.item-mobile-expanded .sub-menu {
	display: block
}
.screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden
}
.screen-reader-text:hover,.screen-reader-text:active,.screen-reader-text:focus {
        background-color: #f1f1f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: 1.4em;
        font-weight: bold;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
}
@media screen and (min-width: 800px) {
	.nx-footer-menu .sub-menu a {
		margin-bottom: 3px;
		line-height: 20px;
	}
}
@media screen and (max-width: 600px) {
	#nx_masthead .site-branding .nx-site-title.logo-left {
		margin-left: 50px
	}
}
@media screen and (max-width: 979px) {
	#nx_masthead {
		height: 69px
	}
	#nx_masthead .nx-site-title {
		font-size: 18px;
		font-size: 1.8em;
		margin: 2px auto 0;
		min-height: 30px;
		width: 104px
	}
	#nx_masthead+section,
	#nx_masthead+div {
		padding-top: 68px
	}
	.nx-site-header-inner {
		padding-bottom: 0
	}
	.nx-header-menus {
		background-color: #020101;
		border-bottom: 1px solid #009647;
		box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.25);
		display: none;
		padding-top: 12px;
		position: absolute;
		top: 69px;
		width: 100%;
		z-index: 200
	}
	.nx-site-header.mobile-expanded .nx-header-menus {
		display: block
	}
	.mobile-menu-button-wrapper,
	.mobile-search-button-wrapper {
		line-height: 1;
		position: absolute;
		top: 18px
	}
	.mobile-menu-button {
		border-radius: 3px;
		display: inline-block;
		height: 29px;
		line-height: 29px;
		text-align: center;
		width: 29px
	}
	.mobile-menu-button:link,
	.mobile-menu-button:visited {
		background-color: transparent;
		border: 1px solid #333333;
		color: #FFF
	}
	.mobile-menu-button:hover,
	.mobile-menu-button:active,
	.mobile-menu-button:focus {
		background-color: #F2A83A;
		border: 1px solid transparent;
		color: #FFF
	}
	.mobile-menu-button .icon {
		display: inline;
		line-height: 1.5;
		vertical-align: middle
	}
	.mobile-expanded .mobile-menu-button:link,
	.mobile-expanded .mobile-menu-button:visited,
	.mobile-expanded .mobile-menu-button:focus {
		background-color: #5a3806
	}
	.mobile-expanded .mobile-menu-button:hover,
	.mobile-expanded .mobile-menu-button:active {
		background-color: #F2A83A
	}
	.mobile-menu-button-wrapper {
		left: 2.5788%
	}
	.mobile-search-button-wrapper {
		right: 2.5788%
	}
	.nx-menu,
	footer .sub-menu,
	header .sub-menu {
		display: block;
		list-style: none;
		margin-bottom: 0;
		margin-left: 0
	}
	.nx-menu {
		text-transform: uppercase
	}
	header .sub-menu,
	footer .sub-menu {
		background-color: #21201F;
		display: none;
		padding-top: 4px;
		text-transform: none
	}
	.item-mobile-expanded .sub-menu {
		display: block
	}
	.nx-primary-menu-location .search-form-wrapper {
		display: none
	}
	.nx-primary-menu-location .menu-item {
		border-top: 1px solid #333232
	}
	.nx-primary-menu-location .menu-item a {
		display: block;
		position: relative
	}
	.nx-primary-menu-location .menu-item a .inner {
		display: block;
		padding: 14px 46px 14px 2.5788%;
		position: relative;
		padding-left: 19px;
	}
	.nx-primary-menu-location .menu-item .menu-item {
		border-top: none
	}
	.nx-primary-menu-location .menu-item .menu-item a {
		display: block
	}
	.nx-primary-menu-location .menu-item .menu-item .inner {
		background-color: transparent;
		padding: 14px 0 14px 5.15759%
	}
	.nx-primary-menu-location .menu-item .menu-item:last-of-type {
		border-bottom: none
	}
	.nx-primary-menu-location .menu-item:last-of-type {
		border-bottom: 1px solid #333232
	}
	.nx-primary-menu-location .menu-item.menu-item-has-children>a .icon {
		border-left: 1px solid #333232;
		font-size: 16px;
		font-size: 1.6em;
		height: 80%;
		line-height: 39px;
		padding: 0 18px;
		position: absolute;
		right: 0;
		top: 10%
	}
	.header-actions-menu-location {
		padding: 0 2.5788%
	}
	.header-actions-menu-location .nx-menu {
		*zoom: 1;
		margin-bottom: 0
	}
	.header-actions-menu-location .nx-menu:before,
	.header-actions-menu-location .nx-menu:after {
		content: " ";
		display: table
	}
	.header-actions-menu-location .nx-menu:after {
		clear: both
	}
	.header-actions-menu-location .menu-item {
		float: left;
		margin-bottom: 12px;
		padding-right: 12px;
		width: 50%
	}
	.header-actions-menu-location .menu-item:nth-child(2n) {
		padding-right: 0
	}
	.header-extras-wrapper a {
		display: block;
		text-align: center
	}
	.header-extras-wrapper a:link,
	.header-extras-wrapper a:visited {
		color: #999999
	}
	.header-extras-wrapper a:hover,
	.header-extras-wrapper a:active,
	.header-extras-wrapper a:focus {
		color: #d9d9d6
	}
	.header-extras-wrapper .header-extras {
		*zoom: 1
	}
	.header-extras-wrapper .header-extras:before,
	.header-extras-wrapper .header-extras:after {
		content: " ";
		display: table
	}
	.header-extras-wrapper .header-extras:after {
		clear: both
	}
	.header-extras-wrapper .header-extra {
		border-right: 1px solid #333232;
		float: left;
		padding: 14px 7px 14px 2.5788%;
		width: 50%
	}
	.header-extras-wrapper .header-extra:last-child {
		border-right: none
	}
	.header-extras-wrapper .header-tel {
		display: inline-block
	}
	.header-extras-wrapper .login-link .icon,
	.header-extras-wrapper .login-link .nx-login-text {
		display: inline
	}
	.header-extras-wrapper .login-link .icon {
		vertical-align: middle
	}
}
/* end @media screen and (max-width: 979px) */
@media screen and (max-width: 979px) and (min-width: 500px) {
	header .sub-menu,
	footer .sub-menu {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2
	}
}
@media screen and (max-width: 979px) and (min-width: 350px) {
        .nx-primary-menu-location {
        	font-size: 12px;
		font-size: 1.2em
        }
	.header-actions-menu-location {
		font-size: 14px;
		font-size: 1.4em
	}
}
@media screen and (min-width: 980px) {
	.mobile-menu-button-wrapper,
	.mobile-search-button-wrapper {
		display: none
	}
	.nx-primary-menu-location {
		display: inline-block;
		font-size: 14px;
		font-size: 1.4em;
		font-weight: 400;
		float: left;
		margin-left: 20px;
		margin-right: 20px;
		position: relative;
		text-transform: uppercase
	}
	.nx-primary-menu-location .menu-primary-container {
		position: relative;
		float: left
	}
	.nx-primary-menu-location a {
		transition: color 0.1s ease
	}
	.nx-primary-menu-location a:link,
	.nx-primary-menu-location a:visited {
		color: #d9d9d6
	}
	.nx-primary-menu-location a:hover,
	.nx-primary-menu-location a:active,
	.nx-primary-menu-location a:focus {
		color: #fff
	}
	.nx-primary-menu-location .nx-menu {
		display: block;
		list-style: none;
		margin: 0 0 0 0
	}
	.nx-primary-menu-location .menu-item {
		display: inline-block;
		margin-right: 6px;
		padding: 0 0;
		position: relative
	}
	.nx-site-header {
		padding: 0 2.5788%
	}
	.nx-primary-menu-location .menu-item>a {
		display: block;
		padding: 5px 11px 0;
		position: relative
	}
	.nx-primary-menu-location .menu-item>a .inner {
		display: inline-block;
		padding-bottom: 17px;
		position: relative
	}
	.nx-primary-menu-location .menu-item.menu-item-has-children>a .icon {
		display: inline-block;
		font-size: 16px;
		font-size: 1.6em
	}
	.nx-primary-menu-location .menu-item.menu-item-has-children>a .icon::before {
		vertical-align: middle
	}
	.nx-primary-menu-location .menu-item.menu-item-has-children:hover>a {
		background-color: #14943E
	}
	.nx-primary-menu-location .menu-item.menu-item-has-children:hover>a::after {
		content: '';
		background-image: url('/static/images/primary-menu-parent-item-edge.png');
		height: 31px;
		position: absolute;
		right: -21px;
		top: 0;
		width: 21px
	}
	.nx-primary-menu-location .menu-item.menu-item-has-children:hover .sub-menu {
		display: block
	}
	.nx-primary-menu-location .menu-item .menu-item {
		line-height: 1.2;
		margin: 0 0 1px 0
	}
	.nx-primary-menu-location .menu-item .menu-item:last-child {
		margin-bottom: 0
	}
	.nx-primary-menu-location .menu-item .menu-item:last-child::after {
		display: none
	}
	.nx-primary-menu-location .menu-item .menu-item::after {
		background-color: #403F3F;
		content: '';
		display: block;
		height: 1px;
		left: 0;
		margin: 0 12px 0 14px;
		position: absolute;
		right: 0
	}
	.nx-primary-menu-location .menu-item .menu-item a {
		display: block;
		padding: 12px 12px 12px 14px;
		padding-bottom: 0;
	}
	.nx-primary-menu-location .menu-item .menu-item a:hover,
	.nx-primary-menu-location .menu-item .menu-item a:active,
	.nx-primary-menu-location .menu-item .menu-item a:focus {
		background-color: #323130
	}
	.nx-primary-menu-location .menu-item .menu-item a .inner {
		display: block;
		padding-bottom: 16px;
	}
	.nx-primary-menu-location .menu-item .menu-item .menu-item {
		display: none
	}
	.nx-primary-menu-location .sub-menu {
		background-color: #232221;
		border-left: none;
		border-right: none;
		display: none;
		left: 0;
		margin-left: 0;
		position: absolute;
		text-transform: none;
		top: 31px;
		width: 210px;
		z-index: 200
	}
	.nx-primary-menu-location .sub-menu li {
		display: block
	}
	.header-actions-menu-location {
		font-size: 14px;
		font-size: 1.4em;
		line-height: 1.1;
		position: absolute;
		right: 0;
		text-transform: uppercase;
	}
	.header-actions-menu-location .nx-menu {
		display: block;
		list-style: none;
		margin: 0 0 0 0
	}
	.header-actions-menu-location .menu-item {
		margin-left: 9px
	}
	.header-extras-wrapper {
		color: #d9d9d6;
		float: right;
		font-size: 14px;
		font-size: 1.4em;
		font-weight: 400;
		margin-bottom: 14px;
		margin-left: 1em;
		padding-top: 7px
	}
}
/* end @media screen and (min-width: 980px)  */
@media screen and (min-width: 980px) and (max-width: 1120px) {
	.nx-primary-menu-location {
		font-size: 12px
	}
	.header-extras-wrapper {
		font-size: 12px;
	}
	.nx-primary-menu-location .menu-item {
		margin-right: 6px;
	}
}
@media only screen and (max-width: 979px) {
	.nx-site-branding-wrapper {
		display: block;
	}
	.nx-menu-logo {
		display: none;
	}
	.nx-login-text {
		display: block;
		padding: 8px 0 15px 15px;
		text-transform: uppercase;
	}
	.nx-site-branding-wrapper {
		display: block;
	}
	.nx-login-text {
		display: block;
		padding: 8px 0 15px 15px;
		text-transform: uppercase;
	}
	.nx-site-header {
		position: fixed;
	}
	.nx-header-menus {
		overflow-y: scroll;
	}
}
/* end @media only screen and (max-width: 767px) */
@media only screen and (min-width: 979px) {
	.nx-primary-menu-location .menu-item.menu-item-has-children:hover>a::after,
	.nx-primary-menu-location .menu-item.menu-item-has-children>a .icon {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.nx-footer-menu .sub-menu a {
		margin-bottom: 2px;
	}
}
/*============== Footer CSS ==============*/
.site-footer:before,
.site-footer:after {
	content: "";
	display: table
}
#colophon {
	background-color: #32302F;
	box-shadow: 0 -10px 15px -3px rgba(0,0,0,0.2);
	color: #F3F3F3;
	position: relative;
	z-index: 100;
}
.site-footer {
	padding: 0 2.5788%;
        color: #32302f;
        background: #615d5b;
        border-color: #615d5b;
}
.site-footer-inner {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	min-width: 280px;
	position: relative;
}
.site-footer-inner {
	padding: 38px 0;
}
.site-footer .site-info {
	clear: both;
	color: #999;
	width: 100%;
	text-align: center;
	font-size: 12px;
	font-size: 1.2em;
	font-weight: 200;
	padding-top: 35px;
	opacity: .5;
}
.footer-primary-nav,
.footer-secondary-nav,
.footer-connect-nav {
	content: "";
	display: table;
	float: left;
	max-width: 400px;
	width: 100%;
}
.nx-footer-menu-wrap {
	width: 45.92145%;
	float: left;
	margin-right: 8.1571%;
}
.nx-footer-menu {
	display: block;
	font-size: 13px;
	font-size: 1.3em;
	font-weight: 700;
	list-style: none;
	margin: 0;
}
.footer-secondary-nav {
	position: relative
}
.footer-secondary-nav:after {
	background-color: #999;
	bottom: 0;
	content: '';
	display: none;
	opacity: .5;
	position: absolute;
	top: 0;
	width: 1px
}
.footer-connect-nav {
	clear: both
}
.footer-connect-nav .footer-head {
	color: #999;
	font-size: 15px;
	font-size: 1.5em;
	font-weight: 700;
	margin-bottom: 10px
}
.nx-footer-menu-wrap:last-child {
	float: right;
	margin-right: 0
}
.nx-footer-menu li:first-child>a {
	padding-top: 0
}
.nx-footer-menu a {
	display: block;
	padding: 10px 0
}
.nx-footer-menu a:link,
.nx-footer-menu a:visited {
	color: #999;
	text-decoration: none
}
.nx-footer-menu a:hover,
.nx-footer-menu a:active,
.nx-footer-menu a:focus {
	color: #F3F3F3;
	text-decoration: underline
}
.nx-footer-menu .sub-menu {
	background-color: transparent;
	-moz-column-count: auto;
	-webkit-column-count: auto;
	column-count: auto;
	display: block;
	list-style: none;
	margin: -2px 0 10px;
	padding-top: 0
}
.nx-footer-menu .sub-menu a {
	font-weight: 200;
	padding: 2px 0
}
.footer-social {
	margin-top: 14px
}
.footer-social ul {
	list-style: none;
	margin: 0 0 24px -2px
}
.footer-social ul li {
	display: inline-block;
	height: 28px;
	width: 32px
}
.footer-social ul a {
	color: #999;
	cursor: pointer;
	font-size: 0;
	opacity: .5
}
.footer-social ul a:before {
	font-size: 28px
}
.nginx-button {
	font-size: 17px;
	font-size: 1.7em;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 1.6;
	position: relative;
	border-radius: 4px;
	transition: none;
	border: 2px solid #f2a900;
	box-shadow: none;
	height: auto;
	display: inline-block;
}
a.nginx-button {
    font-weight: 500;
}
@media screen and (min-width: 500px) {
	.footer-primary-nav,
	.footer-secondary-nav,
	.footer-connect-nav {
		width: 48.7106%;
		float: left;
		margin-right: 2.5788%;
	}
}
@media screen and (min-width: 800px) {
	.site-footer-inner {
		padding: 55px 0;
	}
	.footer-primary-nav,
	.footer-secondary-nav,
	.footer-connect-nav {
		width: 31.61414%;
		float: left;
		margin-right: 2.5788%;
		max-width: none;
	}
	.footer-connect-nav {
		clear: none;
		float: right;
		margin-right: 0
	}
	.footer-secondary-nav:after {
		display: block;
		right: 0
	}
	.footer-social {
		margin-top: 0
	}
}
@media screen and (min-width: 1120px) {
	.site-footer .site-info {
		font-size: 15px;
		padding-top: 30px;
	}
	.nx-footer-menu-wrap {
		width: 45.92145%;
		float: left;
		margin-right: 8.1571%;
	}
	.nx-footer-menu {
		font-size: 15px;
		font-size: 1.5em;
	}
	.footer-connect-nav {
		width: 23.0659%;
		float: left;
		margin-right: 2.5788%;
		float: right;
		margin-right: 0
	}
	.footer-secondary-nav:after {
		right: -70px
	}
}
@media screen and (min-width: 500px) and (max-width: 799px) {
	.footer-secondary-nav {
		float: right;
		margin-right: 0
	}
}
