﻿.site-search__wrap {
	width: 400px;
	position: relative;
}

.site-search {
	position: absolute;
	max-width: 100%;
	height: 36px;
	box-sizing: border-box;
	opacity: 1;
	margin: 0 auto;
    margin-top:15px;
	padding: 0;
	border: 0;
	z-index: auto;
	background: 0;
	width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

input[type="search"]::-webkit-search-decoration {
	display: none
}




.main-nav__category-list>li {
	float: left;
	width: 20%;
	border-top: 0;
	border-bottom: 0
}
.main-nav__category-list li:first-child .main-nav__top {
	border-radius: 3px 0 0 3px;
	border-left: none
}
.main-nav__category-list li:last-child .main-nav__top {
	border-radius: 0 3px 3px 0
}
.no-boxshadow .main-nav {
	border: 1px solid #aaa
}
.main-nav__top {
	display: table-cell;
	padding: 0 15px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 16px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-top: none !important;
	border-left: 1px solid #dedede;
	border-left: 1px solid rgba(255, 255, 255, 0.7);
	border-right: 1px solid #fcfcfc;
	border-right: 1px solid rgba(0, 0, 0, 0.1);
	height: 62px;
	width: 156px;
	vertical-align: middle;
}

.main-nav__top:link, .main-nav__top:visited {
	color: #333;
}

.main-nav__top:hover {
	color: #fff;
	background: #f4aa00 url("../images/main-nav/nav-hover-fallback.png") left top repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee5a9), color-stop(50%, #f9bb29), color-stop(51%, #f8b109), color-stop(100%, #f4aa00));
	background: -webkit-linear-gradient(top, #fee5a9 0%, #f9bb29 50%, #f8b109 51%, #f4aa00 100%);
	background: linear-gradient(to bottom, #fee5a9 0%, #f9bb29 50%, #f8b109 51%, #f4aa00 100%)
}

.page-punch {
	height: 62px;
	width: 636px;
	display: inline-block;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid rgba(0,0,0,0.1)
}

.page-punch ul {
	box-sizing: border-box;
	padding: 10px;
	margin: 5px 0 0 0;
	color: #333;
}

.page-punch .name {
	font-size: 16px;
	line-height: 16px;
	overflow: visible;
	font-family: Calibri, Arial, snas-serif;
}

.site-search__input {
	margin: 0;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	padding: 0 10px;
	width: 320px;
	font-size: 12px;
	line-height: 36px;
	height: 36px;
	border: none;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4) inset
}
.site-search__submit {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	display: block;
	padding: 0 10px;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 36px;
	text-decoration: none;
	background: #e0e0e0;
	background: #e0e0e0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e0e0e0), color-stop(100%, #d0d0d0));
	background: -webkit-linear-gradient(top, #e0e0e0 0%, #d0d0d0 100%);
	background: linear-gradient(to bottom, #e0e0e0 0%, #d0d0d0 100%);
	border-radius: 0 2px 2px 0;
	width: 80px;
	height: 36px;
	font-weight: bold;
	text-align: center;
	border-left: 1px solid #f4f4f4;
	border-left: 1px solid rgba(255, 255, 255, 0.7);
	border-radius: 0 3px 3px 0;
	box-sizing: border-box
}
.site-search__submit:link, .site-search__submit:visited {
	color: #333;
}
.site-search__submit:hover {
	background: #f4aa00 url("../images/main-nav/nav-hover-fallback.png") left top repeat-x;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee5a9), color-stop(50%, #f9bb29), color-stop(51%, #f8b109), color-stop(100%, #f4aa00));
	background: -webkit-linear-gradient(top, #fee5a9 0%, #f9bb29 50%, #f8b109 51%, #f4aa00 100%);
	background: linear-gradient(to bottom, #fee5a9 0%, #f9bb29 50%, #f8b109 51%, #f4aa00 100%);
	color: #fff;
}

.site-search__submit:link:hover {
	text-decoration: none;
}






.header-promo-container {
	display: block;
	box-sizing: border-box;
	padding: 10px 15px 0;
}
.header-promo {
	width: 100%;
	background-color: #ececec;
	overflow-y: hidden;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	margin-top: 15px
}
.header-promo:first-child {
	margin-top: 0;
}
.header-promo__content-container {
	box-sizing: border-box;
	padding-left: 10px;
}

.header-promo--text-only {
	padding:15px;
}
.header-promo--text-only__title {
	padding-bottom:5px;
	font-weight:300;
	font-size:18px;
	color:#226A85;
}
.header-promo--text-only__link, .header-promo--text-only__link:active, .header-promo--text-only__link:visited {
	font-weight:bold;
	font-size:14px;
	color:#787878 !important;
	text-decoration:none;
}
.header-promo--text-only__link:hover {
	text-decoration: underline;
}
.header-promo--text-only__link::after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	width: 10px;
	height: 10px;
	color:#787878;
	background-image: url("../images/nav-2015/arrow-regular-grey.svg");
	background-repeat: no-repeat;
}

.header-menu__link-section-title {
	padding: 5px 10px;
	margin: 10px 15px 7px;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background-color: transparent;
	cursor: auto;
	font-size: 16px;
}
.header-menu__link-section-title--mobile-only {
	display: none;
}
.main-nav__category-list {
	display: block;
	left: 0;
	max-width: 100%;
	box-sizing: border-box;
	z-index: 700;
	margin: 0;
	list-style: outside none none;
	width: 100%;
	position: static;
	padding: 0;
	background: none;
	border: none;
	background-color: rgba(255, 255, 255, 0.95);
	overflow: visible;
	font-size: 16px;
}
.main-nav__category-list--interaction-disabled {
	pointer-events: none
}
.main-nav__category-list li:first-child .main-nav__top {
	border-radius: 3px 0 0 3px;
	border-left: none
}
.main-nav__category-list li:last-child .main-nav__top {
	border-radius: none
}
.main-nav {
	display: block;
	margin: 0 auto 20px;
	background: #ebebeb;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #fff 0%, #ebebeb 100%);
	background: linear-gradient(to bottom, #fff 0%, #ebebeb 100%);
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	z-index: 700;
	width: 942px;
	position: absolute;
	top: 102px;
}
.header-menu__link:hover {
	background-color: #f4aa00
}
.main-nav__sub {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% - 3px);
	z-index: 700;
	padding: 20px 0;
	background: rgba(255, 255, 255, 0.98);
	border-top: 3px solid #f4aa00;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
	width: 942px;
}
.main-nav__category-list>li:hover .main-nav__sub {
	display: block
}
.main-nav__category-list>li:hover>a {
	color: #fff;
	text-decoration: none;
	background: #f4aa00;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fee5a9), color-stop(100%, #f4aa00));
	background: -webkit-linear-gradient(top, #fee5a9 0%, #f4aa00 100%);
	background: linear-gradient(to bottom, #fee5a9 0%, #f4aa00 100%)
}
.header-menu__link {
	text-decoration: none;
	color: #333;
	box-sizing: border-box;
	margin: 0 15px;
	border-top: 0;
	display: block;
	padding: 7px 10px;
	font-size: 12px;
}
.header-menu__link:link, .header-menu__link:visited {
	color: #333;
}
.header-menu__link:hover, .header-menu__link:link:hover {
	background: #f4aa00;
	text-decoration: none;
}

.page-punch {
	width: 534px;
}

.header-menu__link-section--support {
	box-sizing: border-box;
	padding: 10px 20px;
}

.header-menu__standalone-link {
	color: #226A85;
	text-decoration: none;
	margin-top: 1em;
	display: block;
}

.header-menu__standalone-link:first-child {
	margin-top: 0;
}

.header-menu__standalone-link:hover {
	text-decoration: underline;
}

.logo-wrap {
	width: 940px;
	margin: auto;
	overflow: visible;
}

.corporate-logo {
	position: absolute;
	z-index: 401;
}

.corporate-logo__img {
	box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.25);
	width: 116px;
	height: 82px;
}