/*! Slick Design CSS */

/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
	margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
	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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
	display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
	margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
	font-weight: inherit;
}

/**
 * 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; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
	font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
	background-color: #ff0;
	color: #000;
}

/**
 * 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
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
	display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

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

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
	border-style: none;
}

/**
 * Hide the overflow in IE.
 */

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

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * 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; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

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; /* 1 */
	padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[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; /* 1 */
	font: inherit; /* 2 */
}

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
	display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
	display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
	display: none;
}

/*! GRIDLING
 * ---------------------------------------------
 * Version: 1.2.2
 * Copyright (c) 2017 N. Talbot; Dual licensed: MIT/GPL
 *
 * Description:
 * ---------------------------------------------
 * Gridling is a lightweight CSS layout tool for building responsive websites fast.
 *
 * Inspired by the Twitter Bootstrap framework, simple row and column classes are used
 * to convert design layouts into a grid of halves, thirds, quarters and fifths.
 * Gridling also includes breakpoint variables that can be reused throughout your project
 * to handle all media queries, its system is adaptable and highly customisable.
 *
 * Features:
 * ---------------------------------------------
 * 1. Grid system
 * 2. Spacing utilties (Padding and Margin)
 * 3. Media breakpoint variables
 *
 * More information:
 * ---------------------------------------------
 * http://gridling.naashdev.net
 * By Nathan Talbot
 */

.grid {
	max-width: 1080px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

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

.grid:after {
	clear: both;
}

.grid .grid-inner {
	position: relative;
}

.grid .grid-inner .after-grid-inner {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	overflow: hidden;
	padding: 20px;
}

.grid-lg {
	max-width: 1400px;
}

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

.row:after {
	clear: both;
}

.col {
	width: 100%;
	float: left;
	min-height: 1px;
}

.m-b-1 {
	margin-bottom: 10px;
}

.m-b-2 {
	margin-bottom: 20px;
}

.m-b-3 {
	margin-bottom: 30px;
}

.m-b-4 {
	margin-bottom: 40px;
}

.m-b-5 {
	margin-bottom: 50px;
}

.m-b-6 {
	margin-bottom: 60px;
}

.m-b-7 {
	margin-bottom: 70px;
}

.m-b-8 {
	margin-bottom: 80px;
}

.m-b-9 {
	margin-bottom: 90px;
}

.m-b-10 {
	margin-bottom: 100px;
}

.m-b-11 {
	margin-bottom: 110px;
}

.m-b-12 {
	margin-bottom: 120px;
}

.m-t-1 {
	margin-top: 10px;
}

.m-t-2 {
	margin-top: 20px;
}

.m-t-3 {
	margin-top: 30px;
}

.m-t-4 {
	margin-top: 40px;
}

.m-t-5 {
	margin-top: 50px;
}

.m-t-6 {
	margin-top: 60px;
}

.m-t-7 {
	margin-top: 70px;
}

.m-t-8 {
	margin-top: 80px;
}

.m-t-9 {
	margin-top: 90px;
}

.m-t-10 {
	margin-top: 100px;
}

.m-t-11 {
	margin-top: 110px;
}

.m-t-12 {
	margin-top: 120px;
}

.p-b-1 {
	padding-bottom: 10px;
}

.p-b-2 {
	padding-bottom: 20px;
}

.p-b-3 {
	padding-bottom: 30px;
}

.p-b-4 {
	padding-bottom: 40px;
}

.p-b-5 {
	padding-bottom: 50px;
}

.p-b-6 {
	padding-bottom: 60px;
}

.p-b-7 {
	padding-bottom: 70px;
}

.p-b-8 {
	padding-bottom: 80px;
}

.p-b-9 {
	padding-bottom: 90px;
}

.p-b-10 {
	padding-bottom: 100px;
}

.p-b-11 {
	padding-bottom: 110px;
}

.p-b-12 {
	padding-bottom: 120px;
}

.p-t-1 {
	padding-top: 10px;
}

.p-t-2 {
	padding-top: 20px;
}

.p-t-3 {
	padding-top: 30px;
}

.p-t-4 {
	padding-top: 40px;
}

.p-t-5 {
	padding-top: 50px;
}

.p-t-6 {
	padding-top: 60px;
}

.p-t-7 {
	padding-top: 70px;
}

.p-t-8 {
	padding-top: 80px;
}

.p-t-9 {
	padding-top: 90px;
}

.p-t-10 {
	padding-top: 100px;
}

.p-t-11 {
	padding-top: 110px;
}

.p-t-12 {
	padding-top: 120px;
}

/* MIXINS
 * ---------------------------------------------
 *
 * This is a custom library of reusable mixins. 
 * To make navigating the files easier I've seperated 
 * these into the below sections:
 *
 * Contents:
 * ---------------------------------------------
 * 1. Base & Resets
 * 2. Layout
 * 3. Elements
 * 4. Animations & Transitions
 * 5. Misc (For project specific mixins)
 */

.hide-text {
	font-size: 0 !important;
	color: transparent !important;
	text-shadow: none;
	background-color: transparent;
	border: 0;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
}

.relative {
	position: relative;
}

.center {
	text-align: center;
}

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

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

.nav li {
	float: left;
}

*,
*:before,
*:after {
	box-sizing: border-box;
}

html {
	-webkit-tap-highlight-color: transparent;
}

html,
body {
	overflow-x: hidden;
}

body {
	background: #FFFFFF;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	font-size: 15px;
	color: #6D6E70;
	line-height: 1.5;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-height: 100vh;
	padding-bottom: 56px;
	box-sizing: border-box;
	position: relative;
}

::-moz-selection {
	background: #00adef;
	color: #FFFFFF;
}

::selection {
	background: #00adef;
	color: #FFFFFF;
}

::-moz-selection {
	background: #00adef;
	color: #FFFFFF;
}

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

iframe {
	max-width: 100%;
}

figure {
	margin: 0 0 20px;
}

figcaption {
	text-align: center;
	margin: 5px 0px 0px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: bold;
	line-height: 1.2;
	margin: 0.25em 0;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 24px;
}

h3,
.h3 {
	font-size: 22px;
}

h4,
.h4 {
	font-size: 18px;
}

h5,
.h5 {
	font-size: 15px;
}

h6,
.h6 {
	font-size: 11px;
}

p {
	margin: 0 0 20px;
}

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

a {
	color: #00adef;
	text-decoration: none;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.btn {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 15px;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	line-height: 1;
	padding: 10px 18px;
	border: 0;
	box-shadow: none;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	-webkit-appearance: none;
}

.btn-primary {
	color: #6D6E70;
	background: #00adef;
}

.btn[class^="icn-"],
.btn[class*=" icn-"] {
	padding-right: 30px;
	position: relative;
}

.btn[class^="icn-"]:before,
.btn[class*=" icn-"]:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	right: 10px;
}

.field {
	position: relative;
	margin-bottom: 5px;
}

fieldset {
	border: 0 none transparent;
	padding: 0;
	margin: 0 0 35px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea {
	font-size: 15px;
	line-height: 1.5;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	height: 38px;
	width: 100%;
	background: #FFFFFF;
	padding: 14px 12px;
	border: 1px solid #919294;
	margin-bottom: 10px;
	-webkit-appearance: none;
}

textarea {
	overflow: auto;
	height: 145px;
}

label {
	font-size: 15px;
	color: #6D6E70;
	display: block;
	margin-bottom: 10px;
}

button {
	cursor: pointer;
	border: 0;
	outline: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

input[type="submit"],
input[type="button"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"]:focus,
input[type="button"]:focus {
	outline: 0;
}

.select {
	position: relative;
}

.select .customSelect,
.select select {
	font-size: 15px;
	line-height: 1.5;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
	width: 100% !important;
	height: 38px !important;
	background: transparent;
	padding: 14px 12px;
	border: 1px solid #919294;
}

.select .customSelect:after {
	font-size: 18px;
	position: absolute;
	top: 50%;
	margin-top: -0.5em;
	right: 10px;
	z-index: -1;
}

.customSelectInner {
	width: 100% !important;
}

.input-group {
	display: table;
	width: 100%;
	margin-bottom: 10px;
}

.input-group input {
	width: 100%;
	margin: 0;
}

.input-group .input-group-addon {
	text-align: center;
	width: 30px;
	white-space: nowrap;
	padding: 0 10px;
	box-sizing: border-box;
}

.input-group .input-group-addon,
.input-group input {
	display: table-cell;
	border: 1px solid #919294;
}

.input-group .input-group-addon + input,
.input-group .input-group-addon + .input-group-addon,
.input-group input + input,
.input-group input + .input-group-addon {
	border-left: 0 none transparent;
}

.input-overlay {
	position: relative;
}

.input-overlay .input-overlay-right {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.input-overlay input.has-input-overlay-right {
	padding-right: 4em;
}

.not-required .if_required {
	display: none;
}

input[type="submit"] {
	background: none #00adef;
	color: white;
	border: 0 none transparent;
	font-size: 17px;
	line-height: 40px;
	padding: 0px 40px;
	border-radius: 10px;
}

::-webkit-input-placeholder {
	color: #6D6E70;
	opacity: 1;
}

:-moz-placeholder {
	color: #6D6E70;
	opacity: 1;
}

::-moz-placeholder {
	color: #6D6E70;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #6D6E70;
	opacity: 1;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?okah7f");
	src: url("../fonts/icomoon.eot?okah7f#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?okah7f") format("truetype"), url("../fonts/icomoon.woff?okah7f") format("woff"), url("../fonts/icomoon.svg?okah7f#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

[class^="icn-"]:before,
[class*=" icn-"]:before,
.customSelect:after {
	font-family: "icomoon";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.icn-arrow-down:before,
.customSelect:after {
	content: "\e900";
}

.icn-arrow-left:before {
	content: "\e901";
}

.icn-arrow-right:before {
	content: "\e902";
}

.icn-example:before {
	content: "\e916";
}

.slider {
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
}

.slider img {
	width: 100%;
}

.slider-wrap {
	position: relative;
}

.slider-controls {
	text-align: center;
}

.slider-controls .next,
.slider-controls .prev {
	z-index: 3;
}

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

.pager > li {
	display: inline-block;
}

.pager > li.is-active button,
.pager > li.slick-active button {
	background: #FFFFFF;
}

.pager button {
	display: block;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 1px solid #00adef;
	background: #00adef;
	padding: 0;
	margin: 0 4px 0;
	transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slider-carousel:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 30px;
	width: 30px;
	background: #FFFFFF;
	z-index: 2;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

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

.accordion a.toggle {
	display: block;
	color: #FFFFFF;
	padding: 20px;
	background: #00adef;
	border-bottom: 2px solid #FFFFFF;
}

.accordion .content {
	overflow: hidden;
	display: none;
}

.accordion > .is-active a.toggle {
	background: #008fc6;
}

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

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

.tabs ul:after {
	clear: both;
}

.tabs ul > li {
	float: left;
}

.tabs ul > li > a {
	display: block;
	padding: 20px;
	background: #00adef;
	color: #FFFFFF;
	text-decoration: none;
}

.tabs ul > li > a.is-active {
	background: #008fc6;
}

.tab-content {
	display: none;
	padding: 20px 0;
}

.tab-content.is-active {
	display: block;
}

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

.social > li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3px;
}

.social a {
	display: block;
	width: 30px;
	height: 30px;
	background-color: #00adef;
	position: relative;
	text-decoration: none;
}

.social a:before {
	position: absolute;
	margin-top: -0.5em;
	top: 50%;
	left: 0px;
	right: 0px;
	text-align: center;
}

.social a:before {
	color: #FFFFFF;
}

.social a:hover,
.social a:focus {
	background: #008fc6;
}

.svg-abs {
	position: relative;
	overflow: hidden;
}

.svg-abs .col {
	min-height: 1px;
}

.svg-abs svg {
	position: absolute;
	max-width: 100%;
}

.svg-center {
	position: relative;
}

.svg-center svg {
	left: 50%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

.banner {
	border-top: 30px solid #00adef;
	padding-top: 20px;
}

ul.breadcrumbs {
	font-size: 12px;
	font-weight: 300;
}

ul.breadcrumbs li {
	display: inline-block;
	padding-right: 10px;
}

ul.breadcrumbs li:after {
	content: ">";
	display: inline-block;
	padding-left: 10px;
}

ul.breadcrumbs li:last-child:after {
	content: none;
}

ul.breadcrumbs li a {
	color: inherit;
}

ul.breadcrumbs li a:hover {
	color: #00adef;
}

.header {
	position: relative;
	padding-top: 30px;
}

.header .logo {
	margin: 12px 0 12px 20px;
}

.header .logo svg {
	max-width: 100%;
}

.header .main-navigation {
	clear: both;
}

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

.header .main-navigation ul:before,
.header .main-navigation ul:after {
	content: "";
	display: table;
}

.header .main-navigation ul:after {
	clear: both;
}

.header .main-navigation > ul li {
	position: relative;
	width: 100%;
}

.header .main-navigation > ul > li a {
	display: block;
	position: relative;
	padding: 10px 20px;
	border-bottom: 1px solid #919294;
	z-index: 1;
	font-size: 20px;
	color: #6D6E70;
}

.header .main-navigation > ul > li a:hover {
	background: #00adef;
	color: #FFFFFF;
}

.header .main-navigation > ul > li.current-menu-item a {
	color: #00adef;
}

.header .main-navigation > ul > li.current-menu-item a:hover {
	background: #00adef;
	color: #FFFFFF;
}

.header form.search {
	float: right;
	width: 50%;
	margin-bottom: 15px;
}

.header form.search input[type="text"] {
	width: 100%;
	height: 31px;
	line-height: 31px;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 13px;
	font-family: "Raleway", Open Sans, Helvetica, Arial, sans-serif;
	margin: 0;
}

.header form.search button {
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 0 none transparent;
	background: url(../images/search.svg) center center no-repeat;
	padding: 0;
	margin: 0;
}

.menu-toggle {
	width: 30px;
	height: 22px;
	display: block;
	position: relative;
}

.menu-toggle > .line {
	width: 30px;
	height: 2px;
	background: #6D6E70;
	display: block;
	position: absolute;
}

.menu-toggle > .line1 {
	top: 0px;
	transition: .4s ease-in-out;
}

.menu-toggle > .line2 {
	top: 10px;
	transition: .3s ease-in-out;
}

.menu-toggle > .line3 {
	top: 20px;
	transition: .4s ease-in-out;
}

.arrow {
	display: block;
	width: 42px;
	height: 42px;
	background-color: #00adef;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
}

.menu-open .header .menu-toggle > .line1 {
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	top: 10px;
}

.menu-open .header .menu-toggle > .line2 {
	opacity: 0;
}

.menu-open .header .menu-toggle > .line3 {
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	top: 10px;
}

footer {
	background-color: black;
	color: white;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

footer a {
	color: white;
}

footer .slick {
	font-family: "Raleway", Open Sans, Helvetica, Arial, sans-serif;
	font-size: 11px;
	white-space: nowrap;
}

footer .slick svg {
	transition: all 2s ease-in-out;
	margin-top: -50%;
}

footer .slick a:hover svg {
	-webkit-transform: rotateX(360deg) rotateY(360) rotateZ(360);
	        transform: rotateX(360deg) rotateY(360) rotateZ(360);
}

.home-banner ul.home-banner-images {
	width: 100%;
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	line-height: 0;
}

.home-banner ul.home-banner-images > li.home-banner-image {
	display: inline-block;
	width: 100%;
	padding-top: 33%;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.home-banner ul.home-banner-images > li.home-banner-image > .home-banner-text {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	    -ms-transform: translateX(-50%) translateY(-50%);
	        transform: translateX(-50%) translateY(-50%);
	color: #FFFFFF;
	border: 5px solid #FFFFFF;
	padding: 20px;
}

.home-banner ul.home-banner-images > li.home-banner-image > .home-banner-text h2 {
	text-align: center;
	font-weight: normal;
}

.home-banner ul.home-banner-images > li.home-banner-image > .home-banner-text h2 span {
	display: block;
}

.home-banner ul.home-banner-nav {
	display: block;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	-webkit-transform: translateY(-250%);
	    -ms-transform: translateY(-250%);
	        transform: translateY(-250%);
	line-height: 0;
}

.home-banner ul.home-banner-nav > li.home-banner-dot {
	display: inline-block;
	width: 1.25%;
	margin: 0 0.75%;
}

.home-banner ul.home-banner-nav > li.home-banner-dot a.home-banner-dot-link {
	display: block;
	padding-top: 100%;
	background-color: #FFFFFF;
	border-radius: 100%;
}

.home-banner ul.home-banner-nav > li.home-banner-dot a.home-banner-dot-link.active,
.home-banner ul.home-banner-nav > li.home-banner-dot a.home-banner-dot-link:hover {
	background-color: #19bfff;
}

.page-content {
	padding: 40px 0;
}

.page-template-template-home .page-content {
	padding: 0;
	background-color: #19bfff;
	color: #FFFFFF;
	font-size: 26px;
}

.page-template-template-home .page-content h1 {
	font-size: 46px;
	font-weight: normal;
}

.page-template-template-home .page-content .grid-inner {
	padding: 40px 0;
}

section.features {
	padding: 40px 0;
	background: url(../images/grid.png) center repeat;
}

section.features .feature {
	padding: 30px 40px;
	background-size: 100% 50%, cover;
	background-position: bottom left, center center;
	background-repeat: repeat-x, no-repeat;
}

section.features .feature .feature-inner {
	padding-top: 85%;
	position: relative;
}

section.features .feature .feature-inner .feature-text {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	border: 5px solid white;
	color: white;
}

section.features .feature .feature-inner .feature-text h3 {
	font-size: 42px;
	font-weight: 600;
}

section.features .feature .feature-inner .feature-text p {
	min-height: 1.9em;
	font-size: 20px;
	line-height: 1;
	font-weight: 600;
	margin: 0 auto 20px;
}

.page-template-template-payment .page-content {
	padding-bottom: 0;
}

section.home-footer {
	background-color: #e3e8eb;
	color: #00adef;
	font-size: 28px;
}

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

.c-1-2 {
	width: 50%;
}

.c-1-3 {
	width: 33.33333%;
}

.c-1-4 {
	width: 25%;
}

.c-1-5 {
	width: 20%;
}

.c-1-6 {
	width: 16.66667%;
}

.c-1-7 {
	width: 14.28571%;
}

.c-1-8 {
	width: 12.5%;
}

.c-1-9 {
	width: 11.11111%;
}

.c-1-10 {
	width: 10%;
}

.c-1-11 {
	width: 9.09091%;
}

.c-1-12 {
	width: 8.33333%;
}

.c-2-3 {
	width: 66.66667%;
}

.c-2-4 {
	width: 50%;
}

.c-2-5 {
	width: 40%;
}

.c-2-6 {
	width: 33.33333%;
}

.c-2-7 {
	width: 28.57143%;
}

.c-2-8 {
	width: 25%;
}

.c-2-9 {
	width: 22.22222%;
}

.c-2-10 {
	width: 20%;
}

.c-2-11 {
	width: 18.18182%;
}

.c-2-12 {
	width: 16.66667%;
}

.c-3-4 {
	width: 75%;
}

.c-3-5 {
	width: 60%;
}

.c-3-6 {
	width: 50%;
}

.c-3-7 {
	width: 42.85714%;
}

.c-3-8 {
	width: 37.5%;
}

.c-3-9 {
	width: 33.33333%;
}

.c-3-10 {
	width: 30%;
}

.c-3-11 {
	width: 27.27273%;
}

.c-3-12 {
	width: 25%;
}

.c-4-5 {
	width: 80%;
}

.c-4-6 {
	width: 66.66667%;
}

.c-4-7 {
	width: 57.14286%;
}

.c-4-8 {
	width: 50%;
}

.c-4-9 {
	width: 44.44444%;
}

.c-4-10 {
	width: 40%;
}

.c-4-11 {
	width: 36.36364%;
}

.c-4-12 {
	width: 33.33333%;
}

.c-5-6 {
	width: 83.33333%;
}

.c-5-7 {
	width: 71.42857%;
}

.c-5-8 {
	width: 62.5%;
}

.c-5-9 {
	width: 55.55556%;
}

.c-5-10 {
	width: 50%;
}

.c-5-11 {
	width: 45.45455%;
}

.c-5-12 {
	width: 41.66667%;
}

.c-6-7 {
	width: 85.71429%;
}

.c-6-8 {
	width: 75%;
}

.c-6-9 {
	width: 66.66667%;
}

.c-6-10 {
	width: 60%;
}

.c-6-11 {
	width: 54.54545%;
}

.c-6-12 {
	width: 50%;
}

.c-7-8 {
	width: 87.5%;
}

.c-7-9 {
	width: 77.77778%;
}

.c-7-10 {
	width: 70%;
}

.c-7-11 {
	width: 63.63636%;
}

.c-7-12 {
	width: 58.33333%;
}

.c-8-9 {
	width: 88.88889%;
}

.c-8-10 {
	width: 80%;
}

.c-8-11 {
	width: 72.72727%;
}

.c-8-12 {
	width: 66.66667%;
}

.c-9-10 {
	width: 90%;
}

.c-9-11 {
	width: 81.81818%;
}

.c-9-12 {
	width: 75%;
}

.c-10-11 {
	width: 90.90909%;
}

.c-10-12 {
	width: 83.33333%;
}

.c-11-12 {
	width: 91.66667%;
}

.r-g-1 {
	margin-left: -10px;
}

.r-g-1 > .col {
	padding-left: 10px;
}

.r-g-2 {
	margin-left: -20px;
}

.r-g-2 > .col {
	padding-left: 20px;
}

.r-g-3 {
	margin-left: -30px;
}

.r-g-3 > .col {
	padding-left: 30px;
}

.r-g-4 {
	margin-left: -40px;
}

.r-g-4 > .col {
	padding-left: 40px;
}

.r-g-5 {
	margin-left: -50px;
}

.r-g-5 > .col {
	padding-left: 50px;
}

.r-g-6 {
	margin-left: -60px;
}

.r-g-6 > .col {
	padding-left: 60px;
}

.r-g-7 {
	margin-left: -70px;
}

.r-g-7 > .col {
	padding-left: 70px;
}

.r-g-8 {
	margin-left: -80px;
}

.r-g-8 > .col {
	padding-left: 80px;
}

.r-g-9 {
	margin-left: -90px;
}

.r-g-9 > .col {
	padding-left: 90px;
}

.r-g-10 {
	margin-left: -100px;
}

.r-g-10 > .col {
	padding-left: 100px;
}

.r-g-11 {
	margin-left: -110px;
}

.r-g-11 > .col {
	padding-left: 110px;
}

.r-g-12 {
	margin-left: -120px;
}

.r-g-12 > .col {
	padding-left: 120px;
}

.hide-md-lg {
	display: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

p.lead {
	font-size: 18px;
}

.slider-controls .next,
.slider-controls .prev {
	position: absolute;
	font-size: 22px;
	top: 50%;
	margin-top: -0.5em;
}

.slider-controls .prev {
	left: -10px;
}

.slider-controls .next {
	right: -10px;
}

.slider-controls .pager {
	display: none !important;
}

.slider-carousel {
	margin-left: -30px;
}

.slider-carousel li {
	padding-left: 30px;
}

.header .logo {
	margin: 20px 0;
}

.header .menu-toggle {
	display: none;
}

.header .mobile-menu {
	display: block !important;
}

.header .mobile-menu .arrow {
	display: none;
}

.header .main-navigation > ul {
	display: table;
	width: 100%;
}

.header .main-navigation > ul > li {
	display: table-cell;
	width: auto;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.header .main-navigation > ul > li:hover > a,
.header .main-navigation > ul > li:focus > a {
	background: #00adef;
	color: #FFFFFF;
}

.header .main-navigation > ul > li:hover .submenu,
.header .main-navigation > ul > li:focus .submenu {
	opacity: 1;
	left: 50%;
	padding-top: 0;
	transition: 0s left 0s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
}

.header .main-navigation > ul > li > a {
	border: 0;
}

.header .main-navigation > ul .submenu {
	position: absolute;
	top: 100%;
	left: -999em;
	margin-left: -120px;
	width: 240px;
	padding-top: 5px;
	background: #FFFFFF;
	opacity: 0;
	display: block !important;
	transition: 0s left 0.3s, 0.3s padding-top 0s, 0.3s opacity ease-in-out 0s;
}

.header .main-navigation > ul .submenu > li > a:hover {
	background: #dde3e7;
}

.menu-toggle {
	display: none;
}

.page-content {
	padding: 60px 0;
}

}

@media screen and (max-width: 1080px) and (min-width: 768px) {

.md-1-2 {
	width: 50%;
}

.md-1-3 {
	width: 33.33333%;
}

.md-1-4 {
	width: 25%;
}

.md-1-5 {
	width: 20%;
}

.md-1-6 {
	width: 16.66667%;
}

.md-1-7 {
	width: 14.28571%;
}

.md-1-8 {
	width: 12.5%;
}

.md-1-9 {
	width: 11.11111%;
}

.md-1-10 {
	width: 10%;
}

.md-1-11 {
	width: 9.09091%;
}

.md-1-12 {
	width: 8.33333%;
}

.md-2-3 {
	width: 66.66667%;
}

.md-2-4 {
	width: 50%;
}

.md-2-5 {
	width: 40%;
}

.md-2-6 {
	width: 33.33333%;
}

.md-2-7 {
	width: 28.57143%;
}

.md-2-8 {
	width: 25%;
}

.md-2-9 {
	width: 22.22222%;
}

.md-2-10 {
	width: 20%;
}

.md-2-11 {
	width: 18.18182%;
}

.md-2-12 {
	width: 16.66667%;
}

.md-3-4 {
	width: 75%;
}

.md-3-5 {
	width: 60%;
}

.md-3-6 {
	width: 50%;
}

.md-3-7 {
	width: 42.85714%;
}

.md-3-8 {
	width: 37.5%;
}

.md-3-9 {
	width: 33.33333%;
}

.md-3-10 {
	width: 30%;
}

.md-3-11 {
	width: 27.27273%;
}

.md-3-12 {
	width: 25%;
}

.md-4-5 {
	width: 80%;
}

.md-4-6 {
	width: 66.66667%;
}

.md-4-7 {
	width: 57.14286%;
}

.md-4-8 {
	width: 50%;
}

.md-4-9 {
	width: 44.44444%;
}

.md-4-10 {
	width: 40%;
}

.md-4-11 {
	width: 36.36364%;
}

.md-4-12 {
	width: 33.33333%;
}

.md-5-6 {
	width: 83.33333%;
}

.md-5-7 {
	width: 71.42857%;
}

.md-5-8 {
	width: 62.5%;
}

.md-5-9 {
	width: 55.55556%;
}

.md-5-10 {
	width: 50%;
}

.md-5-11 {
	width: 45.45455%;
}

.md-5-12 {
	width: 41.66667%;
}

.md-6-7 {
	width: 85.71429%;
}

.md-6-8 {
	width: 75%;
}

.md-6-9 {
	width: 66.66667%;
}

.md-6-10 {
	width: 60%;
}

.md-6-11 {
	width: 54.54545%;
}

.md-6-12 {
	width: 50%;
}

.md-7-8 {
	width: 87.5%;
}

.md-7-9 {
	width: 77.77778%;
}

.md-7-10 {
	width: 70%;
}

.md-7-11 {
	width: 63.63636%;
}

.md-7-12 {
	width: 58.33333%;
}

.md-8-9 {
	width: 88.88889%;
}

.md-8-10 {
	width: 80%;
}

.md-8-11 {
	width: 72.72727%;
}

.md-8-12 {
	width: 66.66667%;
}

.md-9-10 {
	width: 90%;
}

.md-9-11 {
	width: 81.81818%;
}

.md-9-12 {
	width: 75%;
}

.md-10-11 {
	width: 90.90909%;
}

.md-10-12 {
	width: 83.33333%;
}

.md-11-12 {
	width: 91.66667%;
}

.md-g-1 {
	margin-left: -10px;
}

.md-g-1 > .col {
	padding-left: 10px;
}

.md-g-2 {
	margin-left: -20px;
}

.md-g-2 > .col {
	padding-left: 20px;
}

.md-g-3 {
	margin-left: -30px;
}

.md-g-3 > .col {
	padding-left: 30px;
}

.md-g-4 {
	margin-left: -40px;
}

.md-g-4 > .col {
	padding-left: 40px;
}

.md-g-5 {
	margin-left: -50px;
}

.md-g-5 > .col {
	padding-left: 50px;
}

.md-g-6 {
	margin-left: -60px;
}

.md-g-6 > .col {
	padding-left: 60px;
}

.md-g-7 {
	margin-left: -70px;
}

.md-g-7 > .col {
	padding-left: 70px;
}

.md-g-8 {
	margin-left: -80px;
}

.md-g-8 > .col {
	padding-left: 80px;
}

.md-g-9 {
	margin-left: -90px;
}

.md-g-9 > .col {
	padding-left: 90px;
}

.md-g-10 {
	margin-left: -100px;
}

.md-g-10 > .col {
	padding-left: 100px;
}

.md-g-11 {
	margin-left: -110px;
}

.md-g-11 > .col {
	padding-left: 110px;
}

.md-g-12 {
	margin-left: -120px;
}

.md-g-12 > .col {
	padding-left: 120px;
}

.hide-md {
	display: none;
}

h1,
.h1 {
	font-size: 40px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 26px;
}

.slider {
	padding: 0 30px;
}

}

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

.lg-1-2 {
	width: 50%;
}

.lg-1-3 {
	width: 33.33333%;
}

.lg-1-4 {
	width: 25%;
}

.lg-1-5 {
	width: 20%;
}

.lg-1-6 {
	width: 16.66667%;
}

.lg-1-7 {
	width: 14.28571%;
}

.lg-1-8 {
	width: 12.5%;
}

.lg-1-9 {
	width: 11.11111%;
}

.lg-1-10 {
	width: 10%;
}

.lg-1-11 {
	width: 9.09091%;
}

.lg-1-12 {
	width: 8.33333%;
}

.lg-2-3 {
	width: 66.66667%;
}

.lg-2-4 {
	width: 50%;
}

.lg-2-5 {
	width: 40%;
}

.lg-2-6 {
	width: 33.33333%;
}

.lg-2-7 {
	width: 28.57143%;
}

.lg-2-8 {
	width: 25%;
}

.lg-2-9 {
	width: 22.22222%;
}

.lg-2-10 {
	width: 20%;
}

.lg-2-11 {
	width: 18.18182%;
}

.lg-2-12 {
	width: 16.66667%;
}

.lg-3-4 {
	width: 75%;
}

.lg-3-5 {
	width: 60%;
}

.lg-3-6 {
	width: 50%;
}

.lg-3-7 {
	width: 42.85714%;
}

.lg-3-8 {
	width: 37.5%;
}

.lg-3-9 {
	width: 33.33333%;
}

.lg-3-10 {
	width: 30%;
}

.lg-3-11 {
	width: 27.27273%;
}

.lg-3-12 {
	width: 25%;
}

.lg-4-5 {
	width: 80%;
}

.lg-4-6 {
	width: 66.66667%;
}

.lg-4-7 {
	width: 57.14286%;
}

.lg-4-8 {
	width: 50%;
}

.lg-4-9 {
	width: 44.44444%;
}

.lg-4-10 {
	width: 40%;
}

.lg-4-11 {
	width: 36.36364%;
}

.lg-4-12 {
	width: 33.33333%;
}

.lg-5-6 {
	width: 83.33333%;
}

.lg-5-7 {
	width: 71.42857%;
}

.lg-5-8 {
	width: 62.5%;
}

.lg-5-9 {
	width: 55.55556%;
}

.lg-5-10 {
	width: 50%;
}

.lg-5-11 {
	width: 45.45455%;
}

.lg-5-12 {
	width: 41.66667%;
}

.lg-6-7 {
	width: 85.71429%;
}

.lg-6-8 {
	width: 75%;
}

.lg-6-9 {
	width: 66.66667%;
}

.lg-6-10 {
	width: 60%;
}

.lg-6-11 {
	width: 54.54545%;
}

.lg-6-12 {
	width: 50%;
}

.lg-7-8 {
	width: 87.5%;
}

.lg-7-9 {
	width: 77.77778%;
}

.lg-7-10 {
	width: 70%;
}

.lg-7-11 {
	width: 63.63636%;
}

.lg-7-12 {
	width: 58.33333%;
}

.lg-8-9 {
	width: 88.88889%;
}

.lg-8-10 {
	width: 80%;
}

.lg-8-11 {
	width: 72.72727%;
}

.lg-8-12 {
	width: 66.66667%;
}

.lg-9-10 {
	width: 90%;
}

.lg-9-11 {
	width: 81.81818%;
}

.lg-9-12 {
	width: 75%;
}

.lg-10-11 {
	width: 90.90909%;
}

.lg-10-12 {
	width: 83.33333%;
}

.lg-11-12 {
	width: 91.66667%;
}

.lg-g-1 {
	margin-left: -10px;
}

.lg-g-1 > .col {
	padding-left: 10px;
}

.lg-g-2 {
	margin-left: -20px;
}

.lg-g-2 > .col {
	padding-left: 20px;
}

.lg-g-3 {
	margin-left: -30px;
}

.lg-g-3 > .col {
	padding-left: 30px;
}

.lg-g-4 {
	margin-left: -40px;
}

.lg-g-4 > .col {
	padding-left: 40px;
}

.lg-g-5 {
	margin-left: -50px;
}

.lg-g-5 > .col {
	padding-left: 50px;
}

.lg-g-6 {
	margin-left: -60px;
}

.lg-g-6 > .col {
	padding-left: 60px;
}

.lg-g-7 {
	margin-left: -70px;
}

.lg-g-7 > .col {
	padding-left: 70px;
}

.lg-g-8 {
	margin-left: -80px;
}

.lg-g-8 > .col {
	padding-left: 80px;
}

.lg-g-9 {
	margin-left: -90px;
}

.lg-g-9 > .col {
	padding-left: 90px;
}

.lg-g-10 {
	margin-left: -100px;
}

.lg-g-10 > .col {
	padding-left: 100px;
}

.lg-g-11 {
	margin-left: -110px;
}

.lg-g-11 > .col {
	padding-left: 110px;
}

.lg-g-12 {
	margin-left: -120px;
}

.lg-g-12 > .col {
	padding-left: 120px;
}

.hide-lg {
	display: none;
}

h1,
.h1 {
	font-size: 50px;
}

h2,
.h2 {
	font-size: 40px;
}

h3,
.h3 {
	font-size: 30px;
}

.slider-controls .prev {
	left: -30px;
}

.slider-controls .next {
	right: -30px;
}

.slider-carousel:before {
	left: 0;
}

.home-banner ul.home-banner-images > li.home-banner-image > .home-banner-text h2 {
	font-size: 46px;
}

.home-banner ul.home-banner-images > li.home-banner-image > .home-banner-text h2 span {
	font-size: 60px;
}

}

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

.xl-1-2 {
	width: 50%;
}

.xl-1-3 {
	width: 33.33333%;
}

.xl-1-4 {
	width: 25%;
}

.xl-1-5 {
	width: 20%;
}

.xl-1-6 {
	width: 16.66667%;
}

.xl-1-7 {
	width: 14.28571%;
}

.xl-1-8 {
	width: 12.5%;
}

.xl-1-9 {
	width: 11.11111%;
}

.xl-1-10 {
	width: 10%;
}

.xl-1-11 {
	width: 9.09091%;
}

.xl-1-12 {
	width: 8.33333%;
}

.xl-2-3 {
	width: 66.66667%;
}

.xl-2-4 {
	width: 50%;
}

.xl-2-5 {
	width: 40%;
}

.xl-2-6 {
	width: 33.33333%;
}

.xl-2-7 {
	width: 28.57143%;
}

.xl-2-8 {
	width: 25%;
}

.xl-2-9 {
	width: 22.22222%;
}

.xl-2-10 {
	width: 20%;
}

.xl-2-11 {
	width: 18.18182%;
}

.xl-2-12 {
	width: 16.66667%;
}

.xl-3-4 {
	width: 75%;
}

.xl-3-5 {
	width: 60%;
}

.xl-3-6 {
	width: 50%;
}

.xl-3-7 {
	width: 42.85714%;
}

.xl-3-8 {
	width: 37.5%;
}

.xl-3-9 {
	width: 33.33333%;
}

.xl-3-10 {
	width: 30%;
}

.xl-3-11 {
	width: 27.27273%;
}

.xl-3-12 {
	width: 25%;
}

.xl-4-5 {
	width: 80%;
}

.xl-4-6 {
	width: 66.66667%;
}

.xl-4-7 {
	width: 57.14286%;
}

.xl-4-8 {
	width: 50%;
}

.xl-4-9 {
	width: 44.44444%;
}

.xl-4-10 {
	width: 40%;
}

.xl-4-11 {
	width: 36.36364%;
}

.xl-4-12 {
	width: 33.33333%;
}

.xl-5-6 {
	width: 83.33333%;
}

.xl-5-7 {
	width: 71.42857%;
}

.xl-5-8 {
	width: 62.5%;
}

.xl-5-9 {
	width: 55.55556%;
}

.xl-5-10 {
	width: 50%;
}

.xl-5-11 {
	width: 45.45455%;
}

.xl-5-12 {
	width: 41.66667%;
}

.xl-6-7 {
	width: 85.71429%;
}

.xl-6-8 {
	width: 75%;
}

.xl-6-9 {
	width: 66.66667%;
}

.xl-6-10 {
	width: 60%;
}

.xl-6-11 {
	width: 54.54545%;
}

.xl-6-12 {
	width: 50%;
}

.xl-7-8 {
	width: 87.5%;
}

.xl-7-9 {
	width: 77.77778%;
}

.xl-7-10 {
	width: 70%;
}

.xl-7-11 {
	width: 63.63636%;
}

.xl-7-12 {
	width: 58.33333%;
}

.xl-8-9 {
	width: 88.88889%;
}

.xl-8-10 {
	width: 80%;
}

.xl-8-11 {
	width: 72.72727%;
}

.xl-8-12 {
	width: 66.66667%;
}

.xl-9-10 {
	width: 90%;
}

.xl-9-11 {
	width: 81.81818%;
}

.xl-9-12 {
	width: 75%;
}

.xl-10-11 {
	width: 90.90909%;
}

.xl-10-12 {
	width: 83.33333%;
}

.xl-11-12 {
	width: 91.66667%;
}

.xl-g-1 {
	margin-left: -10px;
}

.xl-g-1 > .col {
	padding-left: 10px;
}

.xl-g-2 {
	margin-left: -20px;
}

.xl-g-2 > .col {
	padding-left: 20px;
}

.xl-g-3 {
	margin-left: -30px;
}

.xl-g-3 > .col {
	padding-left: 30px;
}

.xl-g-4 {
	margin-left: -40px;
}

.xl-g-4 > .col {
	padding-left: 40px;
}

.xl-g-5 {
	margin-left: -50px;
}

.xl-g-5 > .col {
	padding-left: 50px;
}

.xl-g-6 {
	margin-left: -60px;
}

.xl-g-6 > .col {
	padding-left: 60px;
}

.xl-g-7 {
	margin-left: -70px;
}

.xl-g-7 > .col {
	padding-left: 70px;
}

.xl-g-8 {
	margin-left: -80px;
}

.xl-g-8 > .col {
	padding-left: 80px;
}

.xl-g-9 {
	margin-left: -90px;
}

.xl-g-9 > .col {
	padding-left: 90px;
}

.xl-g-10 {
	margin-left: -100px;
}

.xl-g-10 > .col {
	padding-left: 100px;
}

.xl-g-11 {
	margin-left: -110px;
}

.xl-g-11 > .col {
	padding-left: 110px;
}

.xl-g-12 {
	margin-left: -120px;
}

.xl-g-12 > .col {
	padding-left: 120px;
}

.hide-xl {
	display: none;
}

.home-banner ul.home-banner-images > li.home-banner-image {
	padding-top: 0;
	height: 495px;
}

.home-banner ul.home-banner-nav > li.home-banner-dot {
	width: 19px;
}

}

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

.sm-1-2 {
	width: 50%;
}

.sm-1-3 {
	width: 33.33333%;
}

.sm-1-4 {
	width: 25%;
}

.sm-1-5 {
	width: 20%;
}

.sm-1-6 {
	width: 16.66667%;
}

.sm-1-7 {
	width: 14.28571%;
}

.sm-1-8 {
	width: 12.5%;
}

.sm-1-9 {
	width: 11.11111%;
}

.sm-1-10 {
	width: 10%;
}

.sm-1-11 {
	width: 9.09091%;
}

.sm-1-12 {
	width: 8.33333%;
}

.sm-2-3 {
	width: 66.66667%;
}

.sm-2-4 {
	width: 50%;
}

.sm-2-5 {
	width: 40%;
}

.sm-2-6 {
	width: 33.33333%;
}

.sm-2-7 {
	width: 28.57143%;
}

.sm-2-8 {
	width: 25%;
}

.sm-2-9 {
	width: 22.22222%;
}

.sm-2-10 {
	width: 20%;
}

.sm-2-11 {
	width: 18.18182%;
}

.sm-2-12 {
	width: 16.66667%;
}

.sm-3-4 {
	width: 75%;
}

.sm-3-5 {
	width: 60%;
}

.sm-3-6 {
	width: 50%;
}

.sm-3-7 {
	width: 42.85714%;
}

.sm-3-8 {
	width: 37.5%;
}

.sm-3-9 {
	width: 33.33333%;
}

.sm-3-10 {
	width: 30%;
}

.sm-3-11 {
	width: 27.27273%;
}

.sm-3-12 {
	width: 25%;
}

.sm-4-5 {
	width: 80%;
}

.sm-4-6 {
	width: 66.66667%;
}

.sm-4-7 {
	width: 57.14286%;
}

.sm-4-8 {
	width: 50%;
}

.sm-4-9 {
	width: 44.44444%;
}

.sm-4-10 {
	width: 40%;
}

.sm-4-11 {
	width: 36.36364%;
}

.sm-4-12 {
	width: 33.33333%;
}

.sm-5-6 {
	width: 83.33333%;
}

.sm-5-7 {
	width: 71.42857%;
}

.sm-5-8 {
	width: 62.5%;
}

.sm-5-9 {
	width: 55.55556%;
}

.sm-5-10 {
	width: 50%;
}

.sm-5-11 {
	width: 45.45455%;
}

.sm-5-12 {
	width: 41.66667%;
}

.sm-6-7 {
	width: 85.71429%;
}

.sm-6-8 {
	width: 75%;
}

.sm-6-9 {
	width: 66.66667%;
}

.sm-6-10 {
	width: 60%;
}

.sm-6-11 {
	width: 54.54545%;
}

.sm-6-12 {
	width: 50%;
}

.sm-7-8 {
	width: 87.5%;
}

.sm-7-9 {
	width: 77.77778%;
}

.sm-7-10 {
	width: 70%;
}

.sm-7-11 {
	width: 63.63636%;
}

.sm-7-12 {
	width: 58.33333%;
}

.sm-8-9 {
	width: 88.88889%;
}

.sm-8-10 {
	width: 80%;
}

.sm-8-11 {
	width: 72.72727%;
}

.sm-8-12 {
	width: 66.66667%;
}

.sm-9-10 {
	width: 90%;
}

.sm-9-11 {
	width: 81.81818%;
}

.sm-9-12 {
	width: 75%;
}

.sm-10-11 {
	width: 90.90909%;
}

.sm-10-12 {
	width: 83.33333%;
}

.sm-11-12 {
	width: 91.66667%;
}

.sm-g-1 {
	margin-left: -10px;
}

.sm-g-1 > .col {
	padding-left: 10px;
}

.sm-g-2 {
	margin-left: -20px;
}

.sm-g-2 > .col {
	padding-left: 20px;
}

.sm-g-3 {
	margin-left: -30px;
}

.sm-g-3 > .col {
	padding-left: 30px;
}

.sm-g-4 {
	margin-left: -40px;
}

.sm-g-4 > .col {
	padding-left: 40px;
}

.sm-g-5 {
	margin-left: -50px;
}

.sm-g-5 > .col {
	padding-left: 50px;
}

.sm-g-6 {
	margin-left: -60px;
}

.sm-g-6 > .col {
	padding-left: 60px;
}

.sm-g-7 {
	margin-left: -70px;
}

.sm-g-7 > .col {
	padding-left: 70px;
}

.sm-g-8 {
	margin-left: -80px;
}

.sm-g-8 > .col {
	padding-left: 80px;
}

.sm-g-9 {
	margin-left: -90px;
}

.sm-g-9 > .col {
	padding-left: 90px;
}

.sm-g-10 {
	margin-left: -100px;
}

.sm-g-10 > .col {
	padding-left: 100px;
}

.sm-g-11 {
	margin-left: -110px;
}

.sm-g-11 > .col {
	padding-left: 110px;
}

.sm-g-12 {
	margin-left: -120px;
}

.sm-g-12 > .col {
	padding-left: 120px;
}

.hide-sm {
	display: none;
}

body {
	font-size: 11px;
}

.slider-controls .next,
.slider-controls .prev {
	display: none !important;
}

.slider-carousel:before {
	display: none;
}

.slider-carousel {
	margin-left: -20px;
	margin-right: -20px;
}

.slider-carousel li {
	padding: 0 20px;
}

.header .grid {
	padding: 0;
}

.header .menu-toggle {
	position: absolute;
	top: 35px;
	margin-top: -11px;
	right: 20px;
}

.header .mobile-menu {
	display: none;
}

.header .logo svg {
	max-width: 80vw;
}

.header .main-navigation > ul .submenu {
	display: none;
}

.page-template-template-home .page-content {
	font-size: 20px;
}

.page-template-template-home .page-content h1 {
	font-size: 30px;
}

}

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

.xs-1-2 {
	width: 50%;
}

.xs-1-3 {
	width: 33.33333%;
}

.xs-1-4 {
	width: 25%;
}

.xs-1-5 {
	width: 20%;
}

.xs-1-6 {
	width: 16.66667%;
}

.xs-1-7 {
	width: 14.28571%;
}

.xs-1-8 {
	width: 12.5%;
}

.xs-1-9 {
	width: 11.11111%;
}

.xs-1-10 {
	width: 10%;
}

.xs-1-11 {
	width: 9.09091%;
}

.xs-1-12 {
	width: 8.33333%;
}

.xs-2-3 {
	width: 66.66667%;
}

.xs-2-4 {
	width: 50%;
}

.xs-2-5 {
	width: 40%;
}

.xs-2-6 {
	width: 33.33333%;
}

.xs-2-7 {
	width: 28.57143%;
}

.xs-2-8 {
	width: 25%;
}

.xs-2-9 {
	width: 22.22222%;
}

.xs-2-10 {
	width: 20%;
}

.xs-2-11 {
	width: 18.18182%;
}

.xs-2-12 {
	width: 16.66667%;
}

.xs-3-4 {
	width: 75%;
}

.xs-3-5 {
	width: 60%;
}

.xs-3-6 {
	width: 50%;
}

.xs-3-7 {
	width: 42.85714%;
}

.xs-3-8 {
	width: 37.5%;
}

.xs-3-9 {
	width: 33.33333%;
}

.xs-3-10 {
	width: 30%;
}

.xs-3-11 {
	width: 27.27273%;
}

.xs-3-12 {
	width: 25%;
}

.xs-4-5 {
	width: 80%;
}

.xs-4-6 {
	width: 66.66667%;
}

.xs-4-7 {
	width: 57.14286%;
}

.xs-4-8 {
	width: 50%;
}

.xs-4-9 {
	width: 44.44444%;
}

.xs-4-10 {
	width: 40%;
}

.xs-4-11 {
	width: 36.36364%;
}

.xs-4-12 {
	width: 33.33333%;
}

.xs-5-6 {
	width: 83.33333%;
}

.xs-5-7 {
	width: 71.42857%;
}

.xs-5-8 {
	width: 62.5%;
}

.xs-5-9 {
	width: 55.55556%;
}

.xs-5-10 {
	width: 50%;
}

.xs-5-11 {
	width: 45.45455%;
}

.xs-5-12 {
	width: 41.66667%;
}

.xs-6-7 {
	width: 85.71429%;
}

.xs-6-8 {
	width: 75%;
}

.xs-6-9 {
	width: 66.66667%;
}

.xs-6-10 {
	width: 60%;
}

.xs-6-11 {
	width: 54.54545%;
}

.xs-6-12 {
	width: 50%;
}

.xs-7-8 {
	width: 87.5%;
}

.xs-7-9 {
	width: 77.77778%;
}

.xs-7-10 {
	width: 70%;
}

.xs-7-11 {
	width: 63.63636%;
}

.xs-7-12 {
	width: 58.33333%;
}

.xs-8-9 {
	width: 88.88889%;
}

.xs-8-10 {
	width: 80%;
}

.xs-8-11 {
	width: 72.72727%;
}

.xs-8-12 {
	width: 66.66667%;
}

.xs-9-10 {
	width: 90%;
}

.xs-9-11 {
	width: 81.81818%;
}

.xs-9-12 {
	width: 75%;
}

.xs-10-11 {
	width: 90.90909%;
}

.xs-10-12 {
	width: 83.33333%;
}

.xs-11-12 {
	width: 91.66667%;
}

.xs-g-1 {
	margin-left: -10px;
}

.xs-g-1 > .col {
	padding-left: 10px;
}

.xs-g-2 {
	margin-left: -20px;
}

.xs-g-2 > .col {
	padding-left: 20px;
}

.xs-g-3 {
	margin-left: -30px;
}

.xs-g-3 > .col {
	padding-left: 30px;
}

.xs-g-4 {
	margin-left: -40px;
}

.xs-g-4 > .col {
	padding-left: 40px;
}

.xs-g-5 {
	margin-left: -50px;
}

.xs-g-5 > .col {
	padding-left: 50px;
}

.xs-g-6 {
	margin-left: -60px;
}

.xs-g-6 > .col {
	padding-left: 60px;
}

.xs-g-7 {
	margin-left: -70px;
}

.xs-g-7 > .col {
	padding-left: 70px;
}

.xs-g-8 {
	margin-left: -80px;
}

.xs-g-8 > .col {
	padding-left: 80px;
}

.xs-g-9 {
	margin-left: -90px;
}

.xs-g-9 > .col {
	padding-left: 90px;
}

.xs-g-10 {
	margin-left: -100px;
}

.xs-g-10 > .col {
	padding-left: 100px;
}

.xs-g-11 {
	margin-left: -110px;
}

.xs-g-11 > .col {
	padding-left: 110px;
}

.xs-g-12 {
	margin-left: -120px;
}

.xs-g-12 > .col {
	padding-left: 120px;
}

.hide-xs {
	display: none;
}

}

@-webkit-keyframes spin {

0% {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@keyframes spin {

0% {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

100% {
	-webkit-transform: rotate(360deg);
	        transform: rotate(360deg);
}

}

@-webkit-keyframes spin-dots {

0%,80%,100% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

40% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

@keyframes spin-dots {

0%,80%,100% {
	-webkit-transform: scale(0);
	        transform: scale(0);
}

40% {
	-webkit-transform: scale(1);
	        transform: scale(1);
}

}

