/*!
Theme Name: zephyr_jcuvet2024
Author: Tony Cowan, Zephyrmedia
Author URI: https://www.zephyrmedia.com.au
Description: 2024 custom WordPres theme by Zephyrmedia.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

zephyr_jcuvet2024 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/





/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}






/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD3gfD_vx3rCubqg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_cJD3gnD_vx3rCs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC3gfD_vx3rCubqg.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v18/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body,
button,
input,
select,
optgroup,
textarea
{
	color: #000;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1.5;
}


h1
{
	font-size: 40px;
	line-height: 48px;
	font-weight: 700;
	color: #0075BC;
	padding: 0;
	margin: 0 0 30px 0;
}

h2
{
	font-size: 34px;
	line-height: 38px;
	font-weight: 700;
	color: #0075BC;
	padding: 0;
	margin: 0 0 20px 0;
}

h3
{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	color: #0075BC;
	padding: 0;
	margin: 0 0 15px 0;
}

h4
{
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	color: #0075BC;
	padding: 0;
	margin: 0 0 10px 0;
}

h5, h6
{
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	padding: 0;
}


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

p
{
	margin: 0 0 25px 0;
}

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;
	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;
}

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

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

big
{
	font-size: 125%;
}



/* Elements
--------------------------------------------- */
body
{
	background: #fff;
}

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

ul,
ol
{
	margin: 0 0 25px 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}








/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

header
{
	width: 100%;
	height: 230px;
	display: block;
	position: fixed;
	margin: 0;
	padding: 0;
	z-index: 25;
	top: 0;
}

.navbar
{
	width: 98%;
	height: 65px;
	display: block;
	position: absolute;
	left: 1%;
	top: 20px;
	border-radius: 8px;
	background-color: #D9EAF5;
	z-index: 20;
	-webkit-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.3);
}

header.sticky
{
	width: 100%;
	height: 100px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.header-logo
{
	width: 173px;
	height: 192px;
	display: block;
	position: absolute;
	top: 30px;
	left: 35px;
	z-index: 25;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .header-logo
{
	width: 83px;
	height: 92px;
	left: 50px;
	top: 6px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header .btn-tel
{
	position: absolute;
	left: 224px;
	top: 100px;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header.sticky .btn-tel
{
	opacity: 0;
	top: -40px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header .btn-lnk
{
	position: absolute;
	left: 224px;
	top: 150px;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

header.sticky .btn-lnk
{
	opacity: 0;
	top: -40px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}







/*--------------------------------------------------------------
# Home
--------------------------------------------------------------*/

.hm-feature
{
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.hm-feature:after
{
	content: "";
	display: table;
	clear: both;
}

svg.hm-feature-img
{
	width: 960px;
	height: 1070px;
	display: block;
	position: relative;
	right: 5%;
	top: -150px;
	z-index: 1;
	float: right;
}

.hm-feature-title
{
	width: 35%;
	position: relative;
	left: 5%;
	margin: 260px 0 50px 0;
	float: left;
}

.hm-feature h2
{
	font-size: 55px;
	font-weight: 700;
	line-height: 59px;
	margin: 0 0 40px 0;
	padding: 0;
}

.hm-feature-title .btn-org
{
	margin-left: 20px;
}

.hm-feature-panel
{
	width: 100%;
	display: block;
	position: relative;
	padding: 20px 120px 10px 20px;
	margin: 30px 0 0 0;
	border-radius: 12px;
	background-color: #08B9AB;
	text-align: left;
}

.hm-feature-panel h1,
.hm-feature-panel h2,
.hm-feature-panel h3,
.hm-feature-panel h4,
.hm-feature-panel h5,
.hm-feature-panel h6,
.hm-feature-panel p
{
	color: #fff;
}

.hm-feat-pan-arrow
{
	width: 58px;
	height: 52px;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-feat-pan-arrow:hover
{
	right: 10px;
	transform: translateY(-50%);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-content
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 150px 0;
}

.wrapper
{
	width: 90%;
	max-width: 1250px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

.hm-content-imgs
{
	width: 525px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

.hm-content-text
{
	width: calc(100% - 590px);
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
}

.hm-content-img-1
{
	width: 257px;
	height: 252px;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 15px;
	float: left;
}

.hm-content-img-2
{
	width: 257px;
	height: 252px;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 15px;
	float: right;
}

.hm-content-img-3
{
	width: 525px;
	height: 252px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 15px;
	clear: both;
}

.hm-key-btns
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0 0 150px 0;
}

ul.key-btns
{
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.key-btns li
{
	width: 380px;
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 0;
	vertical-align: top;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.key-btns li:hover
{
	margin-top: -10px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.key-btns li:nth-child(2)
{
	margin-left: 4%;
	margin-right: 4%;
}

.key-btn-thumb
{
	width: 380px;
	height: 250px;
	display: block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 0;
	border-radius: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.key-btns li:hover .key-btn-thumb
{
	-webkit-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
}

ul.key-btns li h3
{
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px;
	color: #0075BC;
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom: 0px solid #A3CD39;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.key-btns li:hover h3
{
	color: #A3CD39;
	border-bottom: 1px solid #A3CD39;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.hm-news
{
	width: 98%;
	display: block;
	position: relative;
	margin: 0 auto 20px auto;
	padding: 120px 0;
	text-align: center;
	border-radius: 12px;
	background-color: rgba(163, 205, 57, 0.15);
}

.hm-news h2
{
	font-size: 40px;
	font-weight: 500;
	line-height: 59px;
	color: #5E5E5E;
	margin: 0 0 40px 0;
	padding: 0;
}

.news-slider
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.news-slider .item
{
	width: 100%;
	display: block;
	position: relative;
	text-align: left;
	margin: 0 10px;
	padding: 0;
}

.news-thumb
{
	width: 100%;
	height: 250px;
	display: block;
	position: relative;
	margin: 0 0 12px 0;
	padding: 0;
	border-radius: 12px;
}

.news-slider .item h3,
.news-item h3
{
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin: 0 0 12px 0;
	padding: 0;
}

.news-slider .item p,
.news-item p
{
	color: #000;
	font-size: 18px;
	font-weight: 500;
	line-height: 26px;
	margin: 0 0 20px 0;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.news-slider .item:hover p,
.news-item:hover p
{
	margin: 0 0 10px 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.news-arrow
{
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
}







/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.content-wrapper
{
	width: 90%;
	max-width: 1250px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 100px 0;
}

.twocol
{
	column-count: 2;
	column-gap: 40px;
}

.threecol
{
	column-count: 3;
	column-gap: 30px;
}

.highlight
{
	clear: both;
	width: 100%;
	height: auto;
	display: block;
	position: relative;
	margin: 0 0 25px 0;
	padding: 45px 45px 35px 45px;
	background-color: #D9EAF5;
	border-radius: 12px;
}

svg.pg-feat-1
{
	width: 628px;
	height: 698px;
	display: block;
	position: relative;
	left: 50%;
	top: -50px;
	transform: translateX(-50%);
	z-index: 1;
}

svg.pg-feat-2
{
	width: 422px;
	height: 471px;
	display: block;
	position: absolute;
	right: 0;
	top: 180px;
	z-index: 2;
}

.entry-header
{
	width: 90%;
	max-width: 1250px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 0;
	z-index: 0;
}

.single .entry-header
{
	width: 90%;
	max-width: 1250px;
	height: 600px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 110px 0 0 0;
	z-index: 0;
}

.entry-header h1
{
	width: 400px;
	font-size: 50px;
	line-height: 53px;
	font-weight: 700;
	position: absolute;
	left: 0;
	top: 60%;
	transform: translateY(-50%);
	z-index: 2;
}

.pg-spacer
{
	width: 100%;
	height: 80px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
}

.gallery-slider
{
	width: 100%;
	height: 200px;
	display: block;
	margin: 0 auto;
}

.gallery-slider .item
{
	height: 250px;
	margin: 0 10px;
	border-radius: 12px;
}

.photo-img
{
	width: 100%;
	height: 200px;
	display: block;
	position: relative;
	border-radius: 12px;
}

.gallery-slider .item .photo-img .overlay,
.gallery-archive .item .photo-img .overlay
{
	width: 100%;
	height: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, 0);
	border-radius: 12px;
	background-position: center center !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.gallery-slider .item .photo-img:hover > .overlay,
.gallery-archive .item .photo-img:hover > .overlay
{
	background-color: rgba(0, 0, 0, 0.7);
	background-image: url('img/icon-expand.svg');
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.vid-box
{
	width: 500px;
	height: 280px;
	display: block;
	margin: 0 auto;
	padding: 0;
}

.vid-box .overlay
{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	background-color: rgba(0, 0, 0, 0.2);
	border-radius: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.vid-box .overlay:hover
{
	background-color: rgba(0, 0, 0, 0.6);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.vid-box .overlay svg
{
	width: 30px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	fill: #fff;
}

.video-slider,
.video-slider .item,
.video-slider .item .vid-box
{
	width: 100%;
	height: 225px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 12px;
}

.video-slider
{
	margin: 50px 0 130px 0 !important;
}

.video-slider .item
{
	margin: 0 5px;
}






/*--------------------------------------------------------------
# Accordion
--------------------------------------------------------------*/

.accordion-block
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0;
}

.accordion
{
  background-color: #fff;
  color: #0075BC !important;
  cursor: pointer;
  padding: 18px 50px 18px 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  border: 2px solid #0075BC;
  font-size: 18px;
  line-height: 22px;
  transition: 0.4s;
  margin: 0;
  border-radius: 12px;
  position: relative;
  font-weight: 700;
  text-transform: uppercase
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.active, .accordion:hover
{
  background-color: #0075BC !important;
  border: 2px solid #0075BC;
  color: #fff !important;
  font-weight: 700;
  -webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.accordion.active
{
	border-radius: 12px 12px 0 0;
}

.panel
{
  padding: 0 30px;
  background-color: rgba(41, 85, 204, 0.15);
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 12px 12px;
  transition: max-height 0.2s ease-out;
  margin: 0 0 10px 0;
}

.panel p
{
	margin-top: 25px;
}

.accordion:after
{
  content: "+"; /* Unicode character for "plus" sign (+) */
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 30px
}

.active:after
{
  content: "-"; /* Unicode character for "minus" sign (-) */
  position: absolute;
  right: 18px;
  top: 16px;
  color: #fff;
  font-size: 30px
}

.nl-item
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 40px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #c7c7c7;
}

.nl-item:after
{
	content: "";
	display: table;
	clear: both;
}

.nl-item-lt
{
	width: 200px;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: left;
}

.nl-item-rt
{
	width: calc(100% - 250px);
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	float: right;
}

.nf-list
{
	width: 31%;
	display: block;
	position: relative;
	margin: 0 1%;
	padding: 0;
	float: left;
}

.nf-list ul
{
	margin: 0 0 40px 0;
	padding: 0;
}

.nf-list ul li
{
	list-style: none;
	margin: 0;
	padding: 8px 0;
	border-bottom: 1px solid #dddddd;
}

.nf-list ul li a
{
	font-weight: 400;
}

.nf-list ul li:first-child
{
	border-top: 1px solid #dddddd;
}

.nf-list ul.sub-menu li a,
.nf-list ul.sub-menu li a:hover
{
	font-size: 17px;
	padding: 8px 0;
	color: #0075BC !important;
}

.nf-list ul.sub-menu
{
	margin: 10px 0 0 10px;
}

.nf-list ul.sub-menu li
{
	border-bottom: 1px solid #dddddd;
}

.nf-list li.menu-item-has-children:hover
{
	background-image: none !important;
}






/*--------------------------------------------------------------
# Profiles
--------------------------------------------------------------*/

ul.prof-list
{
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.prof-list li
{
	width: 300px;
	height: auto;
	display: inline-block;
	margin: 0 0 30px 0;
	padding: 0;
	vertical-align: top;
}

.bio-pic1
{
	width: 140px;
	height: 140px;
	display: block;
	position: relative;
	border-radius: 12px;
	margin: 0 auto 20px auto;
	padding: 0;
}

.bio-pic2
{
	width: 180px;
	height: 180px;
	display: block;
	position: relative;
	border-radius: 12px;
	margin: 0 auto 20px auto;
	padding: 0;
}

ul.prof-list li h3
{
	font-size: 20px;
	line-height: 23px;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
}

ul.prof-list li p.title
{
	font-size: 15px;
	line-height: 18px;
	font-style: italic;
	margin: 0 0 20px 0;
	padding: 0;
}

.section-title-box
{
	width: 100%;
	height: 30px;
	text-align: center;
	display: block;
	position: relative;
	margin: 60px 0;
	padding: 0;
}

.section-title-box h2.section-title
{
	font-size: 20px;
	line-height: 22px;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	background-color: #0075BC;
	padding: 10px 25px;;
	margin: 0;
	z-index: 2;
}

.section-title-box h2.section-title::before
{
	content: "";
	width: 15px;
	height: 42px;
	display: inline-block;
	position: absolute;
	left: -15px;
	top: 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 42'%3E%3Cpath fill='%230075bc' d='M0,21c0,1.1.3,2.1.8,3l8.9,15c1.1,1.8,3.1,3,5.3,3V0C12.8,0,10.7,1.1,9.7,3L.8,18c-.5,1-.8,2-.8,3Z'/%3E%3C/svg%3E");
}

.section-title-box h2.section-title::after
{
	content: "";
	width: 15px;
	height: 42px;
	display: inline-block;
	position: absolute;
	right: -15px;
	top: 0;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 15 42'%3E%3Cpath fill='%230075bc' d='M15,21c0-1.1-.3-2.1-.8-3L5.3,3C4.2,1.1,2.2,0,0,0v42c2.2,0,4.3-1.1,5.3-3l8.9-15c.5-1,.8-2,.8-3Z'/%3E%3C/svg%3E");
}

.section-title-line
{
	width: 100%;
	height: 2px;
	text-align: center;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	background-color: #0075BC;
	z-index: 1;
}

.width80
{
	max-width: 80% !important;
}

p.title
{
	border-bottom: 1px solid #b6b6b6;
	padding: 5px 0;
	font-style: italic;
	margin: 0;
}

ul.prof-list li p.title
{
	border-bottom: 0px solid #b6b6b6;
}

p.accred
{
	border-bottom: 1px solid #b6b6b6;
	padding: 0 0 8px 0;
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	margin: 0 0 7px 0;
}

p.email
{
	border-bottom: 1px solid #b6b6b6;
	padding: 5px 0;
	margin: 0;
}







/*--------------------------------------------------------------
# News
--------------------------------------------------------------*/

.post-archive
{
	width: 100%;
	display: block;
	position: relative;
	text-align: center;
}

.news-feature
{
	width: 100%;
	height: 500px;
	display: block;
	position: relative;
	border-radius: 12px;
	margin: 0;
	padding: 0;
}

.news-title
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

.news-title h1
{
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.post-date
{
	font-size: 12px;
	text-transform: uppercase;
	margin: 0 0 80px 0;
	padding: 0;
}

.news-item
{
	width: 390px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin: 0 10px 60px 10px;
	padding: 0;
	text-align: left;
}

.filter-head-box
{
	width: 100%;
	display: block;
	position: relative;
	margin: 0 0 50px 0;
	padding: 0;
	text-align: center;
}

.filter-head-box ul
{
	margin: 0;
	padding: 0;
}

h3.filter-head
{
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
  text-align: center;
  letter-spacing: 0;
}

input.sf-input-checkbox
{
	opacity: 0;
	width: 0;
	height: 0;
}

label.sf-label-checkbox
{
	padding: 10px 15px !important;
	margin: 0 5px 5px 0;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	display: inline-block;
	background-color: #D9EAF5;
	background-position-x: 8px;
	background-position-y: 12px;
	background-size: 15px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

label.sf-label-checkbox:hover
{
	background-color: rgba(0, 117, 188, 0.6);
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

p.cat-crossref
{
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
}

li.sf-option-active label.sf-label-checkbox
{
	color: #fff;
	background-color: #0075BC;
	font-weight: 700;
	padding: 10px 15px 10px 30px !important;
	background-image: url('img/tick.svg');
	background-repeat: no-repeat;
	background-position-x: 8px;
	background-position-y: 12px;
	background-size: 15px;
}

li.sf-level-0,
li.sf-field-search,
li.sf-field-submit
{
	display: inline-block !important;
}

li.sf-field-submit
{
	margin-left: 15px !important;
}

.results-num
{
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	padding: 0;
}

.searchandfilter ul li
{
	padding: 0 0 5px 0;
}

input.sf-input-text
{
	background-color: #fff !important;
	color: #000 !important;
	padding: 10px 20px !important;
}







/*--------------------------------------------------------------
# Job
--------------------------------------------------------------*/

.job-header
{
	width: 90%;
	max-width: 1250px;
	height: 130px;
	display: block;
	position: relative;
	margin: 0 auto;
	padding: 110px 0 0 0;
	z-index: 0;
}

.job-status-open
{
	display: inline-block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 5px 25px;
	background-color: #057f00;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.job-status-closed
{
	display: inline-block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 5px 25px;
	background-color: #7f0000;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.job-status-closing-soon
{
	display: inline-block;
	position: relative;
	margin: 0 0 10px 0;
	padding: 5px 25px;
	background-color: #cb5700;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

ul.job-details
{
	margin: 0;
	padding: 0;
	text-align: center;
}

ul.job-details li
{
	display: inline-block;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0 40px 15px 0;
	text-transform: uppercase;
	font-weight: 700;
}

.jd-icon
{
	height: 30px;
	display: inline-block;
	position: relative;
	margin: 0 10px 0 0;
	padding: 0;
	top: 8px;
}






/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer
{
	width: 98%;
	height: 305px;
	display: block;
	position: relative;
	margin: 0 auto 20px auto;
	padding: 0;
	border-radius: 12px;
	background-color: #D9EAF5;
	clear: both;
}

.footer-logo
{
	width: 145px;
	height: 162px;
	display: block;
	position: absolute;
	right: 45px;
	top: 30px;
}

.company-details
{
	width: 260px;
	display: block;
	position: absolute;
	padding: 0 0 0 30px;
	margin: 0;
	top: 20%;
	left: 30px;
	z-index: 3;
}

.company-details svg.icon-loc
{
	width: 19px;
	height: 25px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

p.comp-address
{
	color: #1E1F4E;
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 10px 0;
}

.company-details a
{
	font-weight: 700;
	color: #1E1F4E;
}

.social-media
{
	display: block;
	position: absolute;
	left: 60px;
	top: 55%;
	transform: translateY(-50%);
	z-index: 3;
	margin: 0;
	padding: 0;
}

.social-media ul
{
	margin: 0;
	padding: 0;
	position: relative;
	clear: both;
}

.social-media ul li
{
	list-style: none;
	display: inline-block;
	position: relative;
	width: 22px;
	height: 22px;
	margin: 0 10px 0 0;
	padding: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.social-media ul li.followus
{
	width: 100px;
	font-size: 14px;
	line-height: 14px;
	top: -5px;
	margin: 0;
	padding: 0;
	color: #0075BC;
	text-transform: uppercase;
}

.social-media ul:hover li:not(:hover)
{
	opacity: 0.3;
}

.footer-btns
{
	position: absolute;
	top: 32%;
	left: 50%;
	transform: translateX(-50%);
}

footer .btn-tel
{
	margin-right: 50px;
}

.copyright
{
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 0;
	border-radius: 0 0 12px 12px;
	background-color: rgba(0, 0, 0, 0.1);
	z-index: 3;
}

.copyright p
{
	font-size: 12px;
	line-height: 16px;
	color: #5E5E5E;
	margin: 0;
	padding: 30px;
	text-transform: uppercase;
	text-align: center;
}

.copyright p a,
.copyright p a:visited
{
	color: #5E5E5E;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.copyright p a:hover,
.copyright p a:visited:hover
{
	color: rgba(94, 94, 94, 0.5);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}







/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/

.btn-org,
.btn-org:visited
{
	background-color: #F7941D;
	color: #000;
	height: 66px;
	line-height: 66px;
	padding: 0 55px 0 5px;
	margin: 0 0 20px 40px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-org:hover,
.btn-org:visited:hover
{
	margin-top: -5px;
	color: #000;
	-webkit-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-org::before
{
	content: "";
	width: 23px;
	height: 66px;
	display: inline-block;
	position: absolute;
	left: -22px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 23 66'%3E%3Cpath fill='%23f7941d' d='M0,33c0,1.7.4,3.3,1.2,4.7l13.6,23.6c1.7,2.9,4.8,4.7,8.1,4.7V0c-3.3,0-6.5,1.8-8.1,4.7L1.2,28.3c-.8,1.5-1.2,3.1-1.2,4.7Z'/%3E%3C/svg%3E");
}

.btn-org::after
{
	content: "";
	width: 73px;
	height: 66px;
	display: inline-block;
	position: absolute;
	right: -23px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 73 66'%3E%3Cdefs%3E%3Cstyle%3E .st0 %7B fill: %23fff; %7D .st1 %7B fill: %23f7941d; %7D %3C/style%3E%3C/defs%3E%3Cpath class='st1' d='M72.9,33c0-1.7-.4-3.3-1.2-4.7l-13.6-23.6c-1.7-2.9-4.8-4.7-8.1-4.7H0v66h49.9c3.3,0,6.5-1.8,8.1-4.7l13.6-23.6c.8-1.5,1.2-3.1,1.2-4.7Z'/%3E%3Cpath class='st0' d='M7.1,33c0,1.3.3,2.6,1,3.7l10.8,18.7c1.3,2.3,3.8,3.7,6.4,3.7h21.6c2.6,0,5.1-1.4,6.4-3.7l10.8-18.7c.7-1.2,1-2.4,1-3.7s-.3-2.6-1-3.7l-10.8-18.7c-1.3-2.3-3.8-3.7-6.4-3.7h-21.6c-2.6,0-5.1,1.4-6.4,3.7l-10.8,18.7c-.6,1.2-1,2.5-1,3.7Z'/%3E%3Cpath d='M41.9,30.4c2,1.2,2,4,0,5.2l-8.5,4.9c-2,1.2-4.5-.3-4.5-2.6v-9.9c0-2.3,2.5-3.8,4.5-2.6l8.5,4.9Z'/%3E%3C/svg%3E");
}

.btn-tel,
.btn-tel:visited
{
	background-color: #A3CD39;
	color: #000;
	height: 40px;
	line-height: 40px;
	padding: 0 5px 0 10px;
	margin: 0 0 10px 40px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-tel:hover,
.btn-tel:visited:hover
{
	margin-left: 45px;
	color: #000;
	-webkit-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-tel::before
{
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: -39px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 40 40'%3E%3Cpath fill='%23a3cd39' d='M40,0H13.6c-2,0-3.8,1.1-4.8,2.9L.7,17.1C.2,18,0,19,0,20s.3,2,.7,2.9l8.1,14.3c1,1.8,2.8,2.9,4.8,2.9h26.4V0Z'/%3E%3Cpath fill='%23fff' d='M37,20c0-.7-.2-1.4-.5-2l-5.8-10.1c-.7-1.2-2-2-3.5-2h-11.7c-1.4,0-2.8.8-3.5,2l-5.8,10.1c-.4.6-.5,1.3-.5,2s.2,1.4.5,2l5.8,10.1c.7,1.2,2,2,3.5,2h11.7c1.4,0,2.8-.8,3.5-2l5.8-10.1c.3-.6.5-1.3.5-2Z'/%3E%3Cpath fill='%230075bc' d='M24.5,21.7c0-.1-.3-.2-.4,0h0c-.2.2-1,.7-1,.7,0,0,0,0,0,0-.5.1-1.8-1.1-2.5-2.7-.5-1-.5-1.5-.3-1.7l1.1-.7c0,0,.1-.1.1-.2,0,0,0-.2,0-.2l-2.4-3.7c0,0-.1-.1-.2-.1,0,0-.2,0-.2,0h-.2c-.3.3-.9.7-1,.7h0c-1.4,1-2.5,2.8,1.1,8.3,2.5,3.7,4.5,5.3,6.3,4.8.4-.1.7-.3.9-.4h0c0,0,1.1-.8,1.1-.8.1,0,.2-.3,0-.4l-2.4-3.7h0Z'/%3E%3C/svg%3E");
}

.btn-tel::after
{
	content: "";
	width: 13px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right: -13px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 13.6 40'%3E%3Cpath fill='%23a3cd39' d='M0,40c2,0,3.8-1.1,4.8-2.9l8.1-14.3c.5-.9.7-1.8.7-2.9s-.3-2-.7-2.9L4.8,2.9C3.8,1.1,2,0,0,0v40Z'/%3E%3C/svg%3E");
}

.btn-lnk,
.btn-lnk:visited
{
	background-color: #A3CD39;
	color: #000;
	height: 40px;
	line-height: 40px;
	padding: 0 5px 0 10px;
	margin: 0 0 10px 40px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-lnk:hover,
.btn-lnk:visited:hover
{
	margin-left: 45px;
	color: #000;
	-webkit-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-lnk::before
{
	content: "";
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: -39px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 40 40'%3E%3Cpath fill='%23a3cd39' d='M40,0H13.6c-2,0-3.8,1.1-4.8,2.9L.7,17.1C.2,18,0,19,0,20s.3,2,.7,2.9l8.1,14.3c1,1.8,2.8,2.9,4.8,2.9h26.4V0Z'/%3E%3Cpath fill='%23fff' d='M37,20c0-.7-.2-1.4-.5-2l-5.8-10.1c-.7-1.2-2-2-3.5-2h-11.7c-1.4,0-2.8.8-3.5,2l-5.8,10.1c-.4.6-.5,1.3-.5,2s.2,1.4.5,2l5.8,10.1c.7,1.2,2,2,3.5,2h11.7c1.4,0,2.8-.8,3.5-2l5.8-10.1c.3-.6.5-1.3.5-2Z'/%3E%3Cpath fill='%230075bc' d='M26.1,23.7l-2.8-2.6,1.9-.8c.1,0,.2-.2.2-.3,0-.1,0-.3-.2-.4l-9.6-5.8c-.1,0-.3,0-.4,0-.1.1-.2.3-.1.4l4.1,10.5c0,.1.2.2.3.3.1,0,.3,0,.4-.2l1.3-2,2.7,3.2c0,0,.2.1.3.1,0,0,0,0,0,0,0,0,.1,0,.2-.1l1.8-1.8c0,0,.1-.2.1-.3,0-.1,0-.2-.1-.3h0Z'/%3E%3C/svg%3E");
}

.btn-lnk::after
{
	content: "";
	width: 13px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right: -13px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 13.6 40'%3E%3Cpath fill='%23a3cd39' d='M0,40c2,0,3.8-1.1,4.8-2.9l8.1-14.3c.5-.9.7-1.8.7-2.9s-.3-2-.7-2.9L4.8,2.9C3.8,1.1,2,0,0,0v40Z'/%3E%3C/svg%3E");
}


.btn-grn,
.btn-grnk:visited
{
	background-color: #A3CD39;
	color: #000;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 0 10px 0px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-grn:hover,
.btn-grn:visited:hover
{
	margin-left: 15px;
	color: #000;
	-webkit-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn-grn::before
{
	content: "";
	width: 13px;
	height: 40px;
	display: inline-block;
	position: absolute;
	left: -13px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 13.6 40'%3E%3Cpath fill='%23a3cd39' d='M13.6,0c-2,0-3.8,1.1-4.8,2.9L.7,17C.3,17.9,0,18.8,0,19.9s.2,2,.7,2.9l8.1,14.3c1,1.8,2.8,2.9,4.8,2.9V0Z'/%3E%3C/svg%3E");
}

.btn-grn::after
{
	content: "";
	width: 13px;
	height: 40px;
	display: inline-block;
	position: absolute;
	right: -13px;
	background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='Layer_1' xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 13.6 40'%3E%3Cpath fill='%23a3cd39' d='M0,40c2,0,3.8-1.1,4.8-2.9l8.1-14.3c.5-.9.7-1.8.7-2.9s-.3-2-.7-2.9L4.8,2.9C3.8,1.1,2,0,0,0v40Z'/%3E%3C/svg%3E");
}










/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.hm-content:after,
.hm-feature-panel:after
{
	content: "";
	display: table;
	clear: both;
}






/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/

a,
a:visited
{
	color: #0075BC;
	font-weight: 700;
	text-decoration: none;
}

a:hover,
a:focus,
a:active
{
	color: #00446e;
	font-weight: 700;
	text-decoration: none;
}






/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="button"],
input[type="reset"],
input[type="submit"]
{
	background-color: #A3CD39;
	color: #000;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin: 0 0 10px 0px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	border: none;
	border-radius: 12px;
	font-weight: 700;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover
{
	margin-left: 15px;
	color: #fff;
	background-color: #0075BC;
	-webkit-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select
{
	color: #666;
	border: 2px solid rgba(0, 117, 188, 0.5);
	border-radius: 8px;
	padding: 15px 20px !important;
	background-color: #fff;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus,
select:focus
{
	color: #111;
	border: 2px solid #0075BC;
	outline: none;
}

textarea
{
	width: 100%;
}

.gform_wrapper
{
	text-align: left;
}

.gform_required_legend {display: none;}








/*--------------------------------------------------------------
## Desktop Menu
--------------------------------------------------------------*/

.main-navigation
{
	clear: both;
	display: block;
	position: absolute;
	top: 50%;
	right:25px;
	transform: translateY(-50%);
	z-index: 30;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.sticky .main-navigation
{
	top: 33px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

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

.main-navigation ul ul
{
	float: left;
	position: absolute;
	top: 99%;
	left: -999em;
	z-index: 99999;
	background-color: #0075BC;
	padding: 20px;
	border-radius: 12px;
	-webkit-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	-moz-box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
	box-shadow: 0px 10px 21px -4px rgba(0,0,0,0.4);
}

ul.menu li.menu-item-has-children:hover
{
	background-image: url('img/menu-top.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
	z-index: 20;
	background-size: 30px;
}

.main-navigation ul ul ul
{
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul
{
	display: block;
	left: auto;
	left: 300px;
	top: -20px;
}

.main-navigation ul ul a
{
	width: 250px;
	font-weight: 500;
}

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

.main-navigation li
{
	position: relative;
	display: inline-block;
}

.main-navigation a
{
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 0;
	line-height: 50px;
	color: #000;
	font-weight: 500;
	margin: 0 10px;
}

.main-navigation a:hover
{
	color: #0075BC;
	font-weight: 700;
}

.main-navigation li.current_page_item a
{
	color: #0075BC;
	font-weight: 700;
	padding: 0 10px;
	background-color: rgba(255, 255, 255, 0.5);
}

.main-navigation ul li ul.sub-menu li a
{
	color: #fff;
	padding: 10px 0;
	line-height: 18px;
	font-weight: 400 !important;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-navigation ul ul a:hover,
.sub-menu .current_page_item a
{
	color: #000 !important;
	padding: 10px 10px !important;
	font-weight: 600 !important;
	background-color: rgba(255, 255, 255, 0.2);
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

ul.sub-menu li
{
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

ul.sub-menu li:last-child
{
	border-bottom: 0px solid #bfeeff;
}

ul.sub-menu li a
{
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0;
	margin: 0;
	color: #fff !important;
}

ul.sub-menu li a:hover
{
	font-size: 14px;
	line-height: 18px;
	font-weight: 700 !important;
	padding: 10px 0 10px 10px;
	color: #fff !important;
}







/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/

input#burger
{
	opacity: 0;
}

body input + .btn label
{
  position: absolute;
  top: 50%;
  left: 50%;
  height: 18px;
  width: 25px;
  z-index: 25;
  transform: translate(-50%,-50%);
  padding: 25px;
}

body input + .btn label span
{
  position: absolute;
  width: 50%;
  height: 3px;
  top: 47%;
  margin-top: 0;
  left: 12px;
  display: block;
  background: #fff;
  transition: .2s;
}

body input + .btn label span:first-child
{
  top: 16px;
}

body input + .btn label span:last-child
{
  top: 31px;
}

body .btn label:hover
{
  cursor: pointer;
}

body input:checked + .btn label span
{
  opacity: 0;
  top: 50%;
}

body input:checked + .btn label span:first-child
{
  opacity: 1;
  transform: rotate(405deg);
  left: 13px;
}

body input:checked + .btn label span:last-child
{
  opacity: 1;
  transform: rotate(-405deg);
   left: 13px;
}

body input ~ nav
{
  background-color: rgba(0, 1, 31, 0.95);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0vh;
  z-index: 25;
  transition-delay: .5s;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

body input:checked ~ nav
{
	display: block;
}

body input ~ nav > .menu-top-menu-container ul.menu
{
  position: absolute;
  width: 75%;
  top: 150px;
  left: 50%;
  margin: 0;
  padding: 0 0 80px 0;
  transform: translateX(-50%);
}

body input ~ nav > .menu-top-menu-container > li.menu-item > ul.sub-menu
{
	margin: 0 0 10px 20px;
	padding: 0;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item
{
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
  list-style: none;
  text-align: center;
  border-bottom: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li
{
  list-style: none;
  border-bottom: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li:last-child
{
	border-bottom: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item:first-child
{
  border-top: 0px solid #747474;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > a
{
  text-decoration: none;
  text-transform: uppercase;
  color:  rgb(255, 255, 255);
  font-weight: 600;
  display: block;
  padding: 7px 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li a
{
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7) !important;
  font-weight: 400;
  display: block;
  padding: 5px 0;
  font-size: 16px;
  line-height: 24px;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > a:hover,
body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li a:hover
{
	color: rgba(255, 255, 255, 0.7);
	 font-weight: 700;
}

body input:checked ~ nav
{
  height: 100vh;
  transition-delay: 0s;
  overflow: scroll;
  -webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

body input:checked ~ nav > .menu-top-menu-container ul.menu > li.menu-item
{
  opacity: 1;
  transition-delay: .5s;
}

body input ~ nav > .menu-top-menu-container ul.sub-menu li ul.sub-menu li
{
	border-bottom: 0px solid #f2888c;
}

.btn
{
	position: absolute;
	right: 20px;
	top: 25px;
	z-index:9999;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	background-color: #0075BC;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn:hover
{
	background-color: #333333;
	cursor: pointer;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.btn:hover label span
{
	background: #FFF;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

nav ul.sub-menu::before
{
	content: none !important;
}

nav ul.sub-menu
{
	background-color: transparent;
	border: 0px solid #ec1c23;
}

nav ul.sub-menu li ul.sub-menu
{
	margin: 0 0 10px 20px;
	padding: 0;
}

nav ul.sub-menu li ul.sub-menu li
{
	list-style: none;
	border-bottom: 1px solid #585858;
}

nav ul.sub-menu li ul.sub-menu li a
{
	font-size: 15px !important;
	line-height: 20px !important;
}

nav ul.sub-menu li ul.sub-menu li:last-child
{
	border-bottom: 0px solid #3e3e3e;
}

nav ul.sub-menu a
{
	border-bottom: 0px solid #f2888c;
}

nav ul.sub-menu a:hover
{
	border-bottom: 0px solid #990006 !important;
	background-color: transparent;
}

nav ul.menu li.menu-item-has-children:hover
{
	background-image: none;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu
{
	margin: 0 0 10px 0;
	padding: 0;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.menu-item > ul.sub-menu > li
{
	border-bottom: 0px solid #747474 !important;
}

body input ~ nav > .menu-top-menu-container ul.menu > li.current-menu-item a,
body input ~ nav > .menu-top-menu-container ul.menu > li ul.sub-menu > li.current-menu-item a
{
	background-color: rgba(0, 0, 0, 0);
	color: #0075BC!important;
}






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





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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

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

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}





/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}





/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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






/*--------------------------------------------------------------
## Fancybox
--------------------------------------------------------------*/

body.compensate-for-scrollbar {
	overflow: hidden;
}

.fancybox-active {
	height: auto;
}

.fancybox-is-hidden {
	left: -9999px;
	margin: 0;
	position: absolute !important;
	top: -9999px;
	visibility: hidden;
}

.fancybox-container {
	-webkit-backface-visibility: hidden;
	height: 100%;
	left: 0;
	outline: none;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	top: 0;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	transform: translateZ(0);
	width: 100%;
	z-index: 99992;
}

.fancybox-container * {
	box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.fancybox-outer {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto;
}

.fancybox-bg {
	background: rgb(30, 30, 30);
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
	opacity: .9;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
	direction: ltr;
	opacity: 0;
	position: absolute;
	transition: opacity .25s ease, visibility 0s ease .25s;
	visibility: hidden;
	z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
	opacity: 1;
	transition: opacity .25s ease 0s, visibility 0s ease 0s;
	visibility: visible;
}

.fancybox-infobar {
	color: #ccc;
	font-size: 13px;
	-webkit-font-smoothing: subpixel-antialiased;
	height: 44px;
	left: 0;
	line-height: 44px;
	min-width: 44px;
	mix-blend-mode: difference;
	padding: 0 10px;
	pointer-events: none;
	top: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.fancybox-toolbar {
	right: 0;
	top: 0;
}

.fancybox-stage {
	direction: ltr;
	overflow: visible;
	transform: translateZ(0);
	z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
	overflow: hidden;
}

.fancybox-slide {
	-webkit-backface-visibility: hidden;
	/* Using without prefix would break IE11 */
	display: none;
	height: 100%;
	left: 0;
	outline: none;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: absolute;
	text-align: center;
	top: 0;
	transition-property: transform, opacity;
	white-space: normal;
	width: 100%;
	z-index: 99994;
}

.fancybox-slide::before {
	content: '';
	display: inline-block;
	font-size: 0;
	height: 100%;
	vertical-align: middle;
	width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
	display: block;
}

.fancybox-slide--image {
	overflow: hidden;
	padding: 44px 0;
}

.fancybox-slide--image::before {
	display: none;
}

.fancybox-slide--html {
	padding: 6px;
}

.fancybox-content {
	background: #fff;
	display: inline-block;
	margin: 0;
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	padding: 44px;
	position: relative;
	text-align: left;
	vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
	animation-timing-function: cubic-bezier(.5, 0, .14, 1);
	-webkit-backface-visibility: hidden;
	background: transparent;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	left: 0;
	max-width: none;
	overflow: visible;
	padding: 0;
	position: absolute;
	top: 0;
	-ms-transform-origin: top left;
	transform-origin: top left;
	transition-property: transform, opacity;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
	cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
	cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
	cursor: -webkit-grab;
	cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
	cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
	background: transparent;
	border: 0;
	height: 100%;
	left: 0;
	margin: 0;
	max-height: none;
	max-width: none;
	padding: 0;
	position: absolute;
	top: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}

.fancybox-spaceball {
	z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	height: 100%;
	overflow: visible;
	padding: 0;
	width: 100%;
}

.fancybox-slide--video .fancybox-content {
	background: #000;
}

.fancybox-slide--map .fancybox-content {
	background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
	background: #fff;
}

.fancybox-video,
.fancybox-iframe {
	background: transparent;
	border: 0;
	display: block;
	height: 100%;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
	left: 0;
	position: absolute;
	top: 0;
}

.fancybox-error {
	background: #fff;
	cursor: default;
	max-width: 400px;
	padding: 40px;
	width: 100%;
}

.fancybox-error p {
	color: #444;
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	padding: 0;
}

/* Buttons */

.fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 44px;
	margin: 0;
	padding: 10px;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
	color: #ccc;
}

.fancybox-button:hover {
	color: #fff;
}

.fancybox-button:focus {
	outline: none;
}

.fancybox-button.fancybox-focus {
	outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
	color: #888;
	cursor: default;
	outline: none;
}

/* Fix IE11 */
.fancybox-button div {
	height: 100%;
}

.fancybox-button svg
{
	display: block;
	height: 100%;
	overflow: visible;
	position: relative;
	width: 100%;
	color: #444;
}

.fancybox-button:hover svg
{
	color: #fff;
}

.fancybox-button svg path {
	fill: currentColor;
	stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
	display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
	display: none;
}

.fancybox-progress {
	background: #ff5268;
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-ms-transform-origin: 0;
	transform-origin: 0;
	transition-property: transform;
	transition-timing-function: linear;
	z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
	background: transparent;
	border: 0;
	border-radius: 0;
	color: #ccc;
	cursor: pointer;
	opacity: .8;
	padding: 8px;
	position: absolute;
	right: -12px;
	top: -44px;
	z-index: 401;
}

.fancybox-close-small:hover {
	color: #fff;
	opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
	color: currentColor;
	padding: 10px;
	right: 0;
	top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
	overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
	display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
}

.fancybox-navigation .fancybox-button div {
	padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0;
	left: env(safe-area-inset-left);
	padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
	padding: 31px 6px 31px 26px;
	right: 0;
	right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
	background: linear-gradient(to top,
		rgba(0, 0, 0, .85) 0%,
		rgba(0, 0, 0, .3) 50%,
		rgba(0, 0, 0, .15) 65%,
		rgba(0, 0, 0, .075) 75.5%,
		rgba(0, 0, 0, .037) 82.85%,
		rgba(0, 0, 0, .019) 88%,
		rgba(0, 0, 0, 0) 100%);
	bottom: 0;
	color: #eee;
	font-size: 14px;
	font-weight: 400;
	left: 0;
	line-height: 1.5;
	padding: 75px 44px 25px 44px;
	pointer-events: none;
	right: 0;
	text-align: center;
	z-index: 99996;
}

@supports (padding: max(0px)) {
	.fancybox-caption {
		padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
	}
}

.fancybox-caption--separate {
	margin-top: -50px;
}

.fancybox-caption__body {
	max-height: 50vh;
	overflow: auto;
	pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
	color: #ccc;
	text-decoration: none;
}

.fancybox-caption a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
	animation: fancybox-rotate 1s linear infinite;
	background: transparent;
	border: 4px solid #888;
	border-bottom-color: #fff;
	border-radius: 50%;
	height: 50px;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .7;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 99999;
}

@keyframes fancybox-rotate {
	100% {
		transform: rotate(360deg);
	}
}

/* Transition effects */

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
	opacity: 0;
	transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
	opacity: 0;
	transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
	opacity: 1;
	transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
	opacity: 0;
	-ms-transform: rotate(-360deg);
	transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
	opacity: 0;
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
	opacity: 1;
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
	opacity: 0;
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
	opacity: 1;
	transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
	transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
	.fancybox-slide {
		padding-left: 6px;
		padding-right: 6px;
	}

	.fancybox-slide--image {
		padding: 6px 0;
	}

	.fancybox-close-small {
		right: -6px;
	}

	.fancybox-slide--image .fancybox-close-small {
		background: #4e4e4e;
		color: #f2f4f6;
		height: 36px;
		opacity: 1;
		padding: 6px;
		right: 0;
		top: 0;
		width: 36px;
	}

	.fancybox-caption {
		padding-left: 12px;
		padding-right: 12px;
	}

	@supports (padding: max(0px)) {
		.fancybox-caption {
			padding-left: max(12px, env(safe-area-inset-left));
			padding-right: max(12px, env(safe-area-inset-right));
		}
	}
}
/* Share */

.fancybox-share {
	background: #f4f4f4;
	border-radius: 3px;
	max-width: 90%;
	padding: 30px;
	text-align: center;
}

.fancybox-share h1 {
	color: #222;
	font-size: 35px;
	font-weight: 700;
	margin: 0 0 20px 0;
}

.fancybox-share p {
	margin: 0;
	padding: 0;
}

.fancybox-share__button {
	border: 0;
	border-radius: 3px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	margin: 0 5px 10px 5px;
	min-width: 130px;
	padding: 0 15px;
	text-decoration: none;
	transition: all .2s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
	color: #fff;
}

.fancybox-share__button:hover {
	text-decoration: none;
}

.fancybox-share__button--fb {
	background: #3b5998;
}

.fancybox-share__button--fb:hover {
	background: #344e86;
}

.fancybox-share__button--pt {
	background: #bd081d;
}

.fancybox-share__button--pt:hover {
	background: #aa0719;
}

.fancybox-share__button--tw {
	background: #1da1f2;
}

.fancybox-share__button--tw:hover {
	background: #0d95e8;
}

.fancybox-share__button svg {
	height: 25px;
	margin-right: 7px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	width: 25px;
}

.fancybox-share__button svg path {
	fill: #fff;
}

.fancybox-share__input {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #d7d7d7;
	border-radius: 0;
	color: #5d5b5b;
	font-size: 14px;
	margin: 10px 0 0 0;
	outline: none;
	padding: 10px 15px;
	width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
	background: #ddd;
	bottom: 0;
	display: none;
	margin: 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	padding: 2px 2px 4px 2px;
	position: absolute;
	right: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 0;
	width: 212px;
	z-index: 99995;
}

.fancybox-thumbs-x {
	overflow-x: auto;
	overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block;
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px;
}

.fancybox-thumbs__list {
	font-size: 0;
	height: 100%;
	list-style: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
	position: absolute;
	position: relative;
	white-space: nowrap;
	width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
	overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
	width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px;
}

.fancybox-thumbs__list a {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: rgba(0, 0, 0, .1);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	cursor: pointer;
	float: left;
	height: 75px;
	margin: 2px;
	max-height: calc(100% - 8px);
	max-width: calc(50% - 4px);
	outline: none;
	overflow: hidden;
	padding: 0;
	position: relative;
	-webkit-tap-highlight-color: transparent;
	width: 100px;
}

.fancybox-thumbs__list a::before {
	border: 6px solid #ff5268;
	bottom: 0;
	content: '';
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .2s cubic-bezier(.25, .46, .45, .94);
	z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
	opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
	opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
	.fancybox-thumbs {
		width: 110px;
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px;
	}

	.fancybox-thumbs__list a {
		max-width: calc(100% - 10px);
	}
}

.fancybox-button svg
{
	color: rgb(255, 255, 255);
}

.fancybox-close-small
{
	background: #08B9AB;
}

#search-modal.fancybox-content,
#search-modal .fancybox-close-small
{
	background: transparent;
}





/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/

@-webkit-keyframes hm-rtla { from { opacity:0;transform: translate(600px,0px); } to { opacity:1;transform: translate(0px,0px); } }
@-moz-keyframes hm-rtla { from { opacity:0;transform: translate(600px,0px); } to { opacity:1;transform: translate(0px,0px); } }
@keyframes hm-rtla { from { opacity:0;transform: translate(600px,0px); } to { opacity:1;transform: translate(0px,0px); } }

.hm-rtlan
{
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation: hm-rtla ease 1;
  -moz-animation: hm-rtla ease 1;
  animation: hm-rtla ease 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes hm-ltra { from { opacity:0;transform: translate(-600px,0px); } to { opacity:1;transform: translate(0px,0px); } }
@-moz-keyframes hm-ltra { from { opacity:0;transform: translate(-600px,0px); } to { opacity:1;transform: translate(0px,0px); } }
@keyframes hm-ltra { from { opacity:0;transform: translate(-600px,0px); } to { opacity:1;transform: translate(0px,0px); } }

.hm-ltran
{
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation: hm-ltra ease 1;
  -moz-animation: hm-ltra ease 1;
  animation: hm-ltra ease 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes hm-ltrmess { from { opacity:0;transform: translate(-600px,0px); } to { opacity:1;transform: translate(0px,0px); } }
@-moz-keyframes hm-ltramess { from { opacity:0;transform: translate(-600px,0px); } to { opacity:1;transform: translate(0px,0px); } }
@keyframes hm-ltramess { from { opacity:0;transform: translate(-600px,0px); } to { opacity:1;transform: translate(0px,0px); } }

.hm-ltramessA
{
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation: hm-ltra ease 1;
  -moz-animation: hm-ltra ease 1;
  animation: hm-ltra ease 1;

  -webkit-animation-delay: 2s;
  -moz-animation-delay: 2s;
  animation-delay: 2s;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  animation-duration: 1s;
}










@-webkit-keyframes pg-rtla { from { opacity:0;transform: translate(600px,0px); } to { opacity:1;transform: translate(-200px,0px); } }
@-moz-keyframes pg-rtla { from { opacity:0;transform: translate(600px,0px); } to { opacity:1;transform: translate(-200px,0px); } }
@keyframes pg-rtla { from { opacity:0;transform: translate(600px,0px); } to { opacity:1;transform: translate(-200px,0px); } }

.pg-rtlan
{
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation: pg-rtla ease 1;
  -moz-animation: pg-rtla ease 1;
  animation: pg-rtla ease 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  animation-duration: 2s;
}


@-webkit-keyframes pg-rtlb { from { opacity:0;transform: translate(600px,0px); } to { opacity:1;transform: translate(0px,0px); } }
@-moz-keyframes pg-rtlb { from { opacity:0;transform: translate(600px,0px); } to { opacity:1;transform: translate(0px,0px); } }
@keyframes pg-rtlb { from { opacity:0;transform: translate(600px,0px); } to { opacity:1;transform: translate(0px,0px); } }

.pg-rtlbn
{
  opacity:0;
  opacity: 1 \9; /*just in case ie*/
  -webkit-animation: pg-rtlb ease 1;
  -moz-animation: pg-rtlb ease 1;
  animation: pg-rtlb ease 1;

  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  animation-duration: 1.5s;
}




.vetreveal
{
	bottom: -100px;
	opacity: 0;
	transition: 1.5s all ease;
}

.vetreveal.vetrevealact
{
	bottom: 0px;
	opacity: 1;
	transition: 1.5s all ease;
}







/*--------------------------------------------------------------
## Responsive Styles
--------------------------------------------------------------*/

@media only screen and (max-width: 9999px)
{
	input#burger, .btn {display: none;}
}

@media only screen and (max-width: 1749px)
{
	svg.hm-feature-img {width: 700px; height: 780px; top: 0;}
}

@media only screen and (max-width: 1599px)
{
	input#burger, .btn {display: block;}
	.main-navigation {display: none;}
}

@media only screen and (max-width: 1249px)
{
	svg.hm-feature-img {width: 400px; height: 455px; right: auto; margin: 100px auto 0 auto; float: none;}
	.hm-feature-title {width: 90%; margin: 40px auto 50px auto; left: auto; text-align: center;float: none;}
	.hm-content-text, .hm-content-imgs {width: 100%;}
	.hm-content-text {margin-bottom: 50px;}
	.hm-content-img-1 {margin: 0 1% 10px 0; width: 24%;}
	.hm-content-img-2, .hm-content-img-3 {float: left; clear: none; margin: 0 1% 10px 0;}
	.hm-content-img-2 {width: 24%;}
	.hm-content-img-3 {width: 48%;}
	.entry-header {padding: 0 0 100px 0;}
	svg.pg-feat-1 {width: 450px; height: 500px; top: 100px;}
	svg.pg-feat-2 {width: 250px; height: 278px; bottom: 0px; top: auto; right: 15%;}
}

@media only screen and (max-width: 999px)
{
	footer {height: auto; padding: 30px 0 130px 0;}
	.footer-logo {position: relative; right: auto; top: auto; margin: 0 auto 30px auto;}
	.company-details, .social-media, .footer-btns {position: relative; top: auto; left: auto; padding: 0; margin: 0 auto 30px auto; text-align: center;}
	.footer-btns {transform: none; width: 250px;}
	.company-details svg.icon-loc {display: none;}
	footer .btn-tel {margin-right: -6px !important;}
	svg.pg-feat-1 {width: 350px; height: 390px;}
	svg.pg-feat-2 {width: 200px; height: 223px; bottom: 50px;}
	.entry-header {padding: 0 0 150px 0;}
	.entry-header h1 {width: 100%; left: auto; top: auto; transform: none; text-align: center; bottom: -75px;}
}

@media only screen and (max-width: 899px)
{
	.hm-content-img-1, .hm-content-img-2 {margin: 0 1% 10px 0; width: 48%;}
	.hm-content-img-3 {width: 100%; margin: 0;}
	.hm-news {padding: 60px 0;}
	.hm-key-btns {padding: 0 0 80px 0;}
	.hm-feature-title {width: 90%;}
	.hm-feature h2 {font-size: 45px; line-height: 49px;}
	.twocol {column-count: 1;}
	.threecol {column-count: 2;}
	.section-title-box h2.section-title {width: 90%;}
	.nf-list {width: 100%; margin: 0 0 40px 0;}
}

@media only screen and (max-width: 599px)
{
	.header-logo, .sticky .header-logo {width: 83px; height: 92px; left: 20px; top: 6px;}
	.hm-content-img-1, .hm-content-img-2 {margin: 0 0 10px 0; width: 100%;}
	.key-btn-thumb, ul.key-btns li, .news-item {width: 100%;}
	ul.key-btns li:nth-child(2) {margin-left: 0; margin-right: 0;}
	ul.key-btns li {margin: 0 0 30px 0;}
	header .btn-tel, header .btn-lnk {display: none;}
	svg.hm-feature-img {width: 350px; height: 390px;}
	.navbar {width: 95%; left: 2.5%;}
	.hm-news, footer {width: 95%;}
	svg.pg-feat-2 {right: 0%;}
	.highlight {padding: 20px;}
	.single .content-wrapper {padding: 0 0 70px 0;}
	.vid-box {width: 100%;}
	.threecol {column-count: 1;}
}

@media only screen and (max-width: 380px)
{
	height: 190px;
}