/*
Theme Name: anesthesia
Theme URI: https://www.glenatlasmd.com/
Author: Iggy Pritzker
Author URI: https://www.web-design.co.il/
Description: Custom theme based on latest wp underscores theme
Version: 2.0.0
Text Domain: anesthesia
*/
/* Unyson framework */
/* Utility classes
-------------------------------------------------- */
.clearfix:before, .clearfix:after, .fw-container:before, .fw-container:after, .fw-container-fluid:before, .fw-container-fluid:after, .fw-row:before, .fw-row:after, .dl-horizontal dd:before, .dl-horizontal dd:after {
	content: " ";
	display: table;
}
.clearfix:after, .fw-container:after, .fw-container-fluid:after, .fw-row:after, .dl-horizontal dd:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.pull-right {
	float: right !important;
}
.pull-left {
	float: left !important;
}
.clear {
	clear: both;
	width: 100%;
}
.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
	visibility: hidden !important;
}
.affix {
	position: fixed;
}
img, iframe, embed {
	max-width: 100%;
}
img {
	height: auto;
}
.map img, .fw-shortcode-map-wrapper img {
	max-width: none !important;
}
/* Grid system */
/* -------------------------------------------------- */
.fw-main-row, .fw-main-row *, .fw-main-row *:before, .fw-main-row *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fw-container {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	max-width: 100%;
}
@media (min-width: 768px) {
	.fw-container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.fw-container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.fw-container {
		width: 1170px;
	}
}
.fw-container-fluid {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.fw-row {
	margin-left: -15px;
	margin-right: -15px;
}
.fw-row:before, .fw-row:after {
	content: " ";
	display: table;
}
.fw-row:after {
	clear: both;
}
.fw-col-xs-1, .fw-col-sm-1, .fw-col-md-1, .fw-col-lg-1, .fw-col-xs-2, .fw-col-sm-2, .fw-col-md-2, .fw-col-lg-2, .fw-col-xs-3, .fw-col-sm-3, .fw-col-md-3, .fw-col-lg-3, .fw-col-xs-4, .fw-col-sm-4, .fw-col-md-4, .fw-col-lg-4, .fw-col-xs-5, .fw-col-sm-5, .fw-col-md-5, .fw-col-lg-5, .fw-col-xs-6, .fw-col-sm-6, .fw-col-md-6, .fw-col-lg-6, .fw-col-xs-7, .fw-col-sm-7, .fw-col-md-7, .fw-col-lg-7, .fw-col-xs-8, .fw-col-sm-8, .fw-col-md-8, .fw-col-lg-8, .fw-col-xs-9, .fw-col-sm-9, .fw-col-md-9, .fw-col-lg-9, .fw-col-xs-10, .fw-col-sm-10, .fw-col-md-10, .fw-col-lg-10, .fw-col-xs-11, .fw-col-sm-11, .fw-col-md-11, .fw-col-lg-11, .fw-col-xs-12, .fw-col-sm-12, .fw-col-md-12, .fw-col-lg-12, .fw-col-xs-15, .fw-col-sm-15, .fw-col-md-15, .fw-col-lg-15 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	box-sizing: border-box;
}
@media (min-width: 768px) {
	.fw-col-sm-1, .fw-col-sm-2, .fw-col-sm-3, .fw-col-sm-4, .fw-col-sm-5, .fw-col-sm-6, .fw-col-sm-7, .fw-col-sm-8, .fw-col-sm-9, .fw-col-sm-10, .fw-col-sm-11, .fw-col-sm-12, .fw-col-sm-15 {
		float: left;
	}
	.fw-col-sm-15 {
		width: 20%;
	}
	.fw-col-sm-12 {
		width: 100%;
	}
	.fw-col-sm-11 {
		width: 91.66666667%;
	}
	.fw-col-sm-10 {
		width: 83.33333333%;
	}
	.fw-col-sm-9 {
		width: 75%;
	}
	.fw-col-sm-8 {
		width: 66.66666667%;
	}
	.fw-col-sm-7 {
		width: 58.33333333%;
	}
	.fw-col-sm-6 {
		width: 50%;
	}
	.fw-col-sm-5 {
		width: 41.66666667%;
	}
	.fw-col-sm-4 {
		width: 33.33333333%;
	}
	.fw-col-sm-3 {
		width: 25%;
	}
	.fw-col-sm-2 {
		width: 16.66666667%;
	}
	.fw-col-sm-1 {
		width: 8.33333333%;
	}
	.fw-col-sm-pull-15 {
		right: 20%;
	}
	.fw-col-sm-pull-12 {
		right: 100%;
	}
	.fw-col-sm-pull-11 {
		right: 91.66666667%;
	}
	.fw-col-sm-pull-10 {
		right: 83.33333333%;
	}
	.fw-col-sm-pull-9 {
		right: 75%;
	}
	.fw-col-sm-pull-8 {
		right: 66.66666667%;
	}
	.fw-col-sm-pull-7 {
		right: 58.33333333%;
	}
	.fw-col-sm-pull-6 {
		right: 50%;
	}
	.fw-col-sm-pull-5 {
		right: 41.66666667%;
	}
	.fw-col-sm-pull-4 {
		right: 33.33333333%;
	}
	.fw-col-sm-pull-3 {
		right: 25%;
	}
	.fw-col-sm-pull-2 {
		right: 16.66666667%;
	}
	.fw-col-sm-pull-1 {
		right: 8.33333333%;
	}
	.fw-col-sm-pull-0 {
		right: auto;
	}
	.fw-col-sm-push-15 {
		left: 20%;
	}
	.fw-col-sm-push-12 {
		left: 100%;
	}
	.fw-col-sm-push-11 {
		left: 91.66666667%;
	}
	.fw-col-sm-push-10 {
		left: 83.33333333%;
	}
	.fw-col-sm-push-9 {
		left: 75%;
	}
	.fw-col-sm-push-8 {
		left: 66.66666667%;
	}
	.fw-col-sm-push-7 {
		left: 58.33333333%;
	}
	.fw-col-sm-push-6 {
		left: 50%;
	}
	.fw-col-sm-push-5 {
		left: 41.66666667%;
	}
	.fw-col-sm-push-4 {
		left: 33.33333333%;
	}
	.fw-col-sm-push-3 {
		left: 25%;
	}
	.fw-col-sm-push-2 {
		left: 16.66666667%;
	}
	.fw-col-sm-push-1 {
		left: 8.33333333%;
	}
	.fw-col-sm-push-0 {
		left: auto;
	}
	.fw-col-sm-offset-15 {
		margin-left: 20%;
	}
	.fw-col-sm-offset-12 {
		margin-left: 100%;
	}
	.fw-col-sm-offset-11 {
		margin-left: 91.66666667%;
	}
	.fw-col-sm-offset-10 {
		margin-left: 83.33333333%;
	}
	.fw-col-sm-offset-9 {
		margin-left: 75%;
	}
	.fw-col-sm-offset-8 {
		margin-left: 66.66666667%;
	}
	.fw-col-sm-offset-7 {
		margin-left: 58.33333333%;
	}
	.fw-col-sm-offset-6 {
		margin-left: 50%;
	}
	.fw-col-sm-offset-5 {
		margin-left: 41.66666667%;
	}
	.fw-col-sm-offset-4 {
		margin-left: 33.33333333%;
	}
	.fw-col-sm-offset-3 {
		margin-left: 25%;
	}
	.fw-col-sm-offset-2 {
		margin-left: 16.66666667%;
	}
	.fw-col-sm-offset-1 {
		margin-left: 8.33333333%;
	}
	.fw-col-sm-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 992px) {
	.fw-col-md-1, .fw-col-md-2, .fw-col-md-3, .fw-col-md-4, .fw-col-md-5, .fw-col-md-6, .fw-col-md-7, .fw-col-md-8, .fw-col-md-9, .fw-col-md-10, .fw-col-md-11, .fw-col-md-12, .fw-col-md-15 {
		float: left;
	}
	.fw-col-md-15 {
		width: 20%;
	}
	.fw-col-md-12 {
		width: 100%;
	}
	.fw-col-md-11 {
		width: 91.66666667%;
	}
	.fw-col-md-10 {
		width: 83.33333333%;
	}
	.fw-col-md-9 {
		width: 75%;
	}
	.fw-col-md-8 {
		width: 66.66666667%;
	}
	.fw-col-md-7 {
		width: 58.33333333%;
	}
	.fw-col-md-6 {
		width: 50%;
	}
	.fw-col-md-5 {
		width: 41.66666667%;
	}
	.fw-col-md-4 {
		width: 33.33333333%;
	}
	.fw-col-md-3 {
		width: 25%;
	}
	.fw-col-md-2 {
		width: 16.66666667%;
	}
	.fw-col-md-1 {
		width: 8.33333333%;
	}
	.fw-col-md-pull-15 {
		right: 20%;
	}
	.fw-col-md-pull-12 {
		right: 100%;
	}
	.fw-col-md-pull-11 {
		right: 91.66666667%;
	}
	.fw-col-md-pull-10 {
		right: 83.33333333%;
	}
	.fw-col-md-pull-9 {
		right: 75%;
	}
	.fw-col-md-pull-8 {
		right: 66.66666667%;
	}
	.fw-col-md-pull-7 {
		right: 58.33333333%;
	}
	.fw-col-md-pull-6 {
		right: 50%;
	}
	.fw-col-md-pull-5 {
		right: 41.66666667%;
	}
	.fw-col-md-pull-4 {
		right: 33.33333333%;
	}
	.fw-col-md-pull-3 {
		right: 25%;
	}
	.fw-col-md-pull-2 {
		right: 16.66666667%;
	}
	.fw-col-md-pull-1 {
		right: 8.33333333%;
	}
	.fw-col-md-pull-0 {
		right: auto;
	}
	.fw-col-md-push-15 {
		left: 20%;
	}
	.fw-col-md-push-12 {
		left: 100%;
	}
	.fw-col-md-push-11 {
		left: 91.66666667%;
	}
	.fw-col-md-push-10 {
		left: 83.33333333%;
	}
	.fw-col-md-push-9 {
		left: 75%;
	}
	.fw-col-md-push-8 {
		left: 66.66666667%;
	}
	.fw-col-md-push-7 {
		left: 58.33333333%;
	}
	.fw-col-md-push-6 {
		left: 50%;
	}
	.fw-col-md-push-5 {
		left: 41.66666667%;
	}
	.fw-col-md-push-4 {
		left: 33.33333333%;
	}
	.fw-col-md-push-3 {
		left: 25%;
	}
	.fw-col-md-push-2 {
		left: 16.66666667%;
	}
	.fw-col-md-push-1 {
		left: 8.33333333%;
	}
	.fw-col-md-push-0 {
		left: auto;
	}
	.fw-col-md-offset-15 {
		margin-left: 20%;
	}
	.fw-col-md-offset-12 {
		margin-left: 100%;
	}
	.fw-col-md-offset-11 {
		margin-left: 91.66666667%;
	}
	.fw-col-md-offset-10 {
		margin-left: 83.33333333%;
	}
	.fw-col-md-offset-9 {
		margin-left: 75%;
	}
	.fw-col-md-offset-8 {
		margin-left: 66.66666667%;
	}
	.fw-col-md-offset-7 {
		margin-left: 58.33333333%;
	}
	.fw-col-md-offset-6 {
		margin-left: 50%;
	}
	.fw-col-md-offset-5 {
		margin-left: 41.66666667%;
	}
	.fw-col-md-offset-4 {
		margin-left: 33.33333333%;
	}
	.fw-col-md-offset-3 {
		margin-left: 25%;
	}
	.fw-col-md-offset-2 {
		margin-left: 16.66666667%;
	}
	.fw-col-md-offset-1 {
		margin-left: 8.33333333%;
	}
	.fw-col-md-offset-0 {
		margin-left: 0%;
	}
}
@media (min-width: 1200px) {
	.fw-col-lg-1, .fw-col-lg-2, .fw-col-lg-3, .fw-col-lg-4, .fw-col-lg-5, .fw-col-lg-6, .fw-col-lg-7, .fw-col-lg-8, .fw-col-lg-9, .fw-col-lg-10, .fw-col-lg-11, .fw-col-lg-12, .fw-col-lg-15 {
		float: left;
	}
	.fw-col-lg-15 {
		width: 20%;
	}
	.fw-col-lg-12 {
		width: 100%;
	}
	.fw-col-lg-11 {
		width: 91.66666667%;
	}
	.fw-col-lg-10 {
		width: 83.33333333%;
	}
	.fw-col-lg-9 {
		width: 75%;
	}
	.fw-col-lg-8 {
		width: 66.66666667%;
	}
	.fw-col-lg-7 {
		width: 58.33333333%;
	}
	.fw-col-lg-6 {
		width: 50%;
	}
	.fw-col-lg-5 {
		width: 41.66666667%;
	}
	.fw-col-lg-4 {
		width: 33.33333333%;
	}
	.fw-col-lg-3 {
		width: 25%;
	}
	.fw-col-lg-2 {
		width: 16.66666667%;
	}
	.fw-col-lg-1 {
		width: 8.33333333%;
	}
	.fw-col-lg-pull-15 {
		right: 20%;
	}
	.fw-col-lg-pull-12 {
		right: 100%;
	}
	.fw-col-lg-pull-11 {
		right: 91.66666667%;
	}
	.fw-col-lg-pull-10 {
		right: 83.33333333%;
	}
	.fw-col-lg-pull-9 {
		right: 75%;
	}
	.fw-col-lg-pull-8 {
		right: 66.66666667%;
	}
	.fw-col-lg-pull-7 {
		right: 58.33333333%;
	}
	.fw-col-lg-pull-6 {
		right: 50%;
	}
	.fw-col-lg-pull-5 {
		right: 41.66666667%;
	}
	.fw-col-lg-pull-4 {
		right: 33.33333333%;
	}
	.fw-col-lg-pull-3 {
		right: 25%;
	}
	.fw-col-lg-pull-2 {
		right: 16.66666667%;
	}
	.fw-col-lg-pull-1 {
		right: 8.33333333%;
	}
	.fw-col-lg-pull-0 {
		right: auto;
	}
	.fw-col-lg-push-15 {
		left: 20%;
	}
	.fw-col-lg-push-12 {
		left: 100%;
	}
	.fw-col-lg-push-11 {
		left: 91.66666667%;
	}
	.fw-col-lg-push-10 {
		left: 83.33333333%;
	}
	.fw-col-lg-push-9 {
		left: 75%;
	}
	.fw-col-lg-push-8 {
		left: 66.66666667%;
	}
	.fw-col-lg-push-7 {
		left: 58.33333333%;
	}
	.fw-col-lg-push-6 {
		left: 50%;
	}
	.fw-col-lg-push-5 {
		left: 41.66666667%;
	}
	.fw-col-lg-push-4 {
		left: 33.33333333%;
	}
	.fw-col-lg-push-3 {
		left: 25%;
	}
	.fw-col-lg-push-2 {
		left: 16.66666667%;
	}
	.fw-col-lg-push-1 {
		left: 8.33333333%;
	}
	.fw-col-lg-push-0 {
		left: auto;
	}
	.fw-col-lg-offset-15 {
		margin-left: 20%;
	}
	.fw-col-lg-offset-12 {
		margin-left: 100%;
	}
	.fw-col-lg-offset-11 {
		margin-left: 91.66666667%;
	}
	.fw-col-lg-offset-10 {
		margin-left: 83.33333333%;
	}
	.fw-col-lg-offset-9 {
		margin-left: 75%;
	}
	.fw-col-lg-offset-8 {
		margin-left: 66.66666667%;
	}
	.fw-col-lg-offset-7 {
		margin-left: 58.33333333%;
	}
	.fw-col-lg-offset-6 {
		margin-left: 50%;
	}
	.fw-col-lg-offset-5 {
		margin-left: 41.66666667%;
	}
	.fw-col-lg-offset-4 {
		margin-left: 33.33333333%;
	}
	.fw-col-lg-offset-3 {
		margin-left: 25%;
	}
	.fw-col-lg-offset-2 {
		margin-left: 16.66666667%;
	}
	.fw-col-lg-offset-1 {
		margin-left: 8.33333333%;
	}
	.fw-col-lg-offset-0 {
		margin-left: 0%;
	}
}
/* ours */
@-ms-viewport {
	width: extend-to-zoom;
	zoom: 1.0;
}
@viewport {
	zoom: 1.0;
	width: extend-to-zoom;
}
html {
	font-family: 'proxima-nova-condensed', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	margin: 0;
	font-weight: 200;
	font-family: 'proxima-nova-condensed', sans-serif;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
	display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: 400;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
	font-weight: 200 !important;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
	-webkit-appearance: none;
	appearance: none;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: none;
	appearance: none;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
	appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: 400;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
body, button, input, select, textarea {
	color: #404040;
	font-size: clamp(1rem, 2vw, 1.4rem);
	line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: 400;
}
p {
	margin-bottom: 1.5em;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.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: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}
html {
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
body {
	background: #67c7a0;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: """";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: 400;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto;
	max-width: 100%;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/* Forms */
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	font-size: 16px;
	font-size: 1rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, input[type="tel"] {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, input[type="tel"]:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"] {
	padding: 3px;
}
textarea {
	padding-left: 3px;
	width: 100%;
}
/* Navigation */
/* Links */
a {
	color: royalblue;
}
a:visited {
	color: purple;
}
a:hover, a:focus, a:active {
	color: midnightblue;
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
}
/* Menus */
.main-navigation {
	clear: both;
	display: block;
	width: 100%;
	text-align: center;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 50px 0 0;
	padding-left: 0;
	font-size: 0;
}
.main-navigation li {
	position: relative;
	display: inline-block;
	font-size: 20px;
	margin: 0 9px;
	z-index: 2;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.2;
	transition: all 0.1s ease;
	border-bottom: 8px solid transparent;
}
.main-navigation ul ul {
	background-color: #fc5c37 !important;
	box-shadow: 0 12px 0 0 rgba(0, 0, 0, .18);
	max-width: min-content;
	float: left;
	position: absolute;
	top: auto;
	left: -999em;
	z-index: 99999;
	margin: 0;
	font-size: 16px;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	transition: all 0.2s ease-out 0.4s;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul a {
	width: 200px;
	background: #d73a12;
	padding: 1em;
	line-height: 1.4;
	border: none;
}
.main-navigation ul ul li {
	padding: 0;
	margin: 0;
	border-top: 1px solid #c11000;
	font-size: 1.12em;
}
.main-navigation ul ul li:first-child {
	border: none;
}
.main-navigation li:hover > a, .main-navigation li.focus > a {
	border-bottom: 8px solid #c52a00;
}
.main-navigation ul li.menu-item-has-children:hover > a, .main-navigation ul li.menu-item-has-children.focus > a {
	border-bottom: 8px solid transparent;
}
.main-navigation ul ul :hover > a, .main-navigation ul ul .focus > a {
	background: #c52a00;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
	border: none;
}
.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
	left: auto;
	visibility: visible;
	opacity: 1;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a, .main-navigation .current-menu-item > a, .main-navigation .current_page_ancestor > a {}
/*
 search in top menu 
*/
.menu-topmenu-container li.bop-nav-search {
	position: static;
}
/*Stop the display of the Search button*/
.menu-topmenu-container .bop-nav-search input[type="submit"] {
	display: none;
}
/* The "Search for" text is needed for screen readers, but we move it off screen, so we won't see it */
.menu-topmenu-container .bop-nav-search .screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
.menu-topmenu-container form.bop-nav-search {
	display: block;
	margin: 0;
	padding: 0;
}
.menu-topmenu-container .search-field {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	padding: 0;
	transition: transform 400ms ease-in .2s;
	box-sizing: border-box;
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	overflow: hidden;
	text-indent: -2000em;
	margin: -18px 0 0;
	transform: translateY(0);
	z-index: 3;
}
/* Add a magnifying glass background */
.menu-topmenu-container form.bop-nav-search::after {
	transition: all .1s ease-in-out;
	speak: none;
	display: block;
	width: 24px;
	height: 24px;
	content: '';
	position: absolute;
	margin: -18px 0 0;
	background: transparent url(images/sprite.png) no-repeat 0 -52px;
	background-size: 400px 400px;
	backface-visibility: visible;
	z-index: 2;
}
/* Expand the search box when you click it */
.menu-topmenu-container .search-field:active, .menu-topmenu-container .search-field:focus {
	color: #313131;
	background: #EFEDDA;
	border: 1px solid rgba(0, 0, 0, 0.3);
	cursor: text;
	outline: 0;
	padding: 1em 1.6em;
	font-size: 24px;
	text-transform: uppercase;
	min-width: 80%;
	width: 80%;
	height: auto;
	position: fixed;
	z-index: 9999999999999;
	left: 0;
	top: 0;
	margin: 1.46em 10% 0;
	text-align: left;
	text-indent: 0 !important;
	display: block;
	transform: translateY(2em);
	transition: transform 400ms ease-out;
	box-shadow: 0 12px 0 0 rgba(0, 0, 0, .18);
	appearance: none;
}
/* Small menu. */
.menu-toggle, .main-navigation.toggled ul {
	display: block;
}
/*
 change mobile breakpoint 768px
*/
@media screen and (min-width: 48.000em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}
.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
	margin: 1.5em 0;
	overflow: hidden;
}
.single-article .site-main .post-navigation {
	background-color: #fff;
	margin: 0;
	padding-bottom: 2em;
}
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/* disc nav */
.post-navigation {
	margin: 0 0 20px;
	padding: 10px 0;
	clear: both;
	width: 100%;
	float: left;
}
.post-navigation .nav-next a, .post-navigation .nav-previous a {
	-moz-user-select: none;
	background: rgba(200, 200, 200, 0.5);
	border-radius: 50%;
	color: #999;
	cursor: pointer;
	height: 40px;
	line-height: 38px;
	width: 40px;
	font-size: 24px;
	overflow: hidden;
	text-align: left;
	text-indent: -2000em;
	display: block;
	text-decoration: none;
}
.post-navigation .nav-next a {
	margin-left: auto;
}
.foogallery-stack-album .back, .post-navigation .nav-next a, .post-navigation .nav-previous a {
	transition: all 0.2s ease-in;
}
.foogallery-stack-album .back:hover, .post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
	background: rgba(200, 200, 200, 0.32);
}
.post-navigation .nav-previous a::after, .post-navigation .nav-next a::after {
	display: block;
	font-size: 26px;
	margin-left: 0;
	margin-top: -36px;
	position: absolute;
	text-align: center;
	text-indent: 0;
	width: 40px;
	content: '\2190';
	line-height: 36px;
}
.post-navigation .nav-next a::after {
	content: '\2192';
}
/* Accessibility */
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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: 400;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Alignments */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Clearings */
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after, .comments-area:before, .comments-area:after {
	content: "";
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after, .comments-area:after {
	clear: both;
}
/* Widgets */
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}
/* Content */
/* Posts and pages */
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.byline, .updated:not(.published) {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/* Comments */
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
ol.comment-list {
	padding-left: 0;
	list-style: none;
}
.comments-area li {
	padding-left: 0;
}
.comment-form label {
	width: 4rem;
	display: inline-block;
	vertical-align: middle;
}
.comment-form-cookies-consent input[type="checkbox"] {
	float: left;
	margin: 0.16em 0.3em 0 0;
	-webkit-appearance: checkbox;
	appearance: checkbox;
}
.comment-form-cookies-consent label {
	width: auto;
}
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
embed, iframe, object {
	max-width: 100%;
}
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/* Galleries */
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-caption {
	display: block;
}
/*
* Layout - right sidebar
*/
.site-content {
	background: #fff;
}
.content-area {
	float: left;
	margin: 0 -25% 0 0;
	width: 100%;
	background: #cf664a;
}
.site-main {
	margin: 0 25% 0 0;
	background: #fff;
}
body:is(.blog, .archive) .site-main {
	padding-bottom: 2em;
}
/*
* fullwidth 100%
*/
.fullwidth.content-area, .fullwidth .site-main {
	margin: 0;
	background: #fff;
}
.site-content .widget-area {
	float: right;
	overflow: hidden;
	width: 25%;
	background: #cf664a;
}
.site-footer {
	clear: both;
	width: 100%;
}
.site-main .hentry {
	margin: 0;
}
/******************** HEADER ***********************/
.site-header {
	background: #fc5c37;
	z-index: 2;
	position: relative;
}
h1.site-title {
	font-size: 1em;
	margin: 0;
	padding: 1.5em 5px;
}
h1.site-title a {
	display: block;
	width: 308px;
	height: 72px;
	overflow: hidden;
	text-indent: -2000em;
	background: url(images/glen-atlas-logo.svg) no-repeat 0 0;
	background-size: contain;
	max-width: 100%;
}
.social-links {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
	background: #d73a12;
}
#social ul {
	list-style: none;
	vertical-align: top;
	font-size: 0;
	text-align: center;
	margin: 0 auto;
	padding: 0;
}
#social li {
	display: inline-block;
	margin: 1rem 5px;
	vertical-align: top;
	padding: 0;
}
#social li a {
	background: url(images/sprite.png) no-repeat -55px 0;
	background-size: 400px 400px;
	display: block;
	height: 42px;
	overflow: hidden;
	text-indent: -2000em;
	width: 42px;
	text-align: left;
}
#social li#icoFb a {
	background-position: -117px 0;
}
#social li#icoIn a {
	background-position: -179px 0;
}
/*************** sticky header ***************/
#mysticky-nav {
	width: 100% !important;
	position: static;
	top: -100px;
}
.wrapfixed {
	position: fixed !important;
	top: 0px !important;
	left: 0px !important;
	margin-top: 0px !important;
	z-index: 1000000;
	transition: 0.4s;
	filter: alpha(opacity=92);
	opacity: .92;
	background-color: #fc5c37 !important;
	box-shadow: 0 12px 0 0 rgba(0, 0, 0, .18);
}
.myfixed {
	margin: 0 auto !important;
	float: none !important;
	border: 0px !important;
	background: none !important;
	max-width: 100% !important;
}
@media (max-width: 1024px) {
	.wrapfixed {
		position: static !important;
		display: none !important;
	}
}
/**************** footer *****************/
.site-footer {
	background: #c34c3f;
	color: #fefefe;
	clear: both;
}
.site-footer a:hover {
	color: #fff;
	text-decoration: underline;
}
/* 3 widgets */
.footer-widgets a {
	color: #fff;
	text-decoration: none;
}
.footer-widgets ul {
	list-style: none;
	margin: 0;
	padding: 10px 20px 24px;
	width: 100%;
}
.footer-widgets li {
	margin: 0;
	padding: 0.2em 0.4em;
	box-sizing: border-box;
}
.footer-widgets section {
	font-size: 0;
	color: #fcc;
	clear: both;
}
.footer-widgets section > div {
	display: inline-block;
	width: 25%;
	vertical-align: top;
	height: 200px;
	font-size: 16px;
	font-size: 1rem;
	overflow: hidden;
}
.footer-widgets section > div .widget {
	margin-bottom: 0;
}
.footer-widgets section > div#footer-left {
	background: #bf6e66;
}
.footer-widgets section > div#footer-center {
	width: 50%;
	font-size: 0;
	background: #c2574c;
}
.footer-widgets h1.widget-title {
	font-size: 24px;
	color: #fcc;
	display: block;
	box-shadow: 0 12px 0 0 rgba(0, 0, 0, .18);
	line-height: 56px;
	padding: 0 20px;
	margin-top: 0;
	background: #C34C3F;
	position: relative;
	z-index: 1;
}
.footer-widgets #footer-right h1.widget-title {
	margin-bottom: 0;
}
.footer-widgets #footer-center li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	font-size: 1rem;
}
.footer-widgets #footer-right figure {
	margin: 0;
	text-align: right;
	float: right;
}
/* cut long articles */
.footer-widgets li a {
	display: inline-block !important;
	max-width: 94%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top;
	white-space: nowrap;
}
/* position dates on top */
.footer-widgets #footer-center li, #secondary #recent-posts-3.widget li, .widget#recent-posts-4 li {
	position: relative;
	z-index: 1;
	left: 0;
}
.footer-widgets #footer-center li a, #secondary #recent-posts-3.widget li a, .widget#recent-posts-4 li a {
	padding-top: 1.5em;
	display: block !important;
}
.footer-widgets #footer-center li .post-date, #secondary #recent-posts-3.widget li .post-date, .widget#recent-posts-4 li .post-date {
	display: block;
	position: absolute;
	top: 0.2em;
}
/* side dates */
#secondary aside.widget li .post-date, .widget#recent-posts-4 li .post-date {
	color: #010101;
	font-size: 24px;
}
/* credits */
.site-info {
	clear: both;
	font-size: 14px;
	padding: 1em 4%;
	text-align: right;
	background: #4e403c;
}
.site-info a {
	color: #ebebeb;
	text-decoration: none;
}
.site-info a:first-child {
	color: #c99;
}
.site-info a[rel=designer]:after {
	width: 44px;
	height: 20px;
	content: '';
	display: inline-block;
	vertical-align: middle;
	background: url(images/sprite.png) no-repeat 0 0;
	background-size: 400px 400px;
	margin-left: 8px;
}
/********** content layout ****************/
.site-main > article.type-page > .entry-header, .page-header, .home .site-main article #home-top-right .entry-header {
	background: #e5e5e5;
	clear: both;
	border-bottom: 1px solid #bcbcbc;
	padding: 2.4em 4% 0;
	min-height: 126px;
}
.search-results .site-main article {
	padding-bottom: 2em;
}
.search-results .site-main article .entry-header h1 {
	font-size: 2em !important;
}
.search-results .site-main .page-header + article {
	padding-top: 2em;
}
.search-results .site-main article.type-page .entry-header {
	border: none;
	background: none;
	min-height: 0;
	padding-top: 0;
}
.site-main > article.type-page > .entry-header > h1.entry-title, .site-main > article.type-post > .entry-header h1.entry-title, .page-header h1.page-title, .home .site-main article #home-top-right .entry-header h1 {
	clear: both;
	display: block;
	font-size: 3em;
	text-transform: capitalize;
	line-height: 1;
	margin: 0;
	color: #000;
}
/* articles headings */
.site-main > article.type-post > .entry-header, .site-main > article.type-article > .entry-header {
	padding: 1.4em 4% 0;
}
.site-main > article.type-post > .entry-header h1.entry-title, .site-main > article.type-article > .entry-header h1.entry-title {
	font-size: 2.24em;
	line-height: 1;
	margin: 0.2em 0;
}
.single .site-main > article.type-post > .entry-header h1.entry-title {
	font-size: 3em;
}
/* side widgets */
#secondary aside.widget, .widget#recent-posts-4 {
	padding-left: 4%;
	padding-right: 4%;
	color: #fefefe;
	font-size: 21px;
}
#secondary h1.widget-title, .widget#recent-posts-4 h1.widget-title {
	margin-bottom: 0;
}
#secondary #recent-posts-3.widget h1.widget-title, .widget#recent-posts-4 h1.widget-title {
	font-weight: 400 !important;
}
#secondary aside.widget ul, .widget#recent-posts-4 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#secondary aside.widget li, .widget#recent-posts-4 li {
	margin: 0;
	padding: 0.2em 0 0.36em;
}
#secondary aside.widget li a, .widget#recent-posts-4 li a {
	color: #fff;
	text-decoration: none;
}
#secondary aside.widget li a:hover, .widget#recent-posts-4 li a:hover {
	color: #e5e5e5;
}
/* blue widget */
#secondary aside.widget#text-2 {
	box-shadow: 0 12px 0 0 rgba(0, 0, 0, .18);
	background: #80d3ee;
	border-bottom: 1px solid #e5e5e5;
	clear: both;
	padding: 2em 4% 0;
	min-height: 126px;
}
#text-2 h1.widget-title {
	font-size: 23px;
	line-height: 1.1;
	clear: both;
	display: block;
	margin: 0;
	color: #000;
}
/* cats */
#categories-2.widget li a {
	border-bottom: 1px dotted rgba(255, 255, 255, 1);
	transition: border ease-out .2s;
	line-height: 1.1;
}
#categories-2.widget li a:hover {
	border-bottom-color: rgba(255, 255, 255, .5);
}
/* layout tweaks */
.site-main article .entry-header + .entry-content, .site-main article .entry-footer, .post-navigation, .comments-area, .search-results article .entry-summary, .search-results article .entry-header {
	margin-top: 0;
	padding: 0 4%;
}
.site-main article .entry-content, .search-no-results .page-header + .page-content {
	font-size: 24px;
}
/* links */
.site-main article a {
	color: #1d4755;
}
.site-main article a:visited {
	color: #093e4f;
}
.site-main article a:hover {
	color: #207d9b;
}
.site-main article .entry-meta a, .site-main article .entry-footer a, .site-main .logged-in-as a, .comment-meta a {
	text-decoration: none;
}
.entry-footer > span {
	padding-right: 1em;
}
/* faq */
.entry-content .fw-container, .entry-content .fw-col-xs-12 {
	padding-left: 0;
	padding-right: 0;
}
.page .entry-content .fw-container {
	width: auto !important;
}
.entry-content .fw-row {
	margin: 0;
}
/* pictures album */
.entry-content .foogallery-stack-album .topbar {
	box-shadow: none;
}
.entry-content .tp-title {
	top: 68%;
}
.entry-content .foogallery-stack-album .back {
	font-size: 24px;
}
.wp-video {
	margin: 2em auto;
}
/* dentists */
.entry-content #wpsl-search-wrap div label, .entry-content #wpsl-search-input, .site-main article .entry-content .wpsl-selected-item {
	font-size: 18px;
}
.entry-content #wpsl-search-wrap div label {
	line-height: 42px;
}
.entry-content #wpsl-search-wrap input, .entry-content #wpsl-search-btn {
	font-size: 18px;
	line-height: 1.2;
}
/* stores listing */
#wpsl-stores, #wpsl-result-list ul {
	vertical-align: top;
	clear: both;
	text-align: center;
	overflow: hidden;
}
#wpsl-result-list #wpsl-stores li {
	border: medium none;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
	display: inline-block;
	font-size: 18px;
	height: 14em;
	margin: 0.96em;
	padding: 1em 1em 1em 1.5em !important;
	text-align: left;
	vertical-align: top;
	width: 12em;
	background: rgba(255, 255, 255, 1);
	transition: all ease-out .2s;
	text-shadow: 0 1px 0 #fff;
	border-radius: 2px;
}
#wpsl-result-list #wpsl-stores li:hover {
	background: rgba(0, 0, 0, 0.04);
	box-shadow: 0 1px 0 1px rgba(255, 255, 255, 1) inset, 0 1px 3px 0 rgba(0, 0, 0, 0.2);
}
#wpsl-result-list #wpsl-stores li.wpsl-preloader {
	box-shadow: none;
	width: auto;
	height: auto;
	text-transform: uppercase;
}
#wpsl-result-list li p:first-child, #wpsl-wrap .wpsl-info-window p {
	margin-bottom: 0;
}
/* publications */
.entry-content div.zp-Zotpress {
	margin: 2em 0 0;
}
.zp-Entry {
	margin-bottom: 1.6em;
}
/* contact */
.glenInfo strong {
	display: block;
	margin: 1.5em 0 0;
	font-weight: 400;
}
.glenInfo strong + br {
	display: none;
}
/* form */
.wpcf7-form {
	position: relative;
}
body .wpcf7-form p {
	margin-bottom: 2em;
}
.wpcf7-form input[type='submit'] {
	width: auto;
	padding: .4em 2em;
	box-sizing: content-box;
}
/* wpcf7-spinner */
body .wpcf7-form .wpcf7-spinner {
	position: absolute;
	top: 40%;
	left: 50%;
	margin: -4em 0 0 -2em !important;
	color: transparent;
	font-size: 15px !important;
	border-width: .35em;
	border-top: .5em solid #bcbcbc;
	border-right: .5em solid #bcbcbc;
	border-bottom: .5em solid rgba(197, 42, 0, .8);
	border-left: .5em solid #bcbcbc;
	animation: spin 4s linear infinite;
	background-image: none;
	background-color: #e5e5e5;
	width: 4em;
	height: 4em;
	border-radius: 50%;
	background-clip: padding-box;
}
body .wpcf7-form .wpcf7-spinner::before {
	display: none;
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
/* validation */
span.wpcf7-not-valid-tip {
	position: absolute;
	left: 0;
	bottom: -1.8rem;
	font-size: 80%;
	color: #D73A12;
	line-height: 1.2;
}
textarea + span.wpcf7-not-valid-tip {
	bottom: -1.5rem;
}
body .wpcf7 form.invalid .wpcf7-response-output, body .wpcf7 form.unaccepted .wpcf7-response-output {
	display: none !important;
}
.wpcf7 form.wpcf7-form.sent div.wpcf7-response-output {
	display: block !important;
	position: absolute;
	top: 36%;
	left: 50%;
	margin: 0 !important;
	transform: translate(-50%, -50%);
	border: none;
	background: rgba(204, 0, 0, .8);
	background: linear-gradient(to bottom, #A03E34 0%, #C34C3F 82%);
	color: #fff;
	padding: 3em 3em;
	line-height: 1.4;
	text-align: center;
	min-width: 20em;
}
/* error 404 */
.error404 .site-main {
	margin: 0;
}
.error404 .page-content, .search-no-results .page-header + .page-content {
	padding: 2em 4%;
}
.error404 .page-content .widget {
	display: inline-block;
	margin: 0 2% 1.5em 0;
	width: 22%;
	vertical-align: top;
}
.error404 .page-content .widget ul {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
	font-size: 1.4em;
}
.error404 .page-content .search-form {
	clear: both;
	padding-bottom: 2em;
}
/* homepage */
.home .site-main article .entry-header + .entry-content {
	padding: 0;
}
.home .site-main article.page {
	position: relative;
	z-index: 1;
}
.home .entry-footer {
	display: none;
}
/* row 1 top */
.home-widgets + .entry-content {
	margin-top: 0;
}
.home-widgets {
	display: table;
	width: 100%;
	border-spacing: 0;
	box-sizing: border-box;
}
.home-widgets section.clear {
	display: table-row;
}
#home-top-left, #home-top-center, #home-top-right, #home-top-sidebar {
	display: table-cell;
	box-sizing: border-box;
	vertical-align: top;
}
#home-top-left {
	width: 40%;
	background: url(images/glen-atlas.jpg) no-repeat 50% 50%;
	background-size: cover;
	overflow: hidden;
}
#home-top-right {
	width: 60%;
}
#home-top-right-wrap {
	display: table;
}
#home-top-center {
	width: 35%;
	font-size: clamp(18px, 1.5vw, 24px);
}
#home-top-sidebar {
	width: 25%;
}
.home .site-main article #home-top-right .entry-header {
	padding: 2em 4%;
	min-height: 0;
	box-shadow: 0 12px 0 0 rgba(0, 0, 0, .18);
	position: relative;
	z-index: 1;
	border: none;
	overflow: hidden;
}
#home-top-center, #home-top-sidebar {
	height: 300px;
	background: #5ce7d8;
	padding: 1em 4%;
}
#home-top-center p {
	margin: 1em 0;
}
#home-top-sidebar {
	background: #a36745;
}
.widget#recent-posts-4 h1.widget-title::after {
	display: block;
	line-height: 1.2;
	content: 'Latest developments & announcements.';
	font-size: 18px;
	font-weight: 200;
	color: #e5e5e5;
	margin: -.4em 0 1em;
}
/* row 2 icons */
.color-b0e2cd {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.color-b0e2cd .fw-col-sm-3 > div {
	color: rgba(0, 0, 0, 0.68);
	font-size: 21px;
	font-weight: 400;
	line-height: 1.34;
	margin: 2.1em auto 1.4em;
	text-align: center;
	width: 180px;
}
.color-b0e2cd .fw-col-sm-3 > div > b {
	display: block;
	text-indent: -2000em;
	overflow: hidden;
	text-align: left;
	background: url(images/sprite.png) no-repeat 0 -248px;
	width: 166px;
	height: 166px;
	margin: 0 auto .6em;
}
.color-b0e2cd .fw-col-sm-3 > div.ico-home-2 b {
	background-position: -255px -248px;
}
.color-b0e2cd .fw-col-sm-3 > div.ico-home-3 b {
	background-position: -527px -248px;
}
.color-b0e2cd .fw-col-sm-3 > div.ico-home-4 b {
	background-position: 0 -468px;
}
/* testimonials */
h3.fw-testimonials-title {
	color: #414442;
	font-size: 3em;
	margin: 0.56em 0 0.12em;
	text-align: center;
}
.color-e5e5e5 .fw-testimonials {
	margin: 0 auto 2em;
	max-width: 1280px;
	width: 92%;
}
.fw-testimonials .fw-testimonials-item {
	top: 1px;
}
.color-e5e5e5 .fw-testimonials .fw-testimonials-text {
	font-family: 'proxima-nova-condensed', serif;
	font-size: .88em;
	font-style: italic;
}
.fw-testimonials .fw-testimonials-text p.person {
	color: #999;
	font-size: 0.98em;
	margin: 0 1.2em;
	text-align: right;
}
#vivascroll-loading {
	padding-bottom: 2em;
}
/* media */
@media screen and (max-width: 1820px) {
	.main-navigation li {
		font-size: 18px;
	}
	.main-navigation ul ul li {
		font-size: 1em;
	}
}
@media screen and (max-width: 1680px) {
	.main-navigation li {
		font-size: 17px;
	}
	.site-main > article.type-page > .entry-header > h1.entry-title, .site-main > article.type-post > .entry-header h1.entry-title, .page-header h1.page-title, .home .site-main article #home-top-right .entry-header h1, h3.fw-testimonials-title {
		font-size: 2.68em;
	}
}
@media screen and (max-width: 1600px) {
	.main-navigation li {
		font-size: 16px;
	}
	.site-main > article.type-page > .entry-header > h1.entry-title, .site-main > article.type-post > .entry-header h1.entry-title, .page-header h1.page-title, .home .site-main article #home-top-right .entry-header h1, h3.fw-testimonials-title {
		font-size: 2.4em;
	}
}
@media screen and (max-width: 1560px) {
	/* old 24 */
	#secondary aside.widget li .post-date, #recent-posts-4.widget li .post-date {
		font-size: 1.16rem;
	}
	/* old 21 */
	#secondary aside.widget, #recent-posts-4.widget, .color-b0e2cd .fw-col-sm-3 > div, .color-e5e5e5 .fw-testimonials .fw-testimonials-text {
		font-size: 1.08rem;
	}
	.main-navigation ul {
		margin: 36px 0 0;
		max-width: 96%;
	}
	.main-navigation li {
		font-size: 18px;
	}
	#secondary aside.widget {
		padding-left: 8%;
		padding-right: 8%;
	}
	#secondary aside#text-2.widget {
		padding: 1.3em 8% 1em;
	}
	.site-main > article.type-page > .entry-header, .page-header, .home .site-main article #home-top-right .entry-header {
		padding: 2.4em 4%;
		min-height: 0;
	}
}
@media screen and (max-width: 1365px) {
	#recent-posts-4.widget h1.widget-title::after {
		margin-top: -.56em;
	}
}
@media screen and (max-width: 1279px) {
	h1.site-title {
		padding: 10% 5px 0;
	}
}
@media screen and (max-width: 1164px) {
	#social li {
		margin: 0.5rem 5px;
	}
	.main-navigation ul {
		margin: 1.25rem auto 0;
		max-width: 100%;
	}
	.site-main > article.type-page > .entry-header > h1.entry-title, .site-main > article.type-post > .entry-header h1.entry-title, .page-header h1.page-title, .home .site-main article #home-top-right .entry-header h1, h3.fw-testimonials-title {
		font-size: 2em;
	}
}
/* ipad landscape */
@media only screen and (device-width: 768px) {
	/* For general iPad layouts */
	.main-navigation a, .widget {
		font-weight: 400;
	}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
	/* For portrait layouts only */
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
	/* For landscape layouts only */
}
@media screen and (max-width:995px) {
	.main-navigation li {
		font-size: 13px;
	}
	#social li {
		margin: 0 2px;
	}
	h1.site-title a {
		height: 48px;
	}
	.footer-widgets #footer-right figure {
		float: left
	}
	.footer-widgets #footer-right figure img {
		max-width: none;
		height: 100%;
		width: auto;
	}
	.menu-topmenu-container .search-field, .menu-topmenu-container form.bop-nav-search::after {
		margin-top: -14px;
	}
}
/* menu breakpoint */
@media screen and (max-width: 767px) {
	h1.site-title {
		padding: 0.8rem 5px;
	}
	#social li {
		margin: 0 5px;
	}
	.social-links {
		padding-bottom: 0.8em;
		padding-top: 0.8em;
	}
	/* fold menu */
	button.menu-toggle {
		height: 3.4rem;
		position: absolute;
		right: 0;
		text-indent: -2000em;
		top: -4rem;
		width: 3.4rem;
		background: transparent;
		padding-left: 0;
		font-size: 46px;
		box-shadow: none;
		border: none;
	}
	button.menu-toggle:before {
		content: '';
		position: absolute;
		left: 3px;
		top: 0.25em;
		width: 1em;
		height: 0.15em;
		background: #fff;
		box-shadow: 0 0.25em 0 0 #fff, 0 0.5em 0 0 #fff;
	}
	.main-navigation ul {
		margin: 0 auto;
		max-width: 90%;
	}
	.main-navigation li {
		font-size: 1.4rem;
		display: block;
		text-align: center;
		float: none;
	}
	.main-navigation li a {
		display: block;
		float: none;
		padding: .5rem;
		border: none !important;
	}
	.main-navigation.toggled ul ul {
		background: transparent;
		box-shadow: none;
		display: block;
		float: none;
		max-width: 100%;
		opacity: 1;
		position: static;
		visibility: visible;
	}
	.main-navigation ul ul li {
		border: none;
	}
	.main-navigation ul ul a {
		background: rgba(0, 0, 0, 0.08);
		width: auto;
		padding: .4em 1em;
	}
	.menu-topmenu-container li.bop-nav-search {
		overflow: hidden;
	}
	.menu-topmenu-container form.bop-nav-search {
		left: 50%;
		margin-left: -12px;
		padding-bottom: 3rem;
		position: relative;
		top: 1.5rem;
	}
	.menu-topmenu-container .search-field:active, .menu-topmenu-container .search-field:focus {
		top: 50%;
	}
	/* layout change */
	.site-main {
		margin: 0;
	}
	.site-content .widget-area {
		float: none;
		width: 100%;
		clear: both;
	}
	.footer-widgets section > div {
		display: block;
		height: auto;
		width: 100% !important;
	}
	.footer-widgets section > div#footer-right {
		height: 200px;
	}
	.footer-widgets #footer-right figure {
		float: right;
	}
	#home-top-left, #home-top-center, #home-top-right, #home-top-center, #home-top-sidebar {
		display: block;
		height: auto;
		width: 100% !important;
	}
	#home-top-left {
		height: 240px;
		overflow: hidden;
		width: 100%;
	}
	.footer-widgets #footer-center li {
		display: block;
		width: 100%;
	}
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"] {
		max-width: 98%;
		-webkit-appearance: none;
		appearance: none;
	}
	.site-main > article.type-page > .entry-header, .page-header, .home .site-main article #home-top-right .entry-header {
		padding: 1.4em 4%;
		min-height: 0;
	}
	.error404 .page-content .widget {
		display: block;
		margin: 0 0 1.5em;
		width: 100%;
	}
}
@media screen and (max-width: 479px) {
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"] {
		max-width: 72%;
	}
}
.award-pic {
	margin-top: 1em;
}