/*
Theme Name: JSM Theme
Theme URI:
Author: Gency
Author URI: https://gency.com.au
Description: The JSM Theme is custom built for JS Mueller & Co
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, full-width-template, microformats, post-formats, sticky-post, threaded-comments, translation-ready
Text Domain: jsm
*/


/* ==========================================================================
   Default stylings from HTML5 Boilerplate
   ========================================================================== */

/* Apply a natural box layout model to all elements - http://paulirish.com/2012/box-sizing-border-box-ftw/ */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Using rem font sizing (Root em’s) with fallback to px for ie8 and below - http://snook.ca/archives/html_and_css/font-size-with-rem */
body { margin: 0; font-size: 16px; font-size: 1rem; line-height: 1.5; }

::-webkit-selection { background: #5784FE; color: #fff; text-shadow: none; }
::-moz-selection { background: #5784FE; color: #fff; text-shadow: none; }
::selection { background: #5784FE; color: #fff; text-shadow: none; }

a { color: #223333; text-decoration: none; }
a:visited { color: #666; }
a:hover { color: #b40101; }

menu { padding: 0; }

td { vertical-align: top; }


/* ==========================================================================
   Basic page styles
   ========================================================================== */

body {
	margin: 0 auto;
	padding: 0;
	font: 16px/1.5 'proxima-nova', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-style: normal;
	font-weight: 200;
	background: #fff;
	color: #223333;
	text-align: left;
}

/* Set the default behavior for touch-based browsing in IE10 on devices running Windows 8 */
canvas {
	-ms-touch-action: double-tap-zoom;
}

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

.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Responsive images */
img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}

img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Header */
h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-weight: 500;
	color: #223333;
	margin-top: 0;
}

h1, h2.title {
	font-family: "proxima-nova",sans-serif !important;
	font-weight: 100;
}

h1, h2.title {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.25;
}

.title--logo {
	position: relative;
}

.title--logo:after {
	background-image: url("images/jsmAltLogo.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 50px;
	left: 50%;
	margin-left: -25px;
	position: absolute;
	top: -60px;
	width: 50px;
}

h2 {
	font-family: proxima-nova,sans-serif !important;
	font-weight: 500;
	margin-bottom: 8px;
	margin-bottom: .5rem;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.1666;
}

h3 {
	margin-bottom: 6px;
	margin-bottom: 0.375rem;
	font-size: 28px;
	font-size: 1.5rem;
	line-height: 1.25;
}


h4 {
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	font-size: 24px;
	font-size: 1.25rem;
	line-height: 1.25;
}

h5 {
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
}

h6 {
	margin-bottom: 5px;
	margin-bottom: 0.3125rem;
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.2142;
}

h1, h2.title {
	font-size: 2.5rem;
}

@media only screen and (min-width: 960px) {
	h1, h2.title {
		font-size: 3rem;
}
}

hr {
	background-color: #e7eeee;
	border: 0;
	height: 1px;
	margin: 24px;
	margin: 1.5rem;
}

ol, ul {
	list-style: none outside none;
}

#primary li {
	list-style: square;
}

#primary li li {
	list-style: disc;
}

#primary li li li {
	list-style: circle;
}

#secondary li {
	list-style: none;
}

#secondary {
	padding-top: 0;
	position: relative;
}

#secondary:before {
	background-color: #ddeeee;
	content:"";
	height: 100%;
	left: -10px;
	position: absolute;
	top: 0;
	width: 1px;
}

p, ol, ul, dl, address {
	margin: 0 0 16px 0;
	margin: 0 0 1rem 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

dt {
	font-style: normal;
	font-weight: 700;
}

figure {
	margin: 1rem 0;
	margin: 16px 0;
}

b, strong {
	font-style: normal;
	font-weight: 700;
}

em {
	font-style: italic;
	font-weight: 400;
}

strong em, b em {
	font-style: italic;
	font-weight: 700;
}

ins {
	background: none repeat scroll 0 0 #FFF9C0;
	text-decoration: none;
}

a {
	color: #223333;
	outline: none;
}

a:visited {
	color: #666;
}

a:focus {
	outline: thin dotted;
	color: #339bcb;
}

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

.alignleft {
	display: inline;
	float: left;
	margin: 0 20px 16px 0;
	margin: 0 1.25rem 1rem 0;
}

.alignright {
	display: inline;
	float: right;
	margin: 0 0 16px 20px;
	margin: 0 0 1rem 1.25rem;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
blockquote.easy_testimonial cite span {
	//display: block;
}

blockquote.easy_testimonial .testimonial_author {
	margin-top: 10px;
}

blockquote.easy_testimonial p {
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-size: 1rem;
	font-weight: 200;
}


blockquote.easy_testimonial .testimonial_author cite {
	color: #334444;
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 0.8rem;
	font-weight: 200;
}

blockquote.easy_testimonial .testimonial_author cite {
	color: #334444;
	font-family: 'proxima-nova', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-size: 0.8rem;
	font-weight: 200;
}

blockquote.easy_testimonial .testimonial_author cite .testimonial-client {
	font-weight: 700;
	padding-top: 10px;
}

.easy_t_single_testimonial blockquote.easy_testimonial {
	background-image: url("images/quoteIconRed.svg");
	background-position: 50% 0.5rem;
	background-repeat: no-repeat;
	background-size: 3rem auto;
	border: 0;
	margin-left: 0;
	margin-right: 0;
	padding: 4rem 0 0 0;
	text-align: center;
}

.testimonial_body,
.testimonial_slide {
	width: 100%;
}


blockquote.pull {
	border-left: 4px solid #d31929;
	margin: 0 0 18px 20px;
	margin: 0 0 1.125rem 1.25rem;
	padding: 0 0 0 16px;
	padding: 0 0 0 1rem;
}

blockquote.pull-right {
	border-left: 0 none;
	border-right: 10px solid #d31929;
	margin: 0 20px 18px 0;
	margin: 0 1.25rem 1.125rem 0;
	padding: 0 16px 0 0;
	padding: 0 1rem 0 0;
	float: none;
}

blockquote p {
	font-family: proxima-nova, sans-serif;
	font-weight: 500;
	font-size: 24px;
	font-size: 1.25rem;
	margin-bottom: 0.5em;
}

blockquote.pull-right p,
blockquote.pull-right small {
	text-align: right;
}

blockquote.positionRight {
	float: right;
	padding: 10px 20px;
	width: 50%;
}

@media only screen and (max-width: 480px) {
	blockquote.positionRight {
		float: none;
		width: 100%;
	}
}

blockquote cite {
	margin-top: 10px;
	position: relative;
}



table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

code, pre {
	border-radius: 3px;
	color: #555;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	font-size: 12px;
	font-size: 0.75rem;
	padding: 0 3px 2px;
	padding: 0 0.1875rem 0.125rem;
	overflow: auto;
	white-space: pre-wrap;
	word-wrap: break-word;
}

code {
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	padding: 2px 4px;
	padding: 0.125rem 0.25rem;
}

pre {
	background-color: #fafafa;
	border-color: #ddd;
	border-style: solid;
	border-width: 1px 1px 1px 11px;
	margin: 1.7rem 0 1.7rem 0.3rem;
}

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

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

.wp-caption {
	max-width: 100%; /* Keep wide captions from overflowing their container. */
	padding: 4px;
	padding: 0.25rem;
}

.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	color: #777;
	text-align: center;
}

img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content dl.gallery-item {
	margin: 0;
}

.gallery-columns-1 .gallery-item a {
	max-width: 100%;
	width: auto;
}

.gallery .gallery-icon img {
	height: auto;
}

.gallery {
	clear: both;
	margin: 0 auto;
	*zoom: 1;
}

.gallery:before,
.gallery:after {
	content: "";
	display: table;
}

.gallery:after {
	clear: both;
}

#primary .entry-content [id^="gallery-"] img {
	border: none;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

button, input {
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	margin: 0;
	font-size: 100%;
	vertical-align: middle;
}

button, input {
	*overflow: visible;
	line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

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

input[type="button"] {
	width: auto;
}

.btn,
input[type="submit"] {
	display: inline-block;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
	margin-bottom: 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.25;
	color: #223333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	cursor: pointer;
	background-color: #e7eeee;
	border: 1px solid #e7eeee;
	border-color: rgba(0, 0, 0, 0.1);
	border-color: #e6e6e6 ;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.btn {
	color: #223333;
	text-decoration: none;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
	background-color: #dad8da;
}

.btn:first-child {
	*margin-left: 0;
}

.btn:hover,
input[type="submit"]:hover {
	color: #223333;
	text-decoration: none;
	background-color: #dad8da;
	*background-color: #dad8da; /* Buttons in IE7 don't get borders, so darken on hover */
}

.btn:focus,
input[type="submit"]:focus {
	outline: thin dotted #223333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}

.btn.active,
.btn:active,
input[type="submit"]:active {
	background-color: #dad8da;
	background-image: none;
	outline: 0;
	position:relative;
	top:1px;
}

.btn.disabled, .btn[disabled] {
	cursor: default;
	background-color: #dad8da;
	background-image: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.btn.disabled:active, .btn[disabled]:active {
	top:0;
}

button.btn, input[type="submit"].btn {
	*padding-top: 2px;
	*padding-bottom: 2px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.btn-large,
input[type="submit"].btn-large {
	padding: 10px 15px;
	padding: 0.625rem 0.9375rem;
	font-size: 20px;
	font-size: 1.25rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.btn-small,
input[type="submit"].btn-small {
	padding: 5px 9px;
	padding: 0.3125rem 0.5625rem;
	font-size: 13px;
	font-size: 0.8125rem;
}

/* Form fields */
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="number"],
textarea {
	font-family: inherit;
	padding: 8px;
	padding: 0.5rem;
	font-family: inherit;
	border: 1px solid #e7eeee;
	border-radius: 3px;
}

#footercontainer form  input[type="text"],
#footercontainer form  input[type="password"],
#footercontainer form  input[type="email"],
#footercontainer form  input[type="url"],
#footercontainer form  input[type="tel"],
#footercontainer form  input[type="number"],
#footercontainer form  textarea {
	background-color: #ffffff;
	font-size: 1rem;
}

input[type="checkbox"] + span {
	display: inline-block;
	margin-left: 20px;
	padding-top: 20px;
	position: relative;
}


input[type="checkbox"] {
	margin-right: 10px;
	opacity: 0;
}

input[type="checkbox"] + span:before {
	background-color: #e7eeee;
	content:"";
	height: 30px;
	left: -43px;
	position: absolute;
	top: 20px;
	width: 30px;
}

input[type="checkbox"]:checked + span:after {
	background-color: #112222;
	content:"";
	height: 14px;
	left: -35px;
	position: absolute;
	top: 28px;
	width: 14px;
}

input[type="radio"]:before {
	background-color: #e7eeee;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	content:"";
	height: 30px;
	left: 0px;
	position: absolute;
	top: 0;
	width: 30px;
}

input[type="radio"]:checked:after {
	background-color: #112222;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	content:"";
	height: 14px;
	left: 8px;
	position: absolute;
	top: 8px;
	width: 14px;
}

#footercontainer input[type="checkbox"]:before,
#footercontainer input[type="radio"]:before {
	background-color: #ffffff;
}

#footercontainer form label {
	font-size: 1rem;
}

select {
	max-width: 100%;
}

/* HTML5 galleries */
.gallery .gallery-item {
	float: left;
	margin: 10px 1% 0;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
	margin: 10px 0 0;
}

.gallery-columns-2 .gallery-item {
	width: 47.5%
}

.gallery-columns-3 .gallery-item {
	width: 31%
}

.gallery-columns-4 .gallery-item {
	width: 22.5%
}

.gallery-columns-5 .gallery-item {
	width: 17.75%
}

.gallery-columns-6 .gallery-item {
	width: 14%
}

.gallery-columns-7 .gallery-item {
	width: 12%
}

.gallery-columns-8 .gallery-item {
	width: 10.25%
}

.gallery-columns-9 .gallery-item {
	width: 9%
}

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	text-transform: uppercase;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.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. */
}


/* ==========================================================================
   Site specific styles
   ========================================================================== */

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

#headercontainer {
	background-color: #ffffff;
	border-color: #e7eeee;
	border-style: solid;
	border-width: 0 0 1px 0;
	padding: 30px 20px;
	position: fixed;
	width: 100%;
	top: 0;
	transition: background-color 1.5s ease, color 0.75s ease, background-image 0.75s ease, border 1.5s ease;
	z-index: 100;
}

@media only screen and (max-width: 960px) {
	#headercontainer {
		padding: 10px 20px;
	}

	#headercontainer.toggled-on {
		height: 100%;
		overflow-y: scroll;
		overflow-x: hidden;
	}
}

.site-header {
	position: relative;
}

.site-title h1 {
	margin-top: 20px;
	margin-top: 1.25rem;
}

.site-title img {
	vertical-align: text-bottom;
}

#bannercontainer {
	width: 100%;
	margin-top: 10px;
}

.banner {
	color: #eaeaea;
	min-height: 75px;
}

#maincontentcontainer {
	width: 100%;
	padding: 4rem 0 2rem 0}

.site-content {
	font-size: 16px;
	font-size: 1rem;
	color: #223333;
	line-height: 1.5;
	position: relative;
}

.home.page .site-content {
	padding-bottom: 0;
}

.home.page .site-content article {
	margin-bottom: 0;
}

/* ==========================================================================
   Main Content
   ========================================================================== */

.entry-meta {
	clear: both;
}

.comments-link {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	float: right;
}

.entry-header {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.entry-header .entry-title a {
	text-decoration: none;
}

h2.title {
	margin: 1em 0 0.5em 0;
	position: relative;
}

h2.title:before {
	background-color: #223333;
	bottom: -10px;
	content: "";
	height: 1px;
	left: 0px;
	position: absolute;
	width: 80px;
}

.centerText h2.title:before {
	left: 50%;
	margin-left: -40px;
}

.entry-header h1 a:visited {
	color: #223333;
}

.entry-header h1 a:hover {
	color: #339bcb;
}

.initialParagraph {
	font-size: 1.2em;
}

article.sticky .featured-post {
	font-family: 'Dosis', sans-serif;
	font-style: normal;
	font-weight: 700;
	background-color: #eee;
	color: #777;
	font-size: 16px;
	font-size: 1rem;
	line-height: 3;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	text-align: center;
}

.site-content article {
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
	-ms-word-wrap: break-word;
	-webkit-hyphens: auto;
	word-wrap: break-word;
}

.header-meta {
	margin-bottom: 10px;
	margin-bottom: 0.625rem;
	padding: 5px 0;
	padding: 0.3125rem 0;
	*zoom: 1;
}

.header-meta:before,
.header-meta:after {
	content: "";
	display: table;
}

.header-meta:after { clear: both; }

.header-meta a {
	text-decoration:none;
}

.header-meta a:visited {
	color: #223333;
}

.header-meta a:hover {
	color: #339bcb;
}

.entry-content {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
	*zoom: 1;
}

.entry-content:before,
.entry-content:after {
	content: "";
	display: table;
}

.entry-content:after { clear: both; }

.entry-content > .elementor {
	margin-top: -10px;
}

#maincontentcontainer .post-categories a,
#maincontentcontainer .post-tags a {
	border-radius: 2px;
	font-size: 12px;
	font-size: 0.75rem;
	background-color: #d31929;
	color: #ffffff;
	padding: 3px;
	margin: 0 3px 0 0;
	display: inline;
	text-decoration: none;
}

#maincontentcontainer .post-categories a:visited {
	color: #fff;
}

#maincontentcontainer .post-categories a:hover {
	background-color: #a80108;
	color: #fff;
}

#maincontentcontainer .post-tags a {
	background-color: #e7eeee;
	color: #666;
}

#maincontentcontainer .post-tags a:visited {
	color: #666;
}

#maincontentcontainer .post-tags a:hover {
	color: #334444;
}

.entry-meta i.fa-tag {
	display: none;
}

.entry-header address,
.comment-content address {
	font-style: italic;
	font-weight: 400;
	display: block;
}

.entry-header address {
	display: inline;
}

.entry-header time,
.entry-header address {
	font-style: italic;
	font-weight: 400;
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0 20px 0 0;
	margin: 0 1.25rem 0 0;
}

.page-links {
	clear: both;
	line-height: 1.75;
	color: #3a3a3a;
}

.page-links .page-numbers {
	background-color: #3a3a3a;
	padding: 2px 4px;
	padding: 0.125rem 0.25rem;
	color: #fff;
}

.page-links a {
	text-decoration: none;
}

.page-links a .page-numbers {
	background-color: transparent;
	color: #3a3a3a;
}

.page-links a:hover .page-numbers {
	background-color: #339bcb;
	color: #fff;
}

.more-link {
	color: #339bcb;
	text-decoration: none;
}

.more-link:hover,
.more-link:active,
.more-link:visited {
	outline: 0;
	color: #339bcb;
}

.post-edit-link {
	text-decoration: none;
}

.entry-content dl,
.comment-content dl {
	margin: 0 24px;
	margin: 0 1.5rem;
}

.entry-content dt,
.comment-content dt {
	font-style: normal;
	font-weight: 700;
	line-height: 1.5;
}

.entry-content dd,
.comment-content dd {
	line-height: 1.5;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.entry-content table,
.comment-content table {
	border-bottom: 1px solid #e7eeee;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	width: 100%;
}

.entry-content table caption,
.comment-content table caption {
	font-size: 16px;
	font-size: 1rem;
	margin: 24px 0;
	margin: 1.5rem 0;
}

.entry-content td,
.comment-content td {
	border-top: 1px solid #e7eeee;
	padding: 6px 10px 6px 0;
	padding: 0.375rem 0.625rem 0.375rem 0;
}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	line-height: 1.5;
	padding: 0;
}

.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {
	margin-bottom: 0;
}

.entry-content ul,
.comment-content ul {
	list-style: disc outside;
}

.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}

.entry-content li,
.comment-content li {
	margin: 0 0 0 28px;
	margin: 0 0 0 1.75rem;
}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

.author-info {
	border-top: 1px solid #e7eeee;
	border-bottom: 1px solid #e7eeee;
	margin: 24px 0;
	margin: 1.5rem 0;
	padding: 24px 0;
	padding: 1.5rem 0;
	overflow: hidden;
	*zoom: 1;
}

.author-info:before,
.author-info:after {
	content: "";
	display: table;
}

.author-info:after { clear: both; }

.author-description h2 {
	font-size: 24px;
	font-size: 1.5rem;
}

.author-description p {
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
	margin-bottom: 8px;
	margin-bottom: 0.5rem;
}

.author-link {
	font-size: 14px;
	font-size: 0.875rem;
}

.author-link a {
	color: #777;
	text-decoration: none;
}

.author-link a:visited {
	color: #666;
}

.author-link a:focus,
.author-link a:hover,
.author-link a:active {
	outline: 0;
	color: #339bcb;
}

.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
	margin: 0 0 3rem;
}

.author.archive .author-avatar {
	margin-top: 0;
}

.author.archive .author-link {
	display: none;
}

.author-avatar {
	float: left;
	margin-top: 8px;
	margin-top: 0.5rem;
}

.author-description {
	float: right;
	width: 80%;
}

.social-meta a {
	text-decoration: none;
	margin-right: 5px;
	margin-right: 0.3125rem;
}


/* ==========================================================================
   Post Formats
   ========================================================================== */

.entry-media {
	margin: 0 auto 16px;
	margin: 0 auto 1rem;
	max-width: 792px;
	width: 100%;
}

.entry-media .wp-caption,
.entry-media .wp-caption-text,
.entry-media [class*="align"] {
	margin: 0 auto;
}

/* Aside */
.format-aside .entry-content {
	margin: 20px 0 18px 0;
	margin: 1.25rem 0 1.125rem 0;
}

.format-aside .entry-content p:last-child {
	margin-bottom: 0;
}

/* Status */
.format-status .entry-content {
	border-left: 5px solid #ddd;
	margin: 20px 0 18px 0;
	margin: 1.25rem 0 1.125rem 0;
	padding: 0 0 0 15px;
	padding: 0 0 0 0.9375rem;
}

.format-status .entry-content p {
	font-size: 20px;
	font-size: 1.25rem;
	font-style: italic;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

/* Quote */
.format-quote .entry-content blockquote:before {
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	speak: none;
	vertical-align: top;
	font-size: 40px;
	font-size: 2.5rem;
	content: "\f10d";
	color: #ddd;
	top: -15px;
	left: 0;
	position: absolute;
	z-index: -1;
}

.format-quote .entry-content {
	margin-top: 24px;
	margin-top: 1.5rem;
	position: relative;
}

.format-quote .entry-content blockquote {
	border: none;
	margin-left: 40px;
	margin-left: 2.5rem;
}

/* Audio */
.format-audio .wp-audio-shortcode {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}


/* ==========================================================================
   Archives
   ========================================================================== */

.archive-header,
.page-header {
	margin-bottom: 32px;
	margin-bottom: 2rem;
}

.archive-meta {
	font-style: italic;
	font-weight: 400;
	color: #777;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
	margin-top: 16px;
	margin-top: 1rem;
}


/* ==========================================================================
   Comments
   ========================================================================== */

.comments-title {
	margin-bottom: 48px;
	margin-bottom: 3rem;
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.5;
	font-weight: normal;
}

.comments-area article {
	padding-bottom: 16px;
	padding-bottom: 1rem;
	margin: 24px 0;
	margin: 1.5rem 0;
	border-bottom: 1px solid #e7eeee;
}

.comments-area article header {
	margin: 0 0 24px;
	margin: 0 0 1.5rem;
	overflow: hidden;
	position: relative;
}

.comments-area article header img {
	float: left;
	padding: 0;
	line-height: 0;
}

.comments-area article header cite,
.comments-area article header time {
	display: block;
	margin-left: 84px;
	margin-left: 5.25rem;
}
.comments-area article header cite {
	font-style: normal;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.comments-area article header time {
	font-style: italic;
	font-weight: 400;
	line-height: 1.8;
	text-decoration: none;
	font-size: 14px;
	font-size: 0.875rem;
	color: #5e5e5e;
}

.comments-area article header a {
	text-decoration: none;
	color: #5e5e5e;
}

.comments-area article header a:hover {
	color: #21759b;
}

.comments-area article header cite a {
	color: #444;
}

.comments-area article header cite a:hover {
	text-decoration: underline;
}

.comments-area article header h4 {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px 14px;
	padding: 0.5rem 0.875rem;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: normal;
	color: #fff;
	background-color: #0088d0;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #009cee, #0088d0);
	background-image: -ms-linear-gradient(top, #009cee, #0088d0);
	background-image: -webkit-linear-gradient(top, #009cee, #0088d0);
	background-image: -o-linear-gradient(top, #009cee, #0088d0);
	background-image: linear-gradient(top, #009cee, #0088d0);
	border-radius: 3px;
	border: 1px solid #007cbd;
}

.comments-area li.bypostauthor cite span {
	position: absolute;
	margin-left: 6px;
	margin-left: 0.375rem;
	padding: 2px 6px;
	padding: 0.125rem 0.375rem;
	font-size: 12px;
	font-size: 0.75rem;
}

a.comment-reply-link {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.8;
	color: #686868;
	text-decoration: none;
}

a.comment-reply-link:hover {
	color: #21759b;
}

.commentlist .pingback {
	line-height: 1.8;
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
	padding-bottom: 0;
}

.commentlist .children {
	margin-left: 48px;
	margin-left: 3rem;
}

.commentlist {
	padding-left: 0;
}

/* Comment form */
#respond {
	margin-top: 48px;
	margin-top: 3rem;
}

#respond h3#reply-title #cancel-comment-reply-link {
	margin-left: 12px;
	margin-left: 0.75rem;
	font-weight: normal;
	font-size: 12px;
	font-size: 0.75rem;
}

#respond form {
	margin: 24px 0 32px 0;
	margin: 1.5rem 0 2rem 0;
}

#respond form p {
	margin: 12px 0;
	margin: 0.75rem 0;
}

#respond form p.logged-in-as {
	margin-bottom: 24px;
	margin-bottom: 1.5rem;
}

#respond form label {
	display: block;
	line-height: 1.8;
}

#respond form input[type="text"],
#respond form textarea {
	font-family: inherit;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.8;
	padding: 8px;
	padding: 0.5rem;
	width: 100%;
}

#respond form input[type="text"] {
	width:48%;
}

#respond form p.form-allowed-tags {
	margin: 0;
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1.5;
	color: #5e5e5e;
}

#respond form p.form-allowed-tags code {
	background: none;
	border: none;
	color: #5e5e5e;
}

label .required,
span.required {
	color: #bb0504;
}

form label.error {
	font-style: normal;
	font-weight: 700;
	display:block;
	padding: 0 10px 0 10px;
	padding: 0 0.625rem 0 0.625rem;
	margin: 5px 0 5px 0;
	margin: 0.3125rem 0 0.3125rem 0;
	font-size: 14px;
	font-size: 0.875rem;
	border-left: 4px solid #bb0504;
	display: none;
}

#respond form label.error {
	line-height: 1.3;
}

/* ==========================================================================
   Footer
   ========================================================================== */

#footercontainer {
	width: 100%;
}

.site-footer {
	font-size: 16px;
	font-size: 1rem;
	color: #999;
}

.site-footer h3 {
	font-weight: 600;
}

.site-footer a:focus {
	outline: thin dotted;
	color: #339bcb;
}

.site-footer .widget-area .widget {
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.smallprint {
	color: #999;
}

.smallprint p {
	font-size: 14px;
	font-size: 0.875rem;
}

.smallprint a {
	color: #555;
}

.smallprint a:visited {
	color: #555;
}

.smallprint a:hover {
	color: #339bcb;
}


/* ==========================================================================
   Widgets
   ========================================================================== */

.widget-area ul {
	list-style: none outside none;
	padding-left: 0;
}

.widget-area ul li {
	padding: 10px 0;
	border-bottom: 1px solid #a9ddf3;
}

#secondary .widget-area ul li {
	border-color: #ddeeee;
}

.widget-area ul li:last-of-type {
	border-bottom: 0;
}

.widget-area .widget {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	margin-bottom: 48px;
	margin-bottom: 2rem;
}

footer .widget_nav_menu {
	padding-top: 0;
}

.widget select {
	margin-left: 1px;
	margin-left: 0.0625rem;
}

.widget-area .widget ul ul {
	margin-left: 12px;
	margin-left: 0.75rem;
}

.widget_rss li {
	margin: 12px 0;
	margin: 0.75rem 0;
}

.widget_recent_entries .post-date,
.widget_rss .rss-date {
	font-size: 12px;
	font-size: 0.75rem;
	margin-left: 12px;
	margin-left: 0.75rem;
}

#wp-calendar {
	margin: 0;
	width: 100%;
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 2;
}

#wp-calendar th,
#wp-calendar td,
#wp-calendar caption {
	text-align: center;
}

#wp-calendar thead {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#wp-calendar caption {
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	text-align: left;
}

#wp-calendar #today {
	background-color: #ddd;
}

#wp-calendar tfoot {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

#wp-calendar #next {
	padding-right: 24px;
	padding-right: 1.5rem;
	text-align: right;
}

.widget_search label {
	font-size: 14px;
	font-size: 0.875rem;
	line-height: 1.5;
}

.widget_twitter li {
	list-style-type: none;
}

.widget_twitter .timesince {
	display: block;
	text-align: right;
}


/* ==========================================================================
   Content Navigation
   ========================================================================== */

.site-content nav {
	clear: both;
	line-height: 2;
	overflow: hidden;
}

#nav-above {
	padding: 24px;
	padding: 1.5rem;
}

#nav-above {
	display: none;
}

.paged #nav-above {
	display: block;
}

.nav-previous,
.previous-image {
	float: left;
	width: 50%;
	line-height: 1.3;
}

.nav-previous a,
.nav-next a {
	text-decoration: none;
}

.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
	line-height: 1.3;
}

.nav-single + .comments-area,
#comment-nav-above {
	margin: 48px 48px 48px 0;
	margin: 3rem 3rem 3rem 0;
}

ul.page-numbers {
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 2;
}

li a.page-numbers,
li span.page-numbers {
	padding: 5px;
	padding: 0.3125rem;
	text-decoration: none;
}

li a:visited.page-numbers {
	color: #3a3a3a;
}

li a:hover.page-numbers {
	background-color: #339bcb;
	color: #fff;
}

li a:hover.prev,
li a:hover.next {
	background-color: transparent;
	color: #339bcb;
}

.page-numbers li {
	display: inline;
}

li span.current {
	background-color: #3a3a3a;
	color: #fff;
}

li a.prev,
li a.next,
li span.dots {
	border: none;
}



/* ==========================================================================
   Main Navigation
   ========================================================================== */

.main-navigation {
	text-align: left;
	float: right;
	clear: right;
	margin: 0;
}

.main-navigation h1 {
	font-size: 32px;
	font-size: 2rem;
	line-height: 1.25;
}

.nav-menu {
	font-family: 'ingra-2', Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: 100;
	line-height: 1.5;
	text-transform: uppercase;
}

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

.main-navigation li {
	float: left;
	position: relative;
	margin: 0 0 0 20px; /* Margin on the left side of each top level menu item (since it's floated right) */
	margin: 0 0 0 1.25rem;
}

.main-navigation .navigation_container > ul > li {
	padding: 23px 0 8px 0;
}

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

.main-navigation ul li li.page_item_has_children > a {
	padding-right: 15px;
}

.main-navigation ul li li.page_item_has_children > a:after { /* If you don't want the arrows on the sub-menu options, simply remove this style */
	color: #aabbbb;
	font-family: 'FontAwesome';
	font-weight: normal;
	font-style: normal;
	speak: none;
	vertical-align: middle;
	font-size: 9px;
	font-size: 0.5625rem;
	content: " \f054";
	right: 10px;
	margin-top: -7px;
	position: absolute;
	right: 10px;
	top: 50%;
}

.main-navigation ul a {
	color: #223333;
	font-size: 14px;
	line-height: 1.25em;
	padding: 0; /* Padding around each top level menu option (if needed) */
}

.main-navigation ul ul a {
	padding: 0 5px; /* Padding around each dropdown menu option */
	padding: 15px 5px 10px 5px;
}

.main-small-navigation a, .main-navigation a {
	display: block;
	text-decoration: none;
	color: #223333; /* Nav bar link color */
}

.main-navigation ul ul {
	display: none;
	position: absolute;
	left: 0;
	z-index: 99999;
	line-height: 1.7;
	top: 52px;
	background-color: #eeffff; /* Nav bar dropdown background color */
}

.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}

.main-navigation ul ul a {
	color: #223333; /* Nav bar dropdown link color */
	width: 9em;
}

.main-navigation ul ul a {
	color: #223333; /* Nav bar dropdown link color */
	width: 9em;
}

.main-navigation ul ul li {
}


.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}

.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current_page_parent > a {
	color: #223333; /* Nav bar link color for current menu item or ancestor */
}

#site-navigation ul > li > a {
	border-color: transparent;
	border-style: solid;
	border-width: 0 0 4px 0;
	display: table;
}

#site-navigation ul > li li a,
#site-navigation ul > li li li a {
	border-style: solid;
	border-width: 0 0 1px 0;
}

#site-navigation ul > li > a:hover {
	border-color: rgba(255,255,255,0.15);
}

#site-navigation ul > li.current_page_item > a,
#site-navigation ul > li.current_page_item > a:hover {
	border-color: #d31929;
}

#site-navigation.main-navigation ul ul > li a:hover {
	border-color: #e7eeee;
}


.main-navigation ul .divider {
    border-bottom: 1px solid #aaa;
    height: 0;
    line-height: 0.0625;
    overflow: hidden;
}

.main-navigation ul li.dropdown-header a,
.main-navigation ul li.current-menu-item ul .dropdown-header a {
	color: #aaa; /* Nav bar dropdown header color */
	background-color: #223333; /* Nav bar dropdown header background color */
}

/* Small menu toggle for mobile devices */
.menu-toggle {
	cursor: pointer;
}

.main-small-navigation .nav-menu {
	display: none;
	font-size: 16px;
}

.main-small-navigation ul a {
	padding: 5px 0;
	padding: .3125rem 0; /* Padding around each top level menu option (if needed) */
}

/* ==========================================================================
   WPML translation plugin
   ========================================================================== */

#lang_sel {
	width: 65%;
	height: 35px;
}

#lang_sel li {
	width: 100%;
}

#lang_sel ul ul {
	top: 35px;
	width: 100%;
}

#lang_sel a.lang_sel_sel {
	border-radius: 3px;
}

#lang_sel a,
#lang_sel a:visited {
	font-size: 16px;
	font-size: 1rem;
	padding: 5px 0 5px 10px;
}

.main-navigation .menu-item-language .iclflag {
	margin-top: 7px;
}

#lang_sel .iclflag {
	margin-top: 2px;
}

#lang_sel .lang_sel_sel .iclflag {
	margin-top: 6px;
}

#lang_sel_footer .iclflag,
#lang_sel_footer .icl_lang_sel_current {
	margin-top: 6px;
}

/* ==========================================================================
   WooCommerce
   ========================================================================== */

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
	color: #339bcb;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message {
	border-color: #339bcb;
}

.woocommerce #content div.product p.price,
.woocommerce #content div.product span.price,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce-page #content div.product p.price,
.woocommerce-page #content div.product span.price,
.woocommerce-page div.product p.price,
.woocommerce-page div.product span.price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
	color: #339bcb;
}

.woocommerce span.onsale,
.woocommerce-page span.onsale {
	line-height: 2.6;
	min-height: 3em;
	min-width: 3em;
	background-color: #339bcb;
	*background-color: #339bcb;
}

.woocommerce #content nav.woocommerce-pagination ul li span.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.woocommerce-page #content nav.woocommerce-pagination ul li span.current,
.woocommerce-page nav.woocommerce-pagination ul li span.current {
	background-color: #223333;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination li a.page-numbers,
.woocommerce nav.woocommerce-pagination li span.page-numbers {
	padding: 5px;
	padding: 0.3125rem;
	text-decoration: none;
	line-height: 1.25;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers li {
	margin: 0 .1rem;
	border: none;
}

.woocommerce nav.woocommerce-pagination ul.page-numbers {
	border: none;
}

.woocommerce nav.woocommerce-pagination li a.prev,
.woocommerce nav.woocommerce-pagination li a.next,
.woocommerce nav.woocommerce-pagination li span.dots {
	border: none;
}

.woocommerce nav.woocommerce-pagination li a:hover.page-numbers {
	background-color: #339bcb;
	color: #fff;
}

.woocommerce nav.woocommerce-pagination li a:hover.prev,
.woocommerce nav.woocommerce-pagination li a:hover.next {
	background-color: transparent;
	color: #339bcb;
}

.shipping-calculator-button {
	text-decoration: none;
}

/* ==========================================================================
   Page Builders
   ========================================================================== */

/* Divi Builder - Resize rows to match JSM Theme */
.page-template-page-builderfullwidth.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row,
.page-template-page-builderblank.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row,
.page-template-page-builderboxed.et_divi_builder #et_builder_outer_content .et_pb_section .et_pb_row {
	max-width: 1180px;
	padding-left: 10px;
	padding-right: 10px;
}

/* Visual Composer - Remove the negative margin when using the full-width page builder template */
.page-template-page-builderfullwidth.wpb-js-composer .vc_row,
.page-template-page-builderblank.wpb-js-composer .vc_row {
	margin-left: 0;
	margin-right: 0;
}

/* SiteOrigin Page Builder - Ensure the grid only extends 100% */
.page-template-page-builderfullwidth.siteorigin-panels .panel-grid,
.page-template-page-builderblank.siteorigin-panels .panel-grid {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

/* Elementor Page Builder - Ensure the grid only extends 100% */
.page-template-page-builderfullwidth.elementor-page .elementor-section.elementor-section-boxed > .elementor-container,
.page-template-page-builderblank.elementor-page .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: 1180px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 1100px) {
	.banner h1 {
		font-size: 44px;
		font-size: 2.75rem;
	}
	.banner h2 {
		font-size: 24px;
		font-size: 1.5rem;
	}
}

@media only screen and (max-width: 767px) {
	header .main-navigation {
		margin-top: 0;
		float: none;
	}
	.main-navigation .nav-menu > li:first-child {
		margin-left: 0;
	}
	.widget-area {
		margin-top: 32px;
		margin-top: 0.5rem;
	}
	.header-meta {
		margin-bottom: 16px;
		margin-bottom: 1rem;
	}
	.header-meta a {
		padding: 12px 12px 12px 0;
		padding: .75rem .75rem .75rem 0;
	}
	.header-meta .post-categories a {
		padding: 5px;
		padding: .3125rem;
	}
	ul.page-numbers {
		line-height: 3;
	}
	li a.page-numbers,
	li span.page-numbers {
		padding: 12px 10px;
		padding: .75rem .625rem;
	}
	.more-link {
		padding: 12px 12px 10px 0;
		padding: .75rem .75rem .625rem 0;
	}
	.widget-area a {
		padding: 12px 12px 10px 0;
		padding: .75rem .75rem .625rem 0;
	}
	.widget-area li {
		margin: 12px 12px 10px 0;
		margin: .75rem .75rem .625rem 0;
	}
}

@media only screen and (max-width: 960px) {
	.site-title h1 {
		text-align: center;
	}

	.nav-menu,
	.nav-menu ul {
		padding: 0;
	}
	.main-small-navigation,
	.main-navigation li {
		width: 100%;
	}

	.main-small-navigation .nav-menu ul {
		margin: 0;
		padding: 0;
		padding-top: 20px;
		padding-left: 8px;
		padding-left: 0.5rem;
	}

	.sub-menu,
	.main-small-navigation li {
		margin-left: 20px;
	}
	.main-small-navigation {
		margin-top: 15px;
		text-align: center;
	}
	.main-small-navigation ul li,
	.main-navigation ul li {
		margin: 5px 0;
		text-align: left;
	}
	.main-navigation ul ul, .main-navigation ul ul li ul {
		position: relative;
	}
	.main-navigation ul ul li ul {
		left: 0;
	}
	.main-navigation ul ul a {
		color: #fff; /* Nav bar dropdown link color */
		background-color: #223333;  /* Nav bar dropdown background color */
		width: 100%; /* Nav bar dropdown width */
	}
	.header-meta .publish-date,
	.header-meta .publish-author,
	.header-meta .post-categories,
	.header-meta .comments-link {
		float: left;
		margin: 8px 0;
		margin: .5rem 0;
	}
	.header-meta .post-categories {
		margin-right: 8px;
		margin-right: .5rem;
	}
}

@media only screen and (max-width: 420px) {
	li a.prev span,
	li a.next span {
		display: none;
	}
	li a.prev i,
	li a.next i {
		font-size: 24px;
		font-size: 1.5rem;
	}

	.phoneCTA span {
		display: none;
	}
}

@media only screen and (max-width: 320px) {
	.author-description {
		float: left;
		width: 100%;
	}
}


/* ==========================================================================
   Non-semantic helper classes from HTML5 Boilerplate
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }

/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden { display: none !important; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: h5bp.com/q */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* ==========================================================================
   Print styles from HTML5 Boilerplate
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a:visited { color: currentColor; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/* Silo styles */

#services:before {
  content: "";
  display: block;
  height: 120px; /* fixed header height*/
  margin: -120px 0 0; /* negative fixed header height */
}

.siloHolder {
	overflow: hidden;
	width: 100%;
}

.siloHolder__silo {
	background-color: #0c283e;
	box-sizing: border-box;
	float: left;
	height: 50vh;
	margin-left: -1px;
	min-height: 540px;
	padding: 0 0 20px 0;
	position: relative;
	width: 25%;
	width: calc(25% + 1px);
}

.siloHolder__silo--red {
	color: #d31929;
}

.siloHolder__silo--lightBlue {
	color: #81c4e0;
}

.siloHolder__silo--darkBlue {
	color: #004a75;
}

.siloHolder__silo--rustyBrown {
	color: #753732;
}

.siloHolder__silo:hover .siloHolder__bar {
	height: 100%;
}

.siloHolder__bar {
	background-color: currentColor;
	bottom: 0;
	height: 10px;
	position: absolute;
	transition: height 0.15s ease;
	width: 20%;
	z-index: 0;
}

.siloHolder__bar:nth-of-type(1) {
	left: 0%;
}

.siloHolder__bar:nth-of-type(2) {
	left: 20%;
	transition-delay: 0.1s;
}

.siloHolder__bar:nth-of-type(3) {
	left: 40%;
	transition-delay: 0.2s;
}

.siloHolder__bar:nth-of-type(4) {
	left: 60%;
	transition-delay: 0.3s;
}

.siloHolder__bar:nth-of-type(5) {
	left: 80%;
	transition-delay: 0.4s;
}

.siloHolder__contentHolder {
	display: table;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: padding 0.5s ease;
	width: 100%;
	z-index: 10;
}

.siloHolder__content {
	color: #ffffff;
	display: table-cell;
	height: 100%;
	padding: 30% 25%;
	text-align: center;
	transition: inherit;
	vertical-align: middle;
	z-index: 10;
}

.siloHolder__silo:hover .siloHolder__content {
	padding-top: 10%;
}

.siloHolder__iconHolder {
	height: 60px;
	margin: 0 auto;
	width: 60px;
}

.siloHolder__svgIcon {
	height: 100%;
	width: 100%;
}

.siloHolder__heading {
	color: inherit;
	font-family: proxima-nova,sans-serif;
	font-size: 1.75rem;
	font-weight: 500;
	margin: 0.83em 0;
}

.siloHolder__rule {
	background-color: transparent;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px 0 0 0;
	margin: 1em auto;
	padding: 0;
	text-align: right;
	transition: width 0.5s ease;
	width: 0px;
}

.siloHolder__silo:hover .siloHolder__rule {
	width: 80px;
}

.siloHolder__extra {
	margin-top: 40px;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.siloHolder__extra p {
	color: inherit;
}

.siloHolder__silo:hover .siloHolder__extra {
	opacity: 1;
}

@media only screen and (max-width: 960px) {
	.siloHolder__silo {
		min-height: 0px;
		width: 50%;
	}

	.siloHolder__bar {
		height: 100%;
	}


	.siloHolder__rule {
		width: 80px;
	}

	.siloHolder__extra {
		opacity: 1;
	}

	.siloHolder__content {
		padding-top: 10%;
	}
}

@media only screen and (max-width: 640px) {
	.siloHolder__silo {
		min-height: 0px;
		width: 100%;
	}
}

/* End silo styles */

/* custom content styles */

.contentColumn {
	width: 100%;
}

@media only screen and (min-width: 960px) {
	.contentColumn {
		float: left;
		width: 50%;
	}

	.contentColumn--left {
		padding-right: 20px;
	}

	.contentColumn--right {
		padding-left: 20px;
	}
}


/* custom content styles */
svg path {
    fill: inherit;
    stroke: inherit;
}

svg.parentSVG {
  display: none;
}

.svgIcon {
	fill:none;
	stroke-linecap:round;
	stroke-linejoin:round;
	stroke-miterlimit:10;
}

.iconHolder {
	height: 60px;
	margin: 0 auto;
	width: 60px;
}

.iconHolder > svg {
	height: 100%;
	width: 100%;
}

.iconColours {
	stroke: #ffffff;
}

/* button styles */
.downArrow {
	background-image: url("images/downArrowIcon.svg");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 30px 15px;
	color: #ffffff;
	height: 50px;
	bottom: 25px !important;
	font-family: "ingra-condensed-2",sans-serif !important;
	font-size: 0.8rem !important;
	font-weight: 600 !important;
	left: 50%;
	margin-left: -50px;
	padding-bottom: 15px;
	position: absolute;
	text-align: center;
	-moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	-webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	text-decoration: none;
	text-transform: uppercase !important;
	width: 100px;
}

.roundedButton {
	border-style: solid;
	border-width: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
	display: block;
	font-family: "ingra-condensed-2",sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	margin: 30px 0;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.5s ease;
}

.roundedButton--whiteBackground {
	border-color: #ffffff;
	background-color: #ffffff;
}

.roundedButton--redBackground,
.roundedButton--redBackground:focus,
.roundedButton--redBackground:visited {
	border-color: #d31929;
	background-color: #d31929;
	color: #fff;
}

.roundedButton--redBackground:hover {
	background-color: transparent;
	color: #d31929;
}

.roundedButton--redText,
.roundedButton--redText:visited {
	color: #d31929;
}

.roundedButton--lightBlueText,
.roundedButton--lightBlueText:visited {
	color: #81c4e0;
}

.roundedButton--darkBlueText,
.roundedButton--darkBlueText:visited {
	color: #004a75;
}

.roundedButton--rustyBrownText,
.roundedButton--rustyBrownText:visited {
	color: #753732;
}

.roundedButton--whiteBackground:hover {
	background-color: transparent;
	color: #ffffff;
}

.roundedButton--fullWidth {
	width: 100%;
}

.roundedButton--banner {
	bottom: 25px !important;
	left: 50%;
	margin-left: -50px;
	position: absolute;
}
/* end button styles */

/* splash banner */


.splashBanner {
	background-color: #00cc33;
	height: 100vh;
	width: 100%;
}

.fixedPosition {
	position: fixed;
}

.fontOverride {
	left: 0 !important;
	top: 50% !important;
	width: 100% !important;
}

.fontOverride > div {
	font-family: "proxima-nova",sans-serif !important;
	font-size: 3rem !important;
	font-weight: 100 !important;
	letter-spacing: -1px !important;
	padding: 0 10px;
	vertical-align: middle;
	white-space: normal !important;
}

@media only screen and (max-width: 480px) {

}

@keyframes growBlock {
    0% {transform: scaleY(0); opacity:0;}
    5% {transform: scaleY(1); opacity: 1}
    85% {transform: scaleY(1); opacity: 1}
    90% {transform: scaleY(0); opacity: 0}
    100% {transform: scaleY(0); opacity:0;}
}

@keyframes shrinkBlock {
    0% {transform: scaleY(1); opacity:1;}
    100% {transform: scaleY(0); opacity:0;}
}

.jsmBlock.triggerBlockAnimation:after,
.jsmBlock.triggerBlockAnimation:before {
	animation-duration: 1s;
	animation-iteration-count: 1;
	animation-name: shrinkBlock;
	animation-timing-function: ease-out;
}

.jsmBlock {
	display: block !important;
	height: 86px !important;
	left: 50% !important;
	margin-left: -40px;
	margin-top: -150px;
	position: absolute !important;
	top: 50% !important;
	transition: inherit !important;
	width: 80px !important;
}

@media only screen and (min-width: 960px) {
	.jsmBlock {
		height: 108px !important;
		margin-left: -50px;
		width: 100px !important;
	}
}

.jsmBlock:after,
.jsmBlock:before {
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-name: growBlock;
	animation-timing-function: ease-in-out;
	background-color: #c31d2a;
	bottom: 0;
	content:"";
	opacity: 0;
	position: absolute;
	transform-origin: left bottom;
}

.jsmBlock:before {
	mix-blend-mode: multiply !important;
	z-index: 10;
}

.jsmBlock:after {
	background-color: #ffffff;
	z-index: 0;
}

.jsmBlock1:before,
.jsmBlock1:after {
	height: 21.4%;
	left: 0;
	width: 100%;
}

.jsmBlock2:before,
.jsmBlock2:after {
	height: 62.5%;
	left: 15.4%;
	animation-delay: 0.1s;
	width: 67.3%;
}

.jsmBlock2:before {
	background-color: #e91927;
}

.jsmBlock3:before,
.jsmBlock3:after {
	height: 100%;
	left: 32.7%;
	animation-delay: 0.2s;
	width: 50%;
}


.jsmBlock4:before,
.jsmBlock4:after {
	height: 85.7%;
	left: 50%;
	animation-delay: 0.3s;
	width: 50%;
}

.jsmBlock4:before {
	background-color: #e91927;
}

.jsmBlock5:before,
.jsmBlock5:after {
	height: 44.6%;
	left: 65.5%;
	animation-delay: 0.4s;
	width: 34.6%;
}

@media only screen and (max-width: 480px) {
	.n2-ss-slider,
	.n2-grab,
	.n2-ss-slide {
		height: 100vh !important;
	}
}

@media only screen and (min-width: 481px) and (max-width: 1280px) {
	.n2-ss-slider,
	.n2-grab,
	.n2-ss-slide {
		height: 67vh !important;
	}
}

.bannerImage--splash {
	height: 100vh;
	height: calc(100vh - 85px);
}

.bannerImage--standard {
	height: 50vh;
}

.bannerImage {
	background-color: #81c4e0;
	background-position: 80% 80%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
	margin-top: 85px;
	padding: 10px;
	position: relative;
	width: 100%;
}

@media only screen and (max-width: 960px) {
	.bannerImage {
		margin-top: 75px;
	}
}

.bannerImage h1 {
	color: #ffffff;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

@media only screen and (max-width: 480px) {
	.bannerImage h1 {
		font-size: 22px;
	}
}

#headercontainer + #maincontentcontainer { /* non banner case */
	margin-top: 85px;
}

@media only screen and (min-width: 1280px) {
	.bannerImage--splash {
		height: 540px;
	}

	.bannerImage--standard {
		height: 270px;
	}
}

@media only screen and (max-width: 1280px) {
	.fontOverride > div {
		font-size: 2rem !important;
	}
}

.n2-ss-layers-container {
	height: 100% !important;
	margin-top: 0 !important;
}

/* end splash banner */

/* content layout styles */

.centerText {
	text-align: center;
}

.centerText h1 {

}

.section960wMax {
	padding: 20px;
	width: 100%;
}

@media only screen and (min-width: 1280px) {
	.section960wMax {
		margin: 0 auto;
		width: 1200px;
	}
}

/* end content layout styles */

/* header styles */

@media only screen and (max-width: 640px) {
	.custom-logo-link {
		display: block;
		width: calc(100% - 80px);
	}
}

.menu-toggle {
	color: #445555;
	font-family: "ingra-condensed-2",sans-serif;
	font-size: 0.8em;
	font-weight: 600;
	text-transform: uppercase;
	height: 50px;
	line-height: 50px;
	padding: 0 50px 0 0;
	position: absolute;
	right: 0;
	top: 50px;
}

@media only screen and (min-width: 321px) {
	.menu-toggle {
		top: 60px;
	}
}

.menu-toggle:before {
	background-image: url("images/menuDarkIcon.svg");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 30px 30px;
	content: "";
	height: 50px;
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
}

@media only screen and (max-width: 960px) {

	#masthead .site-title {
		float: none;
		margin-top: 10px;
	}

	.menu-toggle.toggled-on:before {
		background-image: url("images/crossIcon.svg");
	}
}

.phoneCTA {
	background-image: url("images/phoneIconBlue.svg");
	background-position: 100% center;
	background-repeat: no-repeat;
	background-size: auto 20px;
	color: #0c283e;
	content: "02 9562 1266";
	float: right;
	font-family: "ingra-condensed-2",sans-serif !important;
	font-size: 20px;
    font-weight: 600;
	height: 50px;
	line-height: 50px;
	padding-right: 25px;
	text-align: right;
	text-transform: uppercase;
	visibility: visible;
}

.searchToggle {
	background-image: url("images/searchIconGrey.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	cursor: pointer;
	float: right;
	height: 50px;
	width: 50px;
}

.searchHolder {
	float: right;
	transition: width 0.5s ease-out;
	width: 0;
	overflow: hidden;
}

.searchHolder--open {
	width: 200px;
}

/* end header styles */

/* additional styles moved from config */


input {
	font-size: 1rem;
}

/*
Where are these meant to be?
	background-position: 10px 50%;
	background-size: 20px auto;
	font-size: 0.8rem;
	text-align: right;
	width: 90px;
*/

input[type="submit"].search-submit {
	background-color: #0c283e;
	background-image: url("images/rightArrowIconWhite.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 24px 24px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: 0;
	color: #ffffff;
	font-size: 0;
	height: 50px;
	margin: 0;
	text-shadow: none;
	transition: background-color 0.5s ease;
	width: 50px;
}

input[type="submit"].search-submit:hover {
	background-color: #004a75;
	color: #ffffff;
	transition: background-color 0.5s ease;
}

input.search-field {
	background-color: #e7eeee;
	border-width: 0;
	box-sizing: border-box;
	height: 50px;
	line-height: 30px;
	padding: 10px;
	width: 100%;
}

.search-form label {
	display: block;
	float: left;
	width: calc(100% - 50px);
}

#footercontainer {
	background-color: #81c4e0;
}

#footercontainer,
#footercontainer p,
#footercontainer li a,
.site-footer {
	font-size: 0.8rem;
}

.site-footer {
	padding-top: 20px;
}

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

.credits {
	text-align: right;
	text-transform: uppercase;
}

.home #maincontentcontainer {
	padding-bottom: 0;
	padding-top: 2rem;
}

.elementor-widget-divider .elementor-divider-separator {
    border-top-color: #bbcccc;
}


.testimonial_author .date {
	display: none;
}

.cycle-slide {
	opacity: 0 !important;
	transition: opacity 0.5s ease;
}

.cycle-slide-active {
	opacity: 1 !important;
	transition: opacity 0.5s ease;
}


.bannerImage--standard {
    height: 270px;
}

h1, h2, h3, h4, h5, h6 {
	color: #112222;
}

.site-content {
	color: #334444;
}

.smallprint,
.smallprint a,
.smallprint a:visited,
.smallprint a:hover,
.site-footer,
.site-footer p,
.site-footer h3,
.site-footer a,
.site-footer a:visited,
.site-footer a:hover,
.site-footer .site-content,
.site-footer .site-content p {
	color: #004a75;
}

.site-footer ul.menu a {
	text-decoration: none;
}

.darkBlue .elementor-image-box-content h2.elementor-image-box-title {
	color: #004a75;
}

.lightBlue .elementor-image-box-content h2.elementor-image-box-title {
	color: #81c4e0;
}

.red .elementor-image-box-content h2.elementor-image-box-title {
	color: #d31929
}

.darkBlue .roundedButton {
	background-color: #004a75;
	border-color: #004a75;
	color: #ffffff;
}

.darkBlue .roundedButton:hover {
	background-color: transparent;
	color: #004a75;
}

.lightBlue .roundedButton {
	background-color: #81c4e0;
	border-color: #81c4e0;
	color: #ffffff;
}

.lightBlue .roundedButton:hover {
	background-color: transparent;
	color: #81c4e0;
}

.red .roundedButton {
	background-color: #d31929;
	border-color: #d31929;
	color: #ffffff;
}

.red .roundedButton:hover {
	background-color: transparent;
	color: #d31929;
}

input[type="submit"]:hover,
.red .roundedButton:hover {
	background-color: transparent;
	color: #d31929;
}

.nav-menu, h1.archive-title {
	font-family: "ingra-condensed-2",sans-serif !important;
	font-weight: 600;
}

.main-navigation ul ul {
	background-color: #ffffff;
}

.main-small-navigation ul ul a {
	color: #15274b;
}

.main-navigation ul ul a,
.main-small-navigation ul ul ul a {
	color: #778888;
}

.bannerImage h1 {
	font-size: 36px;
	text-shadow: 1px 1px 1px rgba(163,214,235,0.95);
}

.miniLogo {
	background-image: url("images/jsmAltLogo.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 60px;
	margin-bottom: 1rem;
	width: 60px;
}

.lsi-social-icons:before {
	background-image: url("images/jsmAltLogo.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: inline-block;
	float: left;
	height: 73px;
	margin-bottom: 1rem;
	margin-right: 8px;
	width: 40px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"],
textarea,
input[type="tel"],
select {
	background-color: #e7eeee;
	border-color: #e7eeee;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 0;
	border-radius: 0;
	width: 100%;
}

select {
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
	padding: 8px;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"],
input[type="tel"],
select {
	height: 40px;
}

.entry-content a.more-link:visited,
.entry-content a.more-link,
a.more-link,
input[type="submit"] {
	background-color: #d31929;
	border-color: #d31929;
	border-style: solid;
    border-width: 1px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-family: "ingra-condensed-2",sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    margin: 30px 0;
    padding: 15px;
    text-align: center;
    text-decoration: none;
	text-shadow: none;
    text-transform: uppercase;
    transition: all 0.5s ease;
}

.entry-content a.more-link:visited,
.entry-content a.more-link,
a.more-link {
	background-color: transparent;
	border-color: #0c283e;
	color: #0c283e;
}

.entry-content a.more-link:hover,
a.more-link:hover {
	background-color: #0c283e;
	border-color: #0c283e;
	color: #fff;
}



blockquote small {
	display: block;
	padding-top: 10px;
}

blockquote.pull-right {
	text-align: right;
}


h2.title--centred {
	text-align: center;
}

h2.title--centred:before {
	left: 50%;
	margin-left: -40px;
}

h2.title--noBottomMargin {
	margin: 0.5em 0 0 0;
}

@media only screen and (max-width: 640px) {
	.siloHolder__content {
		padding: 15%;
	}

	.siloHolder__silo {
    	height: 480px;
		height: calc(100vh - 85px);
   }

	.jsmBlock {
		//margin-top: -180px;
	}
}

ul.horizontalSilo {
	margin: 15px 0 !important;
}

.horizontalSilo li {
	list-style: none;
	min-height: 60px;
	margin: 0;
	padding: 12px 0 12px 30px;
	position: relative;
}

.horizontalSilo li:after,
.horizontalSilo li:before {
	content: "";
	height: 50%;
	left: 0;
	position: absolute;
	top: 0;
	transition: width 0.5s ease;
	width: 10px;
	z-index: -1;
}

.horizontalSilo li:before {
	top: 50%;
	transition-delay: 0.25s;
}

.horizontalSilo li:hover:after,
.horizontalSilo li:hover:before {
	width: 100%;
}

.horizontalSilo li:hover a, .horizontalSilo li:hover a:hover {
	color: #ffffff;
}

.horizontalSilo a, .horizontalSilo a:hover {
	color: #112222;
	display: block;
	height: 100%;
	text-decoration: none !important;
	transition: color 0.75s ease;
	width: 100%;
}

.horizontalSilo h2 {
	font-size: 1.25rem;
	line-height: 36px;
	margin: 0;
}

.horizontalSilo li.darkBlue:after,
.horizontalSilo li.darkBlue:before {
	background-color: #004a75;
}

.horizontalSilo li.midBlue:after,
.horizontalSilo li.midBlue:before {
	background-color: #3b82a6;
}

.horizontalSilo li.lightBlue:after,
.horizontalSilo li.lightBlue:before {
	background-color: #81c4e0;
}

.horizontalSilo li.red1:after,
.horizontalSilo li.red1:before {
	background-color: #ea1921;
}

.horizontalSilo li.red2:after,
.horizontalSilo li.red2:before {
	background-color: #7d0002;
}

.horizontalSilo li.red3:after,
.horizontalSilo li.red3:before {
	background-color: #540000;
}

.horizontalSilo li.red4:after,
.horizontalSilo li.red4:before {
	background-color: #3e0000;
}

.horizontalSilo li.red5:after,
.horizontalSilo li.red5:before {
	background-color: #870208;
}

.horizontalSilo li.red6:after,
.horizontalSilo li.red6:before {
	background-color: #a80108;
}

.horizontalSilo li.red7:after,
.horizontalSilo li.red7:before {
	background-color: #d5182c;
}

.main-navigation li.current-menu-parent,
.main-navigation li.current-menu-ancestor,
.main-navigation li.current-menu-parent:hover,
.main-navigation li.current-menu-ancestor:hover {
	border-color: #e7eeee !important;
}

#site-navigation li.current_page_item:hover  {
    border-color: #d31929 !important;
}

#site-navigation li li {
	padding-right: 30px;
}

#site-navigation li li.menu-item-has-children {
	position: relative;
}

@media only screen and (min-width: 961px) {
	#site-navigation li li.menu-item-has-children:after
	{
		background-color: transparent;
	    border-color: #d31929 transparent transparent transparent;
	    border-style: solid;
	    border-width: 9px 8px 0 8px;
	    content: "";
	    height: 0px;
	    position: absolute;
	    margin-top: -4px;
	    right: 10px;
	    transform: rotate(-90deg);
	    top: 50%;
	    width: 0px;
	}
}

@media only screen and (max-width: 960px) {
	.main-small-navigation ul li {
		margin: 0;
	}

	.main-small-navigation .nav-menu ul {
		padding-top: 0;
	}
}
.main-navigation li {
	float: none;
}


.main-navigation ul.navigation > li {
		float: left;

}

.elementor-testimonial-wrapper  {
    border-left: 4px solid #d31929;
    margin: 0 1.25rem 1.125rem 0;
    padding: 0 0 0 1rem;
}

.elementor-testimonial-wrapper
 .elementor-testimonial-content {
	font-family: "ingra-2", sans-serif;
    font-weight: 500;
    font-size: 1rem;
}

.post-template-default .bannerImage > h1 {
	display: none;
}

h1.entry-title > a[rel="bookmark"] {
	font-family:  proxima-nova,sans-serif !important;
	font-weight: 500;
	margin-bottom: 8px;
	margin-bottom: .5rem;
	font-size: 28px;
	font-size: 1.75rem;
	line-height: 1.1666;
}

h1 a,
h2 a {
	color: #223333;
}

.searchwp-highlight {
	background-color: #81c4e0;
}

/* end additional styles */

/* staff profile styles */

.abcfslBB1Color2 > div, .abcfslLstCntrBB > div {
	border-bottom-color: #e7eeee;
}

img.abcfslImgCenter, .abcfslImgCenter img {
	margin-left: 0;
}

.staff__qualifications,
.staff__title {
	display: inline-block;
	font-style: italic;
	margin-bottom: 10px;
}

.staff__qualifications {
	margin-left: 5px;
	padding-left: 5px;
	position: relative;
}

.staff__qualifications:before {
	background-color: #112222;
	content: "";
	height: 12px;
	left: 1px;
	position: absolute;
	top: 6px;
	width: 1px;
}

.staff__label {
	font-weight: 600;
}



/* temp selector (.abcfslMT15.abcfslF16) needs better .staff__profile class implemented */

.abcfslMT15.abcfslF16,
.staff__linkedin {
	height: 30px;
	margin-bottom: 10px;
	padding-left: 40px;
	position: relative;
}

.abcfslMT15.abcfslF16 a,
.staff__linkedin a {
	line-height: 30px;
}

.abcfslMT15.abcfslF16:before,
.staff__linkedin:before {
	background-color: #0c283e;
	color: #ffffff;
	font-family: FontAwesome;
	font-size: 24px;
	font-style: normal;
	font-weight: normal;
	height: 30px;
	left: 0;
	line-height: 30px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}

.abcfslMT15.abcfslF16:before {
	content: "\f007";
}

.staff__linkedin:before {
	content: "\f0e1";
}

.abcfslMT30.staff__background,
.staff_papers,
.staff__career {
	margin-top: 45px;
	position: relative;
}

.staff__background:before,
.staff_papers:before,
.staff__career:before {
	font: inherit;
	font-weight: 600;
	height: 30px;
	left: 0;
	top: -30px;
	position: absolute;
	width: auto
}

.staff__background:before {
	content: "Background";
	font-size: 1rem;
}

.staff_papers:before {
	content: "Papers";
}

.staff__career:before {
	content: "Career Highlights";
}

.abcfslMB200 {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
	.abcfslTxtCenter767 {
     text-align: left !important;
	}

	img.abcfslImgCenter, .abcfslImgCenter img {
		margin-bottom: 15px;
	}

	.elementor-column-gap-default > .elementor-row > .elementor-column > .elementor-element-populated {
		padding-bottom: 0 !important;
		padding-top: 0 !important;
	}
}

/* end staff profile styles */

article.post img.wp-post-image {
	border: 1px #ddeeee solid;
}

@media only screen and (min-width: 1280px) {
	article.post {
		background-color: #f4fafa;
		border: 1px #c7cccc solid;
		float: left;
		margin-right: 20px;
		width: calc(50% - 20px);
	}

	article.post h1 {
		margin: 0.5rem;
		min-height: 4.5rem;
	}

	.search-results article.post h1 {
		min-height: auto;
	}

	article.post .header-meta {
		margin-left: 0.5rem;
		margin-right: 0.5rem;
	}

	article.post .entry-content {
		margin-bottom: 0;
		padding: 0 0.5rem;
	}

	article.post .entry-content .more-link {
		margin: 0;
	}

	.single-post article.post h1 {
		margin-left: 0;
		margin-right: 0;
		min-height: 0;
	}

	.single-post article.post {
		background-color: transparent;
		border: none;
		float: none;
		padding-right: 0px;
		width: 100%;
	}

}

article.post > header > a > img {
	width: 100%;
}

article.post h1 {
	line-height: 0.75em;
}

.single-post article.post h1 {
	line-height: 1.25em;
}

.elementor a,
#maincontentcontainer a,
footer a {
	text-decoration: none;
}

.elementor a,
.entry-content a {
	color: #007aa5;
}

.w-50 {
	width: 50%;
}

.w-100 {
	width: 100%;
}

.boxzilla-center-container .boxzilla {
	background-color: #ffffff !important;
}

#maincontentcontainer .ctaBox {
	color: #ffffff;
}

.widget a.ctaBox,
a.ctaBox {
	background-color: #ee343f;
	border-color: #5c0d0f;
	border-style: solid;
	border-width: 0 1.5rem 0 0;
	color: #ffffff;
	display: block;
	font-family: "ingra-condensed-2",sans-serif;
	font-size: 1rem;
	font-weight: 600;
	padding: 1rem 4rem 1rem 1rem;
	position: relative;
	text-transform: uppercase;
}

a.ctaBox:hover {
	color: #fff;
}

.ctaBox:after,
.ctaBox:before {
	content: "";
	height: 100%;
	position: absolute;
	top: 0;
	width: 1.5rem;
}

.ctaBox:after {
	background-color: #88171a;
	right: 0;
}

.ctaBox:before {
	background-color: #af2128;
	right: 1.5rem;
}

.widget a.ctaBox--blue,
a.ctaBox-blue {
background-color: #0c283e;
border-color: #004a75;
}

.widget a.ctaBox--blue:before,
a.ctaBox-blu:before {
background-color: #09314d;
}

.widget a.ctaBox--blue:after,
a.ctaBox-blu:after {
background-color: #034066;
}

.search-results a.more-link {
	display: none;
}


.search-results article.post {
	background-color: transparent;
	border: 0;
	float: none;
	min-height: auto;
	margin-right: 0;
	width: 100%;
}

a.page-numbers {
	cursor: pointer;
}

.page-numbers.current {
	color: #d31929;
}

.publish-date > i.fa-calendar {
	display: none;
}

.publish-date time {
	font-style: normal;
}

.card h2 {
	font-weight: 100;
	margin-bottom: 0;
	padding: 1rem;
}

.card-body {
	background-color: #e7eeee;
	padding: 2rem 1rem;
}

.card.red h2 {
	background-color: #d31929;
	border-top: 1rem solid #e84d5b;
	color: #ffffff;
}

.card.lightBlue h2 {
	background-color: #81c4e0;
	border-top: 1rem solid #b3e9ff;
	color: #ffffff;
}

.card.darkBlue h2 {
	background-color: #004a75;
	border-top: 1rem solid #1b6a97;
	color: #ffffff;
}

div.wpcf7-validation-errors {
	background-color: #fabab7;
	border: 0;
	color: #d3242d;
	padding: 20px;
}

div.wpcf7-mail-sent-ok {
	background-color: e7ffab;
	border: 0;
	color: #16a567;
	padding: 20px;
}

input[type="submit"]:focus {

}


#secondary h3.widget-title {
	background-color: #0c283e;
	color: #ffffff;
	padding: 8px;
}

#secondary li {
	padding-left: 8px;
}

.main-navigation ul.sub-menu {
	border: 1px solid rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
