/*!
Theme Name: omega-performance
Theme URI: http://www.omega-performance.com
Author: Silverback Strategies
Author URI: https://silverbackstrategies.com
Description: Custom website for Omega Strategies by the digital marketing wizards at Silverback Strategies.
Version: 1.0.0

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Style Guide
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Style Guide
# Green: #739500;
# Blue:  #20066a;
# Purple: #791371;
# Light Blue: #0094bd;
--------------------------------------------------------------*/

/*ONETRUST COOKIE SETTINGS CSS START*/
span#ot-sdk-btn {
    border: none!important;
    padding: 0px!important;
    font-size: inherit!important;
    color: #939598!important;
}
span#ot-sdk-btn:hover {
    background-color: transparent!important
    
}
/*ONETRUST COOKIE SETTINGS CSS START*/

div#privacyPreview {
    border: 5px solid #c61531;
    padding: 8px 15px;
    border-left-width: 70px;
    margin: 7px 0;
    position: relative;
}

div#privacyPreview:before {
    line-height: 54px;
    content: "!";
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    color: white;
    left: -64px;
    top: 1px;
    font-size: 49px;
    border: 2px solid white;
    border-radius: 30px;
    padding: 0 0 0px 21px;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important;
	/* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 290px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*
## Responsive Grid
*/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }

/*  GRID OF EIGHT  */
.span_8_of_8 {
	width: 100%;
}

.span_7_of_8 {
  	width: 87.3%;
}

.span_6_of_8 {
  	width: 74.6%;
}

.span_5_of_8 {
  	width: 61.9%;
}

.span_4_of_8 {
  	width: 49.2%;
}

.span_3_of_8 {
  	width: 36.5%;
}

.span_2_of_8 {
  	width: 23.8%;
}

.span_1_of_8 {
  	width: 11.1%;
}



/*--------------------------------------------------------------
## Custom Styles
---------------------------------------------------------------*/

/*--------------------------------------------------------------
# Style Guide
# Green: #739500;
# Blue:  #20066a;
# Pink: #791371;
# Light Blue: #0094bd;
--------------------------------------------------------------*/

#contact-us-form {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin: 30px 0;
}
.home .mktoForm {
	margin: 0 auto;
}
#main {
	font-family: 'Open Sans', sans-serif;
}
#all-content {
	margin: 70px 5% 50px 5%;
}
#all-content.course-page {
	margin-top: 0;
}
.entry-title {
	margin: 0;
}
.entry-title a:link,
.entry-title a:active,
.entry-title a:visited {
	color: #739500;
	text-decoration: none;
}
.entry-meta {
	color: #739500;
	margin-bottom: 0;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #739500;
}
entry-content h1 {
	font-weight: 100;
}
.entry-title {
	/* font-size: 70px; */
	font-weight: 100;
	line-height: 1.1em;
}
.entry-content p:first-of-type {
	margin-top: 0;
}
.entry-content p,
.entry-content ul,
.entry-content ol {
	color: #636466;
	font-weight: 300;
	font-size: 1.2em;
}
.entry-content .btn {
	margin: -10px 0 40px 0;
}
.entry-content a:link,
.entry-content a:active,
.entry-content a:visited {
	color: #739500;
	text-decoration: none;
	font-weight: 600;
}
.entry-content a:hover {
	text-decoration: underline;
}
nav.pagination {
	text-align: center;
	padding: 20px 0;
	border-top: 1px solid #acacac;
	font-size: 1.2em;
	color: #739500;
	margin: 50px 0 0 0;
}
nav.pagination a:link,
nav.pagination a:active,
nav.pagination a:visited {
	text-decoration: none;
	color: #636466;
	padding: 0 5px;
}
/* Courses */
#course-filter {
	text-align: center;
	padding: 50px 0;
	margin: 0 5%;
	display: block;
}
#course-filter-container {
	position: relative;
}
#course-filter input[type="text"]{
	width: 100%;
	padding: 11px;
	margin-bottom: 25px;
	border-radius: 10px;
	border: 2px solid #20066a;
}
#course-filter input[type="text"]:focus {
	outline: none;
}
#course-filter button[type="submit"]{
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	background-image: url('img/right-search-box.png');
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: center center;
	border: none;
}
#filter-buttons {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	justify-content: space-evenly;
}
#filter-buttons .btn {
	margin-bottom: 20px;
}
#main.course-results article {
	border-bottom: 1px solid #eee;
}
#main.course-results article:first-of-type,
#main.course-results article:last-of-type  {
	border-bottom: none;
}
#main.all-posts article {
	border-bottom: 1px solid #eee;
	margin-bottom: 40px;
}
#main.all-posts article:last-of-type {
	border-bottom: none;
}
/* RESOURCES */
.resource-listing {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
#main .resource-listing article.resource {
	display: inline-block;
	width: 275px;
	background-color: #efeff0;
	margin: 0 0 20px 0;
	padding: 0;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
article.resource .entry-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-shrink: 1;
	width: 100%;
}
/* IE Wrapping fix */
article.resource .entry-content,
article.resource .entry-content h2,
article.resource .entry-content p,
article.resource div.lead-in,
article.resource div.lead-in p {
	width: 100%;
}
article.resource .btn {
	margin: auto 20px 20px 20px;
}
.resource-listing .resource-cat {
	background-color: #fff;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.resource-listing article.resource h2 {
	font-size: 1.2em;
	vertical-align: top;
	max-width: 100%;
}
.resource-listing article.resource p {
	margin-top: 0;
	padding-top: 0;
}
.resource-image {
	width: 100%;
	height: 200px;
	background-color: #000;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	align-self: flex-start;
}
.resource-listing article.resource .entry-content {
	padding: 20px 20px 0 20px;
	margin: 0;
}


/* Sidebar */

aside {
	text-align: center;
	font-family: 'Open Sans', sans-serif !important;
	padding-top: 40px;
}
aside h2 {
	color: #20066a;
	font-size: 1.5em;
	font-weight: 800;
	margin: 0;
	padding: 0;
}
.textwidget {
	font-weight: 300;
}
aside p {
	color: #636466;
	font-size: 1em;
	font-weight: 300;
}
#mktoForm_1845 {
	margin-top: 30px;
}
footer {
	background-color: #efeff0;
	color: #939598;
	text-align: center;
	padding: 20px 10px;
}
#footer-logo {
	width: 75%;
	height: auto;
}
#footer-phone:link,
#footer-phone:active,
#footer-phone:visited {
	color: #20066a;
	margin-top: 10px;
	text-decoration: none;
	display: block;
}
footer .menu {
	margin: 0;
	padding: 0;
	list-style: none;
}
footer h2 {
	text-transform: uppercase;
	color: #939598;
	font-size: 1.1em;
	margin: 0;
	padding: 0;
	color: #20066a;
}
footer .menu a:link,
footer .menu a:active,
footer .menu a:visited {
	text-decoration: none;
	color: #939598;
}
#footer-social a:link,
#footer-social a:active,
#footer-social a:visited {
	color: #20066a;
	font-size: 26px;
	margin-right: 15px;
}
#copyright {
	padding: 35px;
	color: #939598;
	text-align: center;
}
/* Content Table Styling */
.entry-content table td,
.entry-content table thead td h5 {
	padding: 10px;
	vertical-align: top;
	font-size: 14px;
}
.post-tags {
	display: block;
	margin: 0 0 20px 0;
	color: #aaa;
	font-weight: 300;
}
/* Form Styling */
#contact-us-form {
	padding: 0 0 40px 0;
}
#contact-us-form .section {
	padding: 0;
	margin: 0;
}
#contact-us-form h2 {
	margin: 0;
	padding: 0;
	font-size: 36px;
	text-align: center;
	color: #20066a;
}
#contact-us-form p {
	text-align: center;
}
#contact-us-form input {
	padding: 10px;
}
#contact-us-form input[type=submit]{
	display: block;
	margin: 20px auto;
	padding: 10px 30px;
	background-color: #fff;
	font-size: 1.25em;
}
/* Default Styling */
.btn {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  padding: 10px 20px;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  white-space: nowrap;
}
.btn:hover {
	text-decoration: none !important;
}
.btn.purple {
	color: #791371;
	border: solid #791371 2px;
}
.btn.purple:hover {
	background-color: #fafafa;
}
.btn.blue:link,
.btn.blue:active,
.btn.blue:visited  {
	color: #20066a;
	border: solid #20066a 2px;
}
.btn.blue:hover {
	background-color: #fafafa;
}
.btn.white {
	border: solid #ffffff 2px;
	color: #fff;
}
.btn.white:hover {
	background-color: #666;
}
.btn.disabled,
.btn.disabled:link,
.btn.disabled:active,
.btn.disabled:visited {
	border-color: #ccc !important;
	color: #ccc !important;
}
.btn.green,
.btn.green:link,
.btn.green:active,
.btn.green:visited {
	border: solid #739500 2px;
	color: #739500;
}
.btn.green:hover {
	background-color: #fafafa;
}
.btn.pink {
	border: 2px solid #791371;
}
.btn.pink:link,
.btn.pink:active,
.btn.pink:visited {
	color: #791371;
}
.btn.pink:hover {
	background-color: #fafafa;
}
.btn.purple:link,
.btn.purple:active,
.btn.purple:visited {
	color: #791371;
}
.btn.purple:hover {
	background-color: #fafafa;
}
.btn.light-blue:link,
.btn.light-blue:active,
.btn.light-blue:visited {
	color: #0094bd;
	border: 2px solid #0094bd;
}
.bg-green {
	background-color: #739600;
	color: #fff;
}
.bg-blue {
	background-color: #0094C0;
	color: #fff;
}
.bg-grey {
	background-color: #efeff0;
}

.green:link,
.green:active,
.green:visited,
h2.green,
.green {
	color: #739500;
}
.blue:link,
.blue:active,
.green:visited,
.entry-content a:link.blue,
.entry-content .blue:active,
.entry-content .blue:visited,
.blue {
	color: #20066a;
}
.purple:link,
.purple:active,
.purple:active,
.entry-content .purple:link,
.entry-content .purple:active,
.entry-content .purple:visited,
.purple,
h2.purple {
	color: #791371;
}
.light-blue:link,
.light-blue:active,
.light-blue:visited,
.entry-content .light-blue:link,
.entry-content .light-blue:active,
.entry-content .light-blue:visited,
.light-blue,
h2.light-blue {
	color: #0094bd;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* Home Page Specific */
.home .entry-content h2 {
	font-size: 1.7em;
	color: #739500;
	margin-bottom: 0;
}
.home .entry-content p {
	line-height: 1.5;
	font-size: 1.2em;
	color: #636466;
	font-weight: 100;
}
.home .entry-content p:first-of-type {
	margin-top: 0;
}
#home-features {
	width: 100%;
	margin: 0;
}
#home-features.section {
	padding: 0;
}
#home-features div {
	margin: 0;
	box-sizing: border-box;
	width: 25%;
}
#home-features div img:first-of-type {
	width: 100%;
	height: auto;
}
#home-features div h2,
#home-features div p {
	color: #fff;
	padding: 0;
}
#home-features h2 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1em;
	margin: 30px 30px 0 30px;
}
#home-features p:first-of-type {
	margin-top: 0;
}
#home-features p {
	margin: 0 30px 30px 30px;
}
#home-features div:nth-of-type(1){
	background-color: #791371;
}
#home-features div:nth-of-type(2){
	background-color: #20066a;
}
#home-features div:nth-of-type(3){
	background-color: #0094bd;
}
#home-features div:nth-of-type(4){
	background-color: #739500;
}

.cta-link.green {
	background-color: #739500;
	margin: 0;
}
.cta-link.green a:link,
.cta-link.green a:active,
.cta-link.green a:visited {
	color: #fff;
}
.cta-link-interior {
	text-align: center;
	margin: 0;
}
.cta-link-interior a:link,
.cta-link-interior a:active,
.cta-link-interior a:visited {
	color: #fff;
	font-size: 1.75em;
	font-weight: bold;
	text-decoration: none;
	padding: 20px 0;
	display: inline-block;
}
#page #home-cta-block.section  {
	padding: 0;
	display: block;
}
#home-cta-block h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}
#home-cta-block p {
	margin-top: 0;
	padding-top: 0;
	font-size: 36px;
	font-weight: 100;
	line-height: 1.1em;
	width: 100%;
}
#home-cta-block div {
	margin: 0;
	padding : 40px;
	box-sizing: border-box;
	width: 100%;
}
#home-cta-block div:first-of-type {
	padding-left: 3em;
	background-color: #739600;
	color: #fff;
}
#home-cta-block div:last-of-type {
	padding-right: 3em;
	color: #791371;
	background-color: #efeff0;
}
#home-cat-block p a {
	font-size: 16px;
}

/* Interior CTA Block */
#page #interior-cta-block.section {
	padding: 0;
	display: block;
}
#interior-cta-block h2 {
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	padding-bottom: 0;
	width: 100%;
}
#interior-cta-block p {
	margin-top: 0;
	padding-top: 0;
	font-size: 36px;
	font-weight: 100;
	line-height: 1.1em;
	width: 100%;
}
#interior-cta-block div {
	margin: 0;
	padding : 40px;
	box-sizing: border-box;
	width: 100%;
}
#interior-cta-block div:first-of-type {
	padding-left: 3em;
	background-color: #0094bd;
	color: #fff;
}
#interior-cta-block div:last-of-type {
	padding-right: 3em;
	color: #791371;
	background-color: #efeff0;
}
#interior-cat-block p a {
	font-size: 16px;
}
/* FORMS */
#newsletter-signup {
	background-color: #efeff0;
}
#newsletter-signup div:first-of-type {
	text-align: center;
}

/* Marketo Form Fixes */
#mktoForm_1879 {
	max-width: 800px;
}
.mktoForm .mktoRequiredField .mktoAsterix {
	display: none !important;
}
.mktoOffset {
	width: 100% !important;
	display: block;
}
.mktoFieldWrap {
	width: 100%;
}
/* Subscribe Form */
#mktoForm_1844.mktoForm button.mktoButton {
	margin-top: 19px !important;
}
#mktoForm select {
	max-width: 275px !important;
}

/* Mobile Only */
@media screen and (max-width: 1119px) {

	.entry-content ul,
	.entry-content li {
		margin-left: 0;
	}

	#interior-cta-block div,
	#home-cta-block div {
		width: 100%;
		clear: both;
	}
	#footer-nav div.col {
		width: 100%;
		text-align: center;
	}
	#footer-nav div.col:first-of-type img {
		max-width: 300px;
		height: auto;
	}
	#mktoForm_1844 .mktoFormRow,
	#mktoForm_1844 .mktoButtonRow {
		display: block;
		width: 100% !important;
		clear: both;
		text-align: center;
	}
	#mktoForm_1844 input[type="email"]{
		padding: 20px;
	}
}
@media screen and (max-width: 1119px){
	#site-navigation.no-mobile {
		display: none;
	}
}
/* TABLET */
@media screen and (min-width: 800px){

	#page #interior-cta-block.section,
	#page #home-cta-block.section {
		display: flex;
	}
	#page #home-cta-block div.col,
	#page #interior-cta-block div.col {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#page #home-cta-block div.col .btn,
	#page #interior-cta-block div.col .btn {
		text-align: center;
		margin-top: auto;
	}
	footer {
		text-align: left;
	}
	#search-pop form input[type="search"]{
		width: 300px;
	}
	#newsletter-signup div:first-of-type {
		text-align: right;
	}
	#home-features div {
		width: 50%;
	}


}
/* SMALL DESKTOP */
@media screen and (min-width: 1000px),
	   (max-width: 1210px){
	header .main-navigation li a:link,
	header .main-navigation li a:active,
	header .main-navigation li a:visited,
	#resources-navigation a:link,
	#resources-navigation a:active,
	#resources-navigation a:visited {
		font-size: 12px !important;
	}

}
@media screen and (min-width: 1211px){
	header .main-navigation li a:link,
	header .main-navigation li a:active,
	header .main-navigation li a:visited,
	#resources-navigation a:link,
	#resources-navigation a:active,
	#resources-navigation a:visited {
		font-size: 16px !important;
	}
}
@media screen and (min-width: 800px) {
        #hero-image h1 {
		font-size: 70px;
	}
	
	#hero-image h1:last-of-type {
		font-size: 50px;
	}
}

/* DESKTOP */
@media screen and (min-width: 1120px ) {
	#hero-image {
			display: flex;
			align-items: center;
			color: #fff;
			flex-direction: row;
			text-align: left;
			padding-left: 3em;
		}
	#page {
		max-width: 1440px;
	}
	header.site-header {
		max-width: 1440px;
		height: 135px;
		margin: 0 auto;
		background-color: #efeff0;
	}
	header div {
		padding: 0;
	}
	#site-branding {
		background-color: #efeff0;
		display: flex;
		align-items: center;
		height: 135px;
		padding: 0 0 0 3em;
		width: 25%;
	}
	#site-branding a {
		width: 100%;
	}
	#page header .section,
	#page header .group,
	header .col {
		margin: 0;
		padding: 0;
	}
	.main-navigation {
		display: block;
	}
	#all-nav {
		display: flex;
		justify-content: flex-end;
		float: right;
	}
	#site-navigation {
		display: flex;
		align-items: center;
		padding: 0 20px 0 0;
	}
	.menu-primary-menu-container {
		background-color: #efeff0;
		display: inline-block;
	}
	.menu-resources-menu-container {
		background-color: #fff;
		padding: 0;
		margin: 0;
	}
	#menu-resources-menu-1 {
		margin: 0;
	}
	#menu-resources-menu-1 li {
		height: 131px;
		width: 100px;
		align-self: center;
		padding-top: 55px;
		margin: 0;
	}
	#resources-navigation {
		display: flex;
	}

	/* First Level Nav Styling */
	header .menu li:hover {
		background-color: #fff;
	}
	header .main-navigation li a:link,
	header .main-navigation li a:active,
	header .main-navigation li a:visited {
		color: #58595b;
		text-transform: uppercase;
		font-size: 16px;
		height: 135px;
		display: table-cell;
		vertical-align: middle;
		padding: 0 10px;
	}
	.menu li.menu-item-has-children > a:after {
		color: #58595b;
		vertical-align: 1px;
	}
	.menu li li.has-children > a:after {
		color: #58595b;
		vertical-align: 1px;
	}
	/* Second Level Nav Styling */
	.menu li ul {
		width: 300px;
		display: table-cell;
		overflow: inherit;
	}
	header .menu li ul li a:link {
		height: 40px;
		text-transform: none;
		width: 300px;
	}
	header .menu li ul li a:hover {
		background-color: #efeff0;
	}
	header .menu a:hover {
		background-color: #fff;
	}
	.sub-menu {
		background-color: #fff;
	}
	#resources-menu {
		padding: 0;
		margin: 0;
		display: flex;
		align-items: center;
	}
	#resources-menu li {
		margin: 0;
		padding: 0;
	}
	#resources-menu li a:link,
	#resources-menu li a:active,
	#resources-menu li a:visited {
		text-transform: uppercase;
		padding: 20px 10px 20px 20px;
	}
	#contact-links {
		margin: 0;
		background-color: #fff;
		padding: 30px 0 0 0;
		align-self: stretch;
		display: flex;
		align-items: center;
		text-align: center;
	}
	#contact-links a:link,
	#contact-links a:active,
	#contact-links a:visited {
		text-decoration: none;
	}
	#contact-links .btn {
		text-transform: uppercase;
		font-weight: bold;
	}
	#header-contact {
		display: inline-block;
		margin: 0 20px;
	}
	#mobile-menu-open {
		display: none;
	}
	#site-search {
		align-self: stretch;
		width: 55px;
		height: 100% !important;
		position: relative;
		display: flex;
		flex-direction: column;
		align-items: center;
		padding: 55px 0;
		margin: 0;
		top: 0;
		right: 0;
	}
	#wpcf7-f6-o1 {
		margin: 0 auto;
		width: 50%;
	}
	#main.site-home {
		padding: 0 0 40px 3em;
		display: flex;
		align-items: center;
	}
	#main article {
		padding: 0 80px 0 0;
		margin: 0;
		box-sizing: border-box;
	}
	#main article h2 {
		margin-top: 0;
	}
	footer {
		padding: 85px 3em;
	}
	#copyright {
		padding: 35px 3em;
		text-align: left;
	}
	/* Home Page Specific */
	#home-features {
		margin: 0;
		padding: 0;
		display: flex;
	}
	#home-features div {
		margin: 0;
		box-sizing: border-box;
		width: 25%;
		display: flex;
		flex-direction: column;
	}
	#home-features div p:last-of-type {
		margin-top: auto;
	}
	#home-cta-block .col {
		width: 50%;
	}
	#interior-cta-block .col {
		width: 50%;
	}
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container
.moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar
.moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-allow-all, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container
.moove-gdpr-info-bar-content a.mgbutton, #moove_gdpr_cookie_info_bar
.moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton{
	background-color: #f1d600!important;
	color: #000!important;
}
