/*
Theme Name: Clear Captions
Description: WordPress Theme for ClearCaptions
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white, light
Text Domain: am
*/




@font-face {
	font-family: 'SanFranciscoText-Medium';
	src: url('fonts/SanFranciscoText-Medium.eot');
	src: local('☺'), url('fonts/SanFranciscoText-Medium.woff') format('woff'), url('fonts/SanFranciscoText-Medium.ttf') format('truetype'), url('fonts/SanFranciscoText-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'SanFranciscoText-Semibold';
	src: url('fonts/SanFranciscoText-Semibold.eot');
	src: local('☺'), url('fonts/SanFranciscoText-Semibold.woff') format('woff'), url('fonts/SanFranciscoText-Semibold.ttf') format('truetype'), url('fonts/SanFranciscoText-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'SanFranciscoText-Bold';
	src: url('fonts/SanFranciscoText-Bold.eot');
	src: local('☺'), url('fonts/SanFranciscoText-Bold.woff') format('woff'), url('fonts/SanFranciscoText-Bold.ttf') format('truetype'), url('fonts/SanFranciscoText-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS and IE text size adjust after device orientation change,
*    without disabling user zoom.
*/

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
* Remove default margin.
*/

body {
	margin: 0;
}

/* HTML5 display definitions
========================================================================== */

/**
* Correct `block` display not defined for any HTML5 element in IE 8/9.
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox.
* Correct `block` display not defined for `main` in IE 11.
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/

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

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/

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

/**
* Address `[hidden]` styling not present in IE 8/9/10.
* Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
*/

[hidden],
template {
	display: none;
}

/* Links
========================================================================== */

/**
* Remove the gray background color from active links in IE 10.
*/

a {
	background-color: transparent;
}

/**
* Improve readability of focused elements when they are also in an
* active/hover state.
*/

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

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

/**
* Address styling not present in IE 8/9/10/11, Safari, and Chrome.
*/

abbr[title] {
	border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
*/

b,
strong {
	font-weight: bold;
}

/**
* Address styling not present in Safari and Chrome.
*/

dfn {
	font-style: italic;
}

/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari, and Chrome.
*/

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
* Address styling not present in IE 8/9.
*/

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

/**
* Address inconsistent and variable font size in all browsers.
*/

small {
	font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/

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

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

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

/**
* Remove border when inside `a` element in IE 8/9/10.
*/

img {
	border: 0;
}

/**
* Correct overflow not hidden in IE 9/10/11.
*/

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

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

/**
* Address margin not present in IE 8/9 and Safari.
*/

figure {
	margin: 1em 40px;
}

/**
* Address differences between Firefox and other browsers.
*/

hr {
	box-sizing: content-box;
	height: 0;
}

/**
* Contain overflow in all browsers.
*/

pre {
	overflow: auto;
}

/**
* Address odd `em`-unit font size rendering in all browsers.
*/

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

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

/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/

/**
* 1. Correct color not being inherited.
*    Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
*/

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
* Address `overflow` set to `hidden` in IE 8/9/10/11.
*/

button {
	overflow: visible;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
* Correct `select` style inheritance in Firefox.
*/

button,
select {
	text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/

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

/**
* Re-set default cursor for disabled elements.
*/

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
* Remove inner padding and border in Firefox 4+.
*/

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

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/

input {
	line-height: normal;
}

/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/

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

/**
* 1. Address `appearance` set to `searchfield` in Safari and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
*/

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/

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

/**
* Define consistent border, margin, and padding.
*/

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9/10/11.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
* Remove default vertical scrollbar in IE 8/9/10/11.
*/

textarea {
	overflow: auto;
}

/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/

optgroup {
	font-weight: bold;
}

/* Tables
========================================================================== */

/**
* Remove most spacing between table cells.
*/

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

td,
th {
	padding: 0;
}

.entry ul,
.slick-dots,
.top-bar .top-list,
.nav-menu,
.nav-menu .drop-nav ul,
.btn-nav,
.btn-list,
.tabset-list,
.tabs-pageet-list,
.tabs-faqet-list,
.sub-list,
.accordion-list,
.advice-block-list,
.press-list,
.careers-list,
.careers ul,
#footer .widget .link-list,
.social-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after,
.container-fluid:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

body {
	color: #343534;
	background: #fff;
	font: 16px/1.6 "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

.gm-style img {
	max-width: none;
}

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset {
	margin: 0 0 1.6em;
}

blockquote {
	border-left: 4px solid #9b9b9b;
	padding-left: .5em;
	margin-left: 1.6em;
}

th,
td {
	border: 1px solid #9b9b9b;
	padding: .5em;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

ul,
ol {
	padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul {
	list-style-type: disc;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd {
	overflow: hidden;
}

pre {
	max-width: 100%;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

.form-control,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 6px 10px;
	border-radius: 4px;
	font-size: 15px;
	outline: none;
	color: #9b9b9b;
	line-height: 1.4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	font-weight: 500;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #9b9b9b;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #9b9b9b;
}

.form-control:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #9b9b9b;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #9b9b9b;
}

.form-control.placeholder,
input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #9b9b9b;
}

.form-control:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	border-color: rgba(102, 175, 233, .6);
}

select {
	-webkit-border-radius: 0;
	position: relative;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 1px;
	text-overflow: "";
	background: white url(images/arrow-drop-down.png) no-repeat right 10px center !important;
}

textarea {
	resize: vertical;
	vertical-align: top;
	height: auto !important;
	padding: 6px 10px;
}

label {
	line-height: 2;
}

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

.btn,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
	transition: color .3s linear, background .3s linear, opacity .3s linear, border-color .3s linear;
	border-radius: 8px;
	display: inline-block;
	padding: 13px 25px;
	font-size: 15px;
	font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	text-align: center;
	border: none;
	outline: none;
	font-weight: bold;
	line-height: 1.4em;
	text-transform: uppercase;
	background-color: #9dc400;
	text-shadow: none;
}

.btn:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	text-decoration: none;
	background-color: #417505;
}

.btn.btn-sm,
button.btn-sm,
input[type="button"].btn-sm,
input[type="reset"].btn-sm,
input[type="submit"].btn-sm {
	font-size: 12px;
	border-radius: 6px;
	padding: 11px 15px;
}

.btn.btn-md,
button.btn-md,
input[type="button"].btn-md,
input[type="reset"].btn-md,
input[type="submit"].btn-md {
	font-size: 14px;
	padding: 8px 15px;
}

.btn.btn-outline,
button.btn-outline,
input[type="button"].btn-outline,
input[type="reset"].btn-outline,
input[type="submit"].btn-outline {
	background-color: #fff;
	border: 1px solid #9dc400;
	color: #9dc400;
}

.btn.btn-outline:hover,
button.btn-outline:hover,
input[type="button"].btn-outline:hover,
input[type="reset"].btn-outline:hover,
input[type="submit"].btn-outline:hover {
	background-color: #9dc400;
	color: #fff;
}

.btn.btn-red,
button.btn-red,
input[type="button"].btn-red,
input[type="reset"].btn-red,
input[type="submit"].btn-red {
	background-color: #9c373c;
	color: #fff;
}

.btn.btn-red.btn-outline,
button.btn-red.btn-outline,
input[type="button"].btn-red.btn-outline,
input[type="reset"].btn-red.btn-outline,
input[type="submit"].btn-red.btn-outline {
	border-color: #9c373c;
}

.btn.btn-red:hover,
button.btn-red:hover,
input[type="button"].btn-red:hover,
input[type="reset"].btn-red:hover,
input[type="submit"].btn-red:hover {
	background-color: #fff;
	color: #9c373c;
}

.btn.btn-blue,
button.btn-blue,
input[type="button"].btn-blue,
input[type="reset"].btn-blue,
input[type="submit"].btn-blue {
	background-color: #4168b4;
}

.btn.btn-blue:hover,
button.btn-blue:hover,
input[type="button"].btn-blue:hover,
input[type="reset"].btn-blue:hover,
input[type="submit"].btn-blue:hover {
	text-decoration: none;
	background-color: #002756;
}

.btn.btn-navy-blue,
button.btn-navy-blue,
input[type="button"].btn-navy-blue,
input[type="reset"].btn-navy-blue,
input[type="submit"].btn-navy-blue {
	background-color: #1275d5;
}

.btn.btn-navy-blue:hover,
button.btn-navy-blue:hover,
input[type="button"].btn-navy-blue:hover,
input[type="reset"].btn-navy-blue:hover,
input[type="submit"].btn-navy-blue:hover {
	text-decoration: none;
	background-color: #002756;
}

.btn.btn-light-blue,
button.btn-light-blue,
input[type="button"].btn-light-blue,
input[type="reset"].btn-light-blue,
input[type="submit"].btn-light-blue {
	background: #abbcc7;
}

.btn.btn-light-blue:hover,
button.btn-light-blue:hover,
input[type="button"].btn-light-blue:hover,
input[type="reset"].btn-light-blue:hover,
input[type="submit"].btn-light-blue:hover {
	text-decoration: none;
	background-color: #002756;
}

.btn.btn-min-width,
button.btn-min-width,
input[type="button"].btn-min-width,
input[type="reset"].btn-min-width,
input[type="submit"].btn-min-width {
	min-width: 185px;
}

.btn-holder {
	padding: 15px 0;
}

.entry ul {
	margin-left: 15px;
}

.entry ul > li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.entry ul > li:before {
	content: "\002022";
	position: absolute;
	top: 0;
	left: 0;
	color: #343534;
	font-size: 16px;
	font-weight: 400;
}

.widget {
	margin-bottom: 1.6em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
	margin-bottom: 4px;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}

.search-form {
	margin-bottom: 15px;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #343534;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}

.comment-form input[type="submit"]:hover,
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}

.commentlist {
	margin: 0 0 1.6em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.6em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.6em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.6em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #343534;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}

.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}

.navigation-single {
	margin-bottom: 1.6em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #343534;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #9b9b9b;
	padding: .4em;
	margin-bottom: 1.6em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.6em;
}

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

.alignleft {
	float: left;
	margin: 0 1.6em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.6em;
}

.mejs-container {
	margin-bottom: 1.6em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#wp-calendar tbody td {
	text-align: center;
}

#wp-calendar td,
#wp-calendar th {
	border: 1px solid #9b9b9b;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 500;
	margin: 0 0 .7em;
	line-height: 1.3;
	color: #002756;
}

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

h2,
.h2 {
	font-size: 31px;
	letter-spacing: -1px;
}

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

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

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

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

p {
	margin: 0 0 1.25em;
}

a {
	color: #4168b4;
	text-decoration: none;
	outline: none;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
}
:target {
	display: block;
	position: relative;
	top: -108px;
	visibility: hidden;
}
a:hover {
	text-decoration: underline;
}

/* Slider */

.slick-gallery {
	display: none;
}

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

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

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
	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;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
	outline: none;
}

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

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

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

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

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

.slick-dots {
	font-size: 0;
	text-align: center;
	padding: 15px 0 20px;
}

.slick-dots li {
	display: inline-block;
	padding: 0 6px;
	vertical-align: bottom;
}

.slick-dots button {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	font-size: 0;
	padding: 0;
	text-indent: -9999px;
	border: none;
	-webkit-transition: none;
	transition: none;
	background: #fff;
	opacity: .3;
	box-shadow: none;
	margin: 0;
}

.slick-dots .slick-active button {
	background: #4168b4;
}

.paginator-slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
}

.paginator-slider .slick-arrow:last-child {
	margin: 0;
}

.slick-arrow {
	width: 54px;
	height: 54px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	margin-bottom: 0;
	color: #fff;
	border: none;
	padding: 0;
	box-shadow: none;
	z-index: 10;
	font-size: 0;
	background: none;
}

.slick-arrow:hover {
	text-decoration: none;
	background: none;
}

.slick-arrow:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	font-size: 32px;
	color: #9c373c;
}

.slick-arrow.slick-prev {
	left: -10px;
}

.slick-arrow.slick-prev:before {
	content: "\f104";
}

.slick-arrow.slick-next {
	right: -10px;
}

.slick-arrow.slick-next:before {
	content: "\f105";
}

html,
body {
	height: 100%;
}

img {
	vertical-align: top;
}

body.active-menu .nav-bar {
	display: block;
}

.bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: table;
	table-layout: fixed;
}

.w1 {
	padding-top: 108px;
}

#main {
	width: 100%;
	position: relative;
}

.main-holder {
	padding: 60px 0;
}

.container-fluid {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9200;
}

#header .header-holder .container-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#header .logo {
	display: block;
	padding: 10px 0;
}

#header .logo a {
	display: block;
}

#header .logo a img {
	vertical-align: top;
}

.top-bar {
	background: #002756;
	padding: 3px 0 7px;
	color: #b8ceec;
	font: 12px/1.2 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.top-bar a {
	color: #fff;
}

.top-bar .top-list {
	margin: 0 -10px;
	text-align: right;
}

.top-bar .top-list > li {
	display: inline-block;
	vertical-align: bottom;
	padding: 0 10px;
}

.top-bar .top-list a {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}

.top-bar .top-list a:hover {
	color: #9c373c;
	text-decoration: none;
}

.top-bar .top-list .fa {
	font-size: 20px;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 5px 0 0;
}

.nav-bar {
	margin: 0 0 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-menu {
	margin: 0 -15px;
}

.nav-menu > li {
	display: inline-block;
	padding: 0 15px;
	position: relative;
}

.nav-menu > li:hover .drop-nav {
	display: block;
}

.nav-menu > li a {
	font: 15px/1.2 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
	color: #777;
	display: block;
	padding: 30px 0;
	text-transform: uppercase;
}
.nav-menu > li.no-link > a {

	pointer-events: none;
}
.nav-menu > li a.active,
.nav-menu > li a:hover {
	color: #9c373c;
	text-decoration: none;
}

.nav-menu .drop-nav {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	min-width: 270px;
	background: #fff;
	border-radius: 0 0 6px 6px;
	margin-top: 1px;
	display: none;
	overflow: hidden;
}

.nav-menu .drop-nav ul li {
	border-bottom: 1px solid #e4ecf1;
}

.nav-menu .drop-nav ul li:last-child {
	border: none;
}

.nav-menu .drop-nav ul a {
	padding: 15px;
}

.nav-menu .drop-nav ul a:hover {
	background-color: #f5f8f8;
}

.nav-menu .drop-nav.product-nav {
	right: auto;
	left: -30px;
	min-width: 500px;
}

.nav-menu .drop-nav.product-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
}

.nav-menu .drop-nav.product-nav ul > li {
	width: 50%;
	border: none;
}

.nav-menu .drop-nav.product-nav ul > li a {
	display: inline-block;
	height: 234px;
	width: 100%;
	padding: 0;
}

.nav-menu .drop-nav.product-nav ul img {
	padding-bottom: 5px;
	margin: 35px auto 0;
	display: block;
	height: 127px;
}

/* button mobile */

.button-container {
	cursor: pointer;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	z-index: 121;
	display: none;
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -9px;
	width: 24px;
	height: 18px;
	cursor: pointer;
}

.button-container .middle {
	width: 20px;
}

.button-container .bottom {
	width: 18px;
}

.button-container:hover {
	opacity: .9;
}

.button-container.active .top {
	-webkit-transform: translateY(8px) translateX(0) rotate(45deg);
	-ms-transform: translateY(8px) translateX(0) rotate(45deg);
	transform: translateY(8px) translateX(0) rotate(45deg);
}

.button-container.active .middle {
	opacity: 0;
	background-color: #002756;
}

.button-container.active .bottom {
	-webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
	-ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
	transform: translateY(-8px) translateX(0) rotate(-45deg);
	width: 100%;
}

.button-container span {
	background-color: #002756;
	border: none;
	height: 2px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
	cursor: pointer;
}

.button-container span:nth-of-type(2) {
	top: 8px;
}

.button-container span:nth-of-type(3) {
	top: 16px;
}

/* end button mobile */

.btn-nav {
	margin: 0 -15px;
	padding: 0 0 0 30px;
}

.btn-nav > li {
	display: inline-block;
	padding: 0 15px;
}

.promo {
	position: relative;
	color: #fff;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-shadow: 0 2px 10px rgba(0, 0, 0, .5);
}

.promo .bg-stretch:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}

.promo .promo-holder {
	font: 300 30px/1.5 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 50px 0;
}

.promo h2 {
	font-size: 60px;
	color: #fff;
}

.promo.promo-main {
	height: calc(100vh - 108px);
}

.promo.promo-main .promo-holder {
	max-width: 1060px;
	margin-bottom: 60px;
}

.promo.promo-inner .promo-holder {
	padding: 140px 0;
	font-size: 26px;
}

.promo.promo-inner h2 {
	font-weight: 500;
	font-size: 50px;
}

.promo .btn-list {
	padding-top: 15px;
}

.btn-list {
	margin: 0 -10px;
}

.btn-list > li {
	display: inline-block;
	padding: 0 10px;
}

.btn-list .btn {
	min-width: 130px;
}

.bottom-arrow {
	font-size: 70px;
	line-height: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

.bottom-arrow a {
	color: #fff;
}

.bottom-arrow i {
	font-weight: bold;
}

.section {
	width: 100%;
	padding: 60px 0 60px 0;
	position: relative;
	background: #fff;

}
#section-11, #section-21{
	padding: 0px 0 0px 0;
	/* margin-top: -60px; */
}
.section.section-gray {
	background-image: -webkit-linear-gradient(270deg, #edf2f4 0%, #fff 100%);
	background-image: linear-gradient(180deg, #edf2f4 0%, #fff 100%);
}

.section.section-blue {
	color: #fff;
	background: -webkit-linear-gradient(top, #022755 0%, #011a3c 100%);
	background: linear-gradient(to bottom, #022755 0%, #011a3c 100%);
}

.section.section-blue h2,
.section.section-blue .title {
	color: #fff;
}

.section-visual {
	padding: 80px 0;
	color: #fff;
	background: none;
}

.section-visual .bg-stretch:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(1, 26, 60, .8);
}

.section-visual .title {
	color: #fff;
}

.section-sign {
	padding: 80px 0;
	color: #fff;
	background: -webkit-linear-gradient(top, #022755 0%, #011a3c 100%);
	background: linear-gradient(to bottom, #022755 0%, #011a3c 100%);
}

.section-sign .title {
	color: #fff;
}

.section-bottom {
	padding: 115px 0;
	color: #fff;
	text-align: center;
	background: -webkit-linear-gradient(top, #022755 0%, #011a3c 100%);
	background: linear-gradient(to bottom, #022755 0%, #011a3c 100%);
}

.section-bottom h2 {
	color: #fff;
}

.bottom-info {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
}

.bottom-info p {
	margin-bottom: 40px;
}

.title {
	text-align: center;
	font-weight: 500;
	margin: 0 auto;
	margin-bottom: 70px;
}

.section-testimonials {
	background: #002756;
	color: #fff;
	padding: 70px 0;
}

.section-testimonials h2,
.section-testimonials .title {
	color: #fff;
}

.section-form-contact {
	background: none;
	padding: 100px 0;
}

.testimonials-block {
	font: 20px/1.4 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
	color: #002756;
}

.testimonials-block .item-content {
	position: relative;
	border-radius: 10px;
	margin-right: 10px;
	padding:30px 40px;
	background: #d6e0e8;
	overflow: hidden;
	margin-bottom: 10px;
	min-height:232px;
}

.testimonials-block .item-content:last-child {
	margin-bottom: 0;
}

.testimonials-block h5 {
	font-size: 16px;
	font-weight: 700;
	color: #9c373c;
}

.testimonials-block h6 {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
}

.testimonials-block .item-holder {
	width: 62%;
}

.testimonials-block .img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 50%;
	max-height:100%;

}

.testimonials-block .img img {
	vertical-align: bottom;
}

.testimonials-block .content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

.testimonials-block .col-wrapper {
	width: 40%;
}

.testimonials-block .col-wrapper:last-child .item-content {
	margin-right: 0;
}

.testimonials-block .col-wrapper.col-wrapper-first {
	width: 60%;
}

.testimonials-block .col-wrapper.col-wrapper-first .item-content {
	height: 100%;
}

.testimonials-block .btn-block {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 40px;
}

.block-advice {
	text-align: center;
}

.block-advice .row {
	margin-bottom: 30px;
}

.block-advice [class^="col-"] {
	margin: 0 auto 30px;
}

.block-advice .images {
	margin-bottom: 30px;
	min-height: 90px;
}

.block-advice h5 {
	color: #fff;
	text-transform: uppercase;
}


.products-list {
	text-align: center;
}

.products-list .row {
	margin: 0 -7px;
}

.products-list [class^="col-"] {
	padding: 0 7px;
}

.products-list .box-content {
	text-decoration: none;
	color: #343534;
	display: block;
	padding: 50px 30px 30px;
	background: #fff;
	height: 100%;
	-webkit-transition: box-shadow .3s ease-in-out;
	transition: box-shadow .3s ease-in-out;
}

.products-list .box-content:hover {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .2);
}

.products-list .box-content h3 {
	font-weight: 500;
}

.products-list .box-content .img-wrapper img {
	max-height: 220px;
}

.products-list .link {
	margin-bottom: 50px;
}

.products-list .link:hover {
	color: #417505;
}

.products-list .inner-content {
	margin-bottom: 50px;
}

.products-list [class^="col-"] {
	margin-bottom: 15px;
}

.link {
	text-transform: uppercase;
	color: #9dc400;
	font: bold 15px/1.2 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
}

.link a {
	color: #9dc400;
}

.block-form .head {
	max-width: 700px;
	margin-bottom: 40px;
}

.block-form .head h2 {
	font-weight: 500;
}

.block-form .head h5 {
	color: #002756;
	font: 500 18px/1.4 "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.block-form .head h4 {
	color: #032031;
	font: bold 18px/1.4 "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.form,
.consultant-form {
	max-width: 600px;
}

.consultant-form {
	width:617px;
	margin:0 !important;
}

.consultant-form input[type=text],
.consultant-form input[type=email],
.consultant-form input[type=tel],
.consultant-form select,
.consultant-form textarea{
	width: 100%;
	height: 45px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2)  !important;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 6px 10px !important;
	border-radius: 4px;
	font-size: 15px !important;
	outline: none;
	color: #9b9b9b;
	line-height: 1.4;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	font-weight: 500;
	-webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.consultant-form input[type="submit"]{
	width:calc(50% - 16px) !important;
}

.consultant-form input[type="text"]:focus,
.consultant-form input[type="tel"]:focus,
.consultant-form input[type="email"]:focus,
.consultant-form select:focus,
.consultant-form textarea:focus{
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)  !important;
	border-color: rgba(102, 175, 233, .6);
}

.support-form input[type=text],
.support-form input[type=email],
.support-form input[type=tel],
.support-form select,
.support-form textarea,
.sign-me-up-form .consultant-form input[type=text],
.sign-me-up-form .consultant-form input[type=email],
.sign-me-up-form .consultant-form input[type=tel]{
	box-shadow:none !important;
}

.support-form textarea{
	height:160px !important;
}

.support-form select{
	width:100% !important;
	margin: 7px 0px;
}

.consultant-form  label.gfield_label{
	display:none !important;
}

.form .form-control,
.consultant-form .form-control {
	width: 100%;
	height: 45px;
}

.form .btn,
.consultant-form .btn {
	width: 100%;
}

.form .form-group,
.consultant-form .form-group {
	padding: 0 7.5px;
	margin-bottom: 20px;
}

.form .row,
.consultant-form .row {
	margin-right: -7.5px;
	margin-left: -7.5px;
}

.form .text-right,
.consultant-form .text-right {
	text-align: right;
}

.form .btn-submit,
.consultant-form .btn-submit {
	width: auto;
	min-width: 150px;
}

.consultant-form .form-control {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
}

.support-block h3,
.support-block h4,
.support-block p {
	margin-bottom: 30px;
}

.support-block h3,
.support-block h4 {
	font-weight: 400;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.support-block h3 {
	font-weight: 500;
}

.section-tab {
	padding: 0;
}

.tab-bar {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 100;
	background-image: -webkit-linear-gradient(270deg, #525351 0%, #777 100%);
	background-image: linear-gradient(180deg, #525351 0%, #777 100%);
}

.tabset-list ,
.tabset-list-page ,
.tabset-list-faq {
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
}

.tabset-list > li ,
.tabset-list-page > li ,
.tabset-list-faq > li {
	display: inline-block;
}

.tabset-list > li a ,
.tabset-list-page> li a ,
.tabset-list-faq> li a {
	color: #fff;
	display: block;
	padding: 20px;
}

.tabset-list > li a:hover ,
.tabset-list > li a-page:hover ,
.tabset-list > li a-faq:hover {
	text-decoration: none;
	color: #00a3ff;
}

.tabset-list > li.active a ,
.tabset-list-page > li.active a ,
.tabset-list-faq > li.active a {
	background: #fff;
	color: #4168b4;
}

.sub-list {
	font-size: 17px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.sub-list > li a {
	color: #e2dfd7;
	display: block;
	padding: 20px;
}

.sub-list > li a:hover {
	text-decoration: none;
	color: #00a3ff;
}

.sub-list > li.active a, .sub-list > li.current_page_item a {
	background: #fff;
	color: #4168b4;
}

.sub-list.sub-list-full {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.sub-list.sub-list-anchor .active {
	background: #fff;
	color: #4168b4;
}

.sub-container {
	padding: 60px 0;
}

.tab-container .tab-holder {
	display: none;
}

.accordion-item {
	height: 0;
	visibility: hidden;
	overflow: hidden;
}

.tab-sub {
	border-bottom: 2px solid #e4ecf1;
	margin-bottom: 30px;
}

.tab-sub > li {
	margin-bottom: -1px;
}

.tab-sub > li a {
	color: #8197a5;
	padding: 20px 25px;
}

.tab-sub > li a:hover {
	color: #4168b4;
}

.tab-sub > li.active {
	border-bottom: 2px solid #4168b4;
}

.tab-sub > li.active a {
	color: #4168b4;
}

.accordion-list .opener {
	position: relative;
	display: block;
	padding: 20px 60px 20px 30px;
	color: #525351;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.6;
	background-color: #fafbfb;
}

.accordion-list .opener:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 30px;
	background-image: url(images/faq-down-arrow.png);
	width: 16px;
	height: 10px;
	margin-top: -5px;
}

.accordion-list .opener:hover {
	text-decoration: none;
}

.accordion-list .slide {
	margin: 0 15px 15px;
	color: #343534;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	background: transparent;
	border-radius: 0 0 6px 6px;
}

.accordion-list > li {
	margin-bottom: 10px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.accordion-list > li.active .opener {
	background: none;
}

.accordion-list > li.active .opener:before {
	background-image: url(images/faq-up-arrow.png);
}

.accordion-list .accordion-collapse {
	border-top: 1px solid #ddd;
	padding: 15px;
}

.accordion-list .accordion-collapse ol,
.accordion-list .accordion-collapse ul {
	margin-top: 10px;
	margin-bottom: 10px;
}

.accordion-list .accordion-collapse p {
	margin: 0;
}

.advice-block {
	width: 100%;
	position: relative;
}

.advice-block .advice-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.advice-block .col-description {
	padding: 80px 30px;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.advice-block .col-description .description {
	width: 585px;
}

.advice-block .img-col {
	width: 50%;
	position: relative;
	text-align: center;
}

.advice-block .img-col img {
	width: 100%;
}

.advice-block .img-col .bg-stretch {
	z-index: 10;
	background-position: 100% 50%;
}

.advice-block h2 {
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
}

.advice-block h6 {
	color: #343534;
	margin-bottom: 15px;
}

.advice-block ul,
.advice-block p {
	margin-bottom: 24px;
}

.advice-block.advice-block-add {
	padding: 50px 0;
}

.advice-block.advice-block-add .img-col {
	height: auto;
	padding: 0 0 0 30px;
}

.advice-block.advice-block-add .col-description {
	padding: 0;
}

.advice-block.advice-block-add .col-description .description {
	width: 100%;
}

.advice-block .btn {
	min-width: 165px;
}

.advice-block-list > li:nth-child(even),
.advice-block-list > li.bg-image {
	/* background-color: #f5f8f8; */
}

.advice-block-list > li:nth-child(even) .col-description,
.advice-block-list > li:nth-child(even) .advice-holder,
.advice-block-list > li.bg-image .col-description,
.advice-block-list > li.bg-image .advice-holder {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.advice-block-list > li.align-left .col-description,
.advice-block-list > li.align-left .advice-holder {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.advice-block-list > li.align-left .bg-stretch {
	background-position: 0 50%;
}

.section-personal {
	background-image: -webkit-radial-gradient(95.07% 729.22%, 280px 280px, #fff 0%, #d6e0e8 100%);
	background-image: radial-gradient(280px 280px at 95.07% 729.22%, #fff 0%, #d6e0e8 100%);
	padding: 35px 0 0;
}

.section-personal .testimonials-block {
	max-width: 780px;
	margin: 0 auto;
}

.section-personal .testimonials-block .item-holder {
	width: 100%;
	padding: 40px 0 0;
}

.section-personal .testimonials-block .image img {
	width: 100%;
}

.portal-block {
	position: relative;
	padding: 75px 0;
}

.portal-block .bg-stretch {
	z-index: 0;
	background-position: 0 50%;
}

.heading {
	text-align: center;
	font-size: 20px;
	line-height: 1.4;
	max-width: 960px;
	margin: 0 auto;
	margin-bottom: 65px;
}

.heading h2 {
	font-weight: 500;
}

.heading.white {
	color: #fff;
}

.heading.white h2 {
	color: #fff;
}

.faq-block h3 {
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
	color: #343534;
	margin-bottom: .7em;
}

.press-list > li {
	margin-bottom: 30px;
}

.box-info {
	padding: 30px;
	border: 1px solid #d9e0e4;
	border-radius: 10px;
}

.box-press .head {
	margin-bottom: 20px;
}

.box-press .text {
	padding-bottom: 10px;
}

.box-press .btn {
	min-width: 150px;
}

.date {
	display: block;
	color: #9c373c;
	text-transform: uppercase;
	font: 12px/1.2 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
}

.personal-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.personal-block h5 {
	color: #002756;
	font: 500 14px/1.2 "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.personal-block .images {
	width: 200px;
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	margin: 0 30px 0 0;
}

.personal-block .images img {
	width: 100%;
}

.personal-block .head {
	margin-bottom: 20px;
}

.contact-col h2 {
	margin-bottom: 40px;
}

.contact-col dt,
.contact-col dl {
	float: none;
	padding: 0;
}

.contact-col dl {
	margin-bottom: 30px;
	line-height: 1.6;
}

.contact-col dd {
	margin: 0;
	font-size: 20px;
}

.contact-col dt {
	color: #9c373c;
	font: 700 16px/1.2 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
}

.contact-col a {
	color: #525351;
}

.contact-col a:hover {
	text-decoration: none;
	color: #8dbb06;
}

.careers-block {
	width: 100%;
}

.careers-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}

.careers-list > li {
	width: 25%;
	padding: 0 15px 15px;
}

.careers-list h4 {
	margin-bottom: 20px;
	color: #002756;
	font-weight: 400;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
}

.careers {
	width: 100%;
	position: relative;
	color: #fff;
	margin-bottom: 20px;
}

.careers img {
	border-radius: 5px;
	width: 100%;
}

.careers .hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px 10px;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: .5s ease all;
	transition: .5s ease all;
	font-size: 14px;
	line-height: 22px;
	font-weight: 500;
	opacity: 0;
	border-radius: 5px;
}

.careers ul > li {
	position: relative;
	margin-left: 20px;
	margin-bottom: 5px;
}

.careers ul > li:before {
	content: "\2713";
	position: absolute;
	left: -15px;
	top: 0;
	color: #8dbb06;
	font-weight: 700;
}

.careers:hover .hover {
	opacity: 1;
}

.section-advice {
	padding: 0;
}

.section-careers {
	color: #fff;
}

.section-careers h4,
.section-careers h2 {
	color: #fff;
}

.job-items-block {
	text-align: center;
}

.job-items-block .job-item {
	margin-bottom: 30px;
}

.job-items-block h4 {
	text-transform: uppercase;
}

.view-link {
	font: 700 15px/1.2 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	color: #9dc400;
}

.view-link:hover {
	text-decoration: none;
	color: #417505;
}

.block-item .image {
	text-align: center;
}

.block-item .image img {
	display: block;
	margin: 0 auto;	
}

.mobile-phone .block-item .image img {
	max-width: 300px;
}
	
.block-item.mobile-version {
	padding: 0 50px;
	display: none;
}

.block-item.mobile-version .info-item {
	box-shadow: none;
	min-height: 90px;
}

.block-item.mobile-version .items-slider {
	max-width: 540px;
	margin: 0 auto;
}

.block-animation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.block-animation .image {
	margin: 0 100px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.block-animation .image img {
	display: block;
	margin: 0 auto;
}

.mobile-phone .block-animation .image img {
	max-width: 300px;
}

.block-animation .col {
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 40px;
}

.block-animation .col-left .info-item-one:before {
	right: -135px;
	background: url(images/oval-left-top.png) no-repeat center;
	top: calc(50% - 31px);
	height: 62px;
}

.block-animation .col-left .info-item-two:before {
	right: -135px;
	background: url(images/oval-left.png) no-repeat center;
}

.block-animation .col-left .info-item-three:before {
	right: -135px;
	background: url(images/oval-left-bottom.png) no-repeat center;
	top: calc(50% - 31px);
	height: 62px;
}

.block-animation .col-right .info-item-one:before {
	left: -135px;
	background: url(images/oval-right-top.png) no-repeat center;
	top: calc(50% - 31px);
	height: 62px;
}

.block-animation .col-right .info-item-two:before {
	left: -135px;
	background: url(images/oval-right.png) no-repeat center;
}

.block-animation .col-right .info-item-three:before {
	left: -135px;
	background: url(images/oval-right-bottom.png) no-repeat center;
	top: calc(50% - 31px);
	height: 62px;
}
.mobile-slider .slider-item,
.info-item {
	position: relative;
	margin: 40px 0 0;
	padding: 20px 40px 20px 30px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
	border-radius: 6px;
	min-width: 240px;
	background-image: -webkit-linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, .9) 100%);
	background-image: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, .9) 100%);
}

.info-item:before {
	position: absolute;
	top: calc(50% - 20px);
	content: "";
	width: 160px;
	height: 40px;
}

.info-item p {
	margin: 0;
}

.mobile-slider .slick-list.draggable{
	margin:0 -65px;
}
.mobile-slider .slide{
	padding:0 60px;
}

.mobile-slider .slider-item{
	margin:40px 5px 5px;
}

.history-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0;
	height: 320px;
}

.history-block .history-item {
	width: 14%;
	padding: 0 30px 0 0;
	text-align: center;
	font-size: 14px;
	position: relative;
}

.history-block .history-item:before {
	content: "";
	position: absolute;
	top: calc(50% - 5px);
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #c4d8f0;
	opacity: .4;
}

.history-block .history-item:first-child:before {
	border-radius: 10px 0 0 10px;
}

.history-block .history-item:last-child:before {
	border-radius: 0 10px 10px 0;
}

.history-block .history-item .img {
	z-index: 10;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 70px;
	height: 70px;
	position: relative;
	z-index: 10;
	border-radius: 0 35px 35px 35px;
	box-shadow: 0 3px 20px rgba(0, 0, 0, .5);
	background-color: #00a3ff;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
	margin: 0 auto 20px;
}

.history-block .history-item .img img {
	-webkit-transform: rotate(-225deg);
	-ms-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.history-block .history-item:nth-child(even) .img {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: 10px;
}

.history-block .history-item:nth-child(even) .img img {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.history-block .history-item:nth-child(even) .hold {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	bottom: calc(50% - 55px);
}

.history-block .history-item:nth-child(even) .years {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.history-block .history-item:nth-child(odd) .hold {
	top: calc(50% - 35px);
}

.history-block .history-item .years {
	font: 700 20px/1.2 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0 0 10px;
	width: 100%;
	text-transform: uppercase;
}

.history-block .history-item .hold {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: absolute;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 250px;
}

.history-block .history-item .description {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.history-block .history-item p {
	width: 100%;
}

.map-block {
	border-radius: 10px;
	border: 1px solid #d9e0e4;
	min-height: 700px;
	margin-top: 60px;
	overflow: hidden;
}

.map-block .map-tools {
	background: #f5f8f8;
	padding: 10px 15px;
}

.map-block .map-tools .row {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.map-block .map-tools .form-control {
	width: 100%;
	height: 45px;
}

.map-block .map-tools .btn {
	font-size: 12px;
	height: 45px;
	line-height: 45px;
	padding: 0 25px;
	margin-left: 10px;
}

.map-block .map-tools .buttons-wrapper {
	text-align: right;
}

.map-block [class^="col-"] {
	padding-top: 10px;
	padding-bottom: 10px;
}

.slider-block span {
	color: #8197a5;
	float: left;
	width: 15%;
	font: 400 12px/1.2 "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
}

.slider-block .range-output {
	color: #9c373c;
	text-align: right;
}

.rangeslider {
	float: left;
	width: 70%;
	height: 5px;
	margin-top: 5px;
	background-color: #d9e0e4;
}

.rangeslider .rangeslider__handle {
	top: -7px;
	width: 20px;
	height: 20px;
	background: #9c373c;
	box-shadow: none;
	border: none;
}

.rangeslider .rangeslider__fill {
	height: 5px;
	background: #9c373c;
}

#footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: table-footer-group;
	height: 1%;
	font-size: 14px;
	background: #002756;
}

#footer .footer-holder {
	padding: 50px 0;
}

#footer .widget {
	margin-bottom: 30px;
}

#footer .widget h4 {
	color: #9dc400;
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 15px;
	text-transform: uppercase;
	font-weight: 600;
}

#footer .widget .link-list > li {
	margin-bottom: 10px;
}

#footer .widget .link-list a {
	color: #fff;
}

#footer .widget .link-list a:hover {
	color: #8bb1de;
	text-decoration: none;
}

#footer .widget .social-list {
	padding: 0;
}

.footer-logo {
	display: block;
	max-width: 150px;
	margin-bottom: 40px;
}

.footer-logo a {
	display: block;
}

.copyright {
	display: block;
	font-size: 12px;
	line-height: 1.6;
	color: #8bb1de;
}

.social-list {
	margin: 0 -10px;
	font-size: 0;
}

.social-list li {
	display: inline-block;
	padding: 0 10px;
}

.social-list li a {
	color: #8cb1dd;
	font-size: 28px;
}

.social-list li a:hover {
	opacity: .5;
}

.banner-sponsors {
	padding-top: 20px;
}

.visible-md {
	display: none;
}

.hiddenRecaptcha {
	display: none;
}

.sign-me-up-box {
	position: fixed;
	top: 0;
	right: 0;
	min-width: 155px;
	background-color: #00a3ff;
	color: #fff;
	padding: 20px 10px 20px 20px;
	border-radius: 6px 0 0 6px;
	top: 305px;
	cursor: pointer;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear , border-color .2s linear;
}

.sign-me-up-box:hover {
	background-color: #4168b4;
}

.sign-me-up-box p {
	margin: 0;
}

.sign-me-up-form {
	position: fixed;
	top: 305px;
	right: 164px;
	left: inherit;
	bottom: inherit;
	width: 650px;
	padding: 40px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .15);
	border-radius: 6px;
	background: #fff;
	display: none;
}

.sign-me-up-form .row:last-child .form-group {
	margin: 0;
}

.sign-me-up-form h2 {
	margin-bottom: 30px;
}

.sign-me-up-form .right {
	text-align: right;
}

.sign-me-up-form .btn {
	max-width: 200px;
}

.popup-block {
	max-width: 1170px;
	padding: 40px 40px 30px;
	display: none;
}

.fancybox-button {
	width: 44px;
	height: 44px;
	position: absolute;
	top: 0;
	right: 0;
	background: none;
	text-align: center;
	font-weight: normal;
	font-family: Arial;
}

.fancybox-button:before,
.fancybox-button:after {
	background-color: #222;
	content: "";
	height: 18px;
	left: 22px;
	position: absolute;
	top: 12px;
	width: 1px;
}

.fancybox-button:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.fancybox-button:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.fancybox-button:hover {
	background: none;
}

/* Fix Error styling */

.gform_wrapper .consultant-form li.gfield.gfield_error{
	padding:0px;
	border:none;
	background:none;
}

.gform_wrapper .consultant-form .field_description_below .gfield_description{
	padding-top:2px;
}

.gform_wrapper .consultant-form .validation_message{
	color: #9c373c;
	font-weight: 500;
}

.gform_wrapper .consultant-form li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper .consultant-form li.gfield_error textarea{
	border: 1px solid #ccc;
}

.gform_wrapper .consultant-form div.validation_error{
	background: #9c373c;
	color: #fff;
	border: none;
	padding: 5px 5px;
	font-size: 14px;
	font-weight: 500;
}

.gform_wrapper .consultant-form div.gform_confirmation_message{
	background: #9dc400;
	color: #fff;
	border: none;
	padding: 8px 5px;
	font-size: 14px;
	font-weight: 500;
	text-align: center;
}

.gform_wrapper .consultant-form ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error{
	margin-top:0px;
}

body .gform_wrapper .consultant-form  ul li.gfield{
	margin-top:10px !important;
}

.consultant-form br{
	display:none;
}

.side-add-hold .add-info-lst{
	padding-left:15px;
}

.consultant-form.support-form input[type="submit"]{
	width:auto !important;
	padding:15px 45px;
	border-radius:10px;
	font-size:15px !important;
	margin:0 0 0 15px;
}
body .gform_wrapper .top_label div.ginput_container{
	margin-top:0 !important;
}

.support-form{
	position:relative;
}
.support-form .gform_footer{
	padding:0 !important;
	margin:0 !important;
}
.support-form .ginput_recaptcha{
	padding-top:8px;
}
.support-form input[type="submit"].gform_button{
	position:absolute;
	z-index:1;
	bottom:27px;
	right:0;
}

.btn.btn-row{
	margin-bottom:10px;
	margin-right:10px;
}

@media (min-width: 768px) {
	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
}

@media (min-width: 1025px) and (max-height: 599px) {
	.promo.promo-main {
		height: auto;
	}
}

@media (max-width: 1259px) {
	.sub-list {
		font-size: 13px;
	}

	.sub-list > li a {
		padding: 15px 10px;
	}
}

@media (max-width: 1199px) {
	.title {
		max-width: 740px;
	}

	.advice-block .col-description {
		padding: 80px 15px;
	}

	.testimonials-block .col-wrapper{
		width:43%;
	}
	.testimonials-block .col-wrapper.col-wrapper-first{
		width:57%;
	}
	.consultant-form .gform_footer,
	.support-form .gform_footer{
		padding:15px 16px 0 0 !important;
	}
}

@media (max-width: 1023px) {
	.support-form input[type="submit"].gform_button{
		position:static;
		width:100% !important;
		margin-right:0 !important;
	}
	.btn,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		font-size: 14px;
	}

	iframe {
		width: 100%;
	}

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

	.w1 {
		padding-top: 89px;
	}

	#header .logo {
		margin: 0 auto;
		max-width: 120px;
	}

	.nav-bar {
		display: none;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		background: #fff;
		padding-bottom: 10px;
	}

	.nav-menu > li {
		display: block;
	}

	.nav-menu > li a {
		padding: 10px 15px;
	}

	.nav-menu > li a.active,
	.nav-menu > li a:hover {
		background-color: #f5f8f8;
		color: #777;
	}

	.nav-menu .drop-nav {
		position: relative;
		min-width: 100%;
		border: none;
		border-radius: 0;
	}

	.nav-menu .drop-nav ul li:last-child {
		border-bottom: 1px solid #e4ecf1;
	}

	.nav-menu .drop-nav.product-nav {
		min-width: 100%;
		left: 0;
	}

	.nav-menu .drop-nav.product-nav ul {
		text-align: left;
		display: block;
	}

	.nav-menu .drop-nav.product-nav ul > li {
		width: 100%;
		border-bottom: 1px solid #e4ecf1;
	}

	.nav-menu .drop-nav.product-nav ul > li a {
		height: auto;
		display: block;
		padding: 15px;
	}

	.nav-menu .drop-nav.product-nav ul img {
		display: none;
	}

	.button-container {
		display: block;
	}

	.btn-nav {
		margin: 0;
		padding: 0;
	}

	.btn-nav > li {
		padding: 0;
	}

	.btn-nav .btn {
		margin: 0;
		padding: 0;
		color: #9c373c;
		background: none;
		font-weight: normal;
		border: none;
		font-size: 15px;
		padding: 10px 15px;
	}

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

	.promo.promo-main {
		height: calc(100vh - 89px);
	}

	.promo.promo-inner .promo-holder {
		padding: 70px 0;
	}

	.promo.promo-inner .promo-holder {
		font-size: 21px;
	}

	.promo.promo-inner h2 {
		font-size: 38px;
	}

	.section {
		padding: 40px 0;
	}

	.section.section-gray {
		background: #f5f8f8;
	}

	.section-sign {
		padding: 50px 0;
	}

	.title {
		max-width: 680px;
		font-size: 24px;
		margin: 0 auto;
		margin-bottom: 35px;
	}

	.section-testimonials {
		padding-bottom: 0;
		padding-top: 40px;
	}

	.section-form-contact {
		padding: 40px 0;
	}

	.testimonials-block .item-holder {
		width: 50%;
		padding:0 0 20px;
	}

	.testimonials-block .mobile-slider {
		margin: 0 -15px;
		padding:0 0 15px;
	}

	.testimonials-block .mobile-slider .slide{
		padding:0;
	}

	.testimonials-block .mobile-slider .slick-list.draggable{
		margin:0 -50px;
	}

	.testimonials-block .mobile-slider .item-content {
		height: 350px;
		margin: 0;
		border-radius: 0;
		font-size: 16px;
		padding: 30px;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:-o-flex;
		display:flex;
		flex-direction:column;
		justify-content:space-between;
	}

	.testimonials-block .mobile-slider .slide.slide-first .img{
		max-width:270px;
	}

	.testimonials-block .mobile-slider .btn-block {
		position: relative;
		padding: 20px 0;
	}

	.block-advice .row {
		margin-bottom: 15px;
	}

	.form,
	.consultant-form {
		max-width: 100%;
	}

	.section-tab {
		padding: 0;
	}

	.tab-bar .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}

	.tabset-list ,
	.tabset-list-page ,
	.tabset-list-faq {
		font-size: 14px;
	}

	.sub-container {
		padding: 50px 0;
	}

	.tab-sub > li a {
		padding: 15px 10px;
	}

	.accordion-list .opener {
		font-size: 16px;
		padding: 15px 40px 15px 15px;
	}

	.accordion-list .opener:before {
		right: 15px;
	}

	.accordion-list .accordion-collapse {
		padding: 15px 0;
	}

	.section-personal {
		padding-bottom: 0;
	}

	.section-personal .testimonials-block .item-holder {
		padding: 0;
	}

	.portal-block {
		padding: 60px 0 30px;
	}

	.heading {
		margin-bottom: 30px;
	}

	.contact-col dd {
		font-size: 16px;
	}

	.careers-list > li {
		width: 50%;
	}

	.block-item.desktop-version {
		display: none;
	}

	.block-item.mobile-version {
		display: block;
	}

	.history-block {
		height: 420px;
	}

	.history-block .history-item {
		font-size: 13px;
	}

	.map-block .map-tools .btn {
		padding: 0 15px;
	}

	.hidden-md {
		display: none;
	}

	.visible-md {
		display: block;
	}

	br {
		display: none;
	}

	.sign-me-up-box {
		position:fixed;
		bottom:50px;
		right:0;
		width:100px;
		height:40px;
		padding:13px 11px 13px 20px;
		border-radius:6px 0 0 6px;
		background-color:#00A3FF;
		color:#fff;
		font-size:12px;
		line-height:12px;
		font-weight:700;
		text-transform:uppercase;
		z-index:1;
		cursor:pointer;
		top: inherit;
		min-width: 100px;
	}
	.sign-me-up-form {
		right: 0;
		top: inherit;
		bottom: 95px;
		width: 100%;
	}

	.consultant-form.support-form input[type="submit"]{
		width:calc(100% - 16px) !important;
	}
	.gform_footer .captcha-wrap{
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		-o-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	.gform_footer .captcha-wrap .ginput_recaptcha{
		padding:0 0 1.6em;
	}

	.block-advice .desktop-version {
		display:none;
	}
	.block-advice .images img {
		margin:0 auto;
	}
	.support-form input[type="submit"].gform_button{
		position:static;
		width:100% !important;
		margin-right:0 !important;
	}
}

@media (max-width: 991px) {
	.hidden-lg {
		display: none;
	}

	.consultant-form input[type="submit"]{
		width:100% !important;
	}
}

@media (max-width: 990px) {
	.support-block .offset-1 {
		margin-left: 0;
	}

	.support-block .support-form {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0 3px;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em;
	}

	.promo .promo-holder {
		font-size: 16px;
		margin-bottom: 0;
	}

	.promo h2 {
		font-size: 34px;
	}

	.promo.promo-main .promo-holder {
		margin-bottom: 0;
	}

	.promo.promo-inner .promo-holder {
		font-size: 16px;
	}

	.promo.promo-inner h2 {
		font-size: 28px;
	}

	.bottom-arrow {
		font-size: 50px;
	}

	.section-bottom {
		padding: 40px 0;
	}

	.bottom-info {
		font-size: 16px;
	}

	.section-form-contact {
		background-image: -webkit-linear-gradient(270deg, #d9d9d7 0%, #f1f1f1 100%) !important;
		background-image: linear-gradient(180deg, #d9d9d7 0%, #f1f1f1 100%) !important;
	}

	.testimonials-block .item-holder {
		width: 100%;
	}

	.products-list .inner-content {
		height: auto !important;
	}

	.form,
	.consultant-form {
		max-width: 100%;
	}

	.sub-list li {
		width: 100%;
	}
	.sub-list li a{
		text-align:left;
	}

	.advice-block .advice-holder {
		display: block;
	}

	.advice-block .col-description {
		width: 100%;
		display: block;
		padding: 30px 15px;
	}

	.advice-block .col-description .description {
		width: 100%;
	}

	.advice-block .img-col {
		width: 100%;
		height: 300px;
	}

	.advice-block.advice-block-add {
		padding: 30px 0;
	}

	.advice-block.advice-block-add .img-col {
		padding: 0;
	}

	.advice-block.advice-block-add .col-description {
		padding: 30px 0 0;
	}

	.history-block {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -15px;
		height: auto;
	}

	.history-block .history-item {
		width: 100%;
		padding: 15px;
	}

	.history-block .history-item:before {
		display: none;
	}

	.history-block .history-item .img {
		margin-bottom: 30px;
	}

	.history-block .history-item:nth-child(even) .img {
		margin-top: 0;
	}

	.history-block .history-item:nth-child(even) .img {
		-webkit-transform: rotate(225deg);
		-ms-transform: rotate(225deg);
		transform: rotate(225deg);
	}

	.history-block .history-item:nth-child(even) .img img {
		-webkit-transform: rotate(-225deg);
		-ms-transform: rotate(-225deg);
		transform: rotate(-225deg);
	}

	.history-block .history-item:nth-child(even) .hold {
		top: 0;
	}

	.history-block .history-item:nth-child(odd) .hold {
		top: 0;
	}

	.history-block .history-item .hold {
		display: block;
		position: relative;
		max-width: 100%;
	}

	.history-block .history-item .description {
		display: block;
		border-radius: 5px;
		border: 1px solid #063b7d;
		background-image: -webkit-linear-gradient(270deg, #002756 0%, #001738 100%);
		background-image: linear-gradient(180deg, #002756 0%, #001738 100%);
		padding: 15px;
	}

	#footer [class^="col-"] {
		max-width: 100%;
		text-align: center;
	}

	#footer .col-md-3 {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}

	#footer .col-md-7 [class^="col-"] {
		text-align:left;
	}

	#footer .col-md-7 .col-md-2{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 33.3%;
		flex: 0 0 33.3%;
		max-width: 33.3%;
	}

	.footer-logo {
		margin: 0 auto;
		margin-bottom: 15px;
	}

	body .gform_wrapper .consultant-form  ul li.gfield{
		margin-top:16px !important;
	}

	.consultant-form input[type="submit"]{
		font-size: 12px !important;
		line-height: 1 !important;
		min-height: 0 !important;
		height: 45px !important;
	}

	.consultant-form.support-form input[type="submit"]{
		font-size:12px !important;
		line-height:1 !important;
		min-height:0 !important;
		height:45px !important;
	}

	.tab-bar {
		text-align:left;
	}

	.tab-bar .tabset-list li,
	.tab-bar .tabset-list-page li,
	.tab-bar .tabset-list-faq li{
		width:33.333%;
		text-align:center;
	}
	.tabset-list > li a,
	.tabset-list-page > li a,
	.tabset-list-faq > li a{
		padding:20px 10px;
	}

	.testimonials-block .mobile-slider .item-content{
		padding:30px 15px;
	}
}

@media (max-width: 767px) and (max-height: 375px) {
	.nav-bar {
		overflow-y: auto;
		overflow-x: hidden;
		height: 290px;
		padding-bottom: 10px;
	}
}

@media (max-width: 666px) {
	.mobile-slider .slick-list.draggable{
		margin:0 -45px;
	}
	.mobile-slider .slide{
		padding:0 40px;
	}

	.testimonials-block .mobile-slider .slick-list.draggable{
		margin:0 -30px;
	}

	.box-info {
		padding: 30px 15px;
	}

	.personal-block {
		display: block;
	}

	.personal-block .images {
		width: 100%;
		margin: 0 0 30px;
	}

	.careers-list > li {
		width: 100%;
	}

	.block-item.mobile-version {
		padding: 0 30px;
	}

	#footer .col-md-7 .col-md-2{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (max-width: 640px) {
	.consultant-form .gform_footer,
	.support-form .gform_footer{
		padding:18px 0 0 !important;
	}
	.consultant-form.support-form input[type="submit"]{
		width:100% !important;
	}
	.consultant-form input[type="submit"]{
		width:100% !important;
	}
}

@media (max-width: 479px) {

	.tab-sub{
		margin:0 -1px 30px 0;
	}

	.tab-sub > li a {
		padding: 15px 7px;
	}

	.history-block .history-item {
		width: 100%;
	}

	.testimonials-block .mobile-slider .slide.slide-first .img{
		max-width:210px;
	}
}
@media (max-width: 374px) {

	.testimonials-block .mobile-slider .slide.slide-first .img{
		max-width:170px;
	}
}

.pagination-area{
	padding:12px;
	width: 100%;
	text-align:center;
	margin-top: 40px;
}
.pagination-area .btn-next,
.pagination-area .btn-prev{
	display:inline-block;
	vertical-align:top;
	width:32px;
	height:32px;
	border-radius:6px;
	overflow:hidden;
	text-indent:-9999px;
	background:url(images/bg-arrow-back.png) no-repeat 50% 50%;
}
.pagination-area .btn-next{
	background:url(images/bg-arrow-forw.png) no-repeat 50% 50%;
}
.pagination-area .btn-next:hover,
.pagination-area .btn-prev:hover{background-color:#013C04;}
.pagination-area .lst{
	margin:0;
	padding:0 15px;
	list-style:none;
	display:inline-block;
	vertical-align:top;
	font:16px/32px "LibreFranklin", Arial, Helvetica, sans-serif;
}
.pagination-area .lst {
	padding: 0;
}
.pagination-area .lst li{
	padding:0 12px;
	display:inline-block;
	vertical-align:top;
}
.pagination-area .lst a, .pagination-area .lst span.current{
	display:block;
	min-width:32px;
	text-align:center;
	color:#aaa;
	text-decoration:none;
	border-radius:5px;
}
.pagination-area .lst .active a,
.pagination-area .lst .active span,
.pagination-area .lst a:hover{
	background:#002756;
	color:#fff;
}
.page-template-page-support .support-form .gform_footer{
	padding-top:15px !important;
}
.page-template-page-support .support-form input[type="submit"].gform_button{
	right:16px;
}

.customer-care-wrapper{
	padding-right:0;
	margin-left:auto;
	margin-right:0;
}
.customer-care{
	-webkit-box-shadow:0 4px 20px rgba(0,0,0,0.15);
	box-shadow:0 4px 20px rgba(0,0,0,0.15);
	padding:35px 40px 17px;
}
.customer-care h3{
	color:#002756;
	font-size:24px;
	font-weight:600;
	line-height:1.2;
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	flex-direction:column;
	-ms-align-items:flex-end;
	align-items:flex-start;
}
.customer-care h3 a{
	color:inherit;
}
.customer-care h3 a:hover{
	text-decoration:none;
	color:#9c373c;
}
.customer-care dl{
	display:-webkit-flex;
	display:-moz-flex;
	display:-ms-flex;
	display:-o-flex;
	display:flex;
	-ms-align-items:center;
	align-items:center;
	margin-bottom:1.3em;
}
.customer-care dl:after{
	display:none;
}
.customer-care dt{
	width:73px;
	float:none;
	font-size:12px;
	font-weight:500;
	text-transform:uppercase;
	color:#9c373c;
	font-family:'Poppins', sans-serif;
}
.customer-care dd{
	float:none;
	text-align:right;
	white-space: nowrap;
	font-size:20px;
	color:#525351;
	line-height:1.6;
	font-weight:400;
	margin: 0 0 0 20px;
	padding:0 0 3px;
}


.video-wrapper{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-top:50px;
}

.video-wrapper .video-item{
	width:47%;
	padding-bottom:35px;
}

.video-wrapper .video-item img{
	width:100%;
}

.video-wrapper .video-item h3{
	color: #002756;
	font-size: 36px;
	font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500;
	margin-bottom:0px;
	margin-top:20px;
	line-height:100%;
	letter-spacing:-0.7px;
}

.video-wrapper .video-item h4{
	color: #525351;
	font-size: 31px;
    letter-spacing: -1px;
	margin-bottom:0px;
	font-family: "Raleway", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 600;

	
}

.video-wrapper .video-item a{
	display:block;
	position:relative;
	overflow:hidden;
}

.fa-play-icon{
    position: absolute;
    top: 50%;
    margin-top: -51px;
    left: 50%;
    margin-left: -51px;
	width: 103px;
    height: 103px;
	background:url(images/vid-play_button.svg) no-repeat 0px 0px;	
	background-size:100%;
	border-radius:100%;
}

.video-wrapper .video-item a img{
	transition:all 0.3s ease;
	transform:scale(1.0);
	-webkit-transform:scale(1.0);

}

.video-wrapper .video-item a:hover img{
	transform:scale(1.05);
	-webkit-transform:scale(1.05);
}

.video-wrapper .video-item a .fa{
	width: 103px;
    height: 103px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.5);
    background-color: #ffffff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    position: absolute;
    top: 50%;
    margin-top: -51px;
    left: 50%;
    margin-left: -51px;
	padding-left: 10px;
    padding-top: 2px;
}


.how-to-wrapper{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-top:50px;
}

.how-to-wrapper .how-to-item{
	width:30.5%;
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0);
	background-color: #ffffff;
	padding:26px 40px 102px;
	margin-bottom:25px;
	position:relative;
	transition:all 0.3s ease;
	border:solid 1px rgba(204, 204, 204, 0.14);
}

.how-to-wrapper .how-to-item:hover{
	box-shadow: 0 2px 13px rgba(0, 0, 0, 0.11);
}

.how-to-wrapper .how-to-item img{
	max-height:275px;
	margin:auto;
	display:block;
}

.how-to-wrapper h3{
	color: #777777;
	font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 25px;
	font-weight: 500;
	text-align:center;
	margin-top:15px;
	letter-spacing: 0.38px;
}

.how-to-wrapper a{
	color: #ffffff;
	font-family: "Poppins", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.38px;
	text-transform: uppercase;
	border-radius: 9px;
	background-color: #9dc400;
    padding: 14px 15px;
    display: table;
    margin: auto;
    width: 100%;
    max-width: 210px;
    text-align: center;
    margin-top: 25px;
	text-decoration:none;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 42px;
}

.how-to-thumb{
	height: 275px;
    display: flex;
    align-items: center;
}

.tabset-list-page li a{
	text-decoration:none;
}

.tabset-list-page li a:hover{
	color:#00a3ff;
}

@media (min-width:768px) and (max-width:991px){
	.video-wrapper .video-item h3{
		font-size:30px;
		margin-bottom:5px;
	}
	
	.video-wrapper .video-item h4{
		font-size:18px;
		letter-spacing:0px;
	}
	
	.fa-play-icon{
		width:70px;
		height:70px;
		margin-top:-35px;
		margin-left:-35px;
		font-size:22px;
	    padding-left: 6px;
	    padding-top: 0px;
	}

	.how-to-wrapper .how-to-item{
		width:48%;
	}
}


@media (max-width:767px){
	.video-wrapper .video-item h3{
		font-size:30px;
		margin-bottom:5px;
	}
	
	.video-wrapper .video-item h4{
		font-size:18px;
		letter-spacing:0px;
	}
	
	.video-wrapper .video-item{
		width:100%;
	}
	
	.fa-play-icon{
		width:70px;
		height:70px;
		margin-top:-35px;
		margin-left:-35px;
		font-size:22px;
	    padding-left: 6px;
	    padding-top: 0px;
	}
	
	.how-to-wrapper .how-to-item{
		width:100%;
	}
	
	.how-to-thumb{
		height:auto;
	}
	
	.tabset-list-page{
		padding:0px;
	}
	
	.tabset-list-page:after{
		clear:both;
		content:'';
		display:block;
	}
	
	.tabset-list-page li{
		float:left;
	}
}








@media (max-width:1279px) {
	.customer-care-wrapper{
		padding-right:15px;
	}
}
@media (max-width:1199px) {
	.customer-care{
		padding:35px 35px 17px;
	}
}
@media (max-width:1023px) {
	.page-template-page-support .support-form input[type="submit"].gform_button{
		margin:0;
	}
	.customer-care-wrapper {
		margin-top: 50px;
	}
	
}
@media (max-width:480px) {
	.customer-care{
		padding:35px 15px 17px;
	}
	.customer-care dd{
		margin:0 0 0 15px;
		white-space: inherit;
		text-align:left;
	}
}