/*
Theme Name: Apex Advertising Twenty Seventeen
Theme URI: https://apexadv.com/themes/apex_twentyseventeen/
Author: iComm
Author URI: http://www.icomminteractive.com/
Description: The 2018 theme for Apex Advertising.
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyseventeen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

html {
	font-family: 'Muli', sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 0 0 1em;
	max-width:100%;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

.wp-caption img {
	margin-bottom:0.25em;
}

.wp-caption-text {
	font-size:0.875rem;
	line-height:1.25rem;
	font-style:italic;
}

audio,
video {
	display: inline-block;
}

.videoContainer {
	position:relative;
	margin:0 auto;
	padding-bottom: 56.25%;
	height: 0;
	max-width:100%;
	height:auto;
}
.videoContainer iframe,
.videoContainer object,
.videoContainer embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
	max-width:100%;
	height:auto;
}

svg:not(:root) {
	overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #bbb;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	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;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
	display: block;
	margin:0 auto 0.5em
}

.alignright {
	display: block;
	margin:0 auto 0.5em
}

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

.page-width	{
	position:relative;
	max-width:1200px;
	margin:0 4%;
	padding:0;
}

@media screen and ( min-width: 730px ) {
.page-width	{
	margin:0 2%;
	/*padding:0 2%;*/
}
}

@media screen and ( min-width: 600px ) {
.alignleft {
	display: inline;
	float: left;
	margin:0 1.5em 0.5em 0;
}

.alignright {
	display: inline;
	float: right;
	margin:0 0 0.5em 1.5em;
}
}

@media screen and ( min-width: 1250px ) {
.page-width	{
	/*width:96%;*/
	margin:0 auto;
	/*padding:0;*/
}
}

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer: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,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
	color: #111111;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

h1 {
	color: #464646;
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: 300;
    line-height: 100%;
    margin: 0;
}

h2 {
	color: #464646;
	font-size: 32px;
	font-size: 2rem;
	font-weight:300;
	line-height:2.25rem;
	margin:0;
	padding:0 0 0.5em 0;
}

h3 {
	color: #464646;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight:300;
	line-height:1.875rem;
	margin:0;
	padding:0 0 0.5em 0;
}

h4 {
	color: #464646;
	font-size: 20px;
	font-size: 1.25rem;
	line-height:1.625rem;
	font-weight:300;
	margin:0;
	padding:0 0 0.25em 0;
}

h5, h6 {
	color: #464646;
	font-size: 16px;
	font-size: 1rem;
	font-weight:800;
	line-height:1.5rem;
	margin:0;
	padding:0 0 0.25em 0;
}

h5 {
	font-weight:400;
}

p {
	margin: 0 0 1.5em;
	padding: 0;
}

#content p, #content li {
	line-height:24px;
	line-height:1.5rem;
}

@media screen and (min-width: 660px) {
h1 {
	font-size:44px;
	font-size: 2.75rem;
	line-height:3rem;
}

h2 {
	font-size: 40px;
	font-size: 2.5rem;
	line-height: 2.75rem;
}

h3 {
	font-size: 34px;
	font-size: 2.125rem;
	line-height: 2.5rem;
}

h4 {
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.75rem;
}

h6 {
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.75rem;
}
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	color: #666;
	font-size: 18px;
	font-size: 1.125rem;
	font-style: italic;
	line-height: 1.7;
	margin: 0;
	overflow: hidden;
	padding: 0;
}

blockquote cite {
	display: block;
	font-style: normal;
	font-weight: 600;
	margin-top: 0.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #eee;
	text-decoration: none;
}

big {
	font-size: 125%;
}

blockquote {
	quotes: "" "";
}

q {
	quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
	content: "";
}

:focus {
	outline: none;
}

/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
.btn, button, input[type="button"], input[type="submit"] {
	position:relative;
	-webkit-appearance: none;
	-moz-appearance:none;
	display:inline-block;
	font-weight:800;
	font-size: 1rem;
	line-height:1.125rem;
	text-decoration:none !important;
	text-transform:uppercase;
	cursor:pointer;
	padding:1em 2em;
	text-align:center;
	margin:0 auto !important;
	clear:both;
	color:#fff;
	background:#d72835;
	border: 1px solid #d72835;
	-webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.btn:hover, button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	color:#fff;
	background:#57585b;
	border: 1px solid #57585b;
}

.region.red .btn, 
.region.red button, 
.region.red input[type="button"], 
.region.red input[type="submit"],
.region.image .btn, 
.region.image button, 
.region.image input[type="button"], 
.region.image input[type="submit"],
.region.red-pattern .btn, 
.region.red-pattern button, 
.region.red-pattern input[type="button"], 
.region.red-pattern input[type="submit"] {
	color:#d72835;
	background:#fff;
	border: 1px solid #fff;
}

.region.red .btn:hover, 
.region.red button:hover, 
.region.red input[type="button"]:hover, 
.region.red input[type="submit"]:hover,
.region.image .btn:hover, 
.region.image button:hover, 
.region.image input[type="button"]:hover, 
.region.image input[type="submit"]:hover,
.region.red-pattern .btn:hover, 
.region.red-pattern button:hover, 
.region.red-pattern input[type="button"]:hover, 
.region.red-pattern input[type="submit"]:hover {
	color:#fff;
	background:#000;
	border: 1px solid #fff;
}


/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
8.0 Lists
--------------------------------------------------------------*/

ul,
ol {
	margin: 0 0 1.5em 1.5em;
	padding: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #d72835;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	color: #aaa;
	outline: 0;
}


/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	background: #111;
}

#page {
	position: relative;
	word-wrap: break-word;
}


/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
	background-color: #fff;
	position: relative;
	z-index:999;
	box-shadow: 0 1px 8px #666;
}

.header {
	position:relative;
}


/* =========== Main Nav ============ */
.main-navigation {
	display:none;
	position:relative;
	width:auto;
}

.main-menu {
	margin:0;
	padding:0;
	list-style:none;
}

.main-menu a {
	display:block;
	color:#000;
	font-size:0.9375rem;
	font-weight:800;
	line-height:100%;
	text-decoration:none;
	text-transform:uppercase;
	padding:1em 0.5em 0.875em 0.5em;
	transition:all 0.2s ease;
}

.main-menu a:hover,
.main-menu li.current-menu-item a,
.main-menu li.current-hover a,
.main-menu li.current_page_parent a {
	/*color:#fff;*/
}
.main-menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.main-menu li {
	position:relative;
	display:inline-block;
	clear:none;
	padding:0;
	margin:0 0.5em;
	cursor:pointer !important;
	transition:all 0.2s ease;
}
.main-menu li:first-child {
	/*margin-left:0;*/
}
.main-menu li.current_page_parent > a,
.main-menu li.current-menu-item > a,
.main-menu a:hover {
	color:#d72835;
}

.main-menu li.current-hover {
	
}

.main-menu ul.sub-menu {
	clear:left;
	display:none;
	float:left;
	list-style:none;
	margin:0;
	padding:1em 1em 0.25em;
	position:absolute;
	left:50%;
	top:43px;
	text-align:left;
	z-index:999;
	background-color:#fff;
	border:solid 1px #999;
	border-top:0;
	border-bottom:solid 5px #d72835;
	transform:translateX(-50%);
	-webkit-box-shadow: inset 0px 12px 10px -11px rgba(0,0,0,0.75);
	-moz-box-shadow: inset 0px 12px 10px -11px rgba(0,0,0,0.75);
	box-shadow: inset 0px 12px 10px -11px rgba(0,0,0,0.75);
	overflow:hidden;
}

.main-menu li:hover ul.sub-menu {
	display:block;
}

/*.main-menu li:hover ul.sub-menu:before {
	content: "\f0d7";
	font-family: 'FontAwesome';
    position: absolute;
	top: -1px;
    left: 50%;
    transform: translateX(-50%);
	color:#d72835;
	font-size: 2.5rem;
}*/

.main-menu ul.sub-menu .fas {
    position: absolute;
	top: 0;
    left: 50%;
	color:#d72835;
	font-size: 2rem;
	line-height:.5rem;
	-webkit-transform:translateX(-50%);
    transform: translateX(-50%);
}

.main-menu ul.sub-menu li {
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	border-top:solid 1px #ccc;
	white-space:nowrap;
}

.main-menu ul.sub-menu li:nth-child(2) {
	border:0;
}

.main-menu ul.sub-menu li a {
	margin:0;
	padding:0.75em 0;
	background:none;
	text-wrap:none;
	text-transform:capitalize;
	font-weight:700;
}
.main-menu ul.sub-menu li a:hover {
	
}

.main-menu ul.sub-menu li.current-menu-item a {
	
}

.main-menu .mobile-only {
	
}

@media screen and (min-width: 930px) {
.main-menu .mobile-only {
	display:none;
}
}


@media screen and (min-width: 1100px) {
.main-menu a {
	font-size:1.0625rem;
	padding:1em 0.5em 0.5em;
}

.main-menu li {
	margin:0 1em;
}
}

/* Menu toggle */
.menu-toggle {
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #222;
	display: none;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	line-height: 1.5;
	margin: 1px auto 2px;
	padding: 1em;
	text-shadow: none;
}

/* Display the menu toggle when JavaScript is available. */
.js .menu-toggle {
	display: block;
}

.main-navigation.toggled-on ul.nav-menu {
	display: block;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.menu-toggle:focus {
	outline: thin solid;
}

.menu-toggle .icon {
	margin-right: 0.5em;
	top: -2px;
}

.toggled-on .menu-toggle .icon-bars,
.menu-toggle .icon-close {
	display: none;
}

.toggled-on .menu-toggle .icon-close {
	display: inline-block;
}

/* Dropdown Toggle */
.dropdown-toggle {
	display: none;
}

/* Mobile MMenu */
.navbar-toggle {
	position:absolute;
	right:0;
	display:block;
	height:34px;
	padding:0.42em 0.5em;
	border:0;
	background:#000;
	cursor:pointer;
	z-index:9999 !important;
}

.navbar-toggle:hover {
	background:#000;
    border: 0;
}

.navbar-toggle .fa {
	font-size:1.25rem;
	color:#fff;
}

.navbar-toggle:hover .fa {
	opacity:0.7;
}

html.mm-opened .navbar-toggle .fa:before {
	content:'\f00d';
}

.mm-listview > li > a {
	text-transform:uppercase;
	color:#fff !important;
	font-weight:700;
}

/*#mm-1 .mm-listview > li:last-child {
	border:0;
}*/

#mm-1 .mm-listview > li:last-child > a {
	background-color:#d72835;
}

.mm-listview > li.mm-selected > a {
	color:#e7a61a;
}

.mm-menu .mm-listitem_selected>a:not(.mm-btn_next), .mm-menu .mm-listitem_selected>span {
    background: rgba(255,255,255,.2) !important;
}

.mm-menu .mm-listview .mm-btn_next:after,
.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
    border-color: #fff;
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar>* {
    color: #ccc;
    text-transform: uppercase;
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255,255,255,.8);
	/*color:#111;*/
}

.wpmm-menu {
    background-color: #000 !important;
}

.mm-listitem {
    border: 0;
}

.mm-listitem:after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
	border-color:#666;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.mm-listitem .mm-btn_next:before {
	display:none;
}

.mm-navbar .search-menu {
	padding:0;
}

.mm-navbar .search-field {
	width: 90%;
    border: 0;
    height: 30px;
    padding: 0 10px;
    background-color: #eee;
}
	
.mm-navbar .search-submit {
	position: absolute;
    top: 0;
    right: 5%;
    color: #111;
    width: 34px;
    height: 30px;
    border: 0 solid #58585a;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
    background: none;
    padding: 0;
}

@media screen and (min-width: 630px) {
.navbar-toggle {
	position:relative;
	right:auto;
	float:right;
}
}

@media screen and (min-width: 930px) {
.navbar-toggle {
	display:none;
}
.main-navigation {
	display:block;
}
}

/* HEADER TOP REGION */
.header.page-width {
	margin:0;
}

.header-top {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:9;
}

.header-left {
	position:absolute;
	top:0;
	left:0;
}

.header-right {
	float:right;
	width:100%;
	text-align:center;	
	background-color:#000;
}

@media screen and (min-width: 630px) {
.header-left {
	position:relative;
	top:auto;
	left:auto;
	float:left;
	width:50%;
}

.header-right {
	width:50%;
	background:none;
	text-align:right;	
}
}

@media screen and (min-width: 750px) {
.header.page-width {
	margin:0 2%;
}
}

@media screen and (min-width: 1250px) {
.header.page-width {
	margin:0 auto;
}
}

/* HEADER BOTTOM REGION */
.header-bottom {
	position:relative;
	width:100%;
	z-index:8;
	margin:3em 0 0;
}

.primary-left-nav,
.primary-right-nav {
	position:relative;
	float:left;
	width:35%;
	z-index:9;
}

.primary-left-nav {
	text-align:right;
}

/* Logo */
.site-branding {
	position:relative;
	margin-top:0;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-3.125em;
	padding-bottom: .5em;
	z-index:10;
}

.custom-logo-link {
	position:relative;
	display:block;
    margin: 0;
	padding:0;
	vertical-align:middle;
	min-width:232px;
	background:none;
	z-index:999;
}

.custom-logo-link img {
	display:block;
	max-width:180px;
	max-height:112px;
	width:100%;
	height:auto;
	margin:0 auto;
}

.custom-logo-link a {
	display:block;
	line-height:100%;
}

@media screen and (min-width: 1020px) {
.custom-logo-link img {
	max-width:232px;
}
}

.logo-bottom-border {
	position: absolute;
    bottom: 0;
    left: 50%;
    border-top: solid 50px #fff;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    width: 250px;
	transform:translateX(-50%);
}

.logo-shadow {
	display:block;
	width:30%;
	width:250px;
	height:55px;
	height:65px;
	position:absolute;
	bottom:-65px;
	left:50%;
	transform:translateX(-50%);
	background:url('assets/images/logo-shadow.png') no-repeat center top;
	background-size:100% 95%;
}

@media screen and (min-width: 700px) {
.site-branding {
	margin-top:-2.5em;
	padding-top:1.5em;
}
}

@media screen and (min-width: 930px) {
.site-branding {
	float:left;
	width:30%;
}
.header-bottom {
	z-index:10;
}

.logo-bottom-border {
    border-top: solid 40px #fff;
    width: 100%;
}

.logo-shadow {
	width:30%;
	height:55px;
	bottom:-55px;
	background-size:98% auto;
}
}

@media screen and (min-width: 1020px) {
.site-branding {
	padding-top:0;
}

.logo-shadow {
	background-position:center bottom;
}
}

/* Home Link */
.home-link {
	float:left;
	height:34px;
	background-color:#000;
}

.home-link .fa {
	font-size: 1.125rem;
    color: #fff;
    padding: 0.45em 0.375em;
	-webkit-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}

.home-link .fa:hover {
	opacity:0.7;
}

@media screen and (min-width: 420px) {
.home-link .fa {
	font-size: 1.25rem;
    padding: 0.45em 0.5em;
}
}

@media screen and (min-width: 750px) {
.home-link {
	margin-right:1em;
	height:auto;
	background:none;
}
.home-link .fa {
	font-size: 1.375rem;
    color: #000;
    padding: 0.25em 0;
	transition:all 0.2s ease-in-out;
}

.home-link .fa:hover {
	color:#d72835;
	opacity:1;
}
}

/* Search Menu */
.header-left .search-menu {
	position:relative;
	float:left;
	background:#000;
	padding:5px 17px;
	height:34px;
    border: 0 solid #58585a;
}

.header-left .search-menu input[type=search] {
	display:none;
}

.header-left .search-menu [type=submit] {
	display:inline;
	padding:0;	
}

.header-left .search-submit {
	position:absolute;
	top:0;
	right:0;
    color: #fff;
    width: 34px;
    height: 34px;
    border: 0 solid #58585a;
    cursor: pointer;
    -webkit-transition: background 0.2s ease;
    transition: background 0.2s ease;
	background:none;
}

/*.header-left .search-submit:after {
	content: "\f002";
	font-family: 'FontAwesome';
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	color:#fff;
	font-size: 1.125rem;
}

.header-left .search-menu:hover .search-submit:after {
	opacity:0.7;
}*/

@media screen and (min-width: 630px) {
.header-left .search-menu {
	margin-right:17px;
	background:#eee;
	width:200px;
}

.header-left .search-submit {
    color: #58585a;
}

.header-left .search-submit:after {
	color:#58585a;
}

.header-left .search-menu:hover .search-submit:after {
	opacity:1;
}

.header-left .search-menu input[type=search] {
	border:0;
	background:#eee;
	display:inline-block;
	width:90%;
}
}


/* Shop Now Nav */
#topnav {
	
}

.top-navigation ul {
	list-style:none;
	margin:0;
	padding:0;
}

.top-navigation ul li {
	display:inline-block;
    margin: 0 -1px;
}

.top-navigation ul li a {
	display: block;
    background-color: #d72835;
    color: #fff;
    text-transform: uppercase;
    /*padding: 0.5em 1.25em 0.625em;*/
    padding: 0.625em 0.8125em 0.625em;
    font-weight: 800;
    /*font-size: 0.9375rem;*/
    font-size: 0.8125rem;
    -webkit-transition:all 0.3s ease;
	transition:all 0.3s ease;
	height:34px;
}

.top-navigation ul li a:hover {
	background-color:#000;
}

.header-phone {
	position:absolute;
	right:34px;
	height:34px;
	background-color:#000;
}

.header-phone .fas {
	font-size: 1.125rem;
    color: #fff;
    padding: 0.45em 0.375em;
    -webkit-transition:all 0.2s ease-in-out;
	transition:all 0.2s ease-in-out;
}

.header-phone .fas:hover {
	opacity:0.7;
}

@media screen and (min-width: 420px) {
.top-navigation ul li {
    margin: 0;
}

.top-navigation ul li a {
    padding: 0.625em 1.25em 0.625em;
}

.top-navigation ul li a::after {
	font-family: "Font Awesome 5 Pro";
	/*content: "\f356";*/
    content: "\f061";
	color:#fff;
	/*font-size: 1.125rem;*/
    font-size: 1rem;
	padding-left:0.5em;
	vertical-align:bottom;
}
    
.header-phone .fas {
    padding: 0.45em 0.5em;
}
}

@media screen and (min-width: 630px) {
#topnav {
	float:right;
}
.header-phone {
	position:relative;
	right:auto;
	float:right;
}
}

@media screen and (min-width: 930px) {
.top-navigation ul li a {
	height:auto;
}

#topnav {
	float:none;
}

.header-phone {
	display:none;
}
}



/*--------------------------------------------------------------
Content Region
--------------------------------------------------------------*/
.site-content-contain {
	position: relative;
	/*background-color:#f0f0f0;*/
	background-color:#fff;
}

.site-content {
	padding: 0 0 0 0;
	min-height:400px;
}

/*.standard-content {
	padding-top:3.5em;
	padding-bottom:2em;
}*/

.page-header, .entry-header {
	text-align:center;
	background-color:#acacac;
	padding-top:4em;
	padding-bottom:1em;
}

.page-header h1, .entry-header h1 {
	color:#fff;
}

@media screen and (min-width: 700px) {
.site-content {
	min-height:400px;
}
}


/* Breadcrumbs */
/*#breadcrumbs {
	display:none;
	font-weight:300;
	color:#909090;
}

#breadcrumbs a {
	text-decoration:underline;
	color:#3e3f41;
	padding:0 0.25em;
}

#breadcrumbs a:hover {
	color:#909090;
}

#breadcrumbs .breadcrumb_last {
	padding-left:0.25em;
}

#breadcrumbs::before {
	content:'';
	display:block;
	width:60%;
	height:1px;
	background-color:#ccc;
	margin:0.5em auto 1.25em;
}*/

.entry-content p a {
	text-decoration:underline;
}

/* Post Navigation */
.post-navigation {
	text-align:center;
}

.post-nav-item {
	position:relative;
	display: inline-block;
    width: 34px;
    height: 34px;
    margin: 1em 5px;
	text-align: center;
    vertical-align: middle;
    background: #f1b434;
    border-radius: 50%;
	-moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	-webkit-transition: background 0.2s ease;
	transition:background 0.2s ease-in-out;
}

.post-nav-item:hover {
	background-color:#58585a;
}

.post-nav-item a {
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.post-nav-item .fa:before {
    position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	color:#fff;
	font-size: 1.5rem;
}

.entry-footer {
	text-align:center;
}

@media screen and (min-width: 680px) {
/*#breadcrumbs {
	display:block;
}
*/
.narrow-content {
	width:70%;
	margin:0 auto;
}
}


/*--------------------------------------------------------------
PAGE REGIONS
--------------------------------------------------------------*/
.region, .standard-content {
	position:relative;
	padding:1.5em 0;
	z-index:9;
}

.region.white {
	background-color:#FFF;
}

.region.light-gray {
	background-color:#f0f0f0;
}

.region.dark-gray {
	background-color:#707070;
	color:#fff;
}

.region.red {
	background-color:#d72835;
	color:#fff;
}

.region.red-pattern {
	background-image: url('assets/images/red-pattern.png');
	background-repeat:repeat;
	color:#fff;
}

.region-header {
	text-align:center;
	padding-bottom:2em;
}

.region.dark-gray h1,
.region.dark-gray h2,
.region.dark-gray h3,
.region.dark-gray h4,
.region.dark-gray h5,
.region.dark-gray h6,
.region.dark-gray a {
	color:#fff;
}

.region.dark-gray a:hover {
	color:#ccc;
}

.region.red h1,
.region.red h2,
.region.red h3,
.region.red h4,
.region.red h5,
.region.red h6,
.region.red a {
	color:#fff;
}

.region.red a:hover {
	color:#eee;
}

.region.red-pattern h1,
.region.red-pattern h2,
.region.red-pattern h3,
.region.red-pattern h4,
.region.red-pattern h5,
.region.red-pattern h6,
.region.red-pattern a {
	color:#fff;
}

.region.red-pattern a:hover {
	color:#eee;
}

.region.image {
	background-size:cover;
	background-position:center center;
}

.region.image.light {
	color:#fff;
}

.region.image.light h1,
.region.image.light h2,
.region.image.light h3,
.region.image.light h4,
.region.image.light h5,
.region.image.light h6,
.region.image.light a {
	color:#fff;
}

.region.image.light a:hover {
	color:#eee;
}

.gray-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.6);
}

@media only screen and (min-width : 700px) {
.region, .standard-content {
	padding:2em 0;
}
}

@media only screen and (min-width : 1000px) {
.region, .standard-content {
	padding:3.5em 0;
}
}


/* ==================  Text Columns ================== */
@media only screen and (min-width : 700px) {
/* 2 column format */
.text-column.two-column .column {
	width:47%;
	float:left;
}
.text-column.two-column .column-two {
	float:right;
}
}

@media only screen and (min-width : 800px) {
/* 3 column format */
.text-column.three-column .column {
	width:30.6666%;
	float:left;
}

.text-column.three-column .column-two {
	margin-left:4%;
}

.text-column.three-column .column-three {
	float:right;
}
}


/* ==================  Video Embed ================== */
.video-holder.alignleft,
.video-holder.alignright {
	display:block;
	float:none;
	margin-bottom:1em;
}

@media only screen and (min-width : 800px) {
.video-holder.alignleft {
	float:left;
}

.video-holder.alignright {
	float:right;
}

.video-text {
	width:27%;
	float:left;
}

.video-holder.alignleft {
	margin-right:3%;
}
}


/* ================== Promotion Banner ================== */
.promo-banner {
	text-align:center;
	background-image:url('assets/images/red-pattern.png');
	background-repeat:repeat;
	background-position:center center;
	padding:0;
	z-index:10;
}

.promo-banner h2 {
	font-size:2.5rem;
	font-weight:800;
	text-transform:uppercase;
	padding-bottom:0.25em;
	color:#fff;
	padding-top:1em;
}

.promo-banner p {
	color:#fff;
	font-size:1.125rem;
	margin-bottom:0.5em;
}

.promo-banner .fas {
    display: inline-block;
	color: #d72835;
    text-decoration: none;
    font-size: 2rem;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 3px #d72835;
	margin-bottom:-27px;
}

.promo-banner .fas:before {
	vertical-align:sub;
}


/* ==================  Insert Form ================== */
.insert-form {
	text-align:center;
	background-color:#fff;
}

.insert-form h2 {
	font-size:1.75rem;
	font-weight:800;
	text-transform:uppercase;
	padding-bottom:0.25em;
	color:#d72835;
}

.insert-form .gform_wrapper .top_label .gfield_label {
	display:none;
}

.insert-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    padding: 10px 8px;
}

.insert-form .gform_multi_column_wrapper .gform_body, 
.insert-form .gform_page_multi_column .gform_page_fields {
	margin:0;
}

.insert-form .gform_wrapper .gform_footer {
	text-align:center;
}

.insert-form .gform_wrapper {
	margin:0 auto;
}

@media only screen and (min-width: 641px) {
.insert-form .gform_wrapper ul.gform_fields li.gfield {
     padding-right: 0;
	 margin-top:8px;
}

.insert-form .gform_wrapper textarea.large {
    height: 232px;
}
}

@media only screen and (min-width:900px) {
.insert-form .gform_wrapper {
	width:70%;
}
}


/* ==================  Services List ================== */
.services-list {
	background-color:#e1e1e1;
	/*padding-top:6.5em;*/
	padding-bottom:5em;
}

.services-title {
	/*position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	border-top: solid 40px #fff;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
	white-space:nowrap;*/
    padding: 1em 0;
}

.services-title h2 {
	font-size:1.25rem;
	line-height:1.5rem;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
    padding: 0 4%;
}

.service-listings {
	list-style:none;
	margin:0;
	padding:0;
}

.service-listings li {
	position:relative;
	text-align:center;
	background:#e1e1e1;
	-webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.service-listings li:hover {
	background: url('assets/images/red-pattern.png') repeat;
}

.service-listings li a.service-link {
	position:absolute;
	display:block;
	width:100%;
	height:100%;
	border:solid 3px #fff;
	border-top:0;
	z-index:99;
}

.service-listings li:first-child a.service-link {
	border-top:solid 3px #fff;
}

.service-listings li .service-icon {
	position:relative;
	width:100%;
	height:190px;
}

.service-listings li .service-icon img {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	max-width:165px;
	max-height:146px;
}

.service-listings li .service-icon img.icon-image-hover {
	display:none;
}

.service-listings li:hover .service-icon img.icon-image {
	display:none;
}

.service-listings li:hover .service-icon img.icon-image-hover {
	display:block;
}

.service-listings li h3 {
	font-size:1.125rem;
	line-height:1.25rem;
	text-transform:uppercase;
	font-weight:800;
	padding-left:0.5em;
	padding-bottom:2em;
	padding-right:0.5em;
}

.service-listings li:hover h3 {
	color:#fff;
}

.service-listings .fas {
	display:none;
	position:absolute;
	bottom:0;
	left:50%;
	color: #d72835;
    text-decoration: none;
    font-size: 2rem;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 3px #d72835;
	margin-bottom:-27px;
	transform:translateX(-50%);
	z-index:100;
}

.service-listings li:hover .fas {
	display:block;
}

.service-listings li:first-child a.fas {
	border: solid 3px #d72835;
}

.service-listings .fas:before {
	vertical-align:sub;
}

@media screen and (min-width: 650px) {
.service-listings {
	text-align:center;
}

.service-listings li {
	display:inline-block;
	/*float: left;*/
	width:50%;
	margin-left:-4px;
	vertical-align:top;
}

.service-listings li:nth-child(2) a.service-link {
	border-top:solid 3px #fff;
}
.service-listings li:nth-child(2n+2) a.service-link {
	border-left:0;
}
}

@media screen and (min-width: 700px) {
.services-list {
	padding-top:6.5em;
}

.services-title {
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	border-top: solid 40px #fff;
    border-left: solid 30px transparent;
    border-right: solid 30px transparent;
    padding: 0 2.5em;
	white-space:nowrap;
}

.services-title h2 {
	margin-top: -1.5em;
    padding: 0;
}
}

@media screen and (min-width: 930px) {
.service-listings li {
	width:20%;
}

.service-listings li a.service-link {
	border-left:0;
	border-top:solid 3px #fff;
}

.service-listings li:first-child a.service-link {
	border-left:solid 3px #fff;
}
 /* Additional Service Rows */
.service-listings li:nth-child(5n+6) a.service-link {
	border-left:solid 3px #fff;
	border-top:0;
}

.service-listings li:nth-child(5n+7) a.service-link,
.service-listings li:nth-child(5n+8) a.service-link,
.service-listings li:nth-child(5n+9) a.service-link,
.service-listings li:nth-child(5n+10) a.service-link {
	border-top:0;
}
}


/* ==================  Logo Slider ================== */
.logo-slider {
	padding:3em 0;	
}

.slider-title h2 {
	font-size:1.25rem;
	line-height:1.5rem;
	text-transform:uppercase;
	text-align:center;
	font-weight:700;
}

.slideshow-wrapper {
	position:relative;
    height: 100%;
	margin:0 auto 1em;
}
	
.swiper-container {
	width: 100%;
	z-index:1;
}

.swiper-wrapper {
	position:relative;
}

.swiper-slide {
   text-align: center;
   font-size: 18px;

   /* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	width:auto;
	max-width:100%;
	height:auto;
	z-index:990;
}

.swiper-slide img {
	-webkit-filter: grayscale(1) opacity(.7);
 	filter: grayscale(1) opacity(.7);
	width:94%;
}

.region.dark-gray .swiper-slide img {
	-webkit-filter: invert(1) opacity(.7);
 	filter: invert(1) opacity(.7);
}

/* Nav Bullets */
.swiper-pagination {
	width:100%;
	bottom:-40px;
}

.swiper-pagination-bullet {
	background:#b7b7b7;
	border:solid 1px #b7b7b7;
	opacity:1;
	width:12px;
	height:12px;
	margin:0 3px;
}

.swiper-pagination-bullet-active {
	background:#fff;
	border:solid 1px #fff;
}

.logo-slider.white .swiper-pagination-bullet-active {
	border:solid 1px #b7b7b7;
}

@media only screen and (min-width : 660px) {
.logo-slider {
	padding:5em 0;	
}

.slider-title {
	float:left;
	width:47%;
}

.slideshow-wrapper {
	float:right;
	width: 50%;
}
}

@media only screen and (min-width : 800px) {
.slider-title {
	padding-top:2em;
}
}

@media only screen and (min-width : 900px) {
.slider-title {
	width:37%;
}

.slideshow-wrapper {
	width: 60%;
}
}



/*--------------------------------------------------------------
HOME PAGE
--------------------------------------------------------------*/
.hero-image-region {
	background-color:#acacac;
	background-size:cover;
	background-position:center top;
}

.hero-image-region.mobile-view {
	/*background:none !important;*/
	background-color:#acacac;
}

.hero-image-region .gray-overlay {
	background-color:rgba(0,0,0,0.4);
}

.hero-image {
	display:none;
}

.hero-image-region.mobile-view .hero-image {
	display:block;
	background-color: #acacac;
	padding-top: 50px;
}

.hero-image-region .page-width {
	margin:0;
}

.hero-text {
	background-color:#eee;
	padding:1.5em 5% 0.5em;
}

@media screen and (min-width: 480px) {
.hero-image-region.mobile-view .hero-image {
	padding-top: 0;
}
}

@media screen and (min-width: 660px) {
.hero-text h1 {
	font-size:2.25rem;
	line-height:2.25rem;
}
}

@media screen and (min-width: 700px) {
.hero-image-region {
	padding-bottom:8%;
}

.hero-image-region.mobile-view .hero-image {
	display:none;
}

.hero-text {
	float:left;
	width:50%;
	background-color:rgba(255,255,255,0.85);
	padding:3em 3% 0.5em;
}

.hero-image-region .page-width {
	margin:0 4%;
}
}

@media screen and (min-width: 900px) {
.hero-text {
	width:36%;
}
}

@media screen and (min-width: 1200px) {
.hero-text {
	width:32%;
}
}


/*--------------------------------------------------------------
TEAM SECTION
--------------------------------------------------------------*/
/* Staff Listings Page */
.staff-listing {
	list-style:none;
}

.staff-listing li {
	position:relative;
}

.staff-listing li img {
	display:block;
	width:100%;
	opacity:0.4;
	-webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.staff-listing li:hover img {
	opacity:1;
}

.staff-listing li a {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	border:solid 4px #fff;
	z-index:99;
}

.staff-listing li:hover a {
	border:solid 4px #d72835;
}

.staff-listing li .inner-text {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:none;
	text-align:center;
	padding:0.75em 0.75em 1em;
	-webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
}

.staff-listing li:hover .inner-text {
	background-color:rgba(255,255,255,0.80);
}

.staff-listing li .fas {
	display:none;
	color: #d72835;
    text-decoration: none;
    font-size: 1.5rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    border: solid 3px #d72835;
    position: absolute;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
}

.staff-listing li .fas:before {
	vertical-align:sub;
}

.staff-listing li:hover .fas {
	display:block;
}

.staff-listing li h2 {
	font-size:1.125rem;
	line-height:1.25rem;
	text-transform:uppercase;
	font-weight:700;
	color:#d72835;
	padding-bottom:0;
}

.staff-listing li h2.member-name {
	opacity:1;
}

.staff-listing li:hover h2.member-name {
	opacity:0;
}

.staff-listing li h2.member-name-hover {
	position:absolute;
	top:50%;
	left:0;
	width:100%;
	transform:translateY(-50%);
	opacity:0;
}

.staff-listing li:hover h2.member-name-hover {
	opacity:1;
}

#content .staff-listing li p {
	margin-bottom:0;
	line-height:1.25rem;
	font-weight:700;
	opacity:1;
}

#content .staff-listing li:hover p {
	opacity:0;
}


@media screen and (min-width: 630px) {
.staff-listing li {
	float:left;
	width:50%;
}
}

@media screen and (min-width: 820px) {
.staff-listing li {
	width:33.3333%;
}
}

@media screen and (min-width: 1100px) {
.staff-listing li {
	width:25%;
}
}

/* Staff Detail Pages */
.region.staff-member-detail {
	padding-top:0;
}

.staff-member-detail .left-column {
	
}

.staff-member-detail .right-column {
	max-width:500px;
	text-align:center;
	margin:0 auto 2em;
	width:108%;
	margin-left:-4%;
}

.staff-member-detail img {
	border-top:solid 3px #fff;
	width:108%;
}

.staff-member-detail .team-contact-info {
	padding-bottom:2em;
	text-align:center;
}

.staff-member-detail .team-contact-info a {
	color:#636363;
	text-decoration:none;
}

.staff-member-detail .team-contact-info a:hover {
	color:#d72835;
}

.staff-member-detail .team-contact-info p {
	display:inline;
	font-size:0.875rem;
	font-weight:700;
}

.staff-member-detail .team-contact-info .divider {
	display:none;
}

.staff-member-detail .team-contact-info .mobile-hide {
	display:none;
}

.staff-member-detail .team-contact-info .fas {
	font-size:1.325rem;
	margin-left:0.375em;
	margin-right:0.375em;
}

.staff-member-detail .social-contacts {
	display:inline-block;
}

.staff-member-detail .social-contacts ul {
	list-style:none;
	margin:0;
}

.staff-member-detail .social-contacts li {
	display:inline-block;
	margin-left:0.75em;
}

.staff-member-detail .social-contacts .fab {
	font-size:1.325rem;
}

.staff-member-detail .team-contact-info .fas:before,
.staff-member-detail .team-contact-info .fab:before {
	vertical-align:middle;
}

#content .staff-member-detail p.job-title {
	font-size:2rem;
	line-height:2rem;
	text-transform:uppercase;
	color:#d72835;
	margin-bottom:0.375em;
}

@media screen and (min-width: 500px) {
.region.staff-member-detail {
	padding-top:1.5em;
}

.staff-member-detail .right-column {
	margin:0 auto 2em;
	width:auto;
}

.staff-member-detail img {
	border:solid 4px #fff;
}
}

@media screen and (min-width: 700px) {
.region.staff-member-detail {
	padding-top:2em;
}

.staff-member-detail .left-column {
	float:left;
	width:55%;
}

.staff-member-detail .right-column {
	float:right;
	width:42%;
}

.staff-member-detail .team-contact-info {
	padding-bottom:2em;
	text-align:left;
}

.staff-member-detail .team-contact-info .divider {
	display:inline;
    padding-left: 0.5em;
    padding-right: 0.5em;
    font-weight: 300;
}

.staff-member-detail .team-contact-info .mobile-hide {
	display:inline;
}

.staff-member-detail .team-contact-info .fas {
	display:none;
}

.staff-member-detail .social-contacts {
	float:right;
}
}

@media screen and (min-width: 950px) {
.staff-member-detail .left-column {
	width:49%;
	margin-left:6%;
}

.staff-member-detail .right-column {
	width:36%;
	margin-right:6%;
}
}

@media screen and (min-width: 1000px) {
.region.staff-member-detail {
	padding-top:3.5em;
}
}

@media screen and (min-width: 1100px) {
.staff-member-detail .left-column {
	width:43%;
	margin-left:12%;
}

.staff-member-detail .right-column {
	width:30%;
	margin-right:12%;
}
}


/*--------------------------------------------------------------
SEARCH
--------------------------------------------------------------*/
.taxonomy-description {
	text-align:center;
}

body.search #content .search-form,
body.error404 #content .search-form {
	text-align:center;
	padding-bottom:3em;
}

body.search #content .search-field,
body.error404 #content .search-field {
	display:block;
	margin:0 auto 1em;
	background-color:#eaeaea;
	border:0;
	padding:10px;
	width:90%;
}

body.search #content article {
	padding:1em 0;
	border-bottom:dotted 2px #ccc;
}

body.search #content article .entry-header {
	text-align:left;
	background:none;
	padding:0;
}

body.search #content article .post-thumbnail {
	float: right;
	width: 30%;
}

body.search #content article .search-meta {
	float: left;
	width: 70%;
	padding-right: 3%;
}

body.search #content article h2 {
	padding-bottom:0.25em;
	font-size:1.75rem;
	line-height:2rem;
}

body.search #content article h2 a {
	color:#111;
}

body.search #content article p {
	margin-bottom:0;
}

body.search #content article p a {
	text-decoration:underline;
}

.read-more {
	margin-top:0.25em;
}

.read-more a {
	text-decoration:underline;
}

body.search #content article .link-more {
	display:none;
	text-decoration:underline;
}

.navigation.pagination {
	padding:1.5em 0;
	clear: both;
}

.page-numbers {
    display: inline-block;
	padding: 0;
    border: solid 1px #ccc;
    border-radius: 50%;
    width: 38px;
    height: 38px;
    vertical-align: top;
	text-align: center;
	line-height: 34px;
	margin: 0 0.125em;
	background-color: #eee;
}

a.page-numbers {
	background-color: #fff;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

a.page-numbers:hover {
	background-color: #eee;
}

.page-numbers.prev,
.page-numbers.next {
	display: none;
}

.nav-links svg {
	display:none;
}

@media screen and (min-width: 750px) {
body.search #content .search-field,
body.error404 #content .search-field {
	width:50%;
	display: inline-block;
    padding: 15px 10px;
}
}


/*--------------------------------------------------------------
SITEMAP
--------------------------------------------------------------*/
.wsp-container ul {
	list-style:none;
	margin:0;
}

.wsp-container h2 {
	padding-bottom:0.25em;
}

.wsp-container ul li {
	padding:0.5em 1em;
}

.wsp-container a:hover {
	text-decoration:underline;
}

.wsp-container.wsp-portfolio-archive + .wsp-container {
	margin-left: 2em;
}



/*--------------------------------------------------------------
FORM FIELD OVERRIDES
--------------------------------------------------------------*/
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #999;
	font-family: 'Muli', sans-serif;
}

:-moz-placeholder {
	color: #999;
	font-family: 'Muli', sans-serif;
}

::-moz-placeholder {
	color: #999;
	font-family: 'Muli', sans-serif;
	opacity: 1;
	/* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
	color: #999;
	font-family: 'Muli', sans-serif;
}


/* ==================  Non-Flex Form Overrides ================== */
input[type=text], input[type=email], textarea {
	background-color:#eaeaea;
	border:0;
	padding: 10px 8px;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 10px 8px !important;
}

.region.light-gray input[type=text], .region.light-gray textarea {
	background-color:#fff;
}

.gform_wrapper label.gfield_label {
	font-size:0.875rem !important;
}

.region.dark-gray .gform_wrapper .gfield_required,
.region.red .gform_wrapper .gfield_required,
.region.red-pattern .gform_wrapper .gfield_required,
.region.image .gform_wrapper .gfield_required {
	color:#fff;
}




/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	/*margin-top:2em;*/
}

.site-footer ul {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}

/* =======Social Nav ====== */
.site-footer .social-navigation {
	padding:0 0 1em;
}

.site-footer .social-navigation ul {
	text-align:center;
}

.site-footer .social-navigation li {
	display: inline;
}

.site-footer .social-navigation a {
	color: #fff;
	display: inline-block;
	height: 30px;
	width: 30px;
	text-align: center;
	padding:0;
	-webkit-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

.site-footer .social-navigation a:hover,
.site-footer .social-navigation a:focus {
	color: #fff;
}

.site-footer .social-navigation .icon {
	height: 24px;
	top: 12px;
	width: 24px;
	vertical-align: middle;
	fill: #fff;
}

.site-footer .social-navigation a:hover .icon {
	fill: #eee;
}


@media screen and (min-width: 750px) {

}


/* Footer Bottom */
.footer-bottom {
	padding:2em 0 1em;
	background-color:#111;
	color:#fff;
}

.footer-left, .footer-right {
	text-align:center;
}

.footer-right {
	padding-top:1em;
}

.footer-bottom ul li {
	display:inline-block;
}

.footer-bottom ul li a {
	display:block;
	font-size:0.8125rem;
	padding:0 1em 1em 1em;
	color:#fff;
	text-decoration:underline;
}

.footer-bottom ul li a:hover {
	color:#ccc;
}

/* Bottom Nav and Copyright */
.site-info,
.copyright-nav-wrapper li {
	font-size:0.8125rem;
	line-height:1.3rem;
}

.site-info {
	text-align:center;
	padding-bottom:1.5em;
}

.site-info .company-name b,
.site-info .company-name strong {
	font-weight:800;
}

.site-info a {
	color:#fff;
	text-decoration:none;
}

.site-info .company-name,
.site-info .phone,
.site-info .street-address {
	display:block;
}

.site-info .mobile-hide {
	display:none;
}


@media screen and (min-width: 650px) {
.site-info .company-name,
.site-info .phone,
.site-info .street-address {
	display:inline;
}

.site-info .mobile-hide {
	display:inline;
}

.site-info .company-name b,
.site-info .company-name strong {
	padding-right:1em;
}

.site-info .phone {
	padding-left:1em;
}
}

/*
@media screen and (min-width: 1020px) {
.site-footer ul {
	text-align:left;
}

.footer-left {
	float:right;
	width:80%;
	text-align:right;
}

.footer-left ul {
	text-align:right;
}

.footer-right {
	float:left;
	width:20%;
	padding-top:0;
	text-align:left;
}

.footer-bottom ul li:last-child a {
	padding-right:0;
}

.site-info {
	float:left;
	width:75%;
	padding-bottom:0;
}

.nav-bottom-wrapper {
	float:left;
	width:25%;
}
}*/


/*--------------------------------------------------------------
BLOG
--------------------------------------------------------------*/
/* Blog Listings */
.edit-link {
	display: block;
	padding: 1em 0 0;
}

.entry-meta {
	font-size: 0.875rem;
	padding-bottom: 0.5em;
}

.entry-meta .updated {
	display: none;
}

.entry-meta .published.updated {
	display: block;
}

.entry-meta a {
	color: #111;
}

.entry-meta .byline {
	display: none;
}

.blog-listings .entry-header {
	text-align: left;
	background: none;
	padding-top: 0;
	padding-bottom: 0;
}

.blog-listings .entry-header .post-thumbnail {
	margin-bottom: 1em;
}

.blog-listings .entry-header .post-thumbnail img {
	opacity: 1;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.blog-listings .entry-header .post-thumbnail:hover img {
	opacity: 0.7;
}

.blog-listings .entry-header .entry-title {
	font-size:1.75rem;
	line-height: 2rem;
	padding-bottom: 0.25em;
}

.blog-listings .entry-header .entry-title a {
	color: #111;
}

.blog-listings .entry-header .entry-title a:hover {
	color: #d72835;
}

.blog-listings .entry-summary .link-more {
	display: none;
}


@media screen and (min-width: 600px) {
.blog-listings.three-column .column {
	float: left;
	width: 48%;
	margin-right: 2%;
}

.blog-listings.three-column .column:nth-child(2n+2) {
	float: right;
	margin-right: 0;
}

.blog-listings.three-column .column:nth-child(2n+3) {
	clear: both;
}
}

@media screen and (min-width: 800px) {
.blog-listings.three-column .column {
	width: 48%;
}
}

@media screen and (min-width: 980px) {
.blog-listings.three-column .column {
	width: 31.33333%;
	margin-right: 3%;
}

.blog-listings.three-column .column:nth-child(2n+2) {
	float: left;
	margin-right: 3%;
}

.blog-listings.three-column .column:nth-child(2n+3) {
	clear: none;
}

.blog-listings.three-column .column:nth-child(3n+3) {
	float: right;
	margin-right: 0;
}

.blog-listings.three-column .column:nth-child(3n+4) {
	clear: both;
}
}

/* Blog Article Single */
.blog-article .entry-meta {
	padding-top: 0.5em;
}

.blog-article .entry-meta,
.blog-article .entry-meta a {
	color: #fff;
}

.blog-article .entry-footer {
	text-align: left;
}

.cat-tags-links {
	font-size: .875rem;
}

.cat-tags-links a {
	color: #111;
	text-decoration: underline;
}

.cat-tags-links a:hover {
	color:#d72835;
}

.cat-links, .tags-links {
	margin-right: 2em;
}

.icon {
	width: 20px;
	height: 20px;
	margin-right: 0.5em;
	vertical-align: text-bottom;
	fill:#ccc;
}

/* Blog Comments */
#comments {
	padding-top: 1em;
	padding-bottom: 1em;
	border-top: dotted 2px #ccc;
}

#comments p {
	margin-bottom: 0.5em;
}

#comments h2.comments-title {
	text-align: center;
    font-size: 1.25rem;
    font-weight: 400;
	line-height: 1.5rem;
    text-transform: uppercase;
    border-top: solid 1px #ccc;
    padding-top: 1em;
}

#comments h3.comment-reply-title {
	padding-bottom: 0;
}

#comments h3.comment-reply-title a {
	font-weight: 400;
    font-size: 0.875rem;
    color: #ba0c2f;
    text-decoration: underline;
}

#comments .comment-form label {
	display: block;
	padding-bottom: 0.25em;
}

#comments .comment-form textarea {
	width: 100%;
}

#comments ol {
	list-style:none;
	padding: 0;
}

.entry-header .entry-meta .discussion-avatar-list {
	display: none;
}

.comments-area .comments-title-wrap .discussion-meta {
	background-color: #eee;
	padding: 1em 1em 0;
}

.comments-area .comments-title-wrap .discussion-meta-info > svg {
	vertical-align: middle;
	margin-right: 0.5em;
}

#comments .comment-list {
	background-color: #eee;
	padding: 0 1em 1em;
	margin-bottom: 1.5em;
}

#comments .comment-list .comment {
	padding-left: 2em;
}

#comments .comment-list .comment .post-author-badge {
	display: none;
}
 
#comments .children {
	padding-top: 2em;
}

#comments #respond .comment-form-url {
	display: none;
}

#comments #respond .comment-form-author input,
#comments #respond .comment-form-email input {
	width: 100%;
}

#comments #respond .comment-form-cookies-consent label {
	display: inline;
	margin-left: 1em;
}

#comments .form-submit {
	padding-top: 0.5em;
	clear: both;
}

@media screen and (min-width: 600px) {
#comments #respond .comment-form-author,
#comments #respond .comment-form-email {
	float: left;
	width: 48%;
}
#comments #respond .comment-form-email {
	float: right;
}

#comments #respond .comment-form-cookies-consent {
	clear: both;
}
}


/* Blog Nav */
.blog-navigation {
	padding: 1em 0 2em;
	border-top: dotted 2px #ccc;
	margin-top: 1em;
}

.blog-navigation .nav-links a {
	font-size: 0.875rem;
	text-transform: uppercase;
	color: #111;
}

.blog-navigation .nav-links a:hover {
	color: #d72835;
}

.blog-navigation .nav-links .nav-previous .nav-title {
	padding-left: 0.5em;
}

.blog-navigation .nav-links .nav-next .nav-title {
	padding-right: 0.5em;
}


@media screen and (min-width: 550px) {
.blog-navigation .nav-links .nav-next,
.blog-navigation .nav-links .nav-previous {
	width: 48%;
}
	
.blog-navigation .nav-links .nav-next {
	float: right;
	text-align: right;
}

.blog-navigation .nav-links .nav-previous {
	float: left;
	text-align: left;
}
}



/*--------------------------------------------------------------
Clearfix
--------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
    content: " "; 
    display: table; 
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* Locations zone on contact page */
#contact-locations {display: block; width: 100%; max-width: 1200px; clear: both; position: relative; list-style-type: none; margin: 0 auto; text-align:center;}
#contact-locations li {display: inline-block; margin: .25em 0; padding: .25em 0.5%; background: #fff; width: 13.5%;}
@media only screen and (min-width: 320px) {
#contact-locations li {
width: 48%;
}
}

@media only screen and (min-width: 580px) {
#contact-locations li {
width: 32%;
}
}

@media only screen and (min-width: 760px) {
#contact-locations li {
width: 24%;
}
}

@media only screen and (min-width: 950px) {
#contact-locations li {
width: 19%;
}
}

@media only screen and (min-width: 1200px) {
#contact-locations li {
width: 13.5%;
}
}

/* @media screen and (min-width: 320px) {
#contact-locations li {float: none; margin: 0 auto; display: block;}
}
 @media screen and (min-width: 382px) {
#contact-locations li {float: left;}
} */

#contact-locations img {/*display: block; height: auto; margin-left: auto; margin-right: auto;*/display: block;
height: auto;/*margin-left: auto; margin-right: auto; */ width: 100%;}
.location h2 {margin: .25em 0 .25em 0; padding: 0; text-align: center; font-size: 1.125em; line-height: 1.125em;}
.location-photo {margin-bottom: .75em;}
/* Locations zone on contact page */