/*
Theme Name: McAlister Transportation
Author: Cassandra Bryan Design
Author URI: https://cassandrabryan.com/
Version: 1
Description: Centrally headquartered in Wellington, Kansas, McAlister has been providing fuel to our valued customers since 1933. What started as a single tank wagon and filling station operation is now a large-scale fuel distributor and wholesaler with over 75 trucks operating throughout United States.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Cassandra Bryan Design
Author URI: https://cassandrabryan.com/
Theme URI: https://cassandrabryan.com/
*/

/*! 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;
}

ul,
ol,
.dropdown,
.listing-numbered ul,
.time-list,
.available-positions-section .title-list,
.take-quiz .radio-list,
.certificate-block ul {
	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:after,
.info-block:after,
.testimonial:after,
.testimonial .caption:after,
.service-info: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: #000;
	background: #fff;
	font: 16px/1.625 "Montserrat", "Arial", "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.625em;
}

blockquote {
	border-left: 4px solid #a0a0a0;
	padding-left: .5em;
	margin-left: 1.625em;
}

th,
td {
	border: 1px solid #a0a0a0;
	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;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #a0a0a0;
	padding: 10px 15px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

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,
textarea::-webkit-input-placeholder {
	color: #a0a0a0;
}

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,
textarea::-moz-placeholder {
	opacity: 1;
	color: #a0a0a0;
}

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,
textarea:-moz-placeholder {
	color: #a0a0a0;
}

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,
textarea:-ms-input-placeholder {
	color: #a0a0a0;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #a0a0a0;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

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

.widget {
	margin-bottom: 1.625em;
}

.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"] {
	height: 2em;
	padding: 0 .5em;
	margin-left: 20px;
}

.commentlist {
	margin: 0 0 1.625em;
}

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

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

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

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

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

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

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

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

.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: transparent;
	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.625em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: transparent;
	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 #a0a0a0;
	padding: .4em;
	margin-bottom: 1.625em;
}

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

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

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

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

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

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

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

.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 #a0a0a0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: 300;
	margin: 0 0 10px;
	color: #000;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a,
.h a {
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover,
.h a:hover {
	opacity: .7;
}

h1.white,
.h1.white,
h2.white,
.h2.white,
h3.white,
.h3.white,
h4.white,
.h4.white,
h5.white,
.h5.white,
h6.white,
.h6.white,
.h.white {
	color: #fff;
}

h1.white a,
.h1.white a,
h2.white a,
.h2.white a,
h3.white a,
.h3.white a,
h4.white a,
.h4.white a,
h5.white a,
.h5.white a,
h6.white a,
.h6.white a,
.h.white a {
	color: #fff;
}

h1.black,
.h1.black,
h2.black,
.h2.black,
h3.black,
.h3.black,
h4.black,
.h4.black,
h5.black,
.h5.black,
h6.black,
.h6.black,
.h.black {
	color: #000;
}

h1.black a,
.h1.black a,
h2.black a,
.h2.black a,
h3.black a,
.h3.black a,
h4.black a,
.h4.black a,
h5.black a,
.h5.black a,
h6.black a,
.h6.black a,
.h.black a {
	color: #000;
}

h1.red,
.h1.red,
h2.red,
.h2.red,
h3.red,
.h3.red,
h4.red,
.h4.red,
h5.red,
.h5.red,
h6.red,
.h6.red,
.h.red {
	color: #c2111d;
}

h1.red a,
.h1.red a,
h2.red a,
.h2.red a,
h3.red a,
.h3.red a,
h4.red a,
.h4.red a,
h5.red a,
.h5.red a,
h6.red a,
.h6.red a,
.h.red a {
	color: #c2111d;
}

h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
.h small {
	display: block;
	text-transform: uppercase;
	color: #000;
	font-size: 19px;
	line-height: 23px;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
	letter-spacing: 3px;
	margin: 0 0 7px;
}

h1 small.black,
.h1 small.black,
h2 small.black,
.h2 small.black,
h3 small.black,
.h3 small.black,
h4 small.black,
.h4 small.black,
h5 small.black,
.h5 small.black,
h6 small.black,
.h6 small.black,
.h small.black {
	color: #000;
}

h1 small.black a,
.h1 small.black a,
h2 small.black a,
.h2 small.black a,
h3 small.black a,
.h3 small.black a,
h4 small.black a,
.h4 small.black a,
h5 small.black a,
.h5 small.black a,
h6 small.black a,
.h6 small.black a,
.h small.black a {
	color: #000;
}

h1,
.h1 {
	font-size: 30px;
	line-height: 35px;
	color: #c2111d;
	margin: 0 0 5px;
}

h2,
.h2 {
	font-size: 27px;
	line-height: 32px;
}

h3,
.h3 {
	font-size: 23px;
	line-height: 28px;
	color: #c2111d;
	margin: 0 0 8px;
}

h3.sm,
.h3.sm {
	font-size: 23px;
	line-height: 27px;
}

h4,
.h4 {
	font-size: 20px;
	color: #c2111d;
	margin: 0 0 5px;
}

h5,
.h5 {
	font-size: 17px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 400;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

h6,
.h6 {
	font-size: 15px;
	color: #a0a0a0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

p {
	margin: 0 0 10px;
}

a {
	color: #c2111d;
	text-decoration: none;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear;
}

a:hover {
	text-decoration: none;
	color: #7c0b12;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
	content: "\e900";
}

.icon-brand:before {
	content: "\e900";
}

.icon-social:before {
	content: "\e900";
}

.icon-twitter:before {
	content: "\e901";
}

.icon-brand2:before {
	content: "\e901";
}

.icon-tweet:before {
	content: "\e901";
}

.icon-social2:before {
	content: "\e901";
}

.icon-linkedin:before {
	content: "\e902";
}

.icon-brand3:before {
	content: "\e902";
}

.icon-social3:before {
	content: "\e902";
}

.icon-instagram:before {
	content: "\e903";
}

.icon-brand4:before {
	content: "\e903";
}

.icon-social4:before {
	content: "\e903";
}

.icon-google:before {
	content: "\e904";
}

.icon-brand5:before {
	content: "\e904";
}

.icon-facebook:before {
	content: "\e905";
}

.icon-brand6:before {
	content: "\e905";
}

.icon-social5:before {
	content: "\e905";
}

.icon-triangle-up:before {
	content: "\e906";
}

.icon-triangle-right:before {
	content: "\e907";
}

.icon-triangle-left:before {
	content: "\e908";
}

.icon-triangle-down:before {
	content: "\e909";
}

.icon-chevron-right:before {
	content: "\e90e";
}

.icon-chevron-left:before {
	content: "\e90f";
}

.icon-chevron-down:before {
	content: "\e910";
}

.icon-chevron-up:before {
	content: "\e911";
}

.icon-angle-down:before {
	content: "\e90a";
}

.icon-angle-up:before {
	content: "\e90b";
}

.icon-angle-right:before {
	content: "\e90c";
}

.icon-angle-left:before {
	content: "\e90d";
}

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

@font-face {
	font-family: "Montserrat";
	src: url("fonts/montserrat-bolditalic-webfont.eot");
	src: url("fonts/montserrat-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-bolditalic-webfont.woff") format("woff"), url("fonts/montserrat-bolditalic-webfont.ttf") format("truetype"), url("fonts/montserrat-bolditalic-webfont.svg#montserratbold_italic") format("svg");
	font-weight: 700;
	font-style: italic;
}

@font-face {
	font-family: "Montserrat";
	src: url("fonts/montserrat-italic-webfont.eot");
	src: url("fonts/montserrat-italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-italic-webfont.woff") format("woff"), url("fonts/montserrat-italic-webfont.ttf") format("truetype"), url("fonts/montserrat-italic-webfont.svg#montserratitalic") format("svg");
	font-weight: 400;
	font-style: italic;
}

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

@font-face {
	font-family: "Montserrat";
	src: url("fonts/montserrat-lightitalic-webfont.eot");
	src: url("fonts/montserrat-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-lightitalic-webfont.woff") format("woff"), url("fonts/montserrat-lightitalic-webfont.ttf") format("truetype"), url("fonts/montserrat-lightitalic-webfont.svg#montserratlight_italic") format("svg");
	font-weight: 300;
	font-style: italic;
}

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

@font-face {
	font-family: "Montserrat";
	src: url("fonts/montserrat-mediumitalic-webfont.eot");
	src: url("fonts/montserrat-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/montserrat-mediumitalic-webfont.woff") format("woff"), url("fonts/montserrat-mediumitalic-webfont.ttf") format("truetype"), url("fonts/montserrat-mediumitalic-webfont.svg#montserratmedium_italic") format("svg");
	font-weight: 500;
	font-style: italic;
}

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

/* common site styles */

body {
	font-weight: 300;
}

strong,
b {
	font-weight: 700;
}

.hidden {
	display: none !important;
}

ul {
	list-style-type: none;
	padding: 0 0 0 25px;
	margin: 0;
}

ul > li {
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
}

ul > li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	width: 4px;
	height: 4px;
	background: #7d0a12;
	border-radius: 20px;
}

ol {
	list-style-type: none;
	padding: 0 0 0 25px;
	margin: 0;
	counter-reset: item;
}

ol > li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 15px;
}

ol > li:before {
	counter-increment: item;
	content: "" counter(item) ".";
	position: absolute;
	left: 0;
	top: 0;
	color: #7d0a12;
	font-weight: 500;
}

.list-unstyled {
	padding: 0;
}

.list-unstyled > li {
	margin-bottom: 10px;
	padding-left: 0;
}

.list-unstyled > li:before {
	display: none;
}

.list-inline {
	margin-left: -5px;
	margin-right: -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.list-inline.justify-center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.list-inline.align-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-inline.center {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.list-inline > li {
	display: inline-block;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
}

.list-inline > li:before {
	display: none;
}

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

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

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

/*main container styles*/

#wrapper {
	overflow: hidden;
	position: relative;
}

.container {
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1260px;
}

.container.big {
	max-width: 1420px;
}

#main {
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding-top: 60px;
}

/* general button styles */

.btn,
input[type="submit"],
input[type="button"],
button[type="submit"],
a.btn-submit
{
	display: inline-block;
	vertical-align: top;
	padding: 10px 15px;
	color: #fff;
	background: transparent;
	text-align: center;
	font-weight: 700;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
	border: 2px solid #c2111d;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear;
	margin: 0;
	outline: none;
	min-width: 120px;
	text-decoration: none;
	letter-spacing: 3px;
	white-space: normal;
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	border-radius: 5px 0;
}

.take-quiz a.btn-submit{
	color: #000;
	font-size: 18px;
	border: none;
	font-weight: 700;
	transform: skewX(20deg) ;
	-webkit-transform: skewX(20deg);
	margin: 0;
}


.take-quiz a.btn-submit:hover{
	color: #fff;
}

.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
	background: #c2111d;
	color: #fff;
}

.btn.btn-default,
input[type="submit"].btn-default,
input[type="button"].btn-default,
button[type="submit"].btn-default {
	color: #000;
}
.btn.btn-default.white,
input[type="submit"].btn-default.white,
input[type="button"].btn-default.white,
button[type="submit"].btn-default.white {
	color: #000;
}

.btn.btn-default:hover,
input[type="submit"].btn-default:hover,
input[type="button"].btn-default:hover,
button[type="submit"].btn-default:hover {
	background: #c2111d;
	color: #fff;
}

.btn.btn-primary,
input[type="submit"].btn-primary,
input[type="button"].btn-primary,
button[type="submit"].btn-primary {
	color: #c2111d;
	border: none;
	border-radius: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	border: none;
	background: none;
	border-bottom: 2px solid #cbcbcb;
	padding: 0 0 5px;
	-webkit-transition: border .2s linear;
	transition: border .2s linear;
	min-width: 50px;
}

.btn.btn-primary span,
input[type="submit"].btn-primary span,
input[type="button"].btn-primary span,
button[type="submit"].btn-primary span {
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.btn.btn-primary:hover,
input[type="submit"].btn-primary:hover,
input[type="button"].btn-primary:hover,
button[type="submit"].btn-primary:hover {
	border-color: #c2111d;
}

.btn.btn-primary.white,
input[type="submit"].btn-primary.white,
input[type="button"].btn-primary.white,
button[type="submit"].btn-primary.white {
	border-color: #3e4246;
	color: #fff;
}

.btn.btn-primary.white:hover,
input[type="submit"].btn-primary.white:hover,
input[type="button"].btn-primary.white:hover,
button[type="submit"].btn-primary.white:hover {
	border-color: #c2111d;
}

.info-bar .btn.btn-primary.white,
.info-bar input[type="submit"].btn-primary.white,
.info-bar input[type="button"].btn-primary.white,
.info-bar button[type="submit"].btn-primary.white {
	border-color: #a20914;
}

.info-bar .btn.btn-primary.white:hover,
.info-bar input[type="submit"].btn-primary.white:hover,
.info-bar input[type="button"].btn-primary.white:hover,
.info-bar button[type="submit"].btn-primary.white:hover {
	border-color: #fff;
}

.btn.btn-block,
input[type="submit"].btn-block,
input[type="button"].btn-block,
button[type="submit"].btn-block {
	display: block;
	width: 100%;
	min-width: 100%;
}

.btn span,
input[type="submit"] span,
input[type="button"] span,
button[type="submit"] span {
	display: block;
	-webkit-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
}

input[type="submit"],
input[type="button"],
button[type="submit"],
a.retake-quiz
{
	color: #000;
}

input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover,
a.retake-quiz:hover
{
	color: #fff;
}

/* button submit styles */

.btn-submit {
	display: inline-block;
	vertical-align: top;
	-webkit-transform: skewX(-20deg);
	-ms-transform: skewX(-20deg);
	transform: skewX(-20deg);
	border-radius: 10px 0;
	border: 2px solid #c2111d;
	overflow: hidden;
	-webkit-transition: color .2s linear, background .2s linear, opacity .2s linear;
	transition: color .2s linear, background .2s linear, opacity .2s linear;
	background: transparent;
}

.btn-submit:hover {
	background: #c2111d;
}

.btn-submit input[type="submit"],
.btn-submit button[type="submit"],
.btn-submit input[type="button"] {
	-webkit-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	transform: skewX(20deg);
	border-radius: 0;
	border: none;
	background: none !important;
}

.section {
	position: relative;
	z-index: 1;
}

/* background watermark styles */

.bg-watermark {
	position: fixed;
	top: 45%;
	left: 0;
	right: 0;
	z-index: -1;
}

.bg-watermark img {
	display: block;
	max-width: none;
	width: 100%;
}

.bg-watermark.no-fix {
	position: absolute;
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

/* background cover styles */

.bg-cover {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	z-index: -1;
}

/* animaion if image overlay */

.anim-overlay {
	position: relative;
	overflow: hidden;
}

.anim-overlay:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform .4s;
	transition: transform .4s;
	background: #1a1919;
}

.in-viewport .anim-overlay:before {
	-webkit-transform: translate(-100%, 0);
	-ms-transform: translate(-100%, 0);
	transform: translate(-100%, 0);
}

/* social networks styles */

.social-networks a {
	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;
	width: 38px;
	height: 38px;
	border-radius: 100%;
	background: #c2111d;
	color: #7d0a12;
	font-size: 20px;
	line-height: 1;
}

.social-networks a:hover {
	background: #fff;
}

/* header styles */

#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
	background: url(images/header-bg.png) 50% 0;
	border-top: 2px solid #7d0a12;
}

#header .container {
	padding-top: 16px;
	padding-bottom: 16px;
	max-width: 100%;
}

.admin-bar #header {
	top: 32px;
}

/* logo styles */

.logo {
	float: left;
	width: 196px;
	height: 26px;
}

.logo img {
	display: block;
}

/* main navigation styles */

#nav {
	float: right;
}

#nav .nav-drop .nav-hold {
	padding: 105px 0 0;
}

#nav .nav-drop .nav-wrap {
	height: calc(100vh - 60px);
	overflow: auto;
}

#nav .btn-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 17px 40px;
	background: #7d0a12;
}

#nav .btn-holder .btn {
	font-size: 19px;
	line-height: 22px;
	letter-spacing: 5px;
	white-space: nowrap;
	padding: 15px 25px;
	display: block;
}

/* main menu styles */

.menu {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 4px;
	font-weight: 700;
	position: relative;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.menu > li {
	position: relative;
	margin: 0;
}

.menu > li > a {
	color: #fff;
	display: block;
	padding: 20px;
}

.menu > li > a:hover {
	background: #c2111d;
}

.menu > li.active > a {
	position: relative;
	background: #c2111d;
}

.menu > li.hover > a {
	background: #c2111d;
}

.menu > li.hover .dropdown {
	display: block;
}

/* dropdown styles */

.dropdown {
	display: none;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 3px;
}

.dropdown > li {
	margin: 0;
}

.dropdown > li a {
	display: block;
	padding: 23px 48px;
	color: #fff;
}

.dropdown > li a:hover {
	background: #232527;
}

.dropdown > li .active > a {
	background: #232527;
}

/* nav opener styles */

.nav-opener {
	position: relative;
	float: right;
	width: 36px;
	height: 24px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:hover {
	opacity: .7;
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	background: #c2111d;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	height: 4px;
	margin-top: -2px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 0;
}

.nav-opener:after {
	top: 100%;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* content holder styles */

.content-holder {
	padding-top: 45px;
	padding-bottom: 40px;
}

/* intro styles */

.intro {
	margin: 0 0 25px;
}

.intro .list-info {
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 18px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: 400;
	color: #888a8c;
	margin-bottom: 6px;
}

.intro .list-info > li {
	margin-bottom: 15px;
}

.intro .list-info .text-info {
	display: block;
	margin-bottom: 5px;
}

.intro .list-info .text {
	display: block;
	font-weight: 700;
	color: #3e4246;
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

.intro .list-info .text a {
	color: #3e4246;
}

/* intro section styles */

.intro-section {
	position: relative;
	z-index: 1;
}

.intro-section .intro {
	padding: 40px 0 0;
	margin: 0 0 15px;
}

.intro-section .intro p {
	margin: 0;
}

.intro-section .img-intro {
	margin: 0 -20px;
}

.img-intro {
	height: 330px;
	position: relative;
}

.intro-text {
	margin: 0 0 20px;
}

.intro-text h2 {
	margin: 0 0 2px;
}

/* history section styles */

.history-section {
	margin: 0 0 35px;
}

.history-section .container {
	max-width: 1414px;
}

.history-section .img-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -8px 20px;
	padding: 15px 0;
	position: relative;
	z-index: 1;
}

.history-section .img-holder:before {
	content: "";
	position: absolute;
	left: -9999px;
	right: 55px;
	top: 0;
	bottom: 0;
	background: #7d0a12;
	z-index: -1;
	-webkit-transform: skewX(-30deg);
	-ms-transform: skewX(-30deg);
	transform: skewX(-30deg);
	border-radius: 0 0 10px 0;
}

.history-section .img-holder .img {
	padding: 0 8px;
	width: 50%;
}

.history-section .img-holder .img img {
	display: block;
	max-width: none;
	width: 100%;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
}

.history-section .intro-text p {
	margin-bottom: 20px;
}

/* image gallery styles */

.image-gallery h2 {
	margin: 0 0 8px;
}

.image-gallery p {
	margin: 0 0 15px;
}

/* list timeline styles */

.list-timeline {
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

.list-timeline > li {
	margin-bottom: 20px;
}

.list-timeline h3 {
	font-weight: 700;
	letter-spacing: 1.26px;
	font-style: italic;
	text-transform: uppercase;
	margin: 0 0 5px;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.list-timeline p {
	margin: 0;
}

/* list images styles */

.list-images {
	margin: 0 -8px;
}

.list-images > li {
	padding: 0 8px;
	width: 25%;
	margin-bottom: 15px;
}

.list-images img {
	display: block;
	max-width: none;
	width: 100%;
	height: 120px;
	object-fit: cover;
}

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


	.list-images li{
	width: 50%;
}
	
}

.list-images a {
	display: block;
	box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .2);
	-webkit-transition: opacity, box-shadow, .2s linear;
	transition: opacity, box-shadow, .2s linear;
}

.list-images a:hover {
	box-shadow: 0 15px 25px 0 rgba(0, 0, 0, .8);
}

.generic-section {
	padding-top: 35px;
}

.generic-section .text-row {
	margin-bottom: 22px;
}

/* info block styles */

.info-block {
	margin-bottom: 30px;
}

.info-block .img-holder {
	margin: 0 0 8px;
}

.info-block .img-holder img {
	border: 2px solid #c2111d;
	display: block;
	max-width: none;
	width: 100%;
}

.info-block .img-holder figure {
	display: block;
	padding: 0;
	margin: 0;
}

.info-block .img-holder figcaption {
	display: block;
	margin: 0;
	padding: 13px 0;
	color: #888a8c;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.info-block p {
	margin: 0 0 14px;
}

/* blockquote styles */

blockquote {
	margin: 0 0 35px;
	padding: 2px 0 2px 20px;
	border-left: 2px solid #cbcbcb;
	font-style: italic;
	font-size: 22px;
	line-height: 34px;
	font-weight: 300;
}

blockquote p {
	margin: 0;
}

/* video block styles */

.video-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 230px;
	position: relative;
	border: 2px solid #c2111d;
	margin: 0 -15px 30px;
	z-index: 20;
}

.video-block:hover {
	opacity: .8;
}

.video-block .caption {
	width: 100%;
	display: block;
	text-align: center;
}

.video-block .caption .ico {
	display: block;
	margin: 0 0 15px;
}

.video-block .caption .title {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
}

.video-block .ico-holder {
	display: block;
	margin: 0 0 10px;
}

/* footer aside styles */

.footer-aside {
	position: relative;
	background: url(images/bg-pattern1.png);
}

.footer-aside .img-holder {
	position: relative;
	z-index: 1;
	height: 220px;
	margin: 0 -20px;
}

.footer-aside .info-text {
	padding: 40px 0 65px;
	color: #fff;
}

.footer-aside .btn {
	font-size: 20px !important;
	line-height: 24px;
}

.footer-aside h2 {
	margin: 0 0 15px;
}

.footer-aside p {
	margin: 0 0 20px;
}

.footer-aside p a {
	color: #fff;
}

.footer-aside p a:hover {
	opacity: .7;
}

/* sticky info box styles */

.info-box {
	position: fixed;
	bottom: 0;
	left: 20px;
	right: 20px;
	z-index: 999;
	background: -webkit-linear-gradient(315deg, #c2111d 0%, #7d0a12 100%);
	background: linear-gradient(135deg, #c2111d 0%, #7d0a12 100%);
	color: #fff;
	border-radius: 20px 0 0 0;
	box-shadow: 4px 28px 57px rgba(0, 0, 0, .2);
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
}

.info-box a {
	color: #fff;
}

.info-box .title {
	display: block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3.64px;
	font-size: 20px;
	line-height: 24px;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
}

.info-box .title a {
	color: #fff;
}

.info-box .title a:hover {
	opacity: .7;
}

.info-box p {
	margin: 0 0 23px;
}

.info-box .btn.btn-primary {
	font-size: 18px;
	line-height: 22px;
	border-color: #7d0a12;
	white-space: nowrap;
}

.info-box .btn.btn-primary:hover {
	border-color: #c2111d;
}

.info-box .box-slide {
	padding: 5px 18px 17px;
}

.info-box .opener {
	display: block;
	vertical-align: top;
	position: relative;
	padding: 10px 50px 10px 18px;
}

.info-box .opener:after {
	content: "\e90b";
	position: absolute;
	right: 10px;
	top: 3px;
	color: #c2111d;
	font-family: "icomoon";
	line-height: 1;
	font-size: 38px;
}

.info-box.active .opener:after {
	content: "\e90a";
}

.info-box .dismisscta {
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;;
	color: #FFF;
	font-weight: 300;
	font-size: 20px;
	position: absolute;
	z-index: 3;
	top: 10px;
	right: 10px;
	text-decoration: none;
	opacity: .8;
	transition: opacity .5s;
	display: none;
}

.info-box .dismisscta:hover {
	opacity: 1;
}


.cols {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -6px;
}

.cols.three-cols > .col {
	width: 100%;
}

.cols.middle {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.cols > .col {
	width: 50%;
	padding: 0 6px;
	margin-bottom: 12px;
}

.cols > .col.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

/* info team styles */

.info-team .text-info {
	display: block;
	text-transform: uppercase;
	color: #888a8c;
	font-size: 12px;
	line-height: 15px;
	letter-spacing: 2px;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
}

.info-team .opener {
	display: inline-block;
	vertical-align: top;
	font-size: 0;
	line-height: 0;
	margin-top: 12px;
}

.info-team .opener:before {
	content: "\e90a";
	display: block;
	font-family: "icomoon";
	font-size: 30px;
	line-height: 1;
	color: #cbcbcb;
}

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

.info-leader h2 {
	margin-bottom: 15px;
}

/* leader block styles */

.leader-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.leader-block .img-holder {
	width: 130px;
}

.leader-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}

.leader-block .title-block {
	-ms-flex-item-align: end;
	align-self: flex-end;
	width: calc(100% - 130px);
	padding: 0 0 0 12px;
}

.leader-block .description {
	width: 100%;
}

.leader-block .description .wrap {
	padding: 20px 0;
	position: relative;
}

.leader-block .description .opener {
	position: absolute;
	right: 0;
	bottom: 0;
}

.leader-block .description .opener:before {
	content: "\e90b";
	font-size: 30px;
	line-height: 1;
	color: #a0a0a0;
}

.leader-block .description .visible-mobile:before {
	color: #888a8c;
	font-size: 46px;
}

.leader-block .info-quote {
	font-style: italic;
	font-size: 18px;
	line-height: 28px;
	margin: 0 0 25px;
}

.leader-block .list-title {
	display: block;
	text-transform: uppercase;
	margin: 0 0 15px;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 400;
	letter-spacing: 2.53px;
}

.leader-block.active .opener:before {
	content: "\e90b";
	color: #cbcbcb;
}

.leader-block.active .visible-mobile:before {
	color: #888a8c;
}

.leader-block h3 {
	
	margin: 0 0 5px;
	text-transform: capitalize;
}

.info-staff h2 {
	margin-bottom: 14px;
}

/* staff block styles */

.staff-block {
	margin-bottom: 20px;
}

.staff-block .img-holder {
	margin-bottom: 12px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}

.staff-block .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.staff-block h3 {
	margin: 0 0 5px;
}

.staff-block .text-info {
	font-size: 12px;
	line-height: 16px;
	font-family: "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 400;
}

.info-resources h2 {
	margin-bottom: 20px;
}

/* resource block styles */

.resource-block {
	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: 100%;
	position: relative;
	padding: 28px 20px 17px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}

.resource-block .wrap {
	width: 100%;
	text-align: center;
}

.resource-block h3 {
	text-transform: uppercase;
	font-weight: 700;
	margin: 0 0 5px;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.resource-block .btn {
	font-size: 11px;
	line-height: 20px;
	padding: 5px 10px;
}

.resource-block .ico-holder {
	margin: 0 auto 4px;
	width: 70px;
}

.resource-block .ico-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

/* intro banner styles */

.intro-banner {
	position: relative;
	z-index: 1;
	padding: 40px 0 50px;
	color: #fff;
	font-weight: 300;
	letter-spacing: .7px;
	text-transform: uppercase;
	font-size: 19px;
	line-height: 24px;
	text-align: center;
}

.intro-banner .bg-cover {
	z-index: -2;
}

.intro-banner .bg-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .63);
}

.intro-banner .text {
	margin: 0 auto;
	max-width: 400px;
}

.intro-banner p {
	margin: 0;
}

/* intro heading styles */

.intro-heading {
	max-width: 600px;
	margin: 0 -30px;
}

.intro-heading h1 {
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	font-style: italic;
	letter-spacing: .96px;
	text-align: center;
	margin: 0 0 24px;
}

/* info bar styles */

.info-bar {
	background: #7d0a12;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	z-index: 40;
	padding: 30px 0 58px;
	color: #fff;
}

.info-bar .container:before,
.info-bar .container:after {
	display: none;
}

.info-bar .title-info {
	position: relative;
	z-index: 1;
	padding: 0 8px;
}

.info-bar .title {
	display: block;
	color: #fff;
	margin: 0 0 5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3.63px;
	font-size: 23px;
	line-height: 25px;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.info-bar .btn-holder {
	position: absolute;
	bottom: -17px;
	right: 0;
	left: 15px;
	z-index: 10;
	padding: 18px 20px 12px 40px;
}

.info-bar .btn-holder:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -9999px;
	bottom: 0;
	z-index: -1;
	background: #c2111d;
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
	border-radius: 10px 0 0 0;
}

.info-bar .btn {
	white-space: nowrap;
}

/* info holder styles */

.info-holder {
	position: relative;
	padding: 344px 0 92px;
}

.info-holder .intro-text {
	margin-bottom: 35px;
}

.info-holder .intro-text h2 {
	margin: 0 0 10px;
}

.info-holder .intro-text h2 small {
	font-size: 16px;
}

.info-holder .intro-text p {
	margin: 0 0 15px;
}

.info-holder h2,
.info-holder .h2 {
	margin: 0 0 10px;
}

.info-holder h2 small,
.info-holder .h2 small {
	font-size: 16px;
}

/* img truck styles */

.img-truck {
	position: absolute;
	right: 7px;
	top: 0;
	z-index: -1;
	width: 100%;
}

.img-truck img {
	display: block;
	max-width: none;
	width: 100%;
}

/* featured service styles */

.featured-services > .cols {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.featured-services .cols .col {
	margin-bottom: 0;
}

.featured-services .services-cols {
	margin-bottom: 46px;
}

.featured-services .services-cols.cols {
	display: block;
	font-size: 0;
	line-height: 0;
}

.featured-services .list-text {
	color: #3e4246;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	padding: 20px 0 7px;
}

.featured-services .list-text > li {
	position: relative;
	padding: 10px 0 10px 82px;
	margin-bottom: 20px;
}

.featured-services .list-text > li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: url(images/ico-checkmark.svg) no-repeat;
	width: 70px;
	height: 48px;
}

.featured-services p {
	margin: 0 0 22px;
}

.featured-services .btn {
	display: block;
	margin: 0 15px;
	font-size: 17px;
}

/* service box styels */

.service-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	z-index: 1;
	border: 3px solid #7d0a12;
	color: #fff;
	padding: 25px 10px;
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 12px;
	box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .4);
	font-weight: 400;
}

.service-box .wrap {
	width: 100%;
}

.service-box .bg-cover:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(315deg, rgba(194, 17, 29, .79) 0%, rgba(125, 10, 18, .79) 100%);
	background: linear-gradient(135deg, rgba(194, 17, 29, .79) 0%, rgba(125, 10, 18, .79) 100%);
}

.service-box h3 {
	font-size: 19px;
	line-height: 23px;
	letter-spacing: 1px;
	font-style: italic;
	font-weight: 700;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.service-box p {
	margin: 0;
}

/* info clients styles */

.info-clients {
	padding-top: 78px;
	padding-bottom: 90px;
	color: #fff;
	font-size: 22px;
	line-height: 33px;
	font-weight: 300;
	box-shadow: 0 20px 25px 0 rgba(0, 0, 0, .2);
}

.info-clients .text-block {
	padding: 0 12px 0 0;
}

.info-clients .text-block p {
	margin: 0 0 32px;
}

.info-clients h2 {
	margin: 0 0 20px;
}

/* list clients styles */

.list-clients {
	font-size: 16px;
	line-height: 20px;
	font-style: italic;
	font-weight: 700;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.list-clients > li {
	position: relative;
	padding: 15px 0 15px 80px;
}

.list-clients > li + li {
	margin-top: 20px;
}

.list-clients .ico-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
}

/* team feature styles */

.team-feature {
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}

.team-feature h2 small {
	font-size: 16px;
}

.team-feature .cols {
	position: relative;
	padding-bottom: 92px;
}

.team-feature .btn-holder {
	position: absolute;
	bottom: 12px;
	left: 0;
	right: 0;
	padding: 0 15px;
}

.team-feature .btn-holder .btn {
	font-size: 17px;
	padding: 15px 30px;
}

.team-feature p {
	margin: 0 0 30px;
}

/* slideshow styles */

.slideshow {
	position: relative;
}

.slideshow .slideset {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .pagination {
	position: absolute;
	left: 220px;
	top: 20px;
	z-index: 30;
	padding: 15px;
}

.slideshow .pagination ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.slideshow .pagination ul > li {
	padding: 0;
	margin: 0;
}

.slideshow .pagination ul > li:before {
	display: none;
}

.slideshow .pagination ul > li + li {
	margin-top: 15px;
}

.slideshow .pagination a {
	display: block;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	position: relative;
	width: 13px;
	height: 13px;
	border: 1px solid #cbcbcb;
	border-radius: 20px;
}

.slideshow .pagination a:hover {
	background: #cbcbcb;
}

.slideshow .pagination .active a {
	background: #cbcbcb;
}

.not-enough-slides .pagination {
	display: none;
}

/* testimonial styles */

.testimonial {
	max-width: 380px;
	position: relative;
	padding: 130px 0 0 0;
}

.testimonial .img-holder {
	width: 230px;
	position: absolute;
	top: 0;
	left: 0;
}

.testimonial .caption .info-text {
	position: absolute;
	top: 312px;
	left: 0;
	display: block;
	color: #888a8c;
	font-size: 9px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 60%;
	padding: 0 5px 15px 0;
}

/* info blockquote styles */

.info-blockquote {
	border: none;
	padding: 60px 10px 20px;
	background: -webkit-linear-gradient(135deg, #c2111d 0%, #7d0a12 100%);
	background: linear-gradient(-45deg, #c2111d 0%, #7d0a12 100%);
	border-radius: 42px 0;
	color: #fff;
	font-size: 10px;
	line-height: 18px;
	font-weight: 300;
	position: relative;
	width: 40%;
	float: right;
	margin: 0;
}

.info-blockquote:before {
	content: "";
	position: absolute;
	left: 10px;
	top: 18px;
	background: url(images/ico-quote-dark.svg) no-repeat 100% 100%/100% 100%;
	width: 52px;
	height: 32px;
}

.info-blockquote p {
	margin: 0;
}

.info-serving {
	position: relative;
}

.info-serving .container {
	padding-top: 59px;
	padding-bottom: 47px;
	position: relative;
}

.info-serving h2 {
	margin-bottom: 25px;
}

/* text watermark styles */

.text-watermark {
	position: absolute;
	top: 10px;
	left: 15px;
	right: 15px;
	color: #000;
	font-size: 72px;
	font-weight: 700;
	line-height: 103px;
	letter-spacing: .84px;
	text-transform: uppercase;
	font-style: italic;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	opacity: .15;
	z-index: -1;
}

/* list servies styels */

.list-services {
	color: #fff;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 -10px -20px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-weight: 700;
	text-align: center;
}

.list-services > li {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 30px;
}

.list-services a {
	color: #fff;
}

.list-services a:hover {
	opacity: .8;
}

.list-services .ico {
	display: block;
	width: 100px;
	margin: 0 auto 5px;
}

.list-services .ico img {
	max-width: none;
	width: 100%;
}

/* featured clients styles */

.featured-clients {
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;
	background: #fff;
	z-index: 1;
}

.featured-clients:before {
	width: 9999999px;
	left: -9999px;
	top: 0;
	bottom: 0;
	position: absolute;
	content: "";
	background: #fff;
	z-index: -1;
}

.featured-clients h2 {
	margin-bottom: 26px;
}

/* list logo styels */

.list-logo {
	margin: 0 -20px -25px;
}

.list-logo > li {
	padding: 0 20px;
	margin-bottom: 40px;
	width: 50%;
	text-align: center;
}

.list-logo a:hover {
	opacity: .85;
}

/* service area styles */

.service-area {
	background: #fff;
}

.service-area .intro-text {
	margin-bottom: 15px;
}

/* map holder styles */

.map-holder {
	position: relative;
	padding: 20px 22px;
	z-index: 1;
}

.map-holder:before,
.map-holder:after {
	content: "";
	position: absolute;
	left: -76px;
	top: 0;
	width: 150px;
	height: 162px;
	background: -webkit-linear-gradient(315deg, #c2111d 0%, #7d0a12 100%);
	background: linear-gradient(135deg, #c2111d 0%, #7d0a12 100%);
	z-index: -1;
	-webkit-transform: skewX(-43deg);
	-ms-transform: skewX(-43deg);
	transform: skewX(-43deg);
}

.map-holder:after {
	left: auto;
	right: -76px;
	top: auto;
	bottom: 0;
}

/* map styels */

.map {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	height: 295px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
	max-width: 1450px;
	margin: 0 auto;
	position: relative;
}

/* info address styles */

.info-address {
	margin-bottom: 45px;
}

.info-address h2 {
	margin-bottom: 30px;
}

.info-address .text-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #3e4246;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	margin-bottom: 15px;
}

.info-address .ico-holder {
	display: block;
	width: 70px;
}

.info-address .text {
	padding: 0 0 0 10px;
	width: calc(100% - 70px);
}

.info-address a {
	color: #3e4246;
}

.info-address a:hover {
	opacity: .8;
}

/* contact section styles */

.contact-section {
	box-shadow: 0 20px 25px 0 rgba(0, 0, 0, .1);
	background: #fff;
	padding: 25px 20px;
}

.contact-section input[type="submit"],
.contact-section input[type="button"],
.contact-section .btn {
	font-size: 13px;
	padding: 10px 16px;
}

.online-portal .portal-wrap {
	padding: 30px 0;
}

/* faq section styles */

.faq-section {
	padding: 32px 0;
}

.faq-section .title-block {
	margin: 0 0 23px;
}

.faq-section .title-block h2 {
	margin: 0;
}

/* accordion styles */

.accordion > li {
	border: 2px solid #cbcbcb;
	border-radius: 15px 0;
}

.accordion .opener {
	color: #c2111d;
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 20px;
	padding: 12px 40px 10px 10px;
}

.accordion .opener:after {
	content: "\e90a";
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -22px;
	font-family: "icomoon";
	color: #7d0a12;
	font-size: 40px;
	line-height: 1;
}

.accordion .opener:hover {
	opacity: .8;
}

.accordion .wrap {
	padding: 10px 15px;
}

.accordion ul,
.accordion ol {
	padding-left: 25px;
}

.back-panel {
	padding-top: 20px;
}

.go-back {
	display: inline-block;
	vertical-align: top;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #bfbfbf;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	position: relative;
	z-index: 2;
}

.go-back:hover {
	color: #7d0a12;
}

/* resource listing styles */

.resources-listing {
	max-width: 780px;
	padding: 40px 0 0;
}

/* list resources styles */

.list-resources > li {
	position: relative;
	padding-left: 65px;
	margin-bottom: 20px;
}

.list-resources .ico-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
}

.list-resources h3 {
	margin-bottom: 5px;
}

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

/* promo section styles */

.promo-section {
	position: relative;
	font-style: italic;
	color: #fff;
	overflow: hidden;
}

.promo-section .container {
	position: relative;
	padding-top: 35px;
	padding-bottom: 35px;
}

.promo-section .text-watermark {
	opacity: .17;
	color: #43080c;
}

.promo-section a {
	color: #fff;
}

.promo-section a:hover {
	opacity: .8;
}

.promo-section .img-logo {
	width: 80px;
	margin: 0 0 15px;
}

.promo-section .img-logo img {
	display: block;
	max-width: none;
	width: 100%;
}

.promo-section p {
	margin: 0;
}

.service-details .intro-text {
	max-width: 920px;
	margin-bottom: 40px;
}

.service-details .intro-text h2 {
	margin-bottom: 20px;
}

.list-character {
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	color: #3e4246;
	margin-bottom: 20px;
}

.list-character > li {
	position: relative;
	padding: 15px 0 15px 80px;
	margin-bottom: 25px;
}

.list-character > li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 70px;
	height: 48px;
	background: url(images/ico-checkmark.svg) no-repeat 100% 100%/100% 100%;
}

/* service info styles */

.service-info {
	margin-bottom: 25px;
}

.service-info .img-holder {
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
	margin: 0 0 30px;
}

.service-info .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.services-section {
	position: relative;
	padding: 40px 0 0;
}

/* intro wrap styels */

.intro-wrap {
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}

.intro-wrap .img-holder {
	position: relative;
	z-index: 1;
	margin: 0 0 40px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
}

.intro-wrap .img-holder:before {
	content: "";
	position: absolute;
	right: -9999px;
	left: 0;
	top: -20px;
	bottom: -20px;
	background: #7d0a12;
	z-index: -1;
	-webkit-transform: skewX(-45deg);
	-ms-transform: skewX(-45deg);
	transform: skewX(-45deg);
}

.intro-wrap .img-holder img {
	display: block;
	max-width: none;
	width: 100%;
}

.services-list .text-holder {
	margin-bottom: 30px;
}

.services-list .ico-holder {
	display: block;
	margin: 0 0 15px;
}

.services-list h3 {
	color: #3e4246;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 20px;
	font-weight: 700;
}

.employee-portal {
	position: relative;
	z-index: 20;
}

.two-cols-hold p {
	margin-bottom: 32px;
}

.listing-numbered {
	padding-bottom: 21px;
}

.listing-numbered .title {
	display: block;
	color: #888a8c;
	font-family: Prometo;
	font-size: 19px;
	font-weight: 400;
	margin-bottom: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.listing-numbered li {
	position: relative;
	padding-left: 62px;
	margin-bottom: 23px;
	color: #000;
	font-size: 22px;
	font-style: italic;
	line-height: 27px;
	font-weight: 400;
}

.listing-numbered li:before {
	display: none;
}

.listing-numbered .ico-holder {
	position: absolute;
	left: 0;
	top: 0;
}

.time-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.time-list li {
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 10px 5px 0;
	color: #3e4246;
	letter-spacing: 2px;
	margin: 0;
}

.time-list li:nth-child(even) {
	padding-left: 42px;
}

.time-list li em {
	font-style: normal;
	padding-left: 5px;
}

.time-list li span {
	color: #888a8c;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: 2px;
	display: inline-block;
	vertical-align: top;
	padding-right: 6px;
}

.time-list li:before {
	display: none;
}

.career-bth-hold {
	padding: 8px 20px 50px;
}

.career-bth-hold .btn {
	padding: 15px 21px;
}

.available-positions-section {
	color: #000;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.6667;
}

.available-positions-section h2 {
	margin-bottom: 30px;
	text-transform: capitalize;
	margin-bottom: 17px;
}

.available-positions-section h3 {
	color: #c2111d;
	font-size: 33px;
	font-weight: 300;
	line-height: 1.4545;
	margin-bottom: 4px;
}

.available-positions-section .title-list {
	color: #888a8c;
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.available-positions-section .title-list:after {
	width: 1px;
	height: 999px;
	position: absolute;
	right: 0;
	top: 0;
	content: "";
	background: #ecedee;
	display: none;
}

.available-positions-section .title-list strong {
	display: block;
	color: #3e4246;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.available-positions-section .title-list li {
	padding: 0 21px 3px 0;
	margin: 0;
}

.available-positions-section .title-list li:before {
	display: none;
}

.available-positions-section .available-positions-block {
	background: #fff;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, .2);
	padding: 26px 22px 24px;
	margin-bottom: 33px;
}

.available-positions-section .btn-align-right {
	text-align: right;
	padding-top: 1px;
}

.intro-btn-hold {
	padding: 18px 20px 20px;
}

.intro-btn-hold .btn {
	font-style: normal;
	padding: 15px 20px;
}

.benefits-list-hold {
	margin-top: -6px;
}

.testimonial-section {
	margin-top: -5px;
}

.testimonial-section h2 {
	color: #000;
	font-size: 40px;
	line-height: 1.225;
	font-weight: 300;
	margin-bottom: 12px;
}

.testimonial-section blockquote {
	border: none;
	padding: 0;
	color: #000;
	font-size: 19px;
	font-weight: 300;
	font-style: italic;
	line-height: 27px;
	padding: 59px 0 11px;
	position: relative;
	margin: 0;
}

.testimonial-section cite {
	display: block;
	color: #888a8c;
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-style: normal;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.testimonial-section q {
	display: block;
	margin-bottom: 10px;
}

.testimonial-section .img-hold {
	box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .2);
}

.testimonial-section .img-hold img {
	width: 100%;
	vertical-align: top;
}

.testimonial-section .blockquote-hold {
	margin-bottom: 34px;
}

.testimonial-section .blockquote-hold .icon-hold {
	position: absolute;
	left: 0;
	top: 11px;
	width: 57px;
	height: 36px;
}

.testimonial-section .blockquote-hold .icon-hold img {
	width: 100%;
}

.testimonial-section .blockquote-hold:last-child {
	margin-bottom: 17px;
}

.testimonial-section .blockquote-hold:nth-child(even) .icon-hold {
	left: 0;
}

/* content holder styles */

.video-description .row {
	overflow: hidden;
}

.video-description .row .col {
	float: left;
	width: 100%;
}

.video-description .row .col.small {
	width: 46%;
	padding-right: 15px;
}

.video-description .row .col.large {
	width: 54%;
	padding-right: 15px;
}

.video-description .title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	display: block;
	color: #888a8c;
	margin: 0 0 4px;
}

.video-description .info {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	text-transform: uppercase;
	color: #3e4246;
	letter-spacing: 3px;
	margin: 0 0 28px;
}

.video-description p {
	margin: 0 0 2px;
}

/* Watch Video block styles */

.watch-video {
	background: #fff;
	padding: 23px 0 12px;
	margin: 0 21px 18px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.watch-video iframe {
	width: 100%;
	height: auto;
	border: none;
	height: 200px;
}

.watch-video .top-block {
	margin: 0 -2px;
}

.watch-video h2 {
	font-size: 38px;
	line-height: 47px;
	margin: 0 0 1px;
}

.watch-video p {
	margin: 0 0 17px;
}

.watch-video .video-wrapper {
	margin: 0 -3px;
}

/* Take Quiz block styles */

.take-quiz {
	margin: 0 0 23px;
}

.take-quiz > .container {
	max-width: none;
}

.take-quiz .next-step {
	border-top: 1px solid #cbcbcb;
}

.take-quiz .title {
	display: block;
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
	text-align: center;
	text-transform: capitalize;
	color: #000;
	padding: 3px 0 42px;
}

.take-quiz .wrapper {
	background: #fff;
	padding: 23px 19px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}

.take-quiz .wrapper .container {
	padding: 0;
}

.take-quiz h2 {
	font-size: 38px;
	line-height: 47px;
	margin: 0 0 4px;
}

.take-quiz h3 {
	font-size: 24px;
	line-height: 31px;
	font-weight: 300;
	color: #c2111d;
	margin: 0 0 11px;
}

.take-quiz p {
	margin: 0 0 23px;
}

.take-quiz .radio-list {
	margin: 0 0 32px;
}

.take-quiz .radio-list li {
	list-style-type: none;
	padding-left: 30px;
	font-size: 18px;
	line-height: 24px;
}

.take-quiz .radio-list li:before {
	content: none;
}

.take-quiz .radio-list [type="radio"] {
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	z-index: -1;
}

.take-quiz .radio-list [type="radio"] + .fake-input:before {
	content: "";
	position: absolute;
	top: 3px;
	right: 3px;
	bottom: 3px;
	left: 3px;
	background: #777;
	border-radius: 100%;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.take-quiz .radio-list [type="radio"]:checked + .fake-input:before {
	opacity: 1;
}

.take-quiz .radio-list .fake-input {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 20px;
	height: 20px;
	border: 1px solid #d3d6d8;
	background: #fff;
	border-radius: 50%;
}

.take-quiz .btn-holder {
	padding-right: 10px;
}

.take-quiz .btn-submit {
	-webkit-transform: skewX(-29deg);
	-ms-transform: skewX(-29deg);
	transform: skewX(-29deg);
}

.take-quiz input[type="submit"], .take-quiz input[type="button"]  {
	padding: 9px 20px;
	font-size: 13px;
	letter-spacing: 2px;
}

/* Results block styles */

.results {
	margin: 0;
}

.results > .container {
	max-width: none;
}

.results .next-step {
	border-top: 1px solid #cbcbcb;
}

.results .title {
	display: block;
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
	text-align: center;
	text-transform: capitalize;
	color: #000;
	padding: 3px 0 60px;
}

.results h2 {
	font-size: 45px;
	line-height: 55px;
	margin: 0 0 17px;
}

.results .info-address {
	padding: 0;
	margin-bottom: 10px;
}

/* Certificate block styles */
#cert {
	display: none !important;
}
.certificate-block {
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 43px 0 57px;
	margin: 0 0 55px;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.certificate-block .bg-stretch {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.certificate-block h2 {
	color: #fff;
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 21px;
}

.certificate-block .certificate {
	color: #000;
/* 	padding: 32px 40px; */
	font-size: 14px;
	line-height: 20px;
	font-weight: 300;
	max-width: 800px;
	margin: 0 auto;
}

.certificate-block .certificate .certificate_container{
	width: 100%;
	padding-bottom: 63.7%;
	position: relative;
	background: url(images/certificate_bg.jpg) no-repeat;
	background-size: cover;
}

.certificate-block .certificate .certificate_container .presented {
	width: 100%;
	position: absolute;
	top: 55%;
	transform: translateY(-50%);
}

.certificate-block .certificate .certificate_container .presented h3 {
	margin-bottom: 0 !important;
	color: #000;
	font-size: 16px;
	line-height: 18px;
}
.certificate-block .certificate .certificate_container .presented h2 {
	margin-bottom: 0 !important;
	color: #000;
	font-weight: 800;
	text-transform: none;
}

@media (max-width: 500px) {
	.certificate-block .certificate .certificate_container .presented h3 {
		font-size: 9px;
		line-height: 8px;
	}
	.certificate-block .certificate .certificate_container .presented h2 {
		font-size: 20px;
		line-height: 25px;
	}
}

.certificate-block h3 {
	font-size: 30px;
	line-height: 40px;
	margin: 0 0 15px;
}

.certificate-block ul {
	text-align: center;
}

.certificate-block ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.certificate-block ul li:before {
	content: none;
}

.certificate-block a.btn.btn-default.white {
	color: #FFF;
}

/*footer styles*/

#footer {
	background: url(images/bg-footer-sm.png) no-repeat 50% 50%/cover;
	position: relative;
	z-index: 20;
	padding: 35px 0;
}

#footer .social-networks {
	margin: 0 -5px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

#footer .social-networks > li {
	padding: 0 5px;
	margin-bottom: 20px;
}

#footer .alignleft,
#footer .alignright {
	margin: 0;
}

#footer .alignright {
	text-align: right;
}

/* list footer styles */

.list-footer {
	color: #fff;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 700;
	margin: 0 -10px 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.list-footer > li {
	padding: 0 10px;
	margin-bottom: 10px;
}

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

.list-footer a:hover {
	opacity: .7;
}

.list-footer .active a {
	opacity: .7;
}

/* copyright styles */

.copyright {
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	line-height: 16px;
	letter-spacing: 1px;
	margin: 0 0 15px;
	text-align: center;
}

.copyright a {
	color: #fff;
}

.copyright a:hover {
	opacity: .7;
}

.gform_wrapper .ginput_recaptcha{
	display: none !important;
}



.gform_wrapper ul li {
	padding-left: 0 !important;
}
.gform_wrapper ul li:before {
	content: none !important;
}
.gform_wrapper {
	/* overflow: hidden !important; */
}
.gform_wrapper .top_label .gfield_label {
	color: #c2111d;
	
	margin: 0 !important;
/* 	font-family: "prometo", "Montserrat", "Arial", "Helvetica Neue", "Helvetica", sans-serif; */
	font-weight: 300 !important;
	letter-spacing: .5pt;
}

#main .gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_footer input[type=button] {
	font-size: 13px;
	margin: 0 !important;
	text-transform: uppercase !important;
}

.gform_wrapper .ginput_complex label {
/* 	color: #9b9b9b; */
	font-size: 13px !important;
	line-height: 14px !important; 
	font-weight: 400 !important;
	padding: 8px 0 0;
	text-transform: uppercase;
	font-style: normal !important;
}
.gform_wrapper input,
.gform_wrapper input[type="text"],
.gform_wrapper textarea,
.gform_wrapper input[type="tel"], 
.gform_wrapper input[type="email"], 
.gform_wrapper input[type="search"], 
.gform_wrapper input[type="password"]
{

/* 	color: #75787b; */
	padding: 15px 10px !important;
	font-size: 18px !important;
	border: 1px solid #CCC;
	border-radius: 5px;
}

.gform_wrapper .btn-submit {
	margin-right: 15px;
	float: right;


	
}
/*

.gform_wrapper input[type="submit"].gform_button:hover {
	color: #FFF;
	background: #93d0aa;
	background-image: -webkit-linear-gradient(315deg, #76c5d5 0%, #93d0aa 100%);
	background-image: linear-gradient(135deg, #76c5d5 0%, #93d0aa 100%);

}
*/

.gform_wrapper .gform_confirmation_message p{
	margin-bottom: 10px;
}
.gform_wrapper .gform_confirmation_message br{
	display: none;
}

.gform_wrapper .gfield_required {
/* 	color: #b00e0e !important; */
}
.gform_wrapper .gform_footer {
	padding-top: 0 !important;
}
.gform_wrapper .top_label .gfield_label {
	font-weight: normal;
}
.gform_wrapper ul li.gfield {
	margin-bottom: 30px !important;
}

.gform_wrapper ul li.gfield.bottom {
	margin-bottom: 90px !important;
}


.gform_wrapper h2.gsection_title {
	font-weight: 300 !important;
	font-style: normal;
}
#main .gform_wrapper .gform_page_footer .button.gform_next_button, 
#main .gform_wrapper .gform_page_footer .button.gform_previous_button {
	margin: 0 !important;
	font-size: 13px !important;
	text-transform: uppercase !important;
	float: right;
	transition: all .3s linear;
}

.gform_wrapper .btn-submit.prev {
	float: left; 
	margin-left: 10px;
}

#main .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
	opacity: 1;
	margin-top: 20px !important;
}


#main .gform_wrapper .gsection {
	border:none;
	padding-bottom: 0;
}

/*
#main .gform_wrapper h2.gsection_title {
	font-size: 45px;
	font-weight: 500 !important;
}
*/

#main .gform_wrapper h2 {
	text-transform: capitalize;
}

#main .gform_wrapper h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ae0006;
}

#main .gform_wrapper h3.gf_progressbar_title {
	border: none;
}

#main .gform_wrapper .gfield_description, #main .gform_wrapper input, #main .gform_wrapper select, #main .gform_wrapper .gsection_description  {
/* 	font: normal 16px/24px "Gotham SSm A", "Gotham SSm B", "Arial", "Helvetica Neue", "Helvetica", sans-serif; */
	font-style: normal !important;
	text-transform: none !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    border-color: #c2111d !important;
}
#main .gform_wrapper .ginput_container span:not(.ginput_price) {
	margin-bottom: 0 !important;
}

.gform_wrapper .gfield_radio li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_radio li label {
  padding-left: 25px !important;
  position: relative;
}

.gform_wrapper .gfield_radio li label:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #b7b7b7;
  top: 3px;
  left: 0;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	-o-border-radius: 50%;
  	border-radius: 50%;

}
.gform_wrapper .gfield_radio li input[type=radio]:checked ~ label:after{
	position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #c2111d;
  top: 8px;
  left: 5px;
  	-webkit-border-radius: 50%;
  	-moz-border-radius: 50%;
  	-o-border-radius: 50%;
  	border-radius: 50%;
}


.gform_wrapper .gfield_checkbox li input[type=checkbox]{
  position: absolute;
  visibility: hidden;
}

.gform_wrapper .gfield_checkbox li label {
  padding-left: 25px !important;
  position: relative;
}

.gform_wrapper .gfield_checkbox li label:before {
  position: absolute;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border: 2px solid #b7b7b7;
  top: 3px;
  left: 0;

}
.gform_wrapper .gfield_checkbox li input[type=checkbox]:checked ~ label:after{
	position: absolute;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #c2111d;
  top: 8px;
  left: 5px;

}

.gform_wrapper .gfield_checkbox li input[type=checkbox]:checked ~ label, .gform_wrapper .gfield_radio li input[type=radio]:checked ~ label {
	font-weight: 400 !important;
}



.gform_wrapper .select-wrap {
	width: 100%;
	border: 1px solid #CCC;
	-webkit-border-radius: 5px;
  	-moz-border-radius: 5px;
  	-o-border-radius: 5px;
  	border-radius: 5px;
  	height: 56px;
  	padding-right: 30px;
  	position: relative;
}
.gform_wrapper .select-wrap select {
	background: transparent;
   border: none;
   -webkit-appearance: none; 
   -moz-appearance: none;
   appearance: none; 
   padding: 0 10px;
   height: 56px;
}

.gform_wrapper .select-wrap:before {
	width: 0; 
  height: 0; 
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
   border-top: 9px solid #CCC;
   display: block;
   content: "";
   position: absolute;
   right: 12px;
   top: 50%;
   transform: translateY(-50%);
   
}

@media(min-width: 640px) {
	

div.ginput_complex.ginput_container.gf_name_has_4 span {
	width: 24.95% !important;
}
}

.gfield_html_formatted p {
	text-transform: none;
}



@media (min-width: 414px) {
	h1,
	.h1 {
		font-size: 48px;
		line-height: 58px;
	}

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

	h3,
	.h3 {
		font-size: 33px;
		line-height: 40px;
	}

	h4,
	.h4 {
		font-size: 24px;
		line-height: 36px;
	}

	h5,
	.h5 {
		font-size: 19px;
		line-height: 24px;
	}

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

	body {
		font-size: 18px;
		line-height: 30px;
	}

	ul > li:before {
		top: 12px;
	}

	.btn,
	input[type="submit"],
	input[type="button"],
	button[type="submit"] {
		font-size: 16px;
		line-height: 20px;
		padding: 11px 30px;
	}

	.btn.btn-primary,
	input[type="submit"].btn-primary,
	input[type="button"].btn-primary,
	button[type="submit"].btn-primary {
		font-size: 18px;
		line-height: 22px;
	}

	.menu {
		font-size: 26px;
		line-height: 30px;
	}

	.dropdown {
		font-size: 21px;
		line-height: 25px;
	}

	.intro {
		font-size: 22px;
		line-height: 33px;
	}

	.list-timeline h3 {
		font-size: 29px;
		line-height: 32px;
	}

	.video-block .caption .title {
		font-size: 24px;
		line-height: 30px;
	}

	.info-team .text-info {
		font-size: 14px;
		line-height: 18px;
	}

	.info-leader {
		margin-bottom: 65px;
	}

	.leader-block .img-holder {
		width: 180px;
	}

	.leader-block .title-block {
		width: calc(100% - 180px);
	}

	.leader-block .info-quote {
		font-size: 22px;
		line-height: 35px;
	}

	.leader-block .list-title {
		font-size: 16px;
		line-height: 20px;
	}

	.leader-block h3 {
		font-size: 26px;
		line-height: 31px;
	}

	.resource-block h3 {
		font-size: 24px;
		line-height: 29px;
		letter-spacing: 2.77px;
	}

	.intro-heading h1 {
		font-size: 67px;
		line-height: 62px;
	}

	.info-bar .btn-holder {
		left: 30px;
	}

	.info-bar .btn {
		font-size: 17px;
		line-height: 20px;
		letter-spacing: 2px;
	}

	.info-holder .intro-text {
		font-size: 22px;
		line-height: 33px;
	}

	.featured-services {
		font-size: 22px;
		line-height: 30px;
	}

	.featured-services .services-cols.cols > .col {
		display: inline-block;
		vertical-align: top;
	}

	.featured-services .services-cols.cols > .col:first-child {
		padding-top: 30px;
	}

	.featured-services .list-text {
		font-size: 20px;
		line-height: 24px;
	}

	.featured-services .btn {
		padding: 15px 30px;
	}

	.info-clients .btn {
		font-size: 22px;
	}

	.list-clients {
		font-size: 22px;
		line-height: 33px;
	}

	.slideshow .pagination {
		left: 275px;
		top: 66px;
	}

	.testimonial {
		padding: 230px 0 0;
	}

	.testimonial .img-holder {
		width: 275px;
	}

	.testimonial .caption .info-text {
		font-size: 10px;
		line-height: 16px;
		width: 55%;
		top: 370px;
	}

	.info-blockquote {
		font-size: 13px;
		line-height: 20px;
		width: 50%;
		padding: 60px 12px 20px;
	}

	.info-blockquote:before {
		left: 20px;
	}

	.list-services {
		font-size: 20px;
		line-height: 24px;
	}

	.info-address .text-info {
		font-size: 20px;
		line-height: 24px;
	}

	.contact-section h2 {
		font-size: 38px;
		line-height: 48px;
	}

	.accordion .opener {
		font-size: 21px;
		line-height: 25px;
	}

	.list-resources h3 {
		font-size: 30px;
		line-height: 39px;
	}

	.promo-section {
		font-size: 22px;
		line-height: 38px;
	}

	.list-character {
		font-size: 20px;
		line-height: 29px;
	}

	#footer .social-networks {
		margin: 0 -20px;
		margin-bottom: 7px;
	}

	#footer .social-networks > li {
		padding: 0 15px;
	}

	#footer .btn {
		font-size: 14px;
	}

	.list-footer {
		margin: 0 -22px 10px;
	}

	.list-footer > li {
		padding: 0 18px;
	}
}

@media (min-width: 480px) {
	.watch-video iframe {
		height: 300px;
	}
}

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

	h1,
	.h1 {
		font-size: 35px;
		line-height: 42px;
	}

	h2,
	.h2 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 15px;
	}

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

	body {
		font-size: 16px;
		line-height: 25px;
	}

	.visible-mobile {
		display: none !important;
	}

	.hidden-tablet {
		display: none !important;
	}

	ul > li {
		padding-left: 15px;
	}

	ul > li:before {
		top: 13px;
	}

	#main {
		padding-top: 73px;
	}

	.btn,
	input[type="submit"],
	input[type="button"],
	button[type="submit"] {
		font-size: 12px;
		line-height: 16px;
		padding: 10px 20px;
	}

	.bg-watermark {
		top: 90px;
	}

	.logo {
		width: 296px;
		height: 39px;
	}

	#nav {
		margin: 8px 0 0;
	}

	.content-holder .intro {
		max-width: 900px;
	}

	.intro {
		font-size: 22px;
		line-height: 28px;
	}

	.intro .list-info > li {
		width: 32%;
	}

	.intro-section {
		min-height: 415px;
	}

	.intro-section .intro {
		padding: 50px 20px 55px 0;
		max-width: 400px;
		margin: 0;
	}

	.intro-section .img-intro {
		margin: 0;
	}

	.img-intro {
		position: absolute;
		right: 0;
		top: 0;
		height: auto;
		width: 360px;
		height: 460px;
		z-index: -1;
	}

	.history-section {
		padding: 30px 0 0;
	}

	.history-section .img-holder {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		margin: 0;
		width: 220px;
		padding: 0;
	}

	.history-section .img-holder:before {
		right: 60px;
		bottom: 20px;
		top: -20px;
	}

	.history-section .img-holder .img {
		padding: 0;
		width: 100%;
	}

	.history-section .img-holder .img + .img {
		margin-top: 30px;
	}

	.history-section .intro-text {
		position: relative;
		padding: 0 0 0 250px;
	}

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

	.list-timeline > li {
		width: 50%;
		padding: 0 15px;
		margin-bottom: 22px;
	}

	.list-images > li {
		width: 16.66%;
	}

	.info-block .img-holder {
		float: left;
		width: 300px;
		margin: 0 20px 0 0;
	}

	.video-block {
		height: 340px;
		margin: 0 0 30px;
	}

	.footer-aside {
		padding-left: 320px;
	}

	.footer-aside .img-holder {
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		height: auto;
		width: 340px;
	}

	.info-box {
		bottom: auto;
		left: auto;
		right: 0;
		top: 200px;
		margin: 0;
		width: 185px;
		padding: 15px;
		border-radius: 20px 0 20px 0;
	}
	
	.info-box .dismisscta {
		display: block;
	}

	.info-box .title {
		padding-right: 20px;
	}

	.info-box p {
		margin: 0 0 10px;
	}

	.info-box .box-slide {
		padding: 5px 0 0;
	}

	.info-box .opener {
		pointer-events: none;
		padding: 0;
	}

	.info-box .opener:after {
		display: none;
	}

	.cols.four-cols > .col {
		width: 25%;
	}

	.cols.three-cols > .col {
		width: 33.33%;
	}

	.info-leader h2 {
		margin-bottom: 30px;
	}

	.leader-block .title-block {
		-ms-flex-item-align: start;
		align-self: flex-start;
		width: auto;
		padding: 0;
		margin-bottom: 35px;
	}

	.leader-block .description {
		width: calc(100% - 180px);
		padding: 0 0 0 20px;
	}

	.resource-block .btn {
		font-size: 12px;
		letter-spacing: 1.85px;
	}

	.resource-block .ico-holder {
		width: 100px;
		margin-bottom: 15px;
	}

	.intro-banner {
		padding: 80px 0 150px;
	}

	.intro-banner:before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: -1;
		background: url(images/img-decor1.svg) no-repeat 100% 100%/100% 100%;
	}

	.intro-heading {
		margin: 0 auto;
	}

	.intro-heading h1 {
		text-align: left;
	}

	.intro-heading h1 span {
		display: block;
		text-align: right;
	}

	.info-bar {
		background: none;
		padding: 0;
		top: -40px;
		margin-bottom: -40px;
		font-size: 14px;
		line-height: 18px;
	}

	.info-bar .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.info-bar .title-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 60%;
		padding: 20px 40px 20px 0;
	}

	.info-bar .title-info:before {
		content: "";
		position: absolute;
		top: 0;
		left: -9999px;
		bottom: 0;
		right: 0;
		z-index: -1;
		background: #7d0a12;
		-webkit-transform: skewX(-25deg);
		-ms-transform: skewX(-25deg);
		transform: skewX(-25deg);
		border-radius: 0 0 10px 0;
	}

	.info-bar .title {
		width: 260px;
		margin: 0 -2px 0 8px;
		font-size: 16px;
		line-height: 22px;
	}

	.info-bar .btn-holder {
		position: relative;
		left: 0;
		bottom: auto;
		right: auto;
		width: 40%;
		padding: 22px 15px;
	}

	.info-bar .btn-holder:before {
		left: -30px;
	}

	.info-bar .btn {
		font-size: 14px;
		line-height: 18px;
	}

	.info-holder {
		padding: 80px 0;
	}

	.info-holder .intro-text {
		max-width: 200px;
		min-height: 450px;
		font-size: 18px;
		line-height: 25px;
	}

	.img-truck {
		top: -50px;
		width: 768px;
	}

	.featured-services > .cols {
		margin: 0 -20px;
	}

	.featured-services > .cols > .col {
		padding: 0 20px;
	}

	.featured-services .list-text {
		font-size: 16px;
		line-height: 22px;
	}

	.featured-services .btn {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 0 10px;
		font-size: 14px;
		padding: 13px 30px;
	}

	.service-box h3 {
		font-size: 16px;
		line-height: 20px;
	}

	.info-clients .cols .col {
		width: 35%;
	}

	.info-clients .cols .col:first-child {
		width: 65%;
		padding-right: 100px;
	}

	.info-clients .bg-cover {
		background-position: 75% 50%;
	}

	.info-clients .btn {
		font-size: 14px;
	}

	.list-clients {
		font-size: 16px;
		line-height: 22px;
	}

	.team-feature .cols {
		padding-bottom: 0;
	}

	.team-feature .cols > .col {
		width: 60%;
	}

	.team-feature .cols > .col:first-child {
		width: 40%;
	}

	.team-feature .btn-holder {
		position: static;
		padding: 0;
		margin-left: 15px;
	}

	.team-feature .btn-holder .btn {
		padding: 13px 30px;
		font-size: 14px;
	}

	.slideshow {
		padding: 0 0 0 20px;
	}

	.slideshow .pagination {
		left: 0;
		top: auto;
		bottom: 74px;
		padding: 0;
	}

	.slideshow .pagination a {
		width: 12px;
		height: 12px;
	}

	.testimonial {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		margin: 0;
		max-width: none;
		padding: 0;
	}

	.testimonial:before,
	.testimonial:after {
		display: none;
	}

	.testimonial .img-holder {
		width: 230px;
		position: static;
		-ms-flex-item-align: start;
		align-self: flex-start;
	}

	.testimonial .caption {
		width: calc(100% - 200px);
		position: relative;
		margin-left: -30px;
		z-index: 20;
		padding: 0 0 30px;
	}

	.testimonial .caption .info-text {
		position: static;
		width: auto;
		padding: 20px 0 0 50px;
	}

	.info-blockquote {
		width: auto;
		padding: 60px 10px 20px;
		float: none;
	}

	.text-watermark {
		font-size: 120px;
		top: 30px;
	}

	.list-services {
		font-size: 14px;
		line-height: 20px;
	}

	.list-services > li {
		width: 20%;
		margin-bottom: 20px;
	}

	.list-logo > li {
		width: 25%;
		margin-bottom: 35px;
	}

	.map-holder:before,
	.map-holder:after {
		width: 300px;
		height: 320px;
		left: -165px;
	}

	.map-holder:after {
		left: auto;
		right: -165px;
	}

	.map {
		height: 400px;
	}

	.info-address .text-info {
		font-size: 14px;
		line-height: 18px;
	}

	.accordion > li {
		margin-bottom: 20px;
	}

	.promo-section .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.promo-section .text-watermark {
		font-size: 80px;
		line-height: .8em;
	}

	.promo-section .text-watermark span {
		display: block;
		text-align: right;
	}

	.promo-section .img-logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 150px;
	}

	.promo-section .text-holder {
		position: relative;
		padding: 0 0 0 180px;
	}

	.list-character {
		font-size: 18px;
		line-height: 22px;
	}

	.list-character > li {
		padding: 10px 10px 10px 80px;
	}

	.service-info .img-holder {
		margin: 0 35px 0 0;
		width: 300px;
		float: left;
	}

	.service-info .description {
		overflow: hidden;
	}

	.intro-wrap {
		min-height: 250px;
	}

	.intro-wrap .img-holder {
		position: absolute;
		right: 0;
		top: 0;
		width: 280px;
	}

	.intro-wrap .img-holder:before {
		left: 70px;
	}

	.intro-wrap .text-holder {
		max-width: 380px;
	}

	.services-list .ico-holder {
		float: left;
		margin: 0 25px 0 0;
		width: 100px;
	}

	.services-list .description {
		overflow: hidden;
	}

	.services-list h3 {
		font-size: 18px;
		line-height: 22px;
	}

	.info-vacancy .intro h1 {
		margin-bottom: 15px;
	}

	.two-cols-hold p {
		margin-bottom: 20px;
	}

	.time-list {
		padding: 3px 0 0;
	}

	.time-list li {
		font-size: 15px;
		padding-right: 27px;
	}

	.time-list li:nth-child(even) {
		padding: 0 27px 5px 0;
	}

	.time-list li span {
		padding-right: 8px;
	}

	.career-bth-hold {
		padding: 24px 20px 0;
	}

	.career-bth-hold .btn {
		padding: 13px 30px;
	}

	.available-positions-section h2 {
		margin-bottom: 29px;
	}

	.available-positions-section h3 {
		font-size: 36px;
		margin-bottom: 17px;
	}

	.available-positions-section .title-list {
		display: block;
		width: 163px;
		float: left;
	}

	.available-positions-section .title-list:after {
		display: block;
	}

	.available-positions-section .title-list strong {
		padding-top: 3px;
		line-height: 1;
	}

	.available-positions-section .title-list li {
		padding-bottom: 19px;
	}

	.available-positions-section .title-list li:last-child {
		padding-bottom: 0;
	}

	.available-positions-section .available-positions-description {
		overflow: hidden;
		padding: 2px 28px;
	}

	.available-positions-section .row {
		overflow: hidden;
	}

	.available-positions-section .btn-align-right .btn {
		letter-spacing: 1px;
	}

	.benefits-list-hold {
		margin: 0;
	}

	.benefits-list-hold ul {
		-webkit-column-count: 2;
		column-count: 2;
	}

	.benefits-list-hold ul li {
		padding-right: 15px;
	}

	.testimonial-section blockquote {
		max-width: 55%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 55%;
		flex: 0 0 55%;
		padding-left: 15px;
		font-size: 16px;
	}

	.testimonial-section cite {
		font-size: 12px;
	}

	.testimonial-section .img-hold {
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .22);
	}

	.testimonial-section .img-hold {
		max-width: 45%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 45%;
		flex: 0 0 45%;
	}

	.testimonial-section .blockquote-hold .icon-hold {
		left: 6px;
	}

	.testimonial-section .blockquote-hold {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}

	.testimonial-section .blockquote-hold:nth-child(even) {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}

	.testimonial-section .blockquote-hold:nth-child(even) blockquote {
		padding-left: 0;
		padding-right: 15px;
	}

	.testimonial-section .blockquote-hold:nth-child(even) blockquote:before {
		left: 0;
	}

	.video-description .row .col.small {
		width: 29.5%;
	}

	.video-description .row .col.large {
		width: 70.5%;
	}

	.video-description .info {
		margin: 0 0 15px;
	}

	.watch-video iframe {
		height: 500px;
	}

	#footer {
		background-image: url(images/bg-footer.png);
	}

	#footer {
		padding: 26px 0;
	}

	#footer .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .container:before,
	#footer .container:after {
		display: none;
	}

	#footer .social-networks {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		margin: 0 -6px 6px;
	}

	#footer .social-networks > li {
		padding: 0 6px;
		margin-bottom: 12px;
	}

	#footer .alignright {
		padding-right: 10px;
	}

	#footer .btn {
		font-size: 12px;
	}

	.list-footer {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		font-size: 14px;
	}

	.copyright {
		margin: 0;
		text-align: left;
		margin: 0;
	}
}

@media (min-width: 768px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 768px) and (min-resolution: 144dpi) {
	#footer {
		background-image: url(images/bg-footer@2x.png);
	}
}

@media (min-width: 1024px) {
	h1 small,
	.h1 small,
	h2 small,
	.h2 small,
	h3 small,
	.h3 small,
	h4 small,
	.h4 small,
	h5 small,
	.h5 small,
	h6 small,
	.h6 small,
	.h small {
		margin-bottom: 12px;
	}

	h1,
	.h1 {
		font-size: 60px;
		line-height: 71px;
		margin: 0 0 12px;
	}

	h2,
	.h2 {
		font-size: 45px;
		line-height: 55px;
		margin-bottom: 12px;
	}

	h3,
	.h3 {
		font-size: 36px;
		line-height: 48px;
	}

	.visible-tablet {
		display: none !important;
	}

	.hidden-tablet {
		display: block !important;
	}

	.hidden-desktop {
		display: none !important;
	}
	
	.leader-block h3 {
		font-size: 36px;
		line-height: 42px;
	}


	.btn,
	input[type="submit"],
	input[type="button"],
	button[type="submit"] {
		font-size: 14px;
		line-height: 18px;
		padding: 10px 30px;
	}

	.btn.btn-primary,
	input[type="submit"].btn-primary,
	input[type="button"].btn-primary,
	button[type="submit"].btn-primary {
		font-size: 14px;
		line-height: 18px;
	}

	.bg-watermark {
		top: 100px;
	}

	.social-networks a {
		width: 24px;
		height: 24px;
		font-size: 12px;
	}

	#header.fixed-position .container {
		height: 60px;
		-webkit-transition: height .3s linear;
		transition: height .3s linear;
	}

	#header .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}

	#header .container:before,
	#header .container:after {
		display: none;
	}

	.logo {
		width: 150px;
		height: 20px;
	}

	.scrolled .logo {
		-webkit-transition: height,width, .3s linear;
		transition: height,width, .3s linear;
	}

	#nav {
		margin: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: calc(100% - 150px);
		padding: 0 0 0 20px;
	}

	#nav .nav-drop {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	#nav .nav-drop .nav-hold {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background: none;
		width: 100%;
		padding: 0;
	}

	#nav .nav-drop .nav-wrap {
		height: auto;
		overflow: visible;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	#nav .btn-holder {
		float: right;
		position: static;
		padding: 0 10px 0 20px;
		background: none;
	}

	#nav .btn-holder .btn {
		font-size: 12px;
		line-height: 16px;
		letter-spacing: 3px;
		padding: 10px 25px;
		display: inline-block;
		vertical-align: top;
	}

	.menu {
		font-size: 10px;
		line-height: 14px;
		float: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		letter-spacing: 3px;
	}

	.menu > li {
		display: inline-block;
		vertical-align: top;
		padding: 0;
	}

	.menu > li > a {
		padding: 30px 15px;
	}

	.scrolled .menu > li > a {
		padding-top: 20px;
		padding-bottom: 20px;
		-webkit-transition: padding,background,color, .3s linear;
		transition: padding,background,color, .3s linear;
	}

	.menu > li.hover .dropdown {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.dropdown {
		position: absolute;
		top: 100%;
		left: 0;
		z-index: 999;
		width: 250px;
		background: #3e4246;
		font-size: 14px;
		line-height: 18px;
		display: block;
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		-webkit-transition: opacity, visibility, .2s linear;
		transition: opacity, visibility, .2s linear;
	}

	.dropdown > li a {
		padding: 15px;
	}

	.nav-opener {
		display: none;
	}

	.content-holder {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.intro .list-info {
		margin-bottom: 22px;
	}

	.intro-section {
		min-height: 560px;
	}

	.intro-section .intro {
		padding-right: 40px;
		max-width: 500px;
	}

	.img-intro {
		width: 500px;
	}

	.history-section .img-holder {
		width: 350px;
	}

	.history-section .img-holder:before {
		right: 110px;
	}

	.history-section .intro-text {
		padding-left: 390px;
	}

	.history-section .intro-text h2 {
		margin-bottom: 12px;
	}

	.image-gallery h2 {
		margin-bottom: 5px;
	}

	.image-gallery p {
		margin-bottom: 32px;
	}

	.list-images {
		margin: 0 -16px;
	}

	.list-images > li {
		padding: 0 16px;
		margin-bottom: 30px;
	}

	.generic-section {
		max-width: 900px;
	}

	.generic-section .text-row {
		margin-bottom: 42px;
	}

	.info-block .img-holder {
		margin: 0 30px 0 0;
		width: 488px;
	}

	.video-block .ico-holder {
		margin-bottom: 35px;
	}

	.footer-aside .info-text {
		max-width: 580px;
		padding-top: 62px;
	}

	.footer-aside .btn {
		font-size: 14px !important;
	}

	.info-box .title {
		font-size: 22px;
		line-height: 23px;
	}

	.info-box .btn.btn-primary {
		font-size: 14px;
		line-height: 16px;
	}

	.cols {
		margin: 0 -15px;
	}

	.cols > .col {
		padding: 0 15px;
		margin-bottom: 30px;
	}

	.leader-block {
		margin-bottom: 45px;
	}

	.leader-block .img-holder {
		width: 382px;
	}

	.leader-block .description {
		width: calc(100% - 382px);
		padding-left: 35px;
	}

	.leader-block .info-quote {
		margin-bottom: 40px;
	}

	.resource-block {
		padding: 52px 50px 32px;
		font-size: 18px;
		line-height: 30px;
	}

	.resource-block h3 {
		margin-bottom: 11px;
	}

	.resource-block p {
		margin-bottom: 19px;
	}

	.intro-banner {
		font-size: 22px;
		line-height: 30px;
		padding: 47px 0 87px;
	}

	.intro-banner .text {
		max-width: 600px;
	}

	.info-bar {
		font-size: 18px;
		line-height: 30px;
	}

	.info-holder .intro-text {
		max-width: 285px;
		min-height: 500px;
		font-size: 22px;
		line-height: 33px;
	}

	.info-holder .intro-text h2 small {
		font-size: 17px;
	}

	.info-holder h2 small,
	.info-holder .h2 small {
		font-size: 19px;
	}

	.img-truck {
		width: 1024px;
	}

	.featured-services .services-cols.cols > .col:first-child {
		/* padding-top: 75px; */
		padding-top: 150px;
	}

	.featured-services .list-text {
		font-size: 20px;
		line-height: 24px;
		padding: 30px 0 22px 24px;
	}

	.service-box {
		margin-bottom: 30px;
		font-size: 16px;
		line-height: 24px;
		padding: 40px 20px;
	}

	.service-box h3 {
		font-size: 19px;
		line-height: 23px;
	}

	.info-clients {
		padding-top: 80px;
		padding-bottom: 62px;
	}

	.info-clients .cols .col {
		width: 30%;
	}

	.info-clients .cols .col:first-child {
		width: 70%;
	}

	.list-clients {
		font-size: 18px;
		line-height: 22px;
	}

	.list-clients > li {
		padding-left: 87px;
	}

	.list-clients > li + li {
		margin-top: 34px;
	}

	.team-feature h2 small {
		font-size: 19px;
	}

	.testimonial .img-holder {
		width: 380px;
	}

	.testimonial .caption {
		width: calc(100% - 350px);
	}

	.info-blockquote {
		padding: 60px 20px 20px;
		font-size: 18px;
		line-height: 26px;
	}

	.text-watermark {
		font-size: 166px;
		top: 46px;
	}

	.list-services {
		font-size: 20px;
		line-height: 24px;
	}

	.service-area .intro-text {
		margin-bottom: 40px;
	}

	.map-holder {
		padding: 45px;
	}

	.map-holder:before,
	.map-holder:after {
		width: 576px;
		height: 624px;
		left: -315px;
	}

	.map-holder:after {
		left: auto;
		right: -315px;
	}

	.map {
		height: 652px;
	}

	.info-address .text-info {
		font-size: 16px;
		line-height: 20px;
	}

	.contact-section {
		padding: 25px 35px;
	}

	.faq-section {
		padding: 97px 0 45px;
	}

	.accordion .opener {
		font-size: 24px;
		line-height: 28px;
		padding: 25px 60px 20px 25px;
	}

	.accordion .opener:after {
		right: 25px;
		font-size: 49px;
	}

	.accordion .wrap {
		padding: 10px 25px;
	}

	.list-resources > li {
		padding-left: 90px;
		margin-bottom: 60px;
	}

	.list-resources .ico-holder {
		width: 70px;
	}

	.list-resources h3 {
		font-size: 36px;
		line-height: 48px;
	}

	.promo-section .container {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.promo-section .text-watermark {
		font-size: 100px;
	}

	.promo-section .img-logo {
		width: 255px;
	}

	.promo-section .text-holder {
		padding-left: 310px;
	}

	.service-details .intro-text {
		font-size: 22px;
		line-height: 33px;
	}

	.list-character {
		font-size: 20px;
		line-height: 29px;
	}

	.list-character > li {
		padding: 15px 10px 15px 80px;
	}

	.service-info .img-holder {
		width: 385px;
	}

	.intro-wrap {
		margin-bottom: 80px;
		min-height: 350px;
	}

	.intro-wrap .img-holder {
		width: 380px;
	}

	.intro-wrap .text-holder {
		max-width: 500px;
		padding-top: 80px;
	}

	.available-positions-section {
		margin-bottom: 118px;
	}

	.available-positions-section .available-positions-block {
		max-width: 1133px;
		margin: 0 auto 39px;
		padding: 22px 38px 19px;
	}

	.intro-btn-hold {
		padding: 38px 20px 20px;
	}

	.intro-btn-hold .btn {
		padding: 13px 30px;
	}

	.testimonial-section h2 {
		font-size: 45px;
		font-weight: 300;
		margin-bottom: 48px;
	}

	.testimonial-section blockquote {
		padding: 59px 0 0 32px;
		max-width: 43%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 43%;
		flex: 0 0 43%;
	}

	.testimonial-section .img-hold {
		max-width: 57%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 57%;
		flex: 0 0 57%;
	}

	.watch-video iframe {
		height: 600px;
	}

	#footer .btn {
		font-size: 14px;
		padding-top: 13px;
		padding-bottom: 13px;
	}
}

@media (min-width: 1200px) {
	.logo {
		width: 200px;
		height: 26px;
	}

	#nav {
		width: calc(100% - 200px);
	}
	
	.menu {
		font-size: 13px;
	}

	.img-intro {
		width: 700px;
	}

	.footer-aside {
		padding-left: 550px;
	}

	.footer-aside .img-holder {
		width: 550px;
	}

	.img-truck {
		width: 1200px;
	}

	.intro-wrap .img-holder {
		width: 450px;
	}

	.intro-wrap .text-holder {
		max-width: 600px;
	}

	.two-cols-hold {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 58px;
	}

	.two-cols-hold .column-l {
		width: 59.7%;
		padding-right: 20px;
	}

	.two-cols-hold .column-r {
		width: 37%;
	}

	.two-cols-hold .column-r .listing-numbered {
		padding-bottom: 0;
	}

	.two-cols-hold .intro {
		margin-bottom: 50px;
	}

	.listing-numbered .title {
		margin-bottom: 21px;
	}

	.listing-numbered li {
		line-height: 31px;
		margin-bottom: 50px;
	}

	.listing-numbered .ico-holder {
		top: 3px;
	}

	.benefits-list-hold {
		margin-bottom: 111px;
	}

	.testimonial-section {
		margin-bottom: 89px;
	}

	.testimonial-section blockquote {
		font-size: 22px;
		line-height: 35px;
		padding: 59px 0 23px 32px;
	}

	.testimonial-section cite {
		font-size: 12px;
	}

	.testimonial-section q {
		margin-bottom: 11px;
	}

	.testimonial-section .blockquote-hold {
		margin-bottom: 45px;
	}

	.testimonial-section .blockquote-hold .icon-hold {
		width: 70px;
		height: 50px;
		background-size: cover;
		left: 32px;
		top: -17px;
	}

	.video-description {
		margin: -18px 0 0;
	}

	.video-description .row .col.full-width {
		padding-right: 110px;
	}

	.video-description .row .col.full-width .title {
		margin: 0 0 7px;
	}

	.watch-video iframe {
		height: 700px;
	}

	.watch-video .top-block {
		margin: 0;
		padding: 0 320px 0 3px;
		font-size: 22px;
		line-height: 33px;
	}

	.watch-video h2 {
		font-size: 45px;
		line-height: 55px;
		margin: 0 0 15px;
	}

	.watch-video p {
		margin: 0 0 38px;
	}

	.watch-video .video-wrapper {
		margin: 0;
	}

	.take-quiz .next-step {
		max-width: 1110px;
		margin: 0 auto;
	}

	.take-quiz .title {
		font-size: 24px;
		line-height: 36px;
		padding: 39px 0 109px;
	}

	.take-quiz .wrapper {
		font-size: 19px;
		line-height: 33px;
		padding: 58px 0;
	}

	.take-quiz .wrapper .container {
		padding: 0 23px;
	}

	.take-quiz .top-block {
		padding-right: 340px !important;
	}

	.take-quiz h2 {
		font-size: 45px;
		line-height: 55px;
		margin: 0 0 15px;
	}

	.take-quiz h3 {
		margin: 0 0 20px;
	}

	.take-quiz p {
		margin: 0 0 48px;
	}

	.take-quiz .radio-list {
		padding: 0 42px;
		margin: 0 0 66px;
	}

	.take-quiz .radio-list li {
		margin-bottom: 19px;
	}

	.results .next-step {
		max-width: 1110px;
		margin: 0 auto;
	}

	.results .title {
		font-size: 24px;
		line-height: 36px;
		padding: 39px 0 129px;
	}

	.results h2 {
		font-size: 45px;
		line-height: 55px;
		margin: 0 0 34px;
	}

	.results .info-address {
		padding: 0 23px;
		margin-bottom: 7px !important;
	}

	.certificate-block {
		padding: 62px 0 64px;
		margin: 0 0 85px;
	}

	.certificate-block h2 {
		font-size: 45px;
		line-height: 55px;
		margin: 0 0 31px;
	}

	.certificate-block .certificate {
		font-size: 19px;
		line-height: 24px;
		font-weight: 400;
/* 		padding: 85px 40px 60px; */
		text-transform: uppercase;
		letter-spacing: 3px;
	}

	.certificate-block h3 {
		font-size: 36px;
		line-height: 48px;
		text-transform: none;
		letter-spacing: 1px;
		margin: 0 0 32px;
	}
}

@media (min-width: 1420px) {
	.watch-video {
		max-width: 1380px;
		margin: 0 auto 48px;
		padding: 58px 0 48px;
	}

	.take-quiz {
		margin: 0 0 67px;
	}

	.take-quiz > .container {
		max-width: 1420px;
		margin: 0 auto 48px;
	}

	.results > .container {
		max-width: 1420px;
		margin: 0 auto;
	}
}

@media (min-width: 1600px) {
	h3.sm,
	.h3.sm {
		font-size: 26px;
		line-height: 48px;
	}

	body {
		font-size: 18px;
		line-height: 30px;
	}

	#main {
		padding-top: 99px;
	}

	.bg-watermark {
		top: 140px;
	}

	#header .container {
		padding: 0 35px;
	}

	.logo {
		width: 296px;
		height: 39px;
	}

	.scrolled .logo {
		width: 251px;
		height: 33px;
	}

	#nav {
		width: calc(100% - 296px);
	}

	#nav .btn-holder .btn {
		font-size: 16px;
		line-height: 22px;
		padding: 10px 25px;
	}

	.menu {
		font-size: 14px;
		line-height: 18px;
	}

	.menu > li > a {
		padding: 40px 22px;
	}

	.scrolled .menu > li > a {
		padding-top: 26px;
		padding-bottom: 26px;
	}

	.dropdown {
		width: 286px;
	}

	.dropdown {
		font-size: 17px;
		line-height: 22px;
	}

	.content-holder {
		padding-top: 42px;
		padding-bottom: 82px;
	}

	.intro {
		font-size: 22px;
		line-height: 33px;
	}

	.intro h1 {
		margin-bottom: 32px;
	}

	.intro-section {
		min-height: 700px;
	}

	.intro-section .intro {
		max-width: 515px;
		padding-top: 110px;
		padding-bottom: 30px;
	}

	.img-intro {
		width: 885px;
		height: 707px;
	}

	.intro-text h2 {
		margin-bottom: 10px;
	}

	.history-section {
		padding: 25px 0 0;
		margin-bottom: 62px;
	}

	.history-section .img-holder {
		width: 465px;
	}

	.history-section .img-holder:before {
		right: 185px;
		top: -40px;
		bottom: 40px;
	}

	.history-section .intro-text {
		padding-top: 0;
		padding-left: 495px;
		padding-right: 100px;
	}

	.history-section .intro-text h3 {
		font-size: 36px;
		line-height: 40px;
	}

	.generic-section {
		padding-top: 95px;
	}

	blockquote {
		margin-left: 32px;
		font-size: 28px;
		line-height: 44px;
		padding: 2px 0 2px 35px;
	}

	.footer-aside {
		padding-left: 690px;
		font-size: 22px;
		line-height: 33px;
	}

	.footer-aside .img-holder {
		width: 700px;
	}

	.footer-aside .info-text {
		max-width: 612px;
	}

	.info-team.content-holder {
		padding-top: 65px;
		padding-bottom: 56px;
	}

	.info-leader {
		margin-bottom: 110px;
	}

	.leader-block .description .wrap {
		padding-top: 5px;
	}

	.leader-block h3 {
		font-size: 36px;
		line-height: 42px;
	}

	.info-staff h2 {
		margin-bottom: 40px;
	}

	.staff-block .text-info {
		font-size: 14px;
		line-height: 18px;
	}

	.resource-block h3 {
		font-size: 26px;
		line-height: 30px;
	}

	.intro-banner {
		font-size: 33px;
		line-height: 48px;
	}

	.intro-banner .text {
		max-width: 880px;
	}

	.intro-heading {
		max-width: 1240px;
	}

	.intro-heading h1 {
		font-size: 142px;
		line-height: 144px;
	}

	.info-bar .title-info {
		width: 64%;
	}

	.info-bar .title {
		font-size: 23px;
		line-height: 25px;
	}

	.info-bar .btn-holder {
		width: 37%;
	}

	.info-bar .btn {
		font-size: 21px;
		line-height: 24px;
	}

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

	.info-holder .intro-text {
		min-height: 685px;
	}

	.img-truck {
		width: 1600px;
	}

	.featured-services > .cols {
		margin: 0 -35px;
	}

	.featured-services > .cols > .col {
		padding: 0 35px;
		width: 45%;
	}

	.featured-services > .cols > .col:first-child {
		width: 55%;
	}

	.service-box h3 {
		font-size: 23px;
		line-height: 29px;
	}

	.info-clients .cols .col {
		width: 22%;
	}

	.info-clients .cols .col:first-child {
		width: 75%;
	}

	.team-feature {
		padding-top: 120px;
		padding-bottom: 100px;
		font-size: 22px;
		line-height: 33px;
	}

	.team-feature .cols > .col {
		width: 58%;
	}

	.team-feature .cols > .col:first-child {
		width: 42%;
	}

	.slideshow {
		padding: 0;
	}

	.slideshow .pagination {
		left: -20px;
	}

	.testimonial .img-holder {
		width: 485px;
	}

	.testimonial .caption {
		width: calc(99.5% - 413px);
		margin-left: -72px;
	}

	.testimonial .caption .info-text {
		padding-left: 90px;
	}

	.info-blockquote {
		font-size: 22px;
		line-height: 34px;
		padding: 85px 28px 17px;
	}

	.info-blockquote:before {
		width: 70px;
		height: 50px;
		top: 22px;
		left: 24px;
	}

	.info-serving .container {
		padding-top: 62px;
		padding-bottom: 67px;
	}

	.info-serving h2 {
		margin-bottom: 45px;
	}

	.featured-clients {
		padding-top: 125px;
		padding-bottom: 108px;
	}

	.featured-clients h2 {
		margin-bottom: 45px;
	}

	.list-logo > li {
		margin-bottom: 52px;
	}

	.map-holder:before,
	.map-holder:after {
		width: 776px;
		height: 824px;
		left: -590px;
	}

	.map-holder:after {
		left: auto;
		right: -590px;
	}

	.info-address .text-info {
		font-size: 20px;
		line-height: 24px;
	}

	.contact-section {
		padding: 80px 80px 65px;
	}

	.contact-section h2 {
		font-size: 45px;
		line-height: 55px;
	}

	.resources-listing {
		margin-left: 110px;
	}

	.promo-section {
		font-size: 28px;
		line-height: 44px;
	}

	.promo-section .container {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.promo-section .text-watermark {
		font-size: 166px;
	}

	.intro-wrap {
		min-height: 450px;
	}

	.intro-wrap .img-holder {
		width: 572px;
	}

	.intro-wrap .text-holder {
		padding: 150px 0 0;
		max-width: 700px;
	}

	.services-list h3 {
		font-size: 28px;
		line-height: 37px;
	}

/*
	.employee-portal .intro {
		margin-bottom: 97px;
	}
*/

	.info-vacancy .intro {
		margin-bottom: 60px;
	}

	.info-vacancy .intro p {
		margin-bottom: 20px;
	}

	.info-requirement .h3 {
		margin-bottom: 30px;
	}

	.content-holder.alt {
		padding-bottom: 47px;
	}

	.list-footer {
		margin: 0 -25px -2px;
	}

	.list-footer > li {
		padding: 0 25px;
	}
}

@media (max-width: 1023px) {
	iframe {
		width: 100%;
	}

	.visible-desktop {
		display: none !important;
	}

	#nav .nav-drop {
		position: fixed;
		background: #3e4246;
		top: 73px;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: opacity,visibility, .3s linear;
		transition: opacity,visibility, .3s linear;
	}

	.nav-active #nav .nav-drop {
		opacity: 1;
		visibility: visible;
	}
}

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

	.hidden-mobile {
		display: none !important;
	}

	.visible-tablet {
		display: none !important;
	}

	#nav .nav-drop {
		top: 60px;
	}

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

	.in-viewport .info-box {
		position: static !important;
		border-radius: 0;
	}

	.info-resources .cols {
		display: block;
	}

	.info-resources .cols > .col {
		width: 100%;
	}

	.featured-services > .cols {
		display: block;
	}

	.featured-services > .cols > .col {
		width: 100%;
		margin-bottom: 20px;
	}

	.info-clients .cols {
		display: block;
	}

	.info-clients .cols .col {
		width: 100%;
	}

	.team-feature .cols {
		display: block;
	}

	.team-feature .cols > .col {
		width: 100%;
	}

	.promo-section .text-watermark {
		display: none;
	}

	.services-list .cols {
		display: block;
	}

	.services-list .cols > .col {
		width: 100%;
	}

	.time-list li em {
		display: none;
	}

	#footer .alignleft,
	#footer .alignright {
		float: none;
	}

	#footer .alignright {
		text-align: center;
	}
}

@media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 1.5), (max-width: 767px) and (min-resolution: 144dpi) {
	#footer {
		background-image: url(images/bg-footer-sm@2x.png);
	}
}

@media (max-width: 414px) {
	.staff-block {
		margin-bottom: 16px;
	}

	.staff-block .text-info {
		letter-spacing: .13em;
	}
}

@media (max-width: 413px) {
	.featured-services .cols {
		display: block;
	}

	.featured-services .cols .col {
		width: 100%;
	}

	.service-box {
		height: auto !important;
	}

	.time-list {
		display: block;
	}

	.time-list li:nth-child(even) {
		padding-left: 0;
	}
}
