@font-face{
	font-family: 'StagSansLight';
	src: url('assets/fonts/StagSansWeb-Light.eot');
	src: url('assets/fonts/StagSansWeb-Light.eot?#iefix') format('embedded-opentype'),url('assets/fonts/StagSansWeb-Light.woff') format('woff'),url('assets/fonts/StagSansWeb-Light.ttf') format('truetype'),url('assets/fonts/StagSansWeb-Light.svg#StagSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'StagSans';
	src: url('assets/fonts/StagSansWeb-Semibold.eot');
	src: url('assets/fonts/StagSansWeb-Semibold.eot?#iefix') format('embedded-opentype'),url('assets/fonts/StagSansWeb-Semibold.woff') format('woff'),url('assets/fonts/StagSansWeb-Semibold.ttf') format('truetype'),url('assets/fonts/StagSansWeb-Semibold.svg#StagSansLight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face{
	font-family: 'StagSemibold';
	src: url('assets/fonts/StagWeb-Semibold.eot');
	src: url('assets/fonts/StagWeb-Semibold.eot?#iefix') format('embedded-opentype'),url('assets/fonts/StagWeb-Semibold.woff') format('woff'),url('assets/fonts/StagWeb-Semibold.ttf') format('truetype'),url('assets/fonts/StagWeb-Semibold.svg#StagSemibold') format('svg');
	font-weight: normal;
	font-style: normal;
}

body,
.site-header {
	background: #f3f3f3;
	color: #36424a;
}

body,
button,
input,
select,
textarea {
	font-family: 'StagSansLight';
	font-weight: normal;
	line-height: 1.4;
}

.site-header {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

.container {
	padding-top: 85px;
}

header .logo img {
	padding: 25px 0 30px 0;
	display: block;
	margin-left: 20px;
}

header a {
	font-weight: 700;
}

.main-navigation {
	margin-top: 39px;
}

.main-navigation ul ul {
	border: none;
}

.main-navigation li li:hover,
.main-navigation li li.focus {
	background: #36424a;
}

.main-navigation li {
	margin-left: 15px;
	transition: 0.5s background ease;
}

.main-navigation li li {
	margin-left: 0;
}

.main-navigation li li.current-page-ancestor,
.main-navigation li li.current-menu-item {
	background: #edc800;
}

.main-navigation li.menu-search {
	vertical-align: top;
}

.main-navigation li.menu-search a {
	background-image: url('assets/images/search.png');
	background-size: 18px;
	background-position: center 2px;
	background-repeat: no-repeat;
	color: transparent;
	width: 18px;
	height: 46px;
	font-size: 1px;
}

.navigation-top {
	background: none;
	padding: 0;
	border: none;
}

.navigation-top .wrap {
	padding: 0 20px 0 0;
}

footer {
	background: #36424a;
	color: #f2f2f2;
}

footer .logo {
	padding: 30px 0 115px 20px;
}

footer .rights,
footer .navigation-footer {
	font-size: 12px;
	float: left;
}

footer .rights {
	opacity: 0.5;
	padding-bottom: 30px;
	padding-left: 20px;
}

footer ul#footer-menu  {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer .col75 #footer-menu li {
	float: left;
	margin-left: 7px;
}

footer .col75 #footer-menu li a {
	color: #f2f2f2;
	opacity: 0.5;
	transition: 0.5s opacity ease-in-out;
}

footer .col75 #footer-menu li a:hover {
	opacity: 1;
}

.social-navigation {
	margin-top: -4px;
}

.social-navigation ul {
	float: right;
}

.social-navigation a {
	margin: 0 0 30px 3px;
	width: 20px;
	height: 20px;
	border-radius: 20px;
	color: #36424a;
	background: #fff;
	transition: 0.5s background ease-in-out;
}

.social-navigation a:hover {
	background: rgba(255, 255, 255, 0.5);
}

.social-navigation .icon {
	height: 10px;
	width: 10px;
	top: 5px;
}

#menu-social::before {
	content: "Follow us ";
	font-size: 12px;
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	padding-right: 3px;
	font-weight: normal;
}

.clear {
	clear: both;
}

.col25 {
	width: 25%;
	float: left;
}

.col50 {
	width: 50%;
	float: left;
}

.col75 {
	width: 75%;
	float: left;
}

.header {
	background-color: #36424a;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 287px;
	position: relative;
}

.header::before {
	opacity: 0.75;
	background: #36424a;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.header .inner {
	height: 287px;
    display: flex;
    align-items: center;
	width: 100%;
	position: relative;
}

.header h1 {
	padding-left: 20px;
	color: #fff;
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	margin: 0;
	font-weight: normal;
}

.header .headerText h1 {
	color: #edc800;
	font-size: 19px;
	line-height: 1.2;
	padding-bottom: 5px;
}

.header .headerText p {
	color: #fff;
	font-family: 'StagSemibold';
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: .04em;
	padding: 0 20px;
	font-size: 25px;
}

.breadcrumbs {
	padding: 25px 0 25px 20px;
}

.breadcrumbs span.first a {
	color: #edc800;
	font-family: 'StagSans';
	font-weight: normal;
}

.breadcrumbs span.current-item {
	font-weight: 700;
}

.content-area {
	padding: 0 0 50px 20px;
}

.content-area .column-left,
.content-area .column-right {
	width: 22%;
	float: left;
}

.content-area .column-left {
	margin-right: 40px;
}

.content-area .column-main {
	width: calc(56% - 80px);
	margin-right: 40px;
	float: left;
}

body.page-template-template-contact .content-area .column-main {
	width: 40%;
}

body.page-template-template-contact .content-area .column-right {
	width: calc(60% - 40px);
}

body.page-template-template-contact .content-area .column-right p.fields {
	margin: 52px 0 20px 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  	color: #bebec0;
  	font-family: 'StagSansLight';
}
::-moz-placeholder { /* Firefox 19+ */
  	color: #bebec0;
  	font-family: 'StagSansLight';
}
:-ms-input-placeholder { /* IE 10+ */
  	color: #bebec0;
  	font-family: 'StagSansLight';
}
:-moz-placeholder { /* Firefox 18- */
  	color: #bebec0;
  	font-family: 'StagSansLight';
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
	border-radius: 0;
	border: none;
	font-family: 'StagSansLight';
	color: #36424a;
}

button, input[type="button"], input[type="submit"] {
	background-color: #36424a;
}

button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="submit"]:hover, input[type="submit"]:focus {
	background: #edc800;
}

.content-area .column-main h4 {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	margin: 0;
	padding: 0;
	font-size: 17px;
	font-weight: normal;
}

.content-area .column-main.wide-left {
	width: calc(78% - 40px);
}

.content-area .column-main.wide-right {
	width: calc(78% - 60px);
	margin-right: 0;
}

.content-area .column-left h3 {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	margin: 40px 0 15px 0;
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
}

.side-menu .page_item_has_children li {
	display: none;
}

.side-menu .page_item_has_children.current_page_parent li,
.side-menu .page_item_has_children.current_page_item li {
	display: block;
}

.side-menu,
.side-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.side-menu ul a {
	padding-left: 20px;
}

/*
Off: #b3b3b3
On: #37424a;
*/

.side-menu a {
	padding: 10px 0;
	display: block;
	border-top: 1px solid #b3b3b3;
	border-color: #b3b3b3;
	font-family: 'StagSans';
	color: #b3b3b3;
	transition: 0.5s color ease-in-out;
	font-weight: normal;
}

.side-menu ul a {
	padding-top: 5px;
	padding-bottom: 5px;
}

.side-menu a:hover {
	color: #37424a;
}

.side-menu .page_item_has_children a {
	background: url('assets/images/side-plus.png') 98% center no-repeat;
}

.side-menu .page_item_has_children.current_page_item a,
.side-menu .page_item_has_children.current_page_parent a {
	background: url('assets/images/side-minus.png') 98% center no-repeat;
}

.side-menu .page_item_has_children.current_page_item li a,
.side-menu .page_item_has_children.current_page_parent li a,
.side-menu .page_item_has_children li a {
	background: none;
}

.side-menu:last-of-type {
	border-bottom: 1px solid #b3b3b3;
}

.side-menu .page_item_has_children.current_page_parent .current_page_item a,
.side-menu .page_item_has_children.current_page_parent a,
.side-menu .current_page_item a {
	border-top: 2px solid #37424a;
	border-bottom: 1px solid #37424a;
	color: #37424a;
}

.side-menu .page_item_has_children.current_page_parent li a,
.side-menu .page_item_has_children li a {
	color: #747c80;
	border: none;
}

.side-menu .page_item_has_children.current_page_parent .current_page_item a,
.side-menu .page_item_has_children li a:hover {
	color: #37424a;
}

.side-menu .page_item_has_children.current_page_item a,
.side-menu .page_item_has_children.current_page_parent a {
	border-bottom: none;
}

.side-menu .page_item_has_children.current_page_ancestor li.current_page_item a {
	border: none;
}

.side-menu .page_item_has_children.current_page_ancestor li {
	display: block;
}

.side-menu ul ul a {
	padding-left: 40px;
}

.side-menu .page_item_has_children.current_page_item li:last-of-type a,
.side-menu .page_item_has_children.current_page_parent li:last-of-type a {
	border-bottom: 1px solid #37424a;
}

.side-menu .page_item_has_children.current_page_parent li:first-of-type.current_page_item a,
.side-menu .page_item_has_children.current_page_item li li:last-of-type a,
.side-menu .page_item_has_children.current_page_parent li li:last-of-type a {
	border: none;
}

.content-area .column-main {
	margin-top: 25px;
}

.content-area .column-main h1 {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	margin: 0 0 30px 0;
	font-size: 39px;
	line-height: 39px;
	color: #37424a;
	font-weight: normal;
}

.content-area .column-main h2 {
	margin: 0 0 8.5px 0;
	font-size: 29px;
	padding: 0;
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	color: #37424a;
	font-weight: normal;
}

.content-area .column-main h3 {
	margin: 0 0 8.5px 0;
	font-size: 21px;
	padding: 0;
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	color: #37424a;
	font-weight: normal;
}

.content-area .column-main p.standfirst {
	margin: 0;
	padding: 0 0 21px 0;
	font-size: 21px;
}

.content-area .column-main p img.alignleft {
	float: left;
	padding: 20px 20px 20px 0;
}

.content-area .column-main p img.alignright {
	float: right;
	padding: 20px 0 20px 20px;
}

.content-area .column-main p img.alignnone {
	padding: 0;
}

body.page-template-template-products .content-area p.standfirst {
	padding: 21px 0;
}

.content-area .column-main ul,
.content-area .column-main ol {
	margin-left: 17px;
}

.product-contacts {
	margin-top: 100px;
	background: #36424a;
	color: #fff;
}

.product-contacts.present {
	padding: 20px;
	font-size: 15px;
}

.product-contacts.present label {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	color: #edc800;
	font-weight: normal;
}

.product-contacts.present select {
	font-family: 'StagSans';
	font-weight: 700;
	background-color: #fff;
	background-image: url('assets/images/country.png');
	background-position: center right;
	background-repeat: no-repeat;
	background-size: contain;
	color: #36424a;
	border: none;
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 15px;
	line-height: 15px;
	height: auto;
	width: 100%;
	float: left;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
	cursor: pointer;
}

.product-contacts.present input {
	width: 20%;
	padding: 0;
	margin: 0;
	float: left;
	-moz-appearance: none;
	-webkit-appearance: none;
	display: none;
}

.product-contacts.present h4 {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: normal;
}

.product-contacts.present h3 {
	font-family: 'StagSans';
	color: #fff;
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: 700;
}

.product-contacts.present p {
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product-contacts.present p:last-of-type {
	margin-bottom: 0;
}

.product-contacts.present a {
	color: #edc800;
}

.product-contacts.present .country.hide {
	display: none;
}

.subscribe {
	margin-top: 100px;
	background: #36424a;
	padding: 20px 20px 0 20px;
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	font-weight: normal;
}

.subscribe h4 {
	color: #fff;
	margin-top: -5px;
	font-size: 17px;
	font-weight: normal;
}

.subscribe-label {
	color: #edc800;
	margin-top: -5px;
	font-family: 'StagSans';
	font-weight: normal;
}

input[type="text"].subscribe-input,
input[type="email"].subscribe-input {
	border-radius: 0;
	padding: 5px;
	font-size: 15px;
	margin-bottom: 20px;
	border: none;
}

input[type="email"].subscribe-input {
	width: 85%;
	float: left;
}

input[type="submit"].subscribe-submit {
	width: 15%;
	padding: 1px 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: #edc800;
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	font-size: 29px;
	color: #000;
	font-weight: normal;
}

.social,
.callout-yellow {
	background: #ffd600;
	color: #fff;
	padding: 10px 20px 20px 20px;
}

.social .social-navigation {
	float: none;
	padding: 0;
	margin: 0;
}

.social .social-navigation ul {
	float: none;
}

.social .social-navigation a {
	margin: 0 3px 0 0;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background: #36424a;
	transition: 0.5s background ease-in-out;
}

.social .social-navigation a:hover {
	background: #fff;
}

.social #menu-social::before {
	display: block;
	font-size: 17px;
	margin-bottom: 5px;
}

.social .social-navigation .icon {
	fill: #ffd600;
	height: 15px;
	width: 15px;
	top: 7px;
}

.content-area .column-main.noTitle {
	margin-top: 77px;
}

.page-template-template-stock .content-area .column-main.noTitle {
	margin-top: 43px;
}

#policies,
#entries {
	margin-top: -20px;
}

.policies,
.entries,
.results {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: calc(33.333333333% - 13.333333333px) calc(33.333333333% - 13.333333333px) calc(33.333333333% - 13.333333333px);
}

.policy,
.entry,
.result {
	background: #fff;
	position: relative;
}

.result {
	padding: 10px;
}

.content-area .column-main .result h3 {
	font-size: 1rem;
}

.content-area .column-main .result h3 a {
	color: #697377;
	border-bottom: none;
}

.content-area .column-main .result h3 a:hover {
	color: #ffd600;
}

.column-main .result p {
	font-size: 13px;
	color: #697377;
}

.content-area .column-main .result-preview {
	height: 200px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.content-area .column-main .entry a,
.content-area .column-main .policy a {
	display: block;
	border-bottom: none;
	font-family: 'StagSansLight';
}

.content-area .column-main .entry h2,
.content-area .column-main .policy h2 {
	padding: 10px 10px 0 10px;
	color: #697377;
	font-size: 17px;
	margin: 0;
	transition: 0.5s all ease;
}

.content-area .column-main .entry p,
.content-area .column-main .policy p {
	padding: 0 10px 120px 10px;
	margin: 0;
	font-size: 13px;
	color: #bebec0;
	font-style: italic;
	transition: 0.5s all ease;
}

.content-area .column-main .entry.cision date {
	font-size: 15px;
	padding: 10px;
	display: block;
}

.content-area .column-main .entry.cision p {
	font-style: normal;
	color: #697377;
}

.content-area .column-main .entry span,
.content-area .column-main .policy span {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
	background: #37424a;
	color: #fff;
	padding: 10px;
	transition: 0.5s all ease;
}

.content-area .column-main .entry a:hover h2,
.content-area .column-main .policy a:hover h2 {
	color: #ffd600;
}

.content-area .column-main .entry a:hover span,
.content-area .column-main .policy a:hover span {
	background: #ffd600;
}

.content-area .column-main .specifications label {
	color: #ffd600;
	cursor: pointer;
	margin-bottom: 10px;
}

.content-area .column-main .specifications div {
	display: none;
}

.content-area .column-main .specifications.on label {
	color: #eac400;
}

.content-area .column-main .specifications.on div {
	display: block;
}

.content-area .column-main table {
	font-size: 0.8rem;
	padding: 0;
	margin: 5px 0 10px 0;
	width: 100%;
	border-top: 1px solid #37424a;
}

.content-area .column-main table th {
	border-bottom: 1px solid #ffd600;
}

.content-area .column-main table td {
	border-bottom: 1px solid #37424a;
}

.paginate {
	clear: both;
	font-size: 13px;
	margin: 20px 0;
}

.paginate span.current {
	color: #37424a;
	background: #ffd600;
	font-size: 13px;
	padding: 3px 5px;
	margin: 0 5px;
}

.column-main .paginate a {
	padding: 3px 5px;
	color: #bebec0;
	transition: 0.5s all ease;
	border-bottom: none;
	margin: 0 5px;
	font-family: 'StagSansLight';
}

.column-main .paginate a:hover {
	background: #37424a;
	color: #fff;
}

.contact {
	background: #fff;
	padding: 20px;
	margin-bottom: 40px;
}

.contact.executive {
	position: relative;
	padding-left: calc(40% + 20px);
	overflow: hidden;
}

.contact.executive::before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 40%;
	background: #bebec0;
	z-index: 1;
}

.contact-image {
	width: 40%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.contact .biography {
	display: none;
}

.column-main .contact a {
	background: #36424a;
	color: #fff;
	padding: 10px;
	opacity: 1;
	transition: 0.5s opacity ease;
	border: none;
	font-family: 'StagSansLight';
}

.column-main .contact a:hover {
	opacity: 0.75;
	color: #fff;
}

.content-area .column-main .contact h2 {
	margin: 0;
}

.page-template-template-board .contact .inner {
	columns: 2;
}

.sections {
	display: grid;
	grid-template-columns: calc(33.333333333% - 13.333333333px) calc(33.333333333% - 13.333333333px) calc(33.333333333% - 13.333333333px);
	grid-gap: 20px;
}

.section {
	background: #fff;
	transition: 0.5s all ease;
}

.section div {
	padding: 20px 20px 0 20px;
	border-top: 5px solid #fff;
	min-height: 210px;
}

.content-area .column-main .section div h3 {
	font-size: 19px;
	margin: 0;
}

.section p {
	margin-bottom: 0;
	color: #37424a;
}

.section span {
	display: block;
	background: #fff;
	border-bottom: 5px solid #ffd600;
	padding: 10px 20px 5px 20px;
	font-family: 'StagSans';
	font-weight: normal;
	font-size: 13px;
	color: #37424a;
}

.section:hover {
	background: #ffd600;
}

.section:hover div {
	border-color: #37424a;
}

.section:hover span {
	background: #37424a;
	border-color: #37424a;
	color: #ffd600;
}

.content-area .column-main .section a {
	font-family: 'StagSansLight';
}

.resources {
	background-color: #e8e8e8;
	background-image: url('assets/images/sub-menu.png');
	background-position: top left;
	background-repeat: repeat-x;
	padding: 50px 22% 50px calc(22% + 40px);
}

.resources h3 {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	margin: 0 0 30px 0;
	font-size: 21px;
	line-height: 21px;
	font-weight: normal;
}

.related {
	background-color: #d3d3d3;
	width: calc(50% - 20px);
	margin-right: 40px;
	float: left;
	margin-bottom: 30px;
}

.related:nth-of-type(even) {
	margin-right: 0;
}

.related a {
	padding: 20px 40px 20px 20px;
	display: block;
	background-image: url('assets/images/related.png');
	background-repeat: no-repeat;
	background-position: 95% 75%;
	min-height: 102px;
}

.related a span {
	display: block;
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	margin: 0;
	font-size: 19px;
	line-height: 19px;
	color: #37424a;
	font-weight: normal;
}

#products {
	max-width: 960px;
	margin: 0 auto;
}

#products p.standfirst {
	margin: 0;
}

.product {
	display: grid;
	grid-template-columns: calc(33.333333333% - 13.333333333px) calc(33.333333333% - 13.333333333px) calc(33.333333333% - 13.333333333px);
	grid-gap: 20px;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.product div {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.product a h3 {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	transition: 400ms background ease-in-out;
	font-weight: normal;
}

.product a:hover h3 {
	background: rgba(0, 0, 0, 0.1);
}

.product h3 {
	padding: 100px 0;
	margin: 0;
}

#header {
	height: 655px;
	margin-bottom: 20px;
	position: relative;
}

#header .slide {
	height: 655px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

#header .slide .inner {
	color: #fff;
}

#header .slide .inner a {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	color: #f8d648;
}

#header .slide .inner p.strapline {
	margin: 0 0 10px 0;
}

#header .inner {
	padding-left: 40px;
	padding-top: 120px;
}

#header h1 {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	font-size: 38px;
	line-height: 1.2;
	max-width: 35%;
	font-weight: normal;
}

#header p.strapline {
	font-size: 25px;
	line-height: 1.2;
	width: 45%;
}

#header .products {
	position: absolute;
	left: 20px;
	right: 20px;
	bottom: 0;
}

#header .services {
	position: relative;
	height: 200px;
}

#header .services div {
	width: calc(20% - 2px);
	float: left;
	height: 150px;
	margin-top: 50px;
	transition: 0.5s all ease;
}

#header .services div:hover,
#header .services div.on {
	height: 200px;
	margin-top: 0;
}

#header .services div {
	margin-right: 2px;
	background: #37424a;
	border-bottom: 5px solid #ffd600;
	border-top: 5px solid #37424a;
	padding: 20px 25px 0 25px;
	overflow: hidden;
}

#header .products div.on {
	background: #ffd600;
	color: #37424a;
	padding-bottom: 20px;
}

#header .products h3 {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	font-size: 20px;
	color: #fff;
	font-weight: normal;
}

#header .services p {
	color: #fff;
}

#header .services div a {
	visibility: hidden;
	transition: all 0s linear;
}

#header .services div:hover h3,
#header .services div:hover p {
	color: #37424a;
}

#header .services div:hover a {
	visibility: visible;
	transition: all 1s linear;
}

#footer.wrap {
	padding: 0 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#footer .callout {
	background: #37424a;
	padding: 20px;
}

#footer .callout h4,
#footer .callout-yellow h4 {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	color: #fff;
	font-size: 17px;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

#footer .callout h3,
#footer .callout-yellow h3 {
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	color: #ffd600;
	font-size: 27px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

#footer .callout-yellow h3 {
	color: #37424a;
	line-height: 1;
	margin: 5px 0 10px 0;
}

#footer .callout p {
	margin: 0;
	padding: 0;
	color: #fff;
}

#footer .callout-yellow p {
	margin: 20px 0 0 0;
	padding: 0;
}

#footer .callout-yellow a {
	color: #37424a;
	font-family: 'StagSemibold';
	letter-spacing: .04em;
	font-weight: normal;
}

#footer .col20 {
	flex: 1;
	overflow: hidden;
}

#footer .col20:first-of-type {
	background: #ffd600;
}

#footer .col20:last-of-type {
	background: #ffd600;
}

#footer .one,
#footer .three {
	background: #fff;
}

#footer .two {
	background: #f3f3f3;
}

#footer .inner {
	padding: 20px;
}

.tac {
	text-align: center;
}

.column-main a {
	color: #ffd600;
	border-bottom: 1px solid #ffd600;
	padding-bottom: 1px;
	font-family: 'StagSans';
	font-weight: normal;
}

.column-main a:hover, .column-main a:active {
	color: #eac400;
	transition: color 0.5s ease;
}

.column-main a strong,
.column-main strong a {
	font-family: 'StagSans';
	font-weight: normal;
}

.breadcrumbs a {
	border-bottom: none;
	color: #36424a;
}

form#searchform input[type=text] {
	width: calc(85% - 20px);
	float: left;
	margin-right: 20px;
}

form#searchform input[type=submit] {
	width: 15%;
	font-size: 1rem;
	border-radius: 0;
	padding: 0.7em 2em;
	line-height: 1.4;
}

.column-right form#searchform input[type=text],
.column-right form#searchform input[type=submit] {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

body.search-results .column-right .subscribe {
	margin-top: 0;
}

.logo .social-navigation {
	width: auto;
	margin-top: -3.5px;
}

.logo #menu-social::before {
	display: none;
}

.logo .social-navigation a {
	width: 30px;
	height: 30px;
	margin-bottom: 0;
}

.logo .social-navigation .icon {
	height: 18px;
	width: 18px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.product,
	.sections,
	.policies,
	.entries,
	.results {
		display: block;
	}

	.product div,
	.section,
	.policy,
	.entry,
	.result {
		width: calc(33.333333333% - 13.333333333px);
		float: left;
		margin-bottom: 20px;
		margin-right: 20px;
	}

	.policy:nth-of-type(3n),
	.result:nth-of-type(3n),
	.entry:nth-of-type(3n),
	.section:nth-of-type(3n),
	.product div:nth-of-type(3n) {
		margin-right: 0;
	}

}

@media (min-width: 48em) {

	.js .main-navigation ul,
	.js .main-navigation ul ul,
	.js .main-navigation > div > ul {
		float: right;
	}

	.js .main-navigation ul ul {
		visibility: hidden;
  		opacity: 0;
		transition-property: opacity, visibility;
		transition-duration: 0.5s, 0s;
		transition-delay: 0s, 0.5s;
	}

	.main-navigation ul li:hover ul,
	.main-navigation ul li.focus ul {
		visibility: visible;
		opacity: 1;
		transition-delay: 0s, 0s;
	}

	.main-navigation .menu-item-has-children > a > .icon {
		display: none;
	}

	.main-navigation .sub-menu .menu-item-has-children > a > .icon {
		display: inline;
	}

	.main-navigation ul ul li:first-of-type {
		background-image: url('assets/images/sub-menu.png');
		background-position: top left;
		background-repeat: repeat-x;
	}

	.main-navigation ul ul ul li:first-of-type {
		background-image: none;
	}

	.main-navigation ul li:hover > ul,
	.main-navigation ul li.focus > ul {
		margin-left: -6px;
	}

	.main-navigation ul li.menu-item-has-children.focus:before,
	.main-navigation ul li.menu-item-has-children:hover:before,
	.main-navigation ul li.menu-item-has-children.focus:after,
	.main-navigation ul li.menu-item-has-children:hover:after,
	.main-navigation ul li.page_item_has_children.focus:before,
	.main-navigation ul li.page_item_has_children:hover:before,
	.main-navigation ul li.page_item_has_children.focus:after,
	.main-navigation ul li.page_item_has_children:hover:after {
		display: none;
	}

	.main-navigation a {
		padding: 0 0 23px 0;
		border-bottom: 4px solid transparent;
		transition: 0.5s border ease-in-out;
		font-weight: 700;
	}

	.main-navigation li {
		border-bottom: none;
	}

	.main-navigation li.current-menu-item a,
	.main-navigation li.current-menu-ancestor a,
	.main-navigation li.current-page-ancestor a,
	.main-navigation a:hover {
		color: #222;
		border-bottom: 4px solid #edc800;
	}

	.main-navigation li.current-menu-item .sub-menu a {
		border-bottom: 0;
	}

	.main-navigation li li a {
		padding: 10px;
		border: 0;
	}

	.main-navigation li.current-page-ancestor li a,
	.main-navigation li li a:hover {
		border: 0;
	}

	.main-navigation ul ul ul {
		margin-top: 0;
	}

	.main-navigation ul li:hover > ul ul,
	.main-navigation ul li.focus > ul ul {
		margin-left: 0;
	}

	.wrap {
		max-width: 100%;
		padding: 0 20px;
	}

	.navigation-top {
		position: relative;
	}

	.social-navigation {
		float: right;
		width: 100%;
		padding-right: 20px;
	}

}

@media (min-width: 1440px) {

	.wrap {
		max-width: 1400px;
		padding: 0;
	}

}

@media (max-width: 1200px) {

	#header h1 {
		max-width: 40%;
	}

}


@media (max-width: 1024px) {

	#header h1 {
		max-width: 50%;
	}

	.content-area .column-left {
		margin-bottom: 40px;
	}

	.content-area .column-main {
		width: calc(78% - 60px);
		margin-right: 0;
		margin-bottom: 40px;
	}

	.content-area .column-right {
		clear: both;
		float: none;
		width: 100%;
		padding-right: 20px;
	}

	.product-contacts {
		margin-top: 40px;
	}

	.resources {
		padding: 40px 20px 0 20px;
		margin-bottom: 0;
	}

}

@media (max-width: 768px) {

	form#searchform input[type=text],
	form#searchform input[type=submit] {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}

	.wrap {
		padding: 0;
	}

	.content-area {
		padding: 0 20px;
	}

	.content-area .column-left h3 {
		margin: 0 0 15px 0;
	}

	.content-area .column-left,
	.content-area .column-main,
	.content-area .column-right,
	.content-area .column-main.wide-left,
	.content-area .column-main.wide-right,
 	footer .col25,
	footer .col75 {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.content-area .column-right {
		padding-right: 0;
		margin-bottom: 0;
	}

	.subscribe,
	.content-area .column-main.noTitle {
		margin: 0;
	}

	.main-navigation {
		margin-top: 8px;
	}

	.container {
		padding-top: 63px;
	}

	header .logo img {
		padding: 20px 0;
	}

	.menu-toggle {
		padding: 1em 0;
		margin: 0;
		float: right;
	}

	#header,
	#header .slide {
		height: auto;
	}

	#header .products {
		position: relative;
		left: 0;
		right: 0;
	}

	#header .services {
		height: auto;
	}

	#header h1 {
		max-width: 100%;
	}

	#header p.strapline {
		width: 100%;
	}

	#header .inner {
		padding-left: 20px;
		padding-right: 20px;
	}

	#header .services div {
		width: 100%;
		float: none;
		margin-right: 0;
		height: auto;
		margin: 0;
	}

	#footer.wrap {
		display: block;
		margin-bottom: 0;
	}

	#footer .col20 {
		flex: none;
	}

	#policies, #entries {
		margin-top: 0;
	}

	.sections,
	.product,
	.policies,
	.entries,
	.results {
		display: block;
	}

	.section,
	.policy,
	.product div,
	.entry,
	.result {
		margin-bottom: 20px;
	}

	.section div {
		min-height: 70px;
	}

	.section p {
		margin-bottom: 20px;
	}

	.header h1 {
		padding-right: 20px;
	}

	footer .logo {
		padding: 20px 0 20px 20px;
	}

	footer .rights {
		padding-bottom: 0;
	}

	footer .rights, footer .navigation-footer {
		float: none;
	}

	footer .navigation-footer {
		padding-left: 20px;
	}

	footer .col75 #footer-menu li {
		margin-left: 0;
		margin-right: 7px;
	}

	.social-navigation {
		margin-top: 0;
		padding: 20px 0 0 20px;
	}

	.social-navigation ul {
		float: left;
	}

	.main-navigation a {
		font-size: 15px;
	}

	.main-navigation.toggled-on .menu-top-container {
		margin-left: -36%;
		padding-top: 55px;
		margin-right: -20px;
	}

	.main-navigation li {
		margin-left: 0;
	}

	.main-navigation > div > ul {
		padding: 0 20px;
	}

	.main-navigation ul ul.toggled-on {
		display: none;
	}

	.main-navigation li.menu-search a {
		height: 30px;
		margin-top: 10px;
	}

	.logo .social-navigation {
		margin: 0 0 30px 0;
		padding: 20px 0 0 0;
	}

	.logo .social-navigation li {
		margin: 0;
	}

}
