@charset "UTF-8";
/*!
Theme Name: AM2 Theme
Theme URI: 
Author: AM2 Studio
Author URI: http://am2studio.hr/
Description: AM2 Studio starter theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
!*/
/* Variables & Mixins */
/**
*
* Variables
*
**/
/** Grid **/
/** Typography **/
/**
*
* Colors
*
**/
/**
*
* Breakpoints
*
**/
/**
*
* Breakpoints
*
**/
/**
*
* Mixins
*
**/
/*
 * BEM element/modifier
 */
/* Reset */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-overflow-scrolling: touch; }

/**
 * Remove default margin.
 */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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/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 when focused and also mouse hovered in all browsers.
 */
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: 0.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: -0.5em; }

sub {
  bottom: -0.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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * 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: 0.35em 0.625em 0.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; }

/* Base */
@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVA/PROXIMANOVALIGHT.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVALIGHT.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVALIGHT.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVALIGHT.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVALIGHT.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVALIGHT.svg#geogrotesque") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVA/PROXIMANOVALIGHTITALIC.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVALIGHTITALIC.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVALIGHTITALIC.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVALIGHTITALIC.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVALIGHTITALIC.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVALIGHTITALIC.svg#geogrotesque") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVA/PROXIMANOVAREG.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVAREG.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVAREG.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVAREG.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVAREG.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVAREG.svg#geogrotesque") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVA/PROXIMANOVAREGITALIC.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVAREGITALIC.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVAREGITALIC.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVAREGITALIC.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVAREGITALIC.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVAREGITALIC.svg#geogrotesque") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVA/PROXIMANOVASBOLD.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVASBOLD.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVASBOLD.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVASBOLD.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVASBOLD.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVASBOLD.svg#geogrotesque") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVA/PROXIMANOVASEMIBOLDITALIC.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVASEMIBOLDITALIC.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVASEMIBOLDITALIC.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVASEMIBOLDITALIC.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVASEMIBOLDITALIC.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVASEMIBOLDITALIC.svg#geogrotesque") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVA/PROXIMANOVABOLD.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVABOLD.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVABOLD.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVABOLD.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVABOLD.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVABOLD.svg#geogrotesque") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVA/PROXIMANOVABOLDIT.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVABOLDIT.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVABOLDIT.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVABOLDIT.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVABOLDIT.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVABOLDIT.svg#geogrotesque") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVA/PROXIMANOVAEXTRABOLD.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVAEXTRABOLD.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVAEXTRABOLD.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVAEXTRABOLD.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVAEXTRABOLD.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVAEXTRABOLD.svg#geogrotesque") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'proxima';
  src: url("fonts/PROXIMANOVA/PROXIMANOVABLACK.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVABLACK.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVABLACK.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVABLACK.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVABLACK.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVABLACK.svg#geogrotesque") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'proxima cond';
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHT.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHT.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHT.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHT.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHT.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHT.svg#geogrotesque") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'proxima cond';
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHTIT.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHTIT.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHTIT.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHTIT.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHTIT.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDLIGHTIT.svg#geogrotesque") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'proxima cond';
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULAR.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULAR.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULAR.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULAR.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULAR.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULAR.svg#geogrotesque") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'proxima cond';
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULARIT.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULARIT.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULARIT.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULARIT.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULARIT.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDREGULARIT.svg#geogrotesque") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'proxima cond';
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLD.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLD.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLD.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLD.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLD.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLD.svg#geogrotesque") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'proxima cond';
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLDIT.eot");
  src: url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLDIT.eot?#iefix") format("embedded-opentype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLDIT.woff2") format("woff2"), url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLDIT.woff") format("woff"), url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLDIT.ttf") format("truetype"), url("fonts/PROXIMANOVA/PROXIMANOVACONDSEMIBOLDIT.svg#geogrotesque") format("svg");
  font-weight: 600;
  font-style: italic; }

/**
*
* Defaults
*
**/
* {
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch; }

html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px; }

body {
  font-family: "proxima", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.42857;
  color: #394049;
  background: #efefef;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  fill: currentColor; }
  @media (max-width: 767px) {
    body {
      font-size: 15px; } }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: ''; }

.clearfix:after {
  clear: both; }

a {
  color: #2b387f;
  text-decoration: underline;
  background-color: transparent; }
  a:hover {
    color: #394049;
    text-decoration: underline; }

p,
ul,
ol {
  margin: 0 0 35px 0; }

p:last-child,
ul:last-child,
ol:last-child {
  margin-bottom: 0; }

a,
a img,
button {
  transition: all 0.1s ease-in-out; }

a:focus img {
  outline: auto; }

img:focus {
  outline: auto; }

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 120%; }

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #f69731; }

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #f8b062; }

h1 {
  font-size: 32px; }

h2 {
  font-size: 24px; }

h3 {
  font-size: 20px; }

h4 {
  font-size: 18px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 12px; }

/* Images
------------------------------------------------------------ */
figure {
  position: relative;
  margin: 0;
  overflow: hidden; }

figure img {
  display: block;
  width: 100%;
  height: auto; }

figure a:hover img {
  transform: scale(1.03); }

img {
  max-width: 100%;
  height: auto;
  border: 0;
  -webkit-backface-visibility: hidden; }

svg:not(:root) {
  overflow: hidden; }

img.dummy {
  height: auto;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }

img.real_img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

img.wider {
  height: auto !important;
  width: 100% !important; }

img.taller {
  width: auto !important;
  height: 100% !important; }

.anchor {
  position: absolute;
  top: 48px; }

::-moz-selection {
  /* Code for Firefox */
  color: #ffffff;
  background: #f69731; }

::selection {
  color: #ffffff;
  background: #f69731; }

.show-on-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .show-on-mobile {
      display: block !important; } }

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none !important; } }

.show-on-tablet {
  display: none !important; }
  @media (max-width: 1020px) {
    .show-on-tablet {
      display: block !important; } }

@media (max-width: 1020px) {
  .hide-on-tablet {
    display: none !important; } }

/* Layout */
/**
*
* AM2 Grid Maker
*
**/
.container {
  width: 100%;
  padding: 0 2.5925%; }
  @media (max-width: 767px) {
    .container {
      padding: 0 5.185%; } }

.gutter {
  width: 2.73438%; }

.grid-item {
  width: 31.51042%; }

.col-1 {
  width: 100%; }

.col-12 {
  width: 48.63281%;
  margin-right: 2.73438%; }

.col-13 {
  width: 31.51042%;
  margin-right: 2.73438%; }
  .js-grid .col-13 {
    margin-right: 0; }

.col-14 {
  width: 22.94922%;
  margin-right: 2.73438%; }

.col-15 {
  width: 17.8125%;
  margin-right: 2.73438%; }

.col-16 {
  width: 14.38802%;
  margin-right: 2.73438%; }

.col-23 {
  width: 65.75521%;
  margin-right: 2.73438%; }

.col-25 {
  width: 38.35938%;
  margin-right: 2.73438%; }

.col-34 {
  width: 74.31641%;
  margin-right: 2.73438%; }

.col-35 {
  width: 58.90625%;
  margin-right: 2.73438%; }

.col-45 {
  width: 79.45313%;
  margin-right: 2.73438%; }

.col-12:nth-of-type(2n) {
  margin-right: 0; }

.col-13:nth-of-type(3n) {
  margin-right: 0; }

.col-14:nth-of-type(4n) {
  margin-right: 0; }

.col-15:nth-of-type(5n) {
  margin-right: 0; }

.col-16:nth-of-type(6n) {
  margin-right: 0; }

.col-12 .col-12:nth-of-type(2n) {
  margin-right: 0; }

.col-12 .col-13:nth-of-type(3n) {
  margin-right: 0; }

.col-14 .col-12:nth-of-type(2n) {
  margin-right: 0; }

.col-34 .col-12:nth-of-type(2n) {
  margin-right: 0; }

.col-1,
.col-12,
.col-13,
.col-14,
.col-15,
.col-16,
.col-23,
.col-25,
.col-34,
.col-35,
.col-45 {
  position: relative;
  float: left; }

/*** Layout ***/
.layout {
  position: relative;
  width: 100%;
  padding: 35px 0px;
  background-size: cover;
  background-position: center; }
  .layout--gray {
    background: #efefef; }
    .page-id-40 .layout--gray {
      border-top: 5px solid #c3c3c3; }
  .layout--lighter {
    background: #fcfcfc; }
  .layout--indent {
    padding: 0;
    position: relative;
    top: -170px;
    margin-bottom: -30px; }
    @media (max-width: 767px) {
      .layout--indent {
        top: 0;
        margin-bottom: 0; } }
  .layout--indent-large {
    padding: 0;
    position: relative;
    top: -270px;
    margin-bottom: -130px; }
    @media (max-width: 767px) {
      .layout--indent-large {
        top: 0;
        margin-bottom: 0; }
        .single-course .layout--indent-large {
          top: -110px;
          margin-bottom: -110px; } }

.wrapper {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto; }

.layout--narrow .wrapper {
  width: 1024px; }

/*** WordPress Default ***/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

#header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  color: #000;
  background: #ffffff;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.header__top {
  background-color: #25327b;
  text-align: center;
  color: white;
  padding: 10px 0;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  margin: 130px 0px -130px;
  display: block; }
  @media (max-width: 1020px) {
    .header__top {
      margin: 60px 0px -57px; } }
  @media (max-width: 767px) {
    .header__top {
      margin: 49px 0px -47px; } }
  .header__top-url {
    background-color: #fff;
    padding: 4px 6px 3px 5px;
    color: #222;
    text-transform: uppercase; }
    .header__top-url:hover {
      opacity: 0.95; }
  .header__top-right {
    display: inline-block; }
  .header__top-left {
    display: inline-block;
    margin-right: 15px;
    font-weight: bold; }
    @media (max-width: 767px) {
      .header__top-left {
        margin-bottom: 10px; } }

#content {
  margin-top: 130px; }
  @media (max-width: 1020px) {
    #content {
      margin-top: 57px; } }
  @media (max-width: 767px) {
    #content {
      margin-top: 45px; } }

.content-holder {
  padding: 35px;
  min-height: 500px;
  border-top: 5px solid #f69731;
  background: #ffffff; }
  @media (max-width: 767px) {
    .content-holder {
      padding: 20px 0 10px 0;
      min-height: 0;
      border-top: 0px;
      background: transparent; } }
  .content-holder p {
    margin-bottom: 30px; }
    .page-template-page-contact .content-holder p {
      margin: 0; }
    .content-holder p.contact-name {
      margin-bottom: 15px;
      color: #394049; }
    @media (max-width: 1020px) {
      .content-holder p {
        margin-top: 10px; } }
  .content-holder .post-date {
    display: block;
    text-transform: uppercase;
    color: #2b387f;
    margin-bottom: 17.5px; }
  .content-holder h1, .content-holder h2, .content-holder h3 {
    color: #394049; }
  .content-holder h3 {
    color: #394049;
    margin: 0 0 15px 0; }
    .page-template-page-contact .content-holder h3 {
      font-weight: 900;
      color: #23272c; }
  .content-holder hr {
    border: none;
    background: #d0d0d0;
    height: 1px;
    margin: 0 0 30px 0; }

@media (max-width: 767px) {
  [target-id="how-it-works"] .col-12 {
    width: 100%;
    margin: 0px; } }

@media (max-width: 767px) {
  [target-id="courses"] .layout--lighter {
    background: #e9e9e9;
    padding-bottom: 0; } }

@media (max-width: 1020px) {
  .page-template-front-page .sidebar-holder {
    display: none; } }

@media (max-width: 1020px) {
  .page-template-page-two-column .content-holder .col-12 {
    width: 100%;
    margin: 0; } }

@media (max-width: 1020px) {
  .main-content-holder,
  .sidebar-holder {
    width: 100%;
    margin: 0; } }

@media (max-width: 1020px) {
  .sidebar-holder {
    margin-top: 20px; } }

.js-slick-slider-home {
  width: 111%;
  margin-left: -6%; }
  .js-slick-slider-home .block {
    transform: scale(0.9) !important; }
    .js-slick-slider-home .block.slick-current {
      transform: scale(1) !important; }

@media (max-width: 767px) {
  .page-template-page-contact .content-holder .col-13,
  .page-template-page-contact .content-holder .col-23,
  .page-template-page-contact .content-holder .col-12 {
    width: 100%;
    margin: 0px; }
    .page-template-page-contact .content-holder .col-13 .section,
    .page-template-page-contact .content-holder .col-23 .section,
    .page-template-page-contact .content-holder .col-12 .section {
      background: #ffffff;
      padding: 15px; }
    .page-template-page-contact .content-holder .col-13 .section--first,
    .page-template-page-contact .content-holder .col-23 .section--first,
    .page-template-page-contact .content-holder .col-12 .section--first {
      margin-bottom: 15px; } }

@media (max-width: 767px) {
  .page-template-page-strategic-partnerships .layout--indent {
    padding-top: 20px; } }

@media (max-width: 767px) {
  .blog .layout--indent {
    padding-top: 20px; } }

.page-template-page-campuses .hero--page {
  height: 40vw; }

@media (max-width: 767px) {
  .page-template-page-campuses .hero .fancy-box {
    padding-bottom: 10px; }
  .page-template-page-campuses .block__image-holder {
    display: none; } }

@media (max-width: 767px) {
  .page-template-page-program .block__image-holder {
    display: none; } }

/*
.main-content-holder
.sidebar-holder {}
*/
.sidebar {
  position: relative; }
  .sidebar--background {
    background: #ffffff; }
  .sidebar__title {
    position: relative;
    background: #394049;
    padding: 30px 0px 15px 50px; }
    .sidebar__title h2 {
      margin: 0;
      line-height: 0.75;
      font-weight: 800;
      padding-bottom: 12px;
      font-size: 50px;
      color: #d0d0d0; }
      @media (max-width: 1020px) {
        .sidebar__title h2 {
          font-size: 30px; } }
  .sidebar__title-triangle {
    position: absolute;
    left: 0;
    top: 100%;
    fill: #394049; }
  .sidebar__link {
    display: block;
    width: 100%;
    z-index: 2;
    padding: 20px 20px 18px 20px;
    text-transform: uppercase;
    border-top: 1px solid #d0d0d0;
    background: #ffffff;
    font-weight: 700;
    color: #394049; }
    .sidebar__link:hover {
      color: #394049; }
  .sidebar__link-arrow {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    fill: #394049;
    transition: all 0.1s ease-in-out; }
    .sidebar__link:hover .sidebar__link-arrow {
      margin-left: 15px; }
  .sidebar--orange {
    background: #f69731;
    color: #fffaf4;
    margin-bottom: 70px;
    padding: 1px 0; }
  .sidebar__orange-title {
    color: #1a1e23;
    padding: 0 35px;
    text-transform: uppercase; }
    .sidebar--mobile .sidebar__orange-title {
      padding: 0 15px; }
      .sidebar--mobile .sidebar__orange-title h2 {
        font-size: 20px; }
  .sidebar--mobile {
    margin-top: 15px;
    margin-bottom: 0; }
    .sidebar--mobile .selectize-dropdown {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }
    .sidebar--mobile .selectize-input.dropdown-active::before {
      display: none; }
    @media (max-width: 440px) {
      .sidebar--mobile .sidebar__table-cell {
        font-size: 12px; } }
    .sidebar--mobile .sidebar__table-cell:first-child {
      padding-left: 20px; }
    .sidebar--mobile .option,
    .sidebar--mobile .item {
      color: #394049;
      font-size: 16px; }
      @media (max-width: 440px) {
        .sidebar--mobile .option,
        .sidebar--mobile .item {
          font-size: 14px !important; } }
    .sidebar--mobile .item {
      padding-right: 20px;
      white-space: nowrap; }
    .sidebar--mobile .selectize-input {
      z-index: 99; }
    .sidebar--mobile .selectize-input {
      box-shadow: none !important;
      border-radius: 0px; }
    .sidebar--mobile .selectize-dropdown .active {
      background: #efefef;
      color: #394049;
      font-weight: 800; }
  .sidebar__table {
    width: 100%;
    display: table;
    border-bottom: 1px solid #d17109; }
  .sidebar__table-row {
    position: relative;
    display: table-row;
    color: #ffffff; }
    .sidebar__table-row:hover {
      font-weight: 800; }
    .sidebar__table-row--border .sidebar__table-cell {
      border-top: 1px solid #d17109; }
  .sidebar__table-cell {
    padding: 10px 10px;
    display: table-cell;
    width: 33.33%;
    font-size: 16px;
    color: #1a1e23; }
    .js-wishlist-course--active .sidebar__table-cell {
      color: #394049; }
    .sidebar__table-cell:first-child {
      padding-left: 35px; }
    .sidebar__table-cell:last-of-type {
      padding-right: 35px; }
    @media (max-width: 767px) {
      .sidebar__table-cell {
        padding: 5px 10px; }
        .sidebar__table-cell:last-of-type {
          padding-right: 40px !important; }
        .sidebar__table-cell:last-child {
          border-right: none; }
        .sidebar__table-cell:first-child {
          padding-left: 15px; }
        .sidebar__table-cell:last-of-type {
          padding-right: 35px; } }
  .sidebar__delete-icon {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    fill: #394049;
    transition: all 0.1s ease-in-out; }
    @media (max-width: 767px) {
      .sidebar__delete-icon {
        display: block; } }
    .sidebar__delete-icon:hover {
      fill: #ffffff;
      transform: scale(1.3); }
    .js-wishlist-course--active:hover .sidebar__delete-icon {
      display: block; }
  .sidebar__table-row-heading .sidebar__table-cell {
    font-weight: 700;
    color: #1a1e23; }
  .sidebar__check-icon {
    position: absolute;
    top: 50%;
    margin-top: -7px;
    display: block;
    width: 14px;
    height: 14px;
    fill: #394049;
    transition: all 0.1s ease-in-out; }
    @media (max-width: 767px) {
      .sidebar__check-icon {
        display: none; } }
    .js-wishlist-course--active:hover .sidebar__check-icon {
      display: none; }
  .sidebar__actions {
    display: none;
    position: absolute;
    right: 10px;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .sidebar__actions {
        margin-top: 10px; } }
    .js-wishlist-course--active .sidebar__actions {
      display: block; }

.sidebar--mobile .selectize-control {
  margin: 20px; }

.js-wishlist-course:hover {
  background: #f8b062;
  color: #394049; }

.js-wishlist-course--active {
  background: #fac893;
  color: #394049;
  font-weight: bold; }
  .js-wishlist-course--active:hover {
    color: #394049;
    color: #ffffff; }

#footer {
  width: 100%;
  padding: 35px 0px;
  color: #fff;
  background: #394049;
  border-top: 5px solid #000; }
  @media (max-width: 767px) {
    #footer {
      font-size: 14px;
      padding-top: 10px; } }
  #footer h2 {
    text-transform: uppercase;
    color: white;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      #footer h2 {
        font-size: 14px; } }
  #footer ul {
    padding: 0; }
    @media (max-width: 767px) {
      #footer ul {
        padding-left: 26px;
        margin-bottom: 0; } }
    #footer ul li {
      display: block; }
      #footer ul li a {
        font-size: 18px;
        color: white; }
        @media (max-width: 767px) {
          #footer ul li a {
            display: block;
            font-size: 14px;
            margin: 7px 0; } }
        #footer ul li a:hover {
          color: white;
          text-decoration: underline; }
  @media (max-width: 767px) {
    #footer .menu {
      display: none;
      margin-bottom: 0px; } }
  #footer .new-social_share {
    max-width: 40px;
    float: left;
    margin: 0 7px; }
  #footer .new-social_share img {
    display: block;
    width: 40px;
    border-radius: 50%;
    height: 40px; }
  #footer .new-social_share:hover {
    opacity: 0.8; }

@media (max-width: 767px) {
  .footer-column {
    width: 100%;
    margin: 0 0 20px 0; } }

.footer-column__toggle-icon {
  width: 12px;
  height: 12px;
  margin-right: 10px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: all 0.1s ease-in-out;
  float: left; }

.footer-column .current-menu-item a {
  color: #ffffff !important; }

.footer-column--open .footer-column__toggle-icon {
  transform: rotate(0deg); }

.footer-column--open .menu {
  display: block !important;
  margin-bottom: 0; }

.top {
  text-align: right;
  background: #394049;
  color: white; }
  .top .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: end;
        justify-content: flex-end; }
  .top .login--top {
    display: -ms-flexbox;
    display: flex; }

.hero {
  position: relative;
  background-size: cover; }
  @media (max-width: 767px) {
    .hero .fancy-box {
      padding: 90px 0px 80px 0; } }
  @media (max-width: 767px) {
    .hero {
      text-align: center; } }
  .home .hero .wrapper {
    max-width: 1212px; }
    @media (max-width: 1250px) {
      .home .hero .wrapper {
        max-width: 92%; } }
  @media (max-width: 1020px) {
    .hero .container {
      padding: 0; } }
  .hero--home {
    text-align: center;
    height: 100vh; }
    @media (max-width: 1020px) {
      .hero--home {
        height: auto; } }
  .hero--indent {
    padding-bottom: 150px; }
    @media (max-width: 767px) {
      .hero--indent {
        padding: 0; } }
  .hero--indent-large {
    padding-bottom: 250px; }
    @media (max-width: 767px) {
      .hero--indent-large {
        padding: 0; }
        .single-course .hero--indent-large {
          padding: 50px 0 140px 0; } }
  .hero--page {
    height: 60vh; }
    @media (max-width: 1020px) {
      .hero--page {
        height: auto; } }
  .hero__search-table {
    position: relative;
    display: table;
    width: 100%;
    height: 100%; }
    .page-template-page-campuses .hero__search-table {
      position: absolute;
      bottom: 0;
      height: auto;
      z-index: 2; }
  .hero__search-cell {
    display: table-cell;
    vertical-align: middle; }
    .hero--page .hero__search-cell {
      vertical-align: bottom; }
  @media (max-width: 767px) {
    .hero .fancy-box__decorations {
      display: none; } }
  .hero__title {
    margin: 0 0 20px 0;
    color: #ffffff;
    font-size: 67px;
    font-weight: 900;
    text-shadow: 0 0 7px rgba(0, 0, 0, 0.8); }
    @media (max-width: 1250px) {
      .hero__title {
        font-size: 50px; } }
    @media (max-width: 767px) {
      .hero__title {
        font-size: 35px;
        margin-left: 0px !important;
        text-align: center; }
        .hero__title:after {
          margin: 0px auto;
          content: '';
          display: block;
          height: 3px;
          width: 90%;
          background: -webkit-radial-gradient(circle, white, rgba(255, 255, 255, 0)); } }
    .hero--home .hero__title {
      font-size: 63px;
      letter-spacing: 1px; }
      @media (max-width: 1250px) {
        .hero--home .hero__title {
          font-size: 50px; } }
      @media (max-width: 767px) {
        .hero--home .hero__title {
          font-size: 40px; } }
    .hero--page .hero__title {
      margin-left: 20px; }
    .hero__title span {
      color: #f69731; }
    .hero--page .hero__title {
      font-weight: 800; }

/* Components */
.spinner {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 0px auto;
  transition: all 0.1s ease-in-out; }

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #f69731;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  animation: sk-bounce 2.0s infinite ease-in-out; }

.double-bounce2 {
  animation-delay: -1.0s; }

@keyframes sk-bounce {
  0%, 100% {
    transform: scale(0);
    -webkit-transform: scale(0); }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1); } }

.search-loader {
  position: absolute;
  transform: scale(0);
  transition: all 0.1s ease-in-out; }
  .search-loader--top {
    width: 35px;
    height: 35px;
    right: 26%;
    top: 1px;
    right: 9px;
    z-index: 9; }
    .search-loader--top .double-bounce1, .search-loader--top .double-bounce2 {
      background: #ffffff; }
  .search-loader--hero {
    right: 26%;
    top: 15px;
    z-index: 9; }
  .search-loader--visible {
    transform: scale(1); }

.filter-results-loader {
  z-index: 99;
  position: absolute;
  left: 50%;
  top: 0;
  transform: scale(0);
  transition: all 0.1s ease-in-out; }
  .filter-results-loader--visible {
    transform: scale(1); }

.menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .menu .sub-menu {
    display: none; }
  .menu--main-menu {
    margin-top: 31px;
    /* in sake of wordpress css class naming standards -.-  */ }
    @media (max-width: 1250px) {
      .menu--main-menu {
        margin-top: 32px; } }
    .menu--main-menu .menu-item {
      float: left;
      margin: 0 0 0 20px; }
      @media (max-width: 1250px) {
        .menu--main-menu .menu-item {
          font-size: 50px; } }
      .menu--main-menu .menu-item a {
        text-align: center;
        display: block;
        color: #394049;
        font-size: 16px;
        text-transform: uppercase; }
        @media (max-width: 1250px) {
          .menu--main-menu .menu-item a {
            font-size: 14px; } }
        .menu--main-menu .menu-item a:hover {
          color: #394049; }
      .menu--main-menu .menu-item.current-menu-item a {
        color: #2b387f;
        text-decoration: underline; }
      @media (max-width: 1106px) {
        .menu--main-menu .menu-item {
          margin-left: 10px; } }
    @media (max-width: 1020px) {
      .menu--main-menu {
        display: none; } }
  .menu--responsive-menu {
    position: relative;
    width: 100%; }
    .menu--responsive-menu .sub-menu {
      position: relative;
      padding: 0;
      margin: 0;
      background: rgba(0, 0, 0, 0.3); }
    .menu--responsive-menu .menu-item {
      position: relative;
      display: block;
      margin: 0; }
      .menu--responsive-menu .menu-item a {
        padding: 10px 20px;
        color: #394049;
        display: block; }
      .menu--responsive-menu .menu-item .submenu-button {
        position: absolute;
        z-index: 9;
        top: 0;
        right: 0px;
        padding: 10px;
        background: #e6e6e6; }
        .menu--responsive-menu .menu-item .submenu-button polygon {
          fill: #394049; }

.resp-search {
  position: fixed;
  top: 0;
  height: 120%;
  padding-bottom: 35%;
  width: 280px;
  right: -280px;
  overflow-y: scroll;
  background: #ffffff;
  z-index: 999999; }

/* responsive menu elements */
.resp-menu {
  position: fixed;
  top: 0;
  height: 120%;
  padding-bottom: 35%;
  width: 280px;
  right: -280px;
  overflow-y: scroll;
  background: #ffffff;
  z-index: 999999; }

.resp-buttons {
  position: relative;
  display: none;
  margin-top: 18px;
  margin-bottom: 10px; }
  .resp-buttons.right {
    margin-top: 6px; }
    @media (max-width: 767px) {
      .resp-buttons.right {
        margin-top: -1px; } }
  @media (max-width: 1020px) {
    .resp-buttons {
      display: inline-block; } }
  @media (max-width: 767px) {
    .resp-buttons {
      margin-top: 14px;
      margin-bottom: 4px; } }

.resp-menu-icon {
  margin-top: 3px;
  position: relative;
  display: inline-block;
  width: 24px;
  height: 21px;
  cursor: pointer; }
  .resp-menu-icon__line {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: absolute;
    left: 0;
    border-top: 3px solid #394049;
    width: 100%; }
    .resp-menu-icon__line--top {
      top: 0px; }
    .resp-menu-icon__line--middle {
      top: 7px; }
    .resp-menu-icon__line--bottom {
      top: 14px; }

.menu-open {
  overflow: hidden; }
  .menu-open .resp-menu {
    left: 0; }
  .menu-open #header {
    right: -280px; }
  .menu-open .resp-menu-icon {
    opacity: 0; }
    .menu-open .resp-menu-icon__line--top {
      top: 10px;
      transform: rotate(50deg);
      color: #B39977; }
    .menu-open .resp-menu-icon__line--middle {
      opacity: 0; }
    .menu-open .resp-menu-icon__line--bottom {
      top: 10px;
      transform: rotate(-50deg);
      color: #B39977; }
  .menu-open .body-overlay {
    display: block; }

.search-open {
  overflow: hidden; }
  .search-open .resp-search {
    right: 0; }
  .search-open #header {
    left: -280px; }
  .search-open .body-overlay {
    display: block; }

.body-overlay {
  display: none;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(57, 64, 73, 0.8); }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

.button, input[type="submit"],
button {
  display: inline-block;
  text-transform: none;
  border: none;
  background: #f69731;
  color: #fff;
  transition: all 0.1s ease-in-out;
  outline: none; }
  .button--secundary {
    background: #476c99; }
    .button--secundary:hover, .button--secundary:focus {
      background: #375376;
      color: #eaeff5; }
  .button--full-width {
    width: 100%;
    text-align: center; }
  .button--brand {
    background: #f69731;
    color: #ffffff; }
    .button--brand:hover, .button--brand:focus {
      background: #ea7e0a; }
  .button--light {
    border: 1px solid #ffffff;
    background: #ffffff;
    color: #394049; }
  .button--hallow {
    background: transparent; }
    .button--hallow.button--light {
      color: #ffffff; }
    .button--hallow:hover, .button--hallow:focus {
      background: #ffffff;
      color: #394049; }
  .button--large {
    font-size: 22px;
    padding: 22px 40px; }
    @media (max-width: 767px) {
      .button--large {
        font-size: 18px;
        padding: 12px 20px; } }
  .button__icon {
    width: 16px;
    height: 16px; }
  .button--orange-sidebar {
    background: #1a1e23;
    color: white;
    fill: white;
    display: block;
    margin: 35px;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center; }
    @media (max-width: 767px) {
      .button--orange-sidebar {
        padding: 15px 0;
        font-size: 16px;
        margin: 20px;
        font-weight: 800; }
        .button--orange-sidebar .button__icon {
          margin-left: 5px; } }
    .button--orange-sidebar:hover, .button--orange-sidebar:focus {
      background: white;
      color: #1a1e23;
      fill: #1a1e23; }
    .button--orange-sidebar.disabled {
      color: #f69731 !important;
      background: #f9bc7a; }
    .button--orange-sidebar.focus {
      color: #f69731 !important;
      background: #ffffff; }
      @media (min-width: 1021px) {
        .button--orange-sidebar.focus:hover {
          background: #fdeddc; } }

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="date"],
input[type="number"], textarea {
  display: block;
  overflow: visible;
  width: auto;
  height: 50px;
  padding: 0 15px;
  font-size: 16px;
  border: none;
  outline: none; }
  input.invalid[type="text"],
  input.invalid[type="email"],
  input.invalid[type="tel"],
  input.invalid[type="search"],
  input.invalid[type="date"],
  input.invalid[type="number"], textarea.invalid {
    border: 1px solid red; }
    input.invalid[type="text"] + label, input.invalid[type="email"] + label, input.invalid[type="tel"] + label, input.invalid[type="search"] + label, input.invalid[type="date"] + label, input.invalid[type="number"] + label, textarea.invalid + label {
      color: red; }

.wpcf7-not-valid {
  border: 1px solid #cf4b4b !important; }
  .wpcf7-not-valid.wpcf7-checkbox {
    border: none !important; }

textarea {
  height: 230px; }
  @media mobile {
    textarea {
      height: 130px; } }

input[type="submit"],
button {
  cursor: pointer; }

input:focus,
input:active,
textarea:focus,
textarea:active {
  border-color: #476c99; }

label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  color: #f69731; }
  label.filled {
    color: #f69731; }
  label.active {
    color: #f69731; }

/* contact form 7 errors */
.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: inline-block;
  padding: 5px 10px;
  font-size: 14px;
  color: #cf4b4b; }

.wpcf7-mail-sent-ok {
  background: #9dc024;
  color: #fff; }

.screen-reader-response {
  display: none;
  padding: 10px 10px;
  margin-bottom: 20px;
  background: #f69731;
  color: #efefef; }
  .screen-reader-response[role="alert"] {
    display: block; }

.wpcf7-display-none {
  display: none; }

/* form placeholders */
form ::-webkit-input-placeholder {
  color: #939393;
  font-family: "proxima", Arial, Helvetica, sans-serif; }

form :-moz-placeholder {
  color: #939393;
  font-family: "proxima", Arial, Helvetica, sans-serif; }

form ::-moz-placeholder {
  color: #939393;
  font-family: "proxima", Arial, Helvetica, sans-serif; }

form :-ms-input-placeholder {
  color: #939393;
  font-family: "proxima", Arial, Helvetica, sans-serif; }

input[type="checkbox"] {
  width: 30px;
  height: 30px;
  cursor: pointer;
  /*
  &:checked {
    &:before {
      background-size: 60% 60%;
      }
  }
*/ }
  input[type="checkbox"]:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-image: url("images/check.png");
    background-color: #ffffff;
    background-size: 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    transition: all 0.1s ease-in-out;
    position: absolute; }
    .iOSMobile input[type="checkbox"]:before {
      display: none; }
  .wpcf7-list-item--checked input[type="checkbox"]:before {
    background-size: 19px; }

input[type="radio"] {
  display: block;
  width: 30px !important;
  height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  /*
  &:checked {
    &:before {
      background-size: 60% 60%;
    }
  }
*/ }
  .iOSMobile input[type="radio"] {
    -webkit-appearance: normal; }
  input[type="radio"]:before {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    background-image: url("images/check.png");
    background-color: #ffffff;
    background-size: 0px 0px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    transition: all 0.1s ease-in-out;
    border-radius: 50%; }
    .iOSMobile input[type="radio"]:before {
      display: none; }
  .wpcf7-list-item--checked input[type="radio"]:before {
    background-size: 19px; }

.wpcf7-list-item {
  display: inline-block;
  margin-right: 20px; }

.wpcf7-list-item-label {
  display: inline-block;
  margin-bottom: 10px; }

.screen-reader-response {
  display: none !important; }

.wpcf7-list-item label {
  text-align: center; }

@media (max-width: 767px) {
  .checkout__terms input[type="checkbox"] {
    width: 30px;
    height: 30px; }
  .checkout__input-column .vehicle input {
    width: 30px;
    height: 30px; }
  .checkout__input-column .vehicle input[type="radio"],
  .checkout__input-column .license input[type="radio"] {
    border: 1px solid #000;
    border-radius: 50%;
    background-color: transparent;
    -webkit-appearance: radio; }
  input[type="radio"]:before {
    background-color: transparent;
    display: none; } }

.search {
  position: relative; }
  .search__icon-mobile {
    width: 32px;
    height: 32px;
    margin-top: 18px;
    fill: #ffffff;
    background: #f69731; }
    @media (max-width: 440px) {
      .search__icon-mobile {
        margin-top: 9px;
        width: 26px;
        height: 26px; } }
  .search__mobile-label {
    float: left;
    display: block;
    background: #f69731;
    width: 25%;
    height: 70px;
    margin-bottom: 0px; }
    @media (max-width: 440px) {
      .search__mobile-label {
        height: 45px;
        width: 20%; } }
  .search--top {
    display: inline-block;
    margin-right: 30px;
    top: -1px;
    vertical-align: top;
    margin-top: 6px; }
  .search--hero {
    z-index: 99;
    max-width: 73.3%;
    margin: 0px auto; }
    @media (max-width: 767px) {
      .search--hero {
        max-width: 100%; } }
  .search__form {
    position: relative; }
    .search--hero .search__form {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.8); }
  .search__input {
    display: inline-block; }
    .search--hero .search__input {
      position: relative;
      z-index: 2; }
    .search--hero .search__input {
      box-sizing: border-box;
      height: 70px;
      line-height: 70px;
      font-size: 24px;
      padding: 0 30px;
      width: 75%;
      float: left; }
      @media (max-width: 440px) {
        .search--hero .search__input {
          height: 45px;
          line-height: 43px;
          font-size: 16px;
          width: 80%;
          padding: 0 15px; } }
    .search--top .search__input {
      height: 38px;
      min-width: 236px;
      line-height: 38px;
      padding: 0 50px 0 10px;
      background: rgba(255, 255, 255, 0.3);
      color: #ffffff; }
      .search--top .search__input::-webkit-input-placeholder {
        color: #d0d0d0;
        font-style: italic; }
      .search--top .search__input:-moz-placeholder {
        color: #d0d0d0;
        font-style: italic; }
      .search--top .search__input::-moz-placeholder {
        color: #d0d0d0;
        font-style: italic; }
      .search--top .search__input:-ms-input-placeholder {
        color: #d0d0d0;
        font-style: italic; }
  .search__submit-label {
    cursor: pointer;
    position: absolute;
    margin: 0;
    top: 0;
    right: 0;
    height: 38px;
    width: 50px;
    text-align: center;
    background: transparent; }
    .search--mobile .search__submit-label {
      height: 50px;
      background: #f69731; }
    .search__submit-label:hover .search__icon {
      color: #ffffff; }
  .search--top .search__icon {
    position: relative;
    top: 10px;
    width: 16px;
    height: 16px;
    color: #d0d0d0;
    transition: all 0.1s ease-in-out;
    transform: scaleX(-1); }
  .search--mobile .search__icon {
    position: relative;
    top: 14px;
    right: 0;
    width: 19px;
    height: 19px;
    color: #ffffff;
    background: #f69731;
    transition: all 0.1s ease-in-out;
    transform: scaleX(-1); }
  .search__submit {
    display: inline-block; }
    .search--hero .search__submit {
      padding: 0;
      height: 70px;
      font-size: 24px;
      line-height: 70px;
      width: 25%;
      float: right;
      font-weight: 700;
      color: #394049; }
      .search--hero .search__submit:hover {
        background: #394049;
        color: white; }
      .search--hero .search__submit:focus {
        outline: auto; }
      @media (max-width: 767px) {
        .search--hero .search__submit {
          text-indent: -9999px; } }
    .search--top .search__submit {
      display: none; }
    .search--mobile .search__submit {
      display: none; }
  .search__results {
    display: none;
    text-align: left;
    border-top: 1px solid #d0d0d0;
    position: absolute;
    top: 70px;
    font-size: 24px;
    width: 75%;
    padding: 10px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    background: #ffffff;
    z-index: 999; }
    .search--top .search__results {
      top: 39px;
      width: 165%; }
    @media (max-width: 440px) {
      .search__results {
        top: 45px;
        width: 100%; } }
  .search__result {
    position: relative;
    display: block;
    padding: 4px 30px 3px 30px; }
    .search__result:hover {
      background: #f6f6f6; }
  .search__letter {
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    padding: 0 7px;
    font-size: 18px;
    top: 7px;
    background: #d0d0d0;
    color: #ffffff; }
    .search--mobile .search__letter {
      font-size: 13px;
      padding: 0 5px;
      top: 5px;
      left: 15px;
      line-height: 1.4; }
    .search__letter--apprenticeship {
      text-transform: uppercase;
      color: #1e518e;
      background: #669ddf; }
    .search__letter--construction-skills {
      text-transform: uppercase;
      color: #126d16;
      background: #65e66b; }
    .search__letter--health-and-safety {
      text-transform: uppercase;
      color: #a45a00;
      background: #ffa83e; }
  .search__result-text {
    display: inline-block;
    margin-left: 45px;
    color: #394049; }
    .search--mobile .search__result-text {
      font-size: 17px;
      margin-left: 20px; }
  .search__result-highlight {
    font-weight: 700;
    color: #394049; }

.twitter-typeahead {
  display: block !important; }

.tt-menu {
  text-align: left;
  border-top: 1px solid #d0d0d0;
  position: absolute;
  top: 70px;
  font-size: 24px;
  width: 75%;
  padding: 10px 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: #ffffff;
  z-index: 999; }
  .search--hero .tt-menu {
    margin-top: 70px; }
    @media (max-width: 440px) {
      .search--hero .tt-menu {
        margin-top: 45px;
        width: 100%; } }
  .resp-search .tt-menu {
    width: 100%;
    display: block !important;
    position: relative !important;
    box-shadow: none;
    border-top: 1px solid #d0d0d0;
    overflow-y: visible;
    max-height: initial;
    font-size: 16px; }

.search--top .tt-menu {
  top: 39px;
  width: 165%; }

.tt-highlight {
  font-weight: 700;
  color: #394049; }

.tt-menu {
  max-height: 335px;
  overflow-y: scroll; }

.tt-hint {
  color: #717f90; }

.login--top {
  display: inline-block;
  line-height: 50px;
  vertical-align: top; }

.login__title {
  margin-right: 20px; }

.login__button {
  float: right;
  display: inline-block;
  height: 50px;
  padding: 0 20px;
  color: white; }
  .login__button:hover {
    color: #ffffff;
    background: #23272c; }
  .login__button--brand {
    background: #25327b;
    color: white; }
  .login__button--primary {
    background: #1a1e23;
    color: #ffffff; }
  .login__button--app {
    background: #f69731;
    color: black; }

.cart--top {
  display: inline-block;
  line-height: 45px;
  margin-right: 50px;
  vertical-align: top; }

.cart--mobile {
  display: inline-block;
  fill: #f69731;
  margin-right: 24px; }
  .cart--mobile .cart__icon {
    fill: #394049; }

.cart__visual {
  position: relative;
  display: inline-block;
  cursor: pointer; }
  .cart__visual:hover .cart__quantity {
    top: 2px; }
  .cart__visual:hover .cart__icon {
    color: white; }

.cart__quantity {
  position: absolute;
  top: 5px;
  right: -15px;
  padding: 2px 5px 0px 5px;
  background: #f69731;
  color: black;
  font-weight: 900;
  line-height: 1;
  transition: all 0.1s ease-in-out; }

.cart__icon {
  position: relative;
  top: 9px;
  width: 32px;
  height: 32px;
  fill: #d0d0d0;
  transition: all 0.1s ease-in-out; }

.logo {
  margin: 20px 0 0 0;
  padding: 0;
  max-width: 340px;  }
  @media (max-width: 1020px) {
    .logo--main {
      position: absolute !important;
      left: 50%;
      transform: translate(-50%, 0);
      max-width: 113px; } }
  @media (max-width: 767px) {
    .logo--main {
      max-width: 80px; } }
  .logo--mobile {
    max-width: 100px;
    margin-left: 20px;
    margin-top: 20px; }
  .logo__anchor {
    display: block; }
  .logo__image {
    width: 100%; }
  .logo--footer {
    margin: 0px auto;
    max-width: 70%; }
    .logo--footer a:focus img {
      outline-color: #d0d0d0; }
    @media (max-width: 1020px) {
      .logo--footer {
        display: none; } }

.fancy-box {
  padding: 30px 0 35px 0;
  position: relative; }
  @media (max-width: 1020px) {
    .hero--home .fancy-box {
      margin-top: 60px;
      margin-bottom: 150px; } }
  @media (max-width: 440px) {
    .hero--home .fancy-box {
      margin-top: 30px;
      margin-bottom: 90px; } }
  .fancy-box--hero-page {
    padding: 10px; }
  .fancy-box__decoration {
    position: absolute;
    background: #ffffff; }
    .fancy-box__decoration--top-left {
      top: 0;
      left: -40px;
      right: 0;
      height: 3px;
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 60%, white 97%, rgba(255, 255, 255, 0) 100%); }
    .fancy-box__decoration--bottom-left {
      bottom: 0;
      left: -40px;
      right: 0;
      height: 3px;
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 60%, white 97%, rgba(255, 255, 255, 0) 100%); }
    .fancy-box__decoration--side-left-top {
      top: -40px;
      left: 0;
      bottom: 0;
      width: 3px;
      background: linear-gradient(to top, rgba(255, 255, 255, 0) 20%, white 90%, rgba(255, 255, 255, 0) 100%); }
    .fancy-box__decoration--side-left-bottom {
      top: 0;
      left: 0;
      bottom: -40px;
      width: 3px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, white 90%, rgba(255, 255, 255, 0) 100%); }
    .fancy-box__decoration--bottom-right {
      left: 0;
      right: -40px;
      bottom: 0;
      height: 3px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 60%, white 97%, rgba(255, 255, 255, 0) 100%); }
    .fancy-box__decoration--top-right {
      left: 0;
      right: -40px;
      top: 0;
      height: 3px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 60%, white 97%, rgba(255, 255, 255, 0) 100%); }
    .fancy-box__decoration--side-right-bottom {
      right: 0px;
      bottom: -40px;
      top: 0;
      width: 3px;
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 20%, white 90%, rgba(255, 255, 255, 0) 100%); }
    .fancy-box__decoration--side-right-top {
      right: 0px;
      top: -40px;
      bottom: 0;
      width: 3px;
      background: linear-gradient(to top, rgba(255, 255, 255, 0) 20%, white 90%, rgba(255, 255, 255, 0) 100%); }
    .fancy-box__decorations--image-block .fancy-box__decoration--top-left {
      left: 0;
      top: 33px; }
      @media (max-width: 767px) {
        .fancy-box__decorations--image-block .fancy-box__decoration--top-left {
          top: 19px; } }
    .fancy-box__decorations--image-block .fancy-box__decoration--top-right {
      right: 0;
      top: 33px; }
      @media (max-width: 767px) {
        .fancy-box__decorations--image-block .fancy-box__decoration--top-right {
          top: 19px; } }
    .fancy-box__decorations--image-block .fancy-box__decoration--bottom-left {
      left: 0;
      bottom: 33px; }
      @media (max-width: 767px) {
        .fancy-box__decorations--image-block .fancy-box__decoration--bottom-left {
          bottom: 19px; } }
    .fancy-box__decorations--image-block .fancy-box__decoration--side-left-top {
      top: 0;
      left: 33px; }
      @media (max-width: 767px) {
        .fancy-box__decorations--image-block .fancy-box__decoration--side-left-top {
          left: 19px; } }
    .fancy-box__decorations--image-block .fancy-box__decoration--side-left-bottom {
      bottom: 0;
      left: 33px; }
      @media (max-width: 767px) {
        .fancy-box__decorations--image-block .fancy-box__decoration--side-left-bottom {
          left: 19px; } }
    .fancy-box__decorations--image-block .fancy-box__decoration--bottom-right {
      right: 0;
      bottom: 33px; }
      @media (max-width: 767px) {
        .fancy-box__decorations--image-block .fancy-box__decoration--bottom-right {
          bottom: 19px; } }
    .fancy-box__decorations--image-block .fancy-box__decoration--bottom-left {
      left: 0;
      bottom: 33px; }
      @media (max-width: 767px) {
        .fancy-box__decorations--image-block .fancy-box__decoration--bottom-left {
          bottom: 19px; } }
    .fancy-box__decorations--image-block .fancy-box__decoration--side-right-bottom {
      top: 33px;
      right: 33px;
      bottom: 0; }
      @media (max-width: 767px) {
        .fancy-box__decorations--image-block .fancy-box__decoration--side-right-bottom {
          right: 19px;
          top: 19px; } }
    .fancy-box__decorations--image-block .fancy-box__decoration--side-right-top {
      bottom: 33px;
      right: 33px;
      top: 0; }
      @media (max-width: 767px) {
        .fancy-box__decorations--image-block .fancy-box__decoration--side-right-top {
          bottom: 19px;
          right: 19px; } }
    .fancy-box__decorations--sidebar .fancy-box__decoration--side-left-bottom {
      left: 25px;
      bottom: -40px; }
    .fancy-box__decorations--sidebar .fancy-box__decoration--bottom-left {
      bottom: 0px;
      left: 0px;
      background: linear-gradient(to left, rgba(255, 255, 255, 0) 20%, white 90%, rgba(255, 255, 255, 0) 100%); }

.featured-blocks-holder {
  margin-bottom: -115px; }
  @media (max-width: 767px) {
    .featured-blocks-holder {
      margin-bottom: -15px; } }

.featured-blocks {
  text-align: center; }
  .featured-blocks .ctable {
    position: relative;
    z-index: 2; }
  .featured-blocks__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: all 0.1s ease-in-out; }
  .featured-blocks__block {
    position: relative;
    padding: 3%;
    top: -150px;
    background: #ffffff;
    z-index: 2;
    transition: all 0.1s ease-in-out; }
    @media (max-width: 767px) {
      .featured-blocks__block {
        top: -50px; } }
    @media (max-width: 767px) {
      .featured-blocks__block {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 3%; } }
    .featured-blocks__block:hover .featured-blocks__background {
      opacity: 1; }
    .featured-blocks__block:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      box-shadow: 0 0 30px rgba(57, 64, 73, 0.5);
      opacity: 0;
      transition: all 0.1s ease-in-out; }
    .featured-blocks__block:hover {
      transform: translate(0, -10px); }
      .featured-blocks__block:hover .featured-blocks__title {
        text-decoration: underline;
        color: #25327b; }
      .featured-blocks__block:hover:before {
        opacity: 1; }
    .featured-blocks__block--apprenticeship .featured-blocks__title {
      color: #394049; }
    .featured-blocks__block--apprenticeship .featured-blocks__background {
      background: radial-gradient(#90b8e8, #3c82d6); }
    .featured-blocks__block--construction .featured-blocks__title {
      color: #394049; }
    .featured-blocks__block--construction .featured-blocks__background {
      background: radial-gradient(#65e66b, #20c528); }
    .featured-blocks__block--health .featured-blocks__title {
      color: #394049; }
    .featured-blocks__block--health .featured-blocks__background {
      background: radial-gradient(#ffbf71, #ff910b); }
  .featured-blocks__image {
    max-width: 50%;
    margin: 0px auto; }
    @media (max-width: 767px) {
      .featured-blocks__image {
        max-width: 35%;
        float: left; } }
  .featured-blocks__title {
    font-size: 28px;
    font-weight: 800; }
    @media (max-width: 1020px) {
      .featured-blocks__title {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .featured-blocks__title {
        max-width: 55%;
        margin-left: 10%;
        top: 50%;
        transform: translateY(-80%);
        position: absolute;
        right: 5%;
        text-align: left;
        font-size: 19px; } }

.block {
  position: relative;
  z-index: 2;
  padding-bottom: 64px;
  margin-top: 33px;
  background: #ffffff;
  margin-bottom: 35px;
  transition: all 0.1s ease-in-out; }
  .block--has-no-links {
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .block {
      width: 100%;
      margin-right: 0 !important; }
      .js-slick-slider-home .block {
        /*margin-left: 10px !important;
      margin-right: 10px !important;*/ } }
  @media (max-width: 440px) {
    .block__excerpt-paragraph {
      display: none; } }
  .block--featured {
    background: #f69731; }
    .block--featured .block__content {
      background: #f69731;
      color: #394049; }
    .block--featured .block__link {
      background: #f69731;
      color: #ffffff;
      border-color: #d17109; }
    .block--featured .block__link-arrow {
      fill: #ffffff; }
    .block--featured:hover .block__link, .block--featured:focus .block__link {
      color: #ffffff; }
  .col-23 .block.col-12 {
    width: 47.920000%;
    margin-right: 4.162099%; }
    .col-23 .block.col-12:nth-of-type(2n) {
      margin-right: 0; }
  .block--no-strap {
    margin-top: 0px; }
  .block--static-link {
    padding-top: 0;
    padding-bottom: 0px; }
  .js-grid .block {
    margin: 0 0 2.73438% 0; }
  .block--wide {
    padding-bottom: 0; }
  .block--image {
    margin-top: 0;
    padding-bottom: 0;
    color: #ffffff;
    background: linear-gradient(110deg, #394049 0%, #4f5966 50%, #394049 50%, #4f5966 100%);
    background-size: cover; }
    .block--image .block__content p {
      color: white; }
    .ie9 .block--image {
      background: url("images/blockbg.jpg"); }
  .block__content-holder {
    width: 50%;
    float: left;
    /*@include parent('.block--image') {
      width: 60%;
      float: left;

      @include breakpoint($breakpoint_mobile) {
        width: 100%;
      }
    }*/ }
    @media (max-width: 767px) {
      .block__content-holder {
        width: 100%; }
        .block--has-icon .block__content-holder {
          width: 50%; } }
  .block__image-holder {
    position: relative;
    z-index: 2; }
    .block__image-holder:hover a .real_img, .block__image-holder:focus a .real_img {
      transform: scale(1.03); }
    .block--wide .block__image-holder {
      width: 50%;
      float: left; }
  .block:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 30px rgba(57, 64, 73, 0.5);
    opacity: 0;
    transition: all 0.1s ease-in-out; }
  .block:hover, .block:focus {
    transform: translate(0, -10px); }
    @media (max-width: 767px) {
      .block:hover, .block:focus {
        transform: translate(0); } }
    .block:hover:before, .block:focus:before {
      opacity: 1; }
  .block__title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 37px;
    font-weight: 800;
    color: #394049;
    transition: all 0.1s ease-in-out; }
    a .block__title:hover, a .block__title:focus {
      color: #25327b;
      text-decoration: underline; }
    @media (max-width: 767px) {
      .block__title {
        font-size: 26px; } }
    @media (max-width: 440px) {
      .block__title {
        font-size: 16px;
        margin-bottom: 5px; } }
    .block__title--smaller {
      font-size: 20px;
      font-weight: 700; }
    .block--image .block__title {
      position: relative;
      color: #ffffff;
      font-size: 43px;
      line-height: 1; }
      @media (max-width: 767px) {
        .block--image .block__title {
          font-size: 20px; } }
  .block__subtitle {
    margin-bottom: 15px; }
    .block__subtitle--apprenticeship {
      color: #1e518e; }
      .block__subtitle--apprenticeship .block__subtitle-letter {
        color: white;
        background: #2b387f; }
    .block__subtitle--construction-skills {
      color: #394049; }
      .block__subtitle--construction-skills .block__subtitle-letter {
        color: white;
        background: #394049; }
    .block__subtitle--health-and-safety {
      color: #a45a00; }
      .block__subtitle--health-and-safety .block__subtitle-letter {
        color: white;
        background: #ffa83e; }
  .block__subtitle-text {
    display: inline-block; }
    @media (max-width: 767px) {
      .block__subtitle-text {
        font-size: 16px; } }
    @media (max-width: 440px) {
      .block__subtitle-text {
        font-size: 12px; } }
  .block__subtitle-letter {
    display: inline-block;
    margin-right: 10px;
    padding: 0 5px;
    background: #d0d0d0; }
    @media (max-width: 440px) {
      .block__subtitle-letter {
        font-size: 12px;
        margin-right: 6px; } }
  .block__strap {
    position: absolute;
    top: -38px;
    display: inline-block;
    padding: 7px 20px 10px 20px;
    background: #394049;
    color: #ffffff; }
    @media (max-width: 767px) {
      .block__strap {
        padding-top: 12px; } }
    @media (max-width: 440px) {
      .block__strap {
        font-size: 12px;
        padding: 5px 10px 2px 10px;
        top: -24px; } }
  .block__content {
    position: relative;
    z-index: 2;
    padding: 20px;
    background: #ffffff;
    overflow: hidden; }
    @media (max-width: 440px) {
      .block__content {
        padding: 10px; } }
    .block__content p {
      color: black;
      margin-bottom: 15px; }
    .block--image .block__content {
      background: transparent;
      padding: 60px;
      float: left; }
      @media (max-width: 767px) {
        .block--image .block__content {
          padding: 40px;
          width: 100%; }
          .block--image .block__content .button, .block--image .block__content input[type="submit"],
          .block--image .block__content button {
            display: block;
            text-align: center;
            background: #ffffff;
            color: #394049; }
            .block--image .block__content .button:hover, .block--image .block__content input:hover[type="submit"],
            .block--image .block__content button:hover, .block--image .block__content .button:focus, .block--image .block__content input:focus[type="submit"],
            .block--image .block__content button:focus {
              background: #f69731; } }
    @media (max-width: 767px) {
      .block__content {
        font-size: 16px; } }
  .block__link-text {
    display: inline-block;
    color: #2b387f; }
    .block__link-text:hover {
      color: #25327b;
      text-decoration: underline; }
  .block__link-text-holder {
    display: table-cell;
    width: 100%; }
  .block__link-arrow-holder {
    display: table-cell;
    width: 100%; }
  .block__link {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 50px 18px 20px;
    border-top: 1px solid #d0d0d0;
    background: #ffffff;
    font-weight: 700;
    color: #f69731;
    text-transform: uppercase; }
    .block--static-link .block__link {
      display: block;
      width: 100%;
      position: relative; }
    .block__link:hover, .block__link:focus {
      color: #f69731; }
  .block__link-arrow {
    position: relative;
    top: 2px;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    fill: #2b387f;
    transition: all 0.1s ease-in-out; }
    @media (max-width: 440px) {
      .block__link-arrow {
        /* width: 12px;
      height: 12px;
      top: 0px;*/ } }
    .block__link:hover .block__link-arrow {
      margin-left: 15px; }
  .block__visual {
    float: left;
    width: 40%;
    text-align: center; }
    .block__visual figure {
      max-width: 70%;
      margin: 0px auto; }
  .block__printer {
    width: 20px;
    height: 20px;
    left: 0;
    color: #394049;
    margin-right: 2px; }
  .block__phone {
    width: 17px;
    height: 17px;
    left: 2px;
    color: #394049;
    margin-right: 2px; }
  .block__marker {
    width: 20px;
    height: 20px;
    left: 0;
    color: #394049;
    margin-right: 2px; }
  .block__calendar {
    position: relative;
    margin-right: 6px;
    top: 2px;
    left: 1px;
    width: 16px;
    height: 16px;
    color: #394049; }
  .block__icon-text {
    display: block;
    padding-left: 30px;
    margin-bottom: 10px;
    position: relative; }
    .block__icon-text svg {
      position: absolute; }

.block-image__button {
  display: block;
  width: auto;
  position: relative;
  z-index: 999;
  margin: 15px;
  background: #ffffff;
  color: #394049 !important; }
  .block-image__button:hover, .block-image__button:focus {
    background: #f69731; }

.block--count-0 .button, .block--count-0 input[type="submit"],
.block--count-0 button {
  background: #ffffff;
  color: #394049; }
  .block--count-0 .button:hover, .block--count-0 input:hover[type="submit"],
  .block--count-0 button:hover, .block--count-0 .button:focus, .block--count-0 input:focus[type="submit"],
  .block--count-0 button:focus {
    color: #ffffff;
    background: #394049;
    border-color: #394049; }

.map {
  position: relative;
  overflow: hidden; }
  .map--hero {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0; }
  .map--footer {
    top: -190px;
    margin-bottom: -190px; }
    @media (max-width: 767px) {
      .map--footer {
        top: 0;
        margin-bottom: 0; } }
  .map__pin {
    position: absolute;
    color: #394049;
    z-index: 1; }
    .map--hero .map__pin.map__pin--barrie:hover .map__popup {
      transform: translate(0, 43px); }
    .map__pin:hover .map__popup {
      transform: translate(0, -30px);
      opacity: 1; }
    .map__pin:hover .map__marker {
      transform: translate(0, -5px);
      fill: #f69731; }
    .map__pin:hover .map__location {
      transform: translate(5px, 0); }
    .map__pin:hover:before {
      transform: scale(0.7);
      opacity: .5; }
    .map__pin:before {
      position: absolute;
      content: '';
      display: block;
      width: 40px;
      height: 16px;
      top: 33px;
      left: -4px;
      background: url("images/marker-shadow.png");
      background-size: 100%;
      transition: all 0.1s ease-in-out; }
      @media (max-width: 767px) {
        .map__pin:before {
          width: 20px;
          height: 6px;
          top: 14px; } }
    .map__pin--barrie {
      bottom: 48.5%;
      left: 20.5%; }
      .map--hero .map__pin--barrie {
        bottom: 66.5%;
        left: 20%; }
    .map__pin--vaughan {
      bottom: 20.5%;
      left: 22.5%; }
      .map--hero .map__pin--vaughan {
        bottom: 38.5%;
        left: 22%; }
    .map__pin--toronto {
      bottom: 8%;
      left: 25%; }
      .map--hero .map__pin--toronto {
        bottom: 26%;
        left: 24.5%; }
    .map__pin--cobourg {
      bottom: 28%;
      left: 44.5%; }
      .map--hero .map__pin--cobourg {
        bottom: 44%;
        left: 44%; }
    .map__pin--kingston {
      bottom: 44%;
      left: 70.5%; }
      .map--hero .map__pin--kingston {
        bottom: 60%;
        left: 70%; }
    .map__pin--cambridge {
      bottom: -0.5%;
      left: 10.5%; }
      .map--hero .map__pin--cambridge {
        bottom: 20%;
        left: 9.5%; }
  .map__marker {
    display: inline-block;
    position: relative;
    width: 33px;
    height: 33px;
    fill: #394049;
    transition: all 0.1s ease-in-out; }
    @media (max-width: 767px) {
      .map__marker {
        width: 12px;
        height: 12px; } }
  .map__location {
    position: relative;
    display: inline-block;
    font-size: 31px;
    font-weight: 700;
    top: 4px;
    vertical-align: text-bottom;
    color: #394049;
    transition: all 0.1s ease-in-out; }
    @media (max-width: 767px) {
      .map__location {
        font-size: 12px; } }
  .map__image {
    display: block;
    margin: 0;
    padding: 0; }
  .map__popup {
    position: absolute;
    color: #f69731;
    font-size: 24px;
    font-weight: 700;
    white-space: nowrap;
    transform: translate(0, -20px);
    opacity: 0;
    transition: all 0.1s ease-in-out; }
    @media (max-width: 767px) {
      .map__popup {
        display: none; } }

.copyright {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #848484; }
  @media (max-width: 767px) {
    .copyright {
      margin-top: 0; } }
  .copyright a, .copyright p {
    color: white; }
  .copyright a:hover {
    color: white;
    text-decoration: underline; }
  .copyright__left {
    display: block;
    float: left;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .copyright__left {
        float: none; } }
  .copyright__right {
    float: right; }
    @media (max-width: 767px) {
      .copyright__right {
        float: none; } }

.links {
  padding: 35px 0;
  text-align: center;
  background: #ffffff; }
  @media (max-width: 767px) {
    .links {
      padding: 10px 0; } }
  .links__logo {
    margin: 0 35px;
    display: inline-block; }
    @media (max-width: 767px) {
      .links__logo {
        margin: 0 3px; } }
  .links__image {
    width: auto;
    height: 90px; }
    @media (max-width: 767px) {
      .links__image {
        height: 28px; } }

.sidebar-block {
  display: block;
  padding: 0 28px;
  padding-bottom: 35px; }
  .sidebar-block__date {
    display: block;
    color: #f69731;
    text-transform: uppercase;
    margin: 25px 0 15px 0; }
  .sidebar-block p {
    color: #394049; }
  .sidebar-block__image-holder:hover .real_img {
    transform: scale(1.03); }
  .sidebar-block__title {
    color: #394049;
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    transition: all 0.1s ease-in-out; }
    .sidebar-block__title:hover {
      color: #f69731; }

.tabs__toggle-icon {
  position: relative;
  top: -2px;
  width: 12px;
  height: 12px;
  margin-right: 10px;
  transform: rotate(45deg);
  transform-origin: center center;
  transition: all 0.1s ease-in-out;
  fill: #394049; }

.tabs__mobile-toggle {
  padding: 10px 0;
  text-align: center;
  font-size: 24px;
  color: #394049;
  background: #b7b7b7;
  border-top: 1px solid #9d9d9d !important;
  text-transform: uppercase;
  font-weight: 800; }
  .tabs__mobile-toggle:hover {
    color: #394049; }
  .tabs__mobile-toggle.tabs__tab--active {
    color: #ffffff;
    background: #f69731 !important; }
    .tabs__mobile-toggle.tabs__tab--active .tabs__toggle-icon {
      fill: #ffffff;
      transform: rotate(0deg); }

.tabs__tab {
  width: 33.333%;
  float: left;
  background-color: #d0d0d0;
  color: #394049;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 2.4;
  border-right: 1px solid #909090; }
  .tabs__tab:last-child {
    border-left: none; }
  .tabs__tab:hover {
    background: #1a1e23;
    color: #ffffff;
    border-color: #1a1e23; }
  .tabs__tab--active {
    background: #1a1e23;
    color: #ffffff;
    border-color: #1a1e23; }

.tabs__content {
  display: none; }
  .tabs__content--active {
    display: block; }

.steps {
  text-align: center; }
  .steps__step {
    display: inline-block;
    vertical-align: text-top; }
    @media (max-width: 767px) {
      .steps__step {
        width: 100%;
        margin-bottom: 15px; } }
  .steps__icon {
    margin: 0px auto;
    width: 140px;
    height: 140px;
    display: block;
    background: #476c99;
    border-radius: 100%; }
  .steps__icon-svg {
    margin-top: 36px;
    width: 64px;
    height: 64px;
    opacity: .7;
    fill: #ffffff; }
  .steps__title {
    margin: 10px 0 0 0;
    font-size: 26px;
    font-weight: 700;
    color: #394049; }
  .steps__content {
    font-weight: 600; }

.filter {
  position: relative; }
  @media (max-width: 767px) {
    .filter {
      display: none;
      padding: 15px;
      background: #f6f6f6; } }
  .filter:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 45px;
    height: 1px;
    background: #d0d0d0; }
    @media (max-width: 767px) {
      .filter:before {
        display: none; } }
  .filter__form {
    text-align: center; }
  .filter__datepicker-clear {
    display: none;
    position: absolute;
    right: 35px;
    width: 18px;
    height: 18px;
    top: 17px;
    transition: all 0.1s ease-in-out;
    cursor: pointer; }
    .filter__datepicker-clear:hover {
      color: #f69731;
      opacity: 1;
      transform: scale(1.1); }
  .filter__section {
    width: 30%;
    padding-right: 30px;
    display: inline-block;
    vertical-align: text-top;
    text-align: left; }
    @media (max-width: 767px) {
      .filter__section {
        width: 100%;
        padding-right: 0px; } }
  .filter__title {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: 700;
    color: #394049;
    font-size: 24px; }
    @media (max-width: 767px) {
      .filter__title {
        width: 100%;
        border-bottom: 1px solid #d0d0d0;
        margin-bottom: 15px;
        padding-bottom: 0px;
        font-size: 16px; } }
  .filter__tick-label {
    display: inline-block;
    line-height: 40px;
    font-size: 18px;
    margin-right: 10px;
    padding: 0 20px;
    background: white;
    color: #394049;
    cursor: pointer;
    border: 1px solid #394049; }
    @media (max-width: 767px) {
      .filter__tick-label {
        font-size: 16px;
        line-height: 30px;
        padding: 0 12px;
        margin-right: 5px; } }
    .filter__tick-label:hover {
      background: #f69731; }
    .filter__tick-label:active {
      background: #f69731;
      color: #fbd5ab; }
    .filter__tick-label--checked {
      background: #1a1e23;
      color: white; }
      .filter__tick-label--checked:hover {
        background: #ea7e0a;
        color: #fbd5ab; }
  .filter__tick-input {
    display: none !important; }
  .filter__tick-text {
    display: block; }
  .filter__datepicker-holder {
    position: relative;
    margin-bottom: 10px;
    max-width: 240px; }
    .filter__datepicker-holder input {
      cursor: pointer;
      width: 100%;
      font-style: italic; }
    .filter__datepicker-holder:after {
      pointer-events: none;
      content: ' ';
      display: block;
      position: absolute;
      top: 50%;
      right: 15px;
      margin-top: -3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 8px 7px 0 7px;
      border-color: #394049 transparent transparent transparent;
      transition: all 0.1s ease-in-out; }
  .filter input[type="submit"] {
    margin-top: 10px; }
  .filter__toggle {
    background: #d5d5d5;
    text-align: left;
    text-align: center;
    padding: 10px;
    color: #394049;
    text-transform: uppercase;
    font-weight: 800; }
    .filter__toggle--active .filter__arrow-toggle {
      transform: rotate(0deg); }
  .filter__arrow-toggle {
    position: relative;
    float: right;
    display: inline-block;
    width: 15px;
    height: 10px;
    top: 6px;
    background: url("images/ad.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.1s ease-in-out;
    transform: rotate(-180deg); }

.filter-results {
  transition: all 0.1s ease-in-out; }
  .filter-results--loading {
    pointer-events: none;
    opacity: .3; }

.js-selectize {
  cursor: pointer; }
  .js-selectize--large .selectize-input {
    line-height: 50px; }

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important; }

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden; }

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0; }

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important; }

.selectize-dropdown-header-close:hover {
  color: #000000; }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  box-sizing: border-box; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none; }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none; }

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important; }

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box; }

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05); }

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none; }

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff; }

.selectize-control {
  position: relative; }

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  cursor: pointer;
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit; }

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: block;
  cursor: pointer; }

.selectize-input {
  padding: 0px 10px;
  line-height: 50px;
  font-size: 18px;
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1; }
  .filter .selectize-input {
    width: 68%; }

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px; }

.selectize-input.full {
  background-color: #ffffff; }

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important; }

.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0; }

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: block;
  zoom: 1;
  *display: inline; }

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0; }

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca; }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff; }

.selectize-input > input {
  height: 0 !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  box-shadow: none !important;
  position: absolute !important; }

.selectize-input > input::-ms-clear {
  display: none; }

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left; }

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0; }

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-shadow: inset 0 0px 2px rgba(0, 0, 0, 0.15); }

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden; }

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px; }

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 0 10px;
  font-size: 18px;
  line-height: 2; }

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none; }

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default; }

.selectize-dropdown .active {
  background-color: #f69731;
  color: #fdeddc; }

.selectize-dropdown .active.create {
  color: #495c68; }

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5); }

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px; }

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto; }

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #394049 transparent transparent transparent;
  transition: all 0.1s ease-in-out; }

.selectize-control.single .selectize-input.dropdown-active:after {
  /*margin-top: -4px;
  border-width: 0 8px 7px 7px;
  border-color: transparent transparent $color_dark transparent;*/
  transform: rotate(90deg); }

.about-box {
  border-top: 5px solid #f69731;
  background: #ffffff;
  margin-bottom: 35px;
  text-align: center; }
  @media (max-width: 1020px) {
    .about-box {
      margin-bottom: 20px; } }
  .about-box__icon-holder {
    background: #ffe5c9;
    padding: 15px; }
  .about-box__icon {
    width: 74px;
    height: 74px;
    fill: #f69731;
    margin: 14px auto; }
    @media (max-width: 1020px) {
      .about-box__icon {
        height: 50px; } }
  .about-box__title {
    font-weight: 700;
    color: #394049; }
  .about-box__content {
    padding: 15px; }
    @media (max-width: 767px) {
      .about-box__content {
        padding: 10px;
        line-height: 1.2; } }
  .sidebar .about-box {
    width: 45.63281%;
    margin-right: 8.66%; }
    .sidebar .about-box:nth-of-type(2n) {
      margin-right: 0; }

.price-table {
  display: table;
  width: 100%;
  margin-bottom: 35px;
  background: #ffffff;
  font-size: 20px; }
  @media (max-width: 767px) {
    .price-table {
      font-size: 12px;
      margin-bottom: 0; } }
  .price-table__row {
    display: table-row; }
  .price-table__cell {
    display: table-cell;
    padding: 15px 30px;
    border-right: 1px solid #d0d0d0;
    color: #394049; }
    @media (max-width: 767px) {
      .price-table__cell {
        padding: 10px 10px; } }
    .price-table__cell:last-child {
      border-right: none; }
  .price-table__heading {
    display: table-cell;
    background: #e7e7e7;
    padding: 15px 30px;
    color: #394049;
    font-weight: 700;
    border-right: 1px solid #b7b7b7; }
    @media (max-width: 767px) {
      .price-table__heading {
        padding: 10px 10px; } }
    .price-table__heading:last-child {
      border-right: none; }

.breadcrumb {
  padding: 15px 25px 0 25px; }
  .breadcrumb__text {
    text-transform: uppercase;
    font-weight: 700; }
  .breadcrumb__link-arrow {
    position: relative;
    top: 1px;
    width: 14px;
    height: 14px;
    fill: #f69731;
    transform: rotate(180deg); }

#google-map {
  height: 200px;
  margin-bottom: 15px; }

#google-map2 {
  height: 420px;
  margin-bottom: 35px; }

.google-map__label {
  position: relative;
  z-index: 999;
  color: #f69731;
  font-size: 24px;
  font-weight: 700;
  transform: translate(-41%, -30px); }
  @media (max-width: 767px) {
    .google-map__label {
      font-size: 14px;
      transform: translate(0, -30px); } }
  .google-map__label.hover {
    display: none; }
    .google-map__label.hover .google-map__label-idle {
      display: none; }
    .google-map__label.hover .google-map__label-hover {
      display: block; }

.google-map__label-hover {
  display: none; }

.icon-list {
  padding: 0; }
  .icon-list__icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
    color: #394049;
    margin-right: 2px; }
  .icon-list__text {
    padding-left: 25px; }
  .icon-list__li {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 10px; }

.cho-table-holder {
  min-height: 150px; }

.cho-table {
  display: table;
  width: 100%;
  background: #ffffff; }
  @media (max-width: 767px) {
    .cho-table {
      margin-left: -6%;
      width: 111.8%; } }
  .cho-table__row {
    position: relative;
    display: table-row;
    transition: all 0.1s ease-in-out; }
    .cho-table__row:first-of-type .cho-table__delete--mobile {
      top: 16px; }
    @media (max-width: 767px) {
      .cho-table__row {
        display: block; } }
    .cho-table__body .cho-table__row:first-child .cho-table__cell {
      border-top: 10px solid #ffffff; }
    .cho-table__body .cho-table__row:last-child .cho-table__cell {
      border-bottom: 10px solid #ffffff; }
    .cho-table__row:hover {
      background: #f6f6f6;
      font-weight: 700;
      color: #394049; }
  .cho-table__head {
    display: table-header-group; }
  .cho-table__body {
    display: table-row-group; }
  .cho-table__heading {
    padding: 15px 30px;
    display: table-cell;
    background: #394049;
    color: #ffffff;
    font-weight: 700;
    border-right: 1px solid #4f5966; }
    @media (max-width: 767px) {
      .cho-table__heading {
        padding: 5px 10px; } }
    .cho-table__heading:last-child {
      border-right: none; }
    .cho-table__heading--course {
      width: 50%; }
    .cho-table__heading__campus {
      width: 16.666666%; }
    .cho-table__heading--start {
      width: 16.666666%; }
    .cho-table__heading--end {
      width: 16.666666%; }
  .cho-table__letter {
    position: absolute;
    display: inline-block;
    margin-right: 10px;
    padding: 0 7px;
    font-size: 18px;
    background: #d0d0d0; }
    .cho-table__letter--apprenticeship {
      color: white;
      background: #394049; }
    .cho-table__letter--construction {
      color: white;
      background: #25327b; }
    .cho-table__letter--health {
      color: white;
      background: #1a1e23; }
  .cho-table__text-variations {
    padding-left: 40px; }
  .cho-table__text {
    position: relative;
    margin: 0;
    top: 1px; }
    @media (max-width: 767px) {
      .cho-table__text {
        padding-right: 50px; } }
    .cho-table__text--has-letter {
      padding-left: 40px; }
      @media (max-width: 767px) {
        .cho-table__text--has-letter {
          font-weight: bold;
          color: #394049; } }
  .cho-table__cell {
    position: relative;
    display: table-cell;
    padding: 10px 30px;
    border-right: 1px solid #d0d0d0; }
    @media (max-width: 767px) {
      .cho-table__cell {
        padding: 5px 10px;
        border-right: none; } }
  .cho-table__delete {
    position: absolute;
    right: 25px;
    top: 15px;
    opacity: 0;
    transform: translate(20px, 0); }
    .cho-table__delete--mobile {
      opacity: 1;
      transform: translate(0, 0);
      right: 17px;
      top: 9px; }
      .cho-table__delete--mobile svg {
        fill: #d0d0d0; }
    .cho-table__row:hover .cho-table__delete {
      opacity: 1;
      transform: translate(0, 0); }
  .cho-table__delete-icon {
    display: block;
    width: 14px;
    height: 14px;
    fill: #394049;
    transition: all 0.1s ease-in-out; }
    .cho-table__delete-icon:hover {
      fill: #f69731;
      transform: scale(1.3); }

.checkout {
  margin-top: 35px; }
  .checkout__label-column {
    width: 25%;
    float: left;
    display: table;
    height: 50px; }
    @media (max-width: 768px) {
      .checkout__label-column {
        width: 100%;
        height: auto; } }
    .checkout__label-column label {
      display: table-cell;
      vertical-align: middle;
      margin-top: 13px;
      padding-right: 10px;
      font-weight: 600; }
  .checkout input {
    width: 100%; }
  .checkout select:focus {
    border: 1px solid #000;
    outline: inset; }
  .checkout input:focus {
    border: 1px solid #000;
    outline: inset; }
  .checkout__text-holder {
    width: 45.63281%;
    margin-right: 0; }
    @media (max-width: 768px) {
      .checkout__text-holder {
        width: 100%;
        margin: 0px; } }
  .checkout__form-holder {
    width: 44.63281%;
    margin-right: 9.73438%; }
    @media (max-width: 768px) {
      .checkout__form-holder {
        width: 100%;
        margin: 0; } }
    .checkout__form-holder fieldset {
      border: none; }
  .checkout__input-column {
    width: 75%;
    margin-bottom: 20px;
    float: left;
    max-width: none; }
    @media (max-width: 768px) {
      .checkout__input-column {
        width: 100%; } }
    .checkout__input-column--birth-date input {
      display: inline-block;
      margin-right: 15px;
      width: 55px; }
      .checkout__input-column--birth-date input:last-child {
        width: 70px; }
  .checkout__form-section {
    border-bottom: 1px solid #d0d0d0; }
    .checkout__form-section--education .checkout__label-column {
      width: 50%; }
    .checkout__form-section--education .checkout__input-column {
      width: 50%; }
  .checkout h2 {
    padding-bottom: 10px;
    font-size: 30px;
    border-bottom: 1px solid #d0d0d0; }
    @media (max-width: 768px) {
      .checkout h2 {
        margin: 2px 0; } }
  .checkout h2, .checkout label, .checkout h3 {
    color: #394049; }
  @media (max-width: 768px) {
    .checkout label {
      display: block;
      margin: 5px 0;
      font-size: 12px; } }
  .checkout h3 {
    clear: both; }
    @media (max-width: 768px) {
      .checkout h3 {
        margin: 20px 0 2px 0;
        font-size: 16px; } }
  .checkout__required {
    position: relative;
    top: -15px;
    font-size: 14px;
    float: right;
    color: #394049; }
    @media (max-width: 768px) {
      .checkout__required {
        top: 2px;
        font-size: 12px; } }
  .checkout__terms {
    position: relative;
    padding: 30px 0 15px 0; }
    .checkout__terms input[type="checkbox"] {
      float: left; }
    .checkout__terms .wpcf7-list-item-label {
      display: none; }
    .checkout__terms .wpcf7-list-item {
      margin-right: 0; }
    .checkout__terms .wpcf7-form-control-wrap {
      float: left; }
    .checkout__terms .wpcf7-not-valid-tip {
      position: absolute;
      bottom: 0;
      left: 40px; }
  .checkout__terms-text {
    margin-left: 50px !important; }
  .checkout .screen-reader-response {
    display: block !important;
    padding: 0 !important;
    color: #ffffff; }
    .checkout .screen-reader-response ul {
      margin-top: 10px; }
    .checkout .screen-reader-response a {
      color: #ffffff; }
      .checkout .screen-reader-response a:hover {
        text-decoration: underline; }

#courses {
  display: none; }

#fancybox-overlay {
  background: rgba(0, 0, 0, 0.8) !important;
  opacity: 1 !important; }

.fancybox-bg {
  display: none; }

#fancybox-content {
  background: #000 !important; }

.pagination {
  margin-top: 20px;
  text-align: center;
  font-size: 28px; }
  .pagination .page-numbers {
    margin: 0 25px; }
    .pagination .page-numbers.current {
      color: #2b387f; }
  .pagination a,
  .pagination .block__link-arrow {
    color: #394049;
    fill: #394049; }
    .pagination a:hover,
    .pagination .block__link-arrow:hover {
      color: #2b387f;
      fill: #2b387f; }
  .pagination__link-arrow {
    width: 20px;
    height: 20px; }
    .pagination__link-arrow--prev {
      transform: rotate(180deg); }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ffffff;
  border-bottom-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 20px;
  margin-left: 25px; }
  @media (max-width: 767px) {
    .pika-single {
      margin-left: -20px !important; } }
  .pika-single:before {
    top: -15px;
    position: absolute;
    left: 50%;
    display: block;
    content: '';
    margin-left: -13px;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 0px 20px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 270px;
  padding: 5px 10px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  opacity: 1;
  *position: absolute;
  *top: 0;
  z-index: 9; }
  .pika-prev .pika-arrow,
  .pika-next .pika-arrow {
    display: none;
    box-sizing: initial;
    position: relative;
    left: 0;
    top: 0;
    display: block;
    vertical-align: top;
    width: 14px;
    height: 14px;
    padding: 8px;
    fill: #f69731;
    transition: all 0.1s ease-in-out;
    z-index: -1; }
    .pika-prev .pika-arrow:hover,
    .pika-next .pika-arrow:hover {
      opacity: .5; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: .2; }

.pika-prev .pika-arrow {
  transform: rotate(180deg); }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #394049;
    font-size: 14px;
    line-height: 25px;
    font-weight: black;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #394049;
  font-size: 14px;
  line-height: 15px;
  text-align: right;
  background: #ffffff;
  text-align: center; }
  .is-today .pika-button {
    color: #f69731;
    font-weight: bold; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #f69731;
    box-shadow: inset 0 1px 3px #f69731; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    pointer-events: none;
    cursor: default;
    color: #999;
    opacity: .3; }
  .pika-button:hover {
    color: #fff;
    background: #f69731;
    box-shadow: none; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #D5E9F7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none; }

.photo-gallery {
  position: relative; }
  .photo-gallery__slider {
    display: none;
    position: relative;
    left: 10px; }
    @media (max-width: 767px) {
      .photo-gallery__slider {
        left: 0;
        padding: 0 20px; } }
    .photo-gallery__slider figure {
      opacity: 0;
      transition: all 0.1s ease-in-out; }
    .photo-gallery__slider.slick-initialized {
      display: block; }
      .photo-gallery__slider.slick-initialized figure {
        opacity: 1; }
  .photo-gallery .slick-arrow {
    width: 30px;
    height: 55px;
    margin-top: -22px;
    background-repeat: no-repeat; }
    @media (max-width: 767px) {
      .photo-gallery .slick-arrow {
        background-size: 80%; } }
    .photo-gallery .slick-arrow:focus {
      border: 1px solid white; }
  .photo-gallery .slick-prev {
    left: -34px; }
    @media (max-width: 767px) {
      .photo-gallery .slick-prev {
        left: -5px; } }
  .photo-gallery .slick-next {
    right: -9px; }
  .photo-gallery__link {
    display: block;
    width: 100%;
    z-index: 2;
    padding: 15px 0px 15px 0px;
    padding-top: 17.5px;
    text-transform: uppercase;
    background: #ffffff;
    font-weight: 700;
    color: #2b387f; }
    @media (max-width: 767px) {
      .photo-gallery__link {
        background: transparent; } }
    .photo-gallery__link:hover {
      color: #2b387f;
      text-decoration: underline; }
  .photo-gallery__image {
    margin-right: 30px; }
    @media (max-width: 767px) {
      .photo-gallery__image {
        margin: 0 10px; } }
    .photo-gallery__image--single {
      margin-right: 2.73438%;
      margin-bottom: 2.73438%; }
      @media (max-width: 767px) {
        .photo-gallery__image--single {
          width: 31.333%;
          margin-right: 3%;
          margin-left: 0; }
          .photo-gallery__image--single:nth-of-type(3n) {
            margin-right: 0; } }
  .photo-gallery__link-arrow {
    position: relative;
    top: 2px;
    display: inline-block;
    margin-left: 10px;
    width: 16px;
    height: 16px;
    fill: #2b387f;
    transition: all 0.1s ease-in-out; }
    .photo-gallery__link:hover .photo-gallery__link-arrow {
      margin-left: 15px; }

video {
  cursor: pointer; }

.sb_instagram_header a:hover,
.sb_instagram_header a:focus,
#sb_instagram a:active, #sb_instagram a:focus, #sb_instagram a:hover,
#sb_instagram a:active, #sb_instagram a:focus, #sb_instagram a:hover {
  outline: 1px solid black !important; }

#sbi_images .sbi_photo_wrap a:hover,
#sbi_images .sbi_photo_wrap a:focus {
  outline: 1px solid black !important; }

.search-mobile {
  margin-left: 0px;
  display: inline-block; }
  .search-mobile__icon {
    position: relative;
    top: 2px;
    width: 22px;
    height: 22px; }

@media (max-width: 767px) {
  .remodal.gallery-popup {
    padding: 0;
    background: transparent; }
    .remodal.gallery-popup .gallery-caption {
      color: #ffffff;
      font-size: 16px; }
    .remodal.gallery-popup .remodal-close {
      top: -50px; }
      .remodal.gallery-popup .remodal-close .svg-close-dims {
        width: 32px;
        height: 32px; } }

@media (max-width: 1250px) {
  .remodal-close {
    right: 0px; } }

@media (max-width: 767px) {
  .slick-arrow {
    width: 24px !important;
    height: 39px !important;
    margin-top: -20px !important; } }

.remodal video {
  z-index: 9;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  right: 0; }

.unveil {
  display: inline-block;
  max-width: 100%;
  min-width: 48px;
  min-height: 48px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,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); }

.unveil {
  opacity: 0;
  transition: all 0.1s ease-in-out; }

.gallery-popup__image-holder {
  display: block;
  max-width: 100%;
  width: 100%;
  min-width: 48px;
  min-height: 48px !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/gif;base64,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); }

.youtube-video {
  padding: 25px; }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.newsletter-box {
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 20px;
  margin-bottom: 20px;
  background-color: #fff; }

.newsletter-box__title {
  font-size: 30px;
  font-weight: 600;
  padding: 0;
  margin: 0 0 7px; }

.newsletter-box__date {
  font-size: 15px;
  display: block;
  color: #394049; }

.newsletter-box__download {
  background-color: #25327b;
  text-align: center;
  font-size: 21px;
  padding: 15px 25px;
  color: #fff;
  border: 2px solid #25327b;
  display: block;
  border-radius: 3px;
  float: right;
  text-transform: uppercase; }
  .newsletter-box__download:hover {
    background-color: #fff;
    color: #25327b;
    border: 2px solid #25327b; }
    .newsletter-box__download:hover .button__icon {
      fill: #25327b; }
    @media (max-width: 890px) {
      .newsletter-box__download:hover .newsletter-box__left {
        width: 100%;
        margin: 0 0 10px;
        text-align: center; }
      .newsletter-box__download:hover .newsletter-box__right {
        width: 100%;
        text-align: center;
        margin: 0 auto; }
      .newsletter-box__download:hover .newsletter-box__download {
        float: none;
        max-width: 210px;
        margin: 0 auto; } }
  .newsletter-box__download .button__icon {
    fill: #fff; }

/* Helpers */
/**
*
* Animations
*
**/
/**
*
* Helpers
*
**/
.left {
  position: relative;
  float: left; }

.right {
  position: relative;
  float: right; }

.no-margin {
  margin-right: 0px;
  margin-left: 0px; }

.text-center {
  text-align: center; }

.ctable {
  display: table;
  width: 100%;
  height: 100%; }

.ctable-cell {
  display: table-cell;
  vertical-align: middle; }

.noscroll {
  overflow: hidden; }

.notification-popup-content-scroll {
  margin-right: -65px;
  padding-right: 35px;
  overflow-y: scroll;
  overflow-x: hidden; }

.notification-popup-content {
  margin-right: -45px;
  padding-right: 45px;
  overflow-y: scroll;
  overflow-x: hidden; }

.close-notification {
  right: 0;
  background-color: #fff;
  width: 17px;
  height: 17px;
  position: relative;
  float: right;
  margin-top: -1px;
  line-height: 18px; }

.visuallyhidden {
  display: none !important; }

.skip-main {
  position: absolute; }

/* flexible-layout */
/*** Flexible Content wrapper ***/
.flexible-block {
  position: relative;
  margin-bottom: 40px; }
  .flexible-block:last-of-type {
    margin-bottom: 0; }

/*** Accordion ***/
.am2-accordion__panel {
  clear: both; }

.panel-title {
  padding: 10px;
  font-size: 14px;
  cursor: pointer;
  margin: 0;
  color: #fff;
  background: #f69731;
  border-bottom: 1px solid #ea7e0a;
  transition: all 0.1s ease-in-out; }
  .panel-title:hover {
    color: #fff;
    background: #ea7e0a; }

.current .panel-title {
  color: #fff;
  background: #ea7e0a; }

.panel-content {
  display: none;
  padding: 20px;
  border: 1px solid transparent;
  border-radius: 0 0 3px 3px; }

.am2-accordion__toggle-icon {
  top: 4px; }

.current .am2-accordion__toggle-icon {
  top: 0;
  transform: rotate(-90deg); }

.am2-articles---horizontal .article__link {
  display: block; }

.am2-articles---horizontal .article__title {
  margin-top: 0; }

.am2-articles---horizontal .article__text {
  margin-top: 20px;
  font-size: 16px; }

/*** Files ***/
.am2-files__file {
  margin-bottom: 20px;
  padding: 30px;
  border-left: 4px solid transparent;
  border-radius: 5px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px;
  transition: all 0.1s ease-in-out; }
  .am2-files__file:hover {
    border-left: 4px solid #f69731; }
    .am2-files__file:hover .file__link:before {
      width: 20px; }
  .am2-files__file .file__name {
    margin-bottom: 10px;
    font-size: 24px;
    color: #f69731; }
  .am2-files__file .file__description {
    width: 100%; }
    .am2-files__file .file__description p {
      font-size: 16px;
      line-height: 24px;
      margin-bottom: 10px; }
  .am2-files__file .file__link {
    font-size: 14px;
    font-weight: 300;
    transition: all 0.1s ease-in-out; }
    .am2-files__file .file__link:before {
      width: 0;
      overflow: hidden;
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      line-height: 14px;
      font-family: "FontAwesome";
      content: "\f019";
      transition: all 0.1s ease-in-out; }
    .am2-files__file .file__link span {
      color: #b7b7b7; }

.sidebar-holder {
  z-index: 555; }

/** Gallery **/
.am2-gallery__image {
  margin-bottom: 2.5%; }

.msg--error {
  display: none;
  width: 210px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  color: red;
  left: 50%;
  margin-left: -105px;
  position: absolute;
  bottom: -25px;
  text-align: center;
  font-size: 15px;
  box-shadow: 0px 3px 11px 0px rgba(50, 50, 50, 0.2); }

.msg--error:after, .msg--error:before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.msg--error:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 5px;
  margin-left: -5px; }

.msg--error:before {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 11px;
  margin-left: -11px; }

/*** Slider ***/
.js-slick-slider {
  position: relative; }

.slick-arrow {
  z-index: 2;
  position: absolute;
  width: 60px;
  height: 96px;
  top: 50%;
  margin-top: -48px;
  text-indent: -9999px; }

.slick-next {
  right: 20px;
  background: url("images/arrow-right.png");
  background-size: 100%; }

.slick-prev {
  left: 20px;
  background: url("images/arrow-left.png");
  background-size: 100%; }

.gallery-caption {
  text-align: left;
  font-size: 25px;
  margin-top: 20px;
  opacity: 0;
  transition: all 0.1s ease-in-out; }
  .gallery-caption--visible {
    opacity: 1; }
  .gallery-caption__index {
    display: inline-block; }
  .gallery-caption__text {
    display: inline-block; }

/*** Table ***/
.am2-table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6; }
  .am2-table th,
  .am2-table td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 10px; }

/*** Tabs ***/
.am2-tabs__titles {
  margin: 0;
  padding: 0; }
  .am2-tabs__titles li {
    float: left;
    list-style: none;
    margin: 0; }
  .am2-tabs__titles a {
    display: block;
    padding: 10px 20px;
    cursor: pointer;
    background: #f69731;
    color: #fff;
    border-right: 1px solid #ea7e0a;
    transition: all 0.1s ease-in-out; }
    .am2-tabs__titles a.current {
      background: #ea7e0a;
      color: #fff; }

.am2-tabs__panels {
  clear: both;
  padding: 20px;
  border: 1px solid transparent; }

/*** Testimonials ***/
.testimonial__image {
  width: 18%;
  margin: 0 2% 0 0;
  border-radius: 100%; }

.testimonial__description {
  width: 77%; }

.testimonial__name {
  margin: 0;
  padding: 0; }

.testimonial__title {
  padding: 0;
  margin: 0;
  font-size: 16px; }

.testimonial__blockqoute {
  position: relative;
  display: block;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  text-align: justify;
  background: #fff; }
  .testimonial__blockqoute:before {
    content: "\201C";
    font-weight: bold;
    position: absolute;
    left: 10px;
    top: 25px;
    font-size: 55px; }
  .testimonial__blockqoute:after {
    content: ""; }

/*** Video ***/
.am2-video__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .am2-video__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*** WYSIWYG ***/
.am2-content {
  position: relative;
  /*p:last-of-type{
		margin-bottom: 0px;
	}*/ }
  .am2-content h2, .am2-content h1 {
    color: #394049; }
    @media (max-width: 767px) {
      .am2-content h2, .am2-content h1 {
        font-size: 20px; } }
  .am2-content h2 {
    font-size: 37px;
    font-weight: 800;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .am2-content h2 {
        font-size: 20px; } }
  @media (max-width: 767px) {
    .am2-content h3 {
      margin: 10px 0; } }
  .am2-content p {
    display: block;
    margin-bottom: 30px;
    line-height: 1.4; }
    .am2-content p a {
      color: #2b387f; }
      .am2-content p a:hover {
        color: #25327b;
        text-decoration: underline; }
  .am2-content ul {
    list-style: none;
    list-style-position: inside;
    margin-bottom: 30px;
    padding-left: 0px; }
    @media (max-width: 767px) {
      .am2-content ul {
        margin-bottom: 15px; } }
    .am2-content ul li {
      position: relative;
      padding-left: 15px;
      font-size: 18px;
      line-height: 24px; }
      .am2-content ul li:before {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 99;
        display: block;
        vertical-align: top;
        content: '.';
        font-size: 30px;
        line-height: 5px; }
    .am2-content ul.gform_fields li:before {
      content: ''; }
  .am2-content img {
    max-width: 100%; }
  .am2-content .wp-caption {
    width: 100% !important;
    max-width: 100%; }
    .am2-content .wp-caption img {
      width: 100% !important;
      height: auto !important; }

/*** Map ***/
.am2-map-box {
  position: relative;
  display: block;
  width: 100%;
  height: 400px; }

/* Pages */
/*@import "pages/example";*/
/* Vendor */
@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome-webfont.eot?v=4.5.0");
  src: url("fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }

@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg); }

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg); }

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #ffffff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-search:before {
  content: "\f002"; }

.fa-download:before {
  content: "\f019"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

/*
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
*/
/* Slick Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  touch-action: auto;
  -ms-touch-action: auto; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*** Responsive Tables ***/
@media (max-width: 767px) {
  .js-responsive-table {
    margin-bottom: 0; }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 150px;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc; }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%; }
  .pinned table th,
  .pinned table td {
    white-space: nowrap; }
  .pinned td:last-child {
    border-bottom: 0; }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc; }
  div.table-wrapper div.scrollable {
    margin-left: 150px; }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden; }
  .js-responsive-table td,
  .js-responsive-table th {
    position: relative;
    white-space: nowrap;
    overflow: hidden; }
  .js-responsive-table th:first-child,
  .js-responsive-table td:first-child,
  .js-responsive-table td:first-child,
  .js-responsive-table.pinned td {
    display: none; } }

/*# sourceMappingURL=style.css.map */
