/* All Variables should be declared here which makes it easier to update if something changes globally */
/*---------------------------------------------------------
  RESPONSIVE MIXINS
---------------------------------------------------------*/
/*@import 'base/roots_base';*/
/* optional - base roots css */
/*! 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.
 */
/* font awesome */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@import 'layout/sidebar';
/*@import 'layout/about-section-clients';*/
html {
  /* 1 */
  font-family: sans-serif;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /**
 * Remove default margin.
 */
}
body {
  margin: 0;
  /* HTML5 display definitions
   ========================================================================== */
  /**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
  /**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
}
audio, canvas, progress, video {
  /* 1 */
  display: inline-block;
  /* 2 */
  vertical-align: baseline;
  /**
 * 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;
  /**
 * 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 {
  -moz-box-sizing: content-box;
  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 {
  /* 1 */
  color: inherit;
  /* 2 */
  font: inherit;
  /* 3 */
  margin: 0;
  /**
 * 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"] {
  /* 2 */
  -webkit-appearance: button;
  /* 3 */
  cursor: pointer;
  /**
 * 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"] {
  /* 1 */
  box-sizing: border-box;
  /* 2 */
  padding: 0;
  /**
 * 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"] {
  /* 1 */
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  /* 2 */
  -webkit-box-sizing: content-box;
  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 {
  /* 1 */
  border: 0;
  /* 2 */
  padding: 0;
  /**
 * 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;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.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;
  transform: translate(0, 0);
  /* makes the font 33% larger relative to the icon container */
}
.fa-lg {
  font-size: 1.33333em;
  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.28571em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -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: #fff;
  /* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
}
.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-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-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-genderless:before, .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-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-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";
  /* Declare font face variations here - make sure to update the source url with the theme name, font name and install font files in /assets/fonts/ */
}
@font-face {
  font-family: 'didact_gothicregular';
  src: url('../fonts/didactgothic-webfont.eot');
  src: url('../fonts/didactgothic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/didactgothic-webfont.woff2') format('woff2'), url('../fonts/didactgothic-webfont.woff') format('woff'), url('../fonts/didactgothic-webfont.ttf') format('truetype'), url('../fonts/didactgothic-webfont.svg#didactgothic-webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-regular-webfont.eot');
  src: url('../fonts/lato-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-regular-webfont.woff2') format('woff2'), url('../fonts/lato-regular-webfont.woff') format('woff'), url('../fonts/lato-regular-webfont.ttf') format('truetype'), url('../fonts/lato-regular-webfont.svg#latoregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-bold-webfont.eot');
  src: url('../fonts/lato-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bold-webfont.woff2') format('woff2'), url('../fonts/lato-bold-webfont.woff') format('woff'), url('../fonts/lato-bold-webfont.ttf') format('truetype'), url('../fonts/lato-bold-webfont.svg#latobold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-bolditalic-webfont.eot');
  src: url('../fonts/lato-bolditalic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-bolditalic-webfont.woff2') format('woff2'), url('../fonts/lato-bolditalic-webfont.woff') format('woff'), url('../fonts/lato-bolditalic-webfont.ttf') format('truetype'), url('../fonts/lato-bolditalic-webfont.svg#latobold_italic') format('svg');
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: 'lato';
  src: url('../fonts/lato-italic-webfont.eot');
  src: url('../fonts/lato-italic-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lato-italic-webfont.woff2') format('woff2'), url('../fonts/lato-italic-webfont.woff') format('woff'), url('../fonts/lato-italic-webfont.ttf') format('truetype'), url('../fonts/lato-italic-webfont.svg#latoitalic') format('svg');
  font-weight: normal;
  font-style: italic;
  /* Declare site wide typography style here */
}
::-moz-selection {
  color: white;
  background: #d81e05;
}
::selection {
  color: white;
  background: #d81e05;
}
body {
  font-family: "Century Gothic", CenturyGothic, AppleGothic, "didact_gothicregular", sans-serif;
  color: #222;
  font-size: 14px;
  font-weight: 400;
}
h1 {
  font-size: 36px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  font-size: 30px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  h2 {
    font-size: 21px;
  }
}
h3 {
  font-size: 24px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 18px;
}
p {
  margin-top: 0;
}
.section-heading {
  text-align: center;
  font-size: 42px;
  line-height: 52px;
  font-weight: 400;
  color: #222;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .section-heading {
    font-size: 30px;
    line-height: 52px;
  }
}
.page-heading {
  color: white;
  font-size: 42px;
  font-weight: 400;
  line-height: 52px;
  text-transform: uppercase;
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-heading {
    font-size: 30px;
  }
}
.wpcontent::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
.wpcontent img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.wpcontent .wp-caption-text {
  color: white;
  padding: 4px 7px;
  background: black;
}
.wpcontent .wp-caption {
  margin-bottom: 20px;
}
.wpcontent p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  /* @include media-query(phone-max){
			font-size: 14px;
		} */
  text-align: left;
}
.wpcontent b {
  font-weight: bold;
}
.wpcontent i, .wpcontent em {
  font-style: italic;
}
.wpcontent .alignright {
  float: right;
  margin-left: 20px;
  margin-bottom: 20px;
}
.wpcontent .alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wpcontent .aligncenter {
  display: inline-block;
  text-align: center;
  margin: 0 auto 20px;
}
.wpcontent blockquote {
  padding: 20px 30px;
  margin-bottom: 20px;
  font-size: 1.2em;
}
.wpcontent a {
  color: #d81e05;
}
.wpcontent a:hover {
  color: #ec533f;
}
.wpcontent h1, .wpcontent h2, .wpcontent h3, .wpcontent h4, .wpcontent h5, .wpcontent h6 {
  font-weight: 400;
}
.wpcontent ul {
  margin-bottom: 1em;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.wpcontent ul li {
  list-style: none;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 1em;
  /* font-size: 14px; */
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .wpcontent ul li {
    text-align: left;
  }
}
.wpcontent ul li:before {
  color: #d81e05;
  content: "•";
  display: block;
  font-size: 20px;
  left: -22px;
  max-height: 0;
  max-width: 0;
  position: relative;
  top: 0;
}
@media (max-width: 481px) {
  .wpcontent ul {
    padding-left: 20px;
  }
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  width: auto;
  height: auto;
  position: relative;
  overflow-x: hidden;
}
body.admin-bar {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  body.admin-bar {
    margin-top: -46px;
  }
}
body.admin-bar .wrap {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  body.admin-bar .wrap {
    margin-top: 46px;
  }
}
html #wpadminbar {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  html #wpadminbar {
    top: -46px;
  }
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .container {
    max-width: 1024px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 768px;
  }
}
@media (max-width: 481px) {
  .container {
    max-width: 480px;
  }
}
.wrap {
  position: relative;
}
#canvas-wrapper {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#canvas-wrapper::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1024px) {
  #canvas-wrapper {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    background: black;
  }
  #canvas-wrapper > .wrap {
    float: right;
    width: 100%;
    transition: margin-left 0.2s ease-in-out 0s;
    background: white;
  }
  #canvas-wrapper .wrap {
    float: none !important;
  }
}
.main-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .main-nav {
    display: none;
  }
}
#menu-primary-navigation {
  margin: 0;
  padding: 0;
  font-size: 0;
  vertical-align: top;
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
}
#menu-primary-navigation::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
#menu-primary-navigation li {
  list-style-type: none;
  display: inline-block;
  height: auto;
  width: auto;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
#menu-primary-navigation li a {
  padding-top: 11px;
  padding-bottom: 27px;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  display: inline-block;
  height: auto;
  text-decoration: none;
  padding-left: 14px;
  padding-right: 14px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #menu-primary-navigation li a {
    font-size: 14px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
#menu-primary-navigation li:hover, #menu-primary-navigation li.active {
  background: #d81e05;
}
#menu-primary-navigation li.dropdown {
  position: relative;
  width: auto;
}
#menu-primary-navigation li.dropdown:hover > .dropdown-menu {
  display: block;
}
#menu-primary-navigation .dropdown-menu {
  display: none;
  position: absolute;
  padding-top: 35px;
  padding-bottom: 42px;
  left: 0;
  padding-left: 0;
  z-index: 50;
  top: 100%;
  margin-left: -106px;
  background: #d81e05;
}
#menu-primary-navigation .dropdown-menu > li {
  width: auto;
}
#menu-primary-navigation .dropdown-menu > li > a {
  padding-left: 60px;
  padding-right: 60px;
  text-align: center;
  font-size: 14px;
  width: 212px;
  line-height: 21px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#menu-primary-navigation:after {
  width: 100%;
  display: inline-block;
  height: 0;
  content: "";
}
#mobile-nav-trigger {
  width: 27px;
  height: 25px;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 33px;
  display: none;
  text-align: center;
  z-index: 70;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#mobile-nav-trigger span {
  display: block;
  background: white;
  width: 100%;
  height: 5px;
  margin-bottom: 5px;
}
#mobile-nav-trigger span:last-child {
  margin-bottom: 0;
}
#mobile-nav-trigger i {
  display: none;
}
@media (max-width: 1024px) {
  #mobile-nav-trigger {
    display: block;
  }
}
#mobile-navigation {
  display: none;
  width: 320px;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  float: right;
  margin-right: -320px;
  transition: margin-right 0.2s ease-in-out 0s;
  position: relative;
  padding-top: 85px;
  padding-left: 65px;
  padding-right: 65px;
  background: #d81e05;
  padding-bottom: 30px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #mobile-navigation {
    display: block;
  }
}
#mobile-navigation .mobile-social {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  padding-right: 10px;
}
#mobile-navigation .mobile-social::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
#mobile-navigation .mobile-social a {
  text-decoration: none;
  color: white;
  display: inline-block;
  font-size: 36px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  #mobile-navigation .mobile-social a {
    font-size: 24px;
  }
}
#mobile-navigation .mobile-nav ul {
  padding: 0;
  margin: 0 0 15px;
}
#mobile-navigation .mobile-nav ul li {
  border-bottom: 1px solid #e87c6e;
  height: auto;
  background-color: transparent;
  list-style-type: none;
  text-align: left;
  padding-left: 0;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
#mobile-navigation .mobile-nav ul li:last-child {
  border: 0;
}
#mobile-navigation .mobile-nav ul li a {
  font-size: 28px;
  color: white;
  text-decoration: none;
  display: block;
  padding-bottom: 21px;
  padding-top: 21px;
  line-height: 31px;
  text-align: left;
  text-transform: uppercase;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  #mobile-navigation .mobile-nav ul li a {
    font-size: 19px;
  }
}
#mobile-navigation .mobile-nav ul li.active {
  background-color: #ce393d;
}
#mobile-navigation .mobile-nav ul li:hover {
  background-color: #ce393d;
}
#mobile-navigation .mobile-nav ul li .dropdown-menu {
  padding-top: 12px;
  padding-bottom: 22px;
}
#mobile-navigation .mobile-nav ul li .dropdown-menu > li {
  border: 0;
  margin-bottom: 20px;
}
#mobile-navigation .mobile-nav ul li .dropdown-menu > li:hover, #mobile-navigation .mobile-nav ul li .dropdown-menu > li:active {
  background: none;
}
#mobile-navigation .mobile-nav ul li .dropdown-menu > li:hover a, #mobile-navigation .mobile-nav ul li .dropdown-menu > li:active a {
  color: white;
}
#mobile-navigation .mobile-nav ul li .dropdown-menu > li:last-child {
  margin-bottom: 0;
}
#mobile-navigation .mobile-nav ul li .dropdown-menu > li a {
  color: #f8b1a7;
  font-size: 21px;
  line-height: 21px;
  text-transform: none;
  padding: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
@media (max-width: 481px) {
  #mobile-navigation .mobile-nav ul li .dropdown-menu > li a {
    font-size: 18px;
  }
}
#mobile-navigation .mobile-nav ul li.dropdown:hover, #mobile-navigation .mobile-nav ul li.dropdown.active {
  background: none;
}
#mobile-navigation .mobile-phone {
  line-height: 48px;
  padding-left: 38px;
  font-size: 24px;
  background: url('../img/icon-phone.png') left center no-repeat;
  color: white;
  margin-bottom: 20px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  #mobile-navigation .mobile-phone {
    font-size: 18px;
    text-align: right;
  }
}
@media (max-width: 1024px) {
  #mobile-navigation .mobile-phone {
    font-size: 20px !important;
  }
}
#mobile-navigation .header-search-form-wrapper {
  height: 32px;
  width: auto;
  float: none;
  margin-right: 12px;
  z-index: 30;
  margin-left: 0;
  margin-bottom: 7px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#mobile-navigation .header-search-form-wrapper .search-form {
  overflow: hidden;
  height: 32px;
  width: 0;
  float: right;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#mobile-navigation .header-search-form-wrapper .search-form::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
#mobile-navigation .header-search-form-wrapper .search-form .search-field {
  border: 0;
  float: right;
  -webkit-appearance: none;
  height: 32px;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 127px;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: transparent;
  appearance: none;
  /* Firefox */
  -moz-appearance: none;
  -webkit-appearance: none;
}
#mobile-navigation .header-search-form-wrapper.search-active {
  background: white;
}
#mobile-navigation .header-search-form-wrapper.search-active .search-form {
  width: 127px;
}
#mobile-navigation .header-search-form-wrapper.search-active .search-trigger i {
  color: #a29e9f;
}
#mobile-navigation .search-trigger {
  width: 38px;
  height: 29px;
  cursor: pointer;
  border: 0;
  float: right;
  padding: 0;
  text-align: center;
  padding-top: 3px;
  font-size: 21px;
  color: white;
  font-family: 'FontAwesome';
}
#mobile-navigation .search-trigger i {
  font-size: 24px;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.active {
  /*.active.admin-bar{
	#mobile-nav-trigger{
		@include media-query(tablet-min){
			top: 115px;
		}
	}
}*/
}
.active #mobile-navigation {
  margin-right: 0;
}
.active #mobile-nav-trigger {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .active #mobile-nav-trigger {
    right: -80px !important;
    top: -20px;
  }
}
@media (max-width: 1024px) {
  .active #mobile-nav-trigger {
    right: -490px;
  }
}
.active #mobile-nav-trigger i {
  display: inline-block;
  display: block;
  font-size: 30px;
  height: 100%;
  vertical-align: top;
  width: 100%;
  color: white;
}
.active #mobile-nav-trigger span {
  display: none;
}
.active #canvas-wrapper > .wrap {
  margin-left: -100%;
}
#main-header {
  height: 144px;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 30;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #main-header {
    height: 79px;
  }
}
#main-header .container {
  height: 100%;
  position: relative;
}
#main-header .navbar-brand {
  position: absolute;
  display: block;
  width: 358px;
  height: 50px;
  background: url('../img/bg-logo.png') center top no-repeat;
  left: 16px;
  border: 0;
  outline: 0;
  text-decoration: none;
  top: 16px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #main-header .navbar-brand {
    left: 12px;
  }
}
@media (max-width: 1024px) {
  #main-header .navbar-brand {
    width: 226px;
    height: 31px;
    left: 19px;
    top: 30px;
    background: url('../img/bg-logo-mobile.png') center top no-repeat;
  }
}
#main-header .header-top-right {
  position: absolute;
  width: auto;
  height: 32px;
  right: 8px;
  top: 29px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#main-header .header-top-right:after {
  clear: both;
  content: "";
  display: block;
}
@media (max-width: 1024px) {
  #main-header .header-top-right {
    display: none;
  }
}
#main-header .header-phone {
  float: right;
  height: 32px;
  line-height: 32px;
  padding-left: 27px;
  background: url('../img/icon-phone.png') left center no-repeat;
  color: white;
  font-size: 19px;
}
#main-header .head-search {
  position: absolute;
  width: auto;
  height: 54px;
  right: 0;
  top: 0;
  background: white;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #main-header .head-search {
    display: none;
  }
}
#main-header .header-top-social {
  height: 25px;
  padding-right: 7px;
  border-right: 1px solid #6a6969;
  float: right;
  margin-top: 5px;
  width: auto;
  text-align: right;
  margin-left: 20px;
}
#main-header .header-top-social a {
  display: inline-block;
  width: 30px;
  height: 25px;
  margin-left: 10px;
  color: white;
  font-size: 21px;
  text-decoration: none;
  text-align: center;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
#main-header .header-top-social a:hover {
  color: #ec533f;
}
.header-search-form-wrapper {
  height: 32px;
  width: auto;
  float: right;
  z-index: 30;
  margin-left: 10px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-search-form-wrapper .search-form {
  overflow: hidden;
  height: 32px;
  width: 0;
  float: right;
  padding: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header-search-form-wrapper .search-form::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
.header-search-form-wrapper .search-form .search-field {
  border: 0;
  float: right;
  -moz-appearance: none;
  appearance: none;
  -webkit-apperance: none;
  height: 32px;
  padding: 0;
  margin: 0;
  padding-left: 5px;
  padding-right: 5px;
  width: 127px;
  outline: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background: transparent;
  appearance: none;
}
.header-search-form-wrapper.search-active {
  background: white;
}
.header-search-form-wrapper.search-active .search-form {
  width: 127px;
}
.header-search-form-wrapper.search-active .search-trigger i {
  color: #a29e9f;
}
.search-trigger {
  width: 38px;
  height: 29px;
  cursor: pointer;
  border: 0;
  float: right;
  padding: 0;
  text-align: center;
  padding-top: 3px;
  font-size: 21px;
  color: white;
  font-family: 'FontAwesome';
}
.search-trigger i {
  font-size: 24px;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.content-info {
  background: black;
  height: 306px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .content-info {
    height: auto;
  }
}
.content-info .container {
  padding-top: 111px;
  position: relative;
  height: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .content-info .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .content-info .container {
    padding-top: 200px;
    padding-bottom: 92px;
  }
}
.content-info .container .navbar-brand {
  width: 285px;
  height: 41px;
  position: absolute;
  left: 0;
  background: url('../img/bg-bottom-logo.png') center center no-repeat;
  top: 42px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .content-info .container .navbar-brand {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .content-info .container .navbar-brand {
    width: 268px;
    height: 39px;
    background: url('../img/bg-bottom-logo-mobile.png') center center no-repeat;
    top: 42px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    left: 0;
    display: block;
  }
}
.content-info .mobile-footer-phone {
  display: none;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .content-info .mobile-footer-phone {
    position: absolute;
    top: 100px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    text-align: center;
    left: 0;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
  }
  .content-info .mobile-footer-phone i {
    margin-right: 15px;
  }
}
.content-info .footer-nav {
  padding-left: 50px;
}
.content-info .footer-nav ul {
  width: 660px;
  margin: 0;
  padding: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.content-info .footer-nav ul::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1024px) {
  .content-info .footer-nav ul {
    width: 280px;
    margin: 0 auto 25px;
  }
}
.content-info .footer-nav ul li {
  float: left;
  display: block;
  width: auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .content-info .footer-nav ul li {
    display: inline-block;
    float: none;
    width: 135px;
  }
}
.content-info .footer-nav ul li a {
  width: 165px;
  text-align: left;
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .content-info .footer-nav ul li a {
    font-size: 16px;
    width: 140px;
  }
}
@media (max-width: 1024px) {
  .content-info .footer-nav ul li a {
    font-size: 16px;
    line-height: 30px;
  }
}
.content-info .footer-nav ul li a:hover {
  color: #d81e05;
}
.content-info .secondary-footer-nav {
  position: absolute;
  bottom: 44px;
  left: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .content-info .secondary-footer-nav {
    left: 20px;
  }
}
@media (max-width: 1024px) {
  .content-info .secondary-footer-nav {
    position: static;
  }
}
.content-info .secondary-footer-nav ul {
  width: 660px;
  margin: 0;
  padding: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.content-info .secondary-footer-nav ul::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1024px) {
  .content-info .secondary-footer-nav ul {
    width: auto;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-info .secondary-footer-nav ul li {
  display: inline-block;
  width: auto;
  padding-right: 8px;
  margin-right: 6px;
  border-right: 1px solid #8a8989;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .content-info .secondary-footer-nav ul li {
    border-right: 1px solid #d81e05;
  }
}
.content-info .secondary-footer-nav ul li:last-child {
  border: 0;
}
.content-info .secondary-footer-nav ul li a {
  text-align: left;
  color: #ce393d;
  font-weight: bold;
  font-size: 19px;
  line-height: 20px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .content-info .secondary-footer-nav ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  .content-info .secondary-footer-nav ul li a {
    font-size: 14px;
    color: #d81e05;
    text-align: center;
  }
}
.content-info .secondary-footer-nav ul li a:hover {
  color: #d81e05;
}
.content-info .footer-social {
  height: 30px;
  position: absolute;
  right: 0;
  top: 111px;
  width: auto;
  text-align: right;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .content-info .footer-social {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .content-info .footer-social {
    top: 153px;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: autos;
  }
}
.content-info .footer-social a {
  display: inline-block;
  width: auto;
  height: 30px;
  line-height: 30px;
  margin-left: 24px;
  color: white;
  font-size: 30px;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
@media (max-width: 1199px) {
  .content-info .footer-social a {
    font-size: 24px;
  }
}
@media (max-width: 1024px) {
  .content-info .footer-social a {
    margin-left: 12px;
    margin-right: 12px;
  }
}
.content-info .footer-social a:hover {
  color: #ec533f;
}
.content-info .footer-social a.fa-envelope {
  font-size: 21px;
  line-height: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}
.content-info .contactinfo {
  margin: 0;
  color: #8a8989;
  font-size: 19px;
  font-weight: bold;
  line-height: 30px;
  position: absolute;
  left: 0;
  bottom: 69px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .content-info .contactinfo {
    font-size: 14px;
    left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .content-info .contactinfo {
    position: static;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #8a8989;
    font-weight: bold;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 481px) {
  .content-info .contactinfo {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.content-info .contactinfo br {
  display: none;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .content-info .contactinfo br {
    display: inline;
  }
}
.content-info .contactinfo a {
  color: #ce393d;
  text-decoration: none;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.content-info .contactinfo a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .content-info .contactinfo a {
    color: #d81e05;
  }
}
.content-info .contactinfo .phone {
  color: #d1cccc;
  margin-left: 25px;
  margin-right: 30px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .content-info .contactinfo .phone {
    display: none;
  }
}
.content-info .contactinfo .phone i {
  margin-right: 8px;
}
.content-info .designby {
  position: absolute;
  right: 0;
  bottom: 44px;
  font-size: 11px;
  color: #8a8989;
  text-align: right;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .content-info .designby {
    right: 20px;
  }
}
@media (max-width: 1024px) {
  .content-info .designby {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
}
.content-info .designby a {
  text-decoration: none;
  color: #8a8989;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  -ms-transition: color 0.5s;
  -o-transition: color 0.5s;
  transition: color 0.5s;
}
.content-info .designby a:hover {
  color: #d81e05;
}
.content-info .copyright {
  position: absolute;
  color: #fff;
  bottom: 10px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .content-info .copyright {
    text-align: center;
    position: relative;
    bottom: -20px;
  }
}
#section-courses, #section-courses-mobile {
  padding-top: 80px;
  padding-bottom: 90px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-courses, #section-courses-mobile {
    padding-top: 24px;
    position: relative;
    padding-bottom: 42px;
  }
}
#section-courses .courses-buttons-wrapper .container, #section-courses-mobile .courses-buttons-wrapper .container {
  vertical-align: top;
  text-align: center;
  font-size: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-courses .courses-buttons-wrapper .container, #section-courses-mobile .courses-buttons-wrapper .container {
    max-width: 994px;
  }
}
@media (max-width: 1024px) {
  #section-courses .courses-buttons-wrapper .container, #section-courses-mobile .courses-buttons-wrapper .container {
    max-width: 768px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 767px) {
  #section-courses .courses-buttons-wrapper .container, #section-courses-mobile .courses-buttons-wrapper .container {
    text-align: center;
  }
}
@media (max-width: 481px) {
  #section-courses .courses-buttons-wrapper .container, #section-courses-mobile .courses-buttons-wrapper .container {
    max-width: 320px;
  }
}
#section-courses .courses-buttons-wrapper .course-button, #section-courses-mobile .courses-buttons-wrapper .course-button {
  margin-bottom: 10px;
  width: 193px;
  height: 161px;
  position: relative;
  background-color: #d81e05;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-courses .courses-buttons-wrapper .course-button, #section-courses-mobile .courses-buttons-wrapper .course-button {
    width: 160px;
    height: 137px;
  }
}
@media (max-width: 1024px) {
  #section-courses .courses-buttons-wrapper .course-button, #section-courses-mobile .courses-buttons-wrapper .course-button {
    margin-bottom: 15px;
    width: 230px;
    height: 202px;
  }
}
@media (max-width: 767px) {
  #section-courses .courses-buttons-wrapper .course-button, #section-courses-mobile .courses-buttons-wrapper .course-button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 32%;
    margin: 3px;
    height: 150px;
  }
}
@media (max-width: 481px) {
  #section-courses .courses-buttons-wrapper .course-button, #section-courses-mobile .courses-buttons-wrapper .course-button {
    width: 137px;
    height: 115px;
  }
}
#section-courses .courses-buttons-wrapper .course-button:hover, #section-courses-mobile .courses-buttons-wrapper .course-button:hover {
  background-color: #ec533f;
}
#section-courses .courses-buttons-wrapper .course-button.active-button, #section-courses-mobile .courses-buttons-wrapper .course-button.active-button {
  background: #ecebeb;
  height: 177px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-courses .courses-buttons-wrapper .course-button.active-button, #section-courses-mobile .courses-buttons-wrapper .course-button.active-button {
    height: 153px;
  }
}
@media (max-width: 1024px) {
  #section-courses .courses-buttons-wrapper .course-button.active-button, #section-courses-mobile .courses-buttons-wrapper .course-button.active-button {
    height: 202px;
  }
}
@media (max-width: 767px) {
  #section-courses .courses-buttons-wrapper .course-button.active-button, #section-courses-mobile .courses-buttons-wrapper .course-button.active-button {
    height: 150px;
  }
}
@media (max-width: 481px) {
  #section-courses .courses-buttons-wrapper .course-button.active-button, #section-courses-mobile .courses-buttons-wrapper .course-button.active-button {
    height: 115px;
  }
}
#section-courses .courses-buttons-wrapper .course-button.active-button .textwrapper a, #section-courses-mobile .courses-buttons-wrapper .course-button.active-button .textwrapper a {
  color: black;
}
#section-courses .courses-buttons-wrapper .course-button.active-button i, #section-courses-mobile .courses-buttons-wrapper .course-button.active-button i {
  background: none;
  color: #282828;
  /* IE 9 */
  -ms-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#section-courses .courses-buttons-wrapper .course-button i, #section-courses-mobile .courses-buttons-wrapper .course-button i {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  width: 24px;
  height: 23px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background: #7f0c05;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  cursor: pointer;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  #section-courses .courses-buttons-wrapper .course-button i, #section-courses-mobile .courses-buttons-wrapper .course-button i {
    width: 17px;
    height: 16px;
    font-size: 13px;
  }
}
#section-courses .courses-buttons-wrapper .course-button .categorybutton-mobile, #section-courses-mobile .courses-buttons-wrapper .course-button .categorybutton-mobile {
  display: none;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-courses .courses-buttons-wrapper .course-button .categorybutton-mobile, #section-courses-mobile .courses-buttons-wrapper .course-button .categorybutton-mobile {
    display: block;
  }
}
#section-courses .courses-buttons-wrapper .course-button .categorybutton-mobile.wrapper, #section-courses-mobile .courses-buttons-wrapper .course-button .categorybutton-mobile.wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#section-courses .courses-buttons-wrapper .course-button .wrapper, #section-courses-mobile .courses-buttons-wrapper .course-button .wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#section-courses .courses-buttons-wrapper .course-button .categorybutton, #section-courses-mobile .courses-buttons-wrapper .course-button .categorybutton {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-courses .courses-buttons-wrapper .course-button .categorybutton, #section-courses-mobile .courses-buttons-wrapper .course-button .categorybutton {
    display: none;
  }
}
#section-courses .courses-buttons-wrapper .course-button .textwrapper, #section-courses-mobile .courses-buttons-wrapper .course-button .textwrapper {
  width: 165px;
  height: auto;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #section-courses .courses-buttons-wrapper .course-button .textwrapper, #section-courses-mobile .courses-buttons-wrapper .course-button .textwrapper {
    width: 140px;
    top: 40px;
  }
}
@media (max-width: 1024px) {
  #section-courses .courses-buttons-wrapper .course-button .textwrapper, #section-courses-mobile .courses-buttons-wrapper .course-button .textwrapper {
    width: 90%;
  }
}
@media (max-width: 481px) {
  #section-courses .courses-buttons-wrapper .course-button .textwrapper, #section-courses-mobile .courses-buttons-wrapper .course-button .textwrapper {
    width: 116px;
    top: 35px;
  }
}
#section-courses .courses-buttons-wrapper .course-button .textwrapper a, #section-courses-mobile .courses-buttons-wrapper .course-button .textwrapper a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-courses .courses-buttons-wrapper .course-button .textwrapper a, #section-courses-mobile .courses-buttons-wrapper .course-button .textwrapper a {
    font-size: 14px;
    line-height: 16px;
  }
}
@media (max-width: 1024px) {
  #section-courses .courses-buttons-wrapper .course-button .textwrapper a, #section-courses-mobile .courses-buttons-wrapper .course-button .textwrapper a {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  #section-courses .courses-buttons-wrapper .course-button .textwrapper a, #section-courses-mobile .courses-buttons-wrapper .course-button .textwrapper a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 481px) {
  #section-courses .courses-buttons-wrapper .course-button .textwrapper a, #section-courses-mobile .courses-buttons-wrapper .course-button .textwrapper a {
    font-size: 13px;
    line-height: 14px;
  }
}
#section-courses .courses-buttons-wrapper a.wrapper, #section-courses-mobile .courses-buttons-wrapper a.wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}
#section-courses .course-list, #section-courses-mobile .course-list {
  background: #ecebeb;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-courses .course-list, #section-courses-mobile .course-list {
    margin-top: 3px;
  }
}
#section-courses .course-list .container, #section-courses-mobile .course-list .container {
  padding-bottom: 80px;
}
#section-courses .course-list .container::after, #section-courses-mobile .course-list .container::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
#section-courses .course-list h3, #section-courses-mobile .course-list h3 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #d81e05;
  line-height: 1em;
  font-family: lato;
  font-weight: 400;
  margin-bottom: 32px;
  margin-top: 0;
}
#section-courses .course-list .course-category-block, #section-courses-mobile .course-list .course-category-block {
  display: none;
  padding-top: 40px;
}
#section-courses .course-list .courses-full, #section-courses-mobile .course-list .courses-full {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  padding: 0;
  margin: 0;
}
#section-courses .course-list .courses-full::after, #section-courses-mobile .course-list .courses-full::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
#section-courses .course-list .courses-full li, #section-courses-mobile .course-list .courses-full li {
  display: inline-block;
  width: 50%;
  height: auto;
  margin-bottom: 8px;
  padding-left: 8px;
  list-style-type: none;
  position: relative;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-courses .course-list .courses-full li, #section-courses-mobile .course-list .courses-full li {
    width: auto;
    display: block;
  }
}
#section-courses .course-list .courses-full li a, #section-courses-mobile .course-list .courses-full li a {
  font-size: 18px;
  color: #282828;
  font-family: lato;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-courses .course-list .courses-full li i, #section-courses-mobile .course-list .courses-full li i {
  position: absolute;
  left: -10px;
  top: 11px;
  color: #d81e05;
  font-size: 18px;
}
#section-courses .course-list .courses-full li:hover, #section-courses-mobile .course-list .courses-full li:hover {
  background: #e0dfdf;
}
#section-courses .course-list .courses-full li:hover a, #section-courses-mobile .course-list .courses-full li:hover a {
  color: #d81e05;
}
#section-courses .cta-button, #section-courses-mobile .cta-button {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 74px;
  margin-top: 51px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-courses .cta-button, #section-courses-mobile .cta-button {
    margin-bottom: 139px;
    margin-top: 27px;
  }
}
#section-courses .container, #section-courses-mobile .container {
  position: relative;
  height: 100%;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-courses .container, #section-courses-mobile .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#section-courses p, #section-courses-mobile p {
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-courses p, #section-courses-mobile p {
    margin-bottom: 36px;
  }
}
#section-courses .next-section, #section-courses-mobile .next-section {
  position: static;
}
#section-courses .section-heading, #section-courses-mobile .section-heading {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-courses .section-heading, #section-courses-mobile .section-heading {
    margin-bottom: 0;
  }
}
body.home div.fancybox-overlay div.fancybox-skin, body.page-template-template-courses-php .fancybox-overlay .fancybox-skin {
  background-color: #ecebeb !important;
}
body.home div.fancybox-overlay div.fancybox-skin #section-courses-mobile, body.page-template-template-courses-php .fancybox-overlay .fancybox-skin #section-courses-mobile {
  background-image: none !important;
}
body.home div.fancybox-overlay div.fancybox-skin .course-category-block, body.page-template-template-courses-php .fancybox-overlay .fancybox-skin .course-category-block {
  padding-top: 0 !important;
}
body.home div.fancybox-overlay div.fancybox-skin .course-category-block .courses-full li, body.page-template-template-courses-php .fancybox-overlay .fancybox-skin .course-category-block .courses-full li {
  margin-bottom: 0 !important;
  padding-left: 0 !important;
}
body.home div.fancybox-overlay div.fancybox-skin .course-category-block .courses-full li i, body.page-template-template-courses-php .fancybox-overlay .fancybox-skin .course-category-block .courses-full li i {
  left: -20px !important;
  font-size: 14px;
  top: 12px;
}
body.home div.fancybox-overlay div.fancybox-skin .course-category-block .courses-full li a, body.page-template-template-courses-php .fancybox-overlay .fancybox-skin .course-category-block .courses-full li a {
  font-size: 12px !important;
}
body.home div.fancybox-overlay div.fancybox-skin .course-list h3, body.page-template-template-courses-php .fancybox-overlay .fancybox-skin .course-list h3 {
  font-size: 20px !important;
  margin-bottom: 10px;
}
body.home div.fancybox-overlay div.fancybox-skin .fancybox-close, body.page-template-template-courses-php .fancybox-overlay .fancybox-skin .fancybox-close {
  display: none !important;
}
#section-csuite {
  background-color: #f4f4f4;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 548px;
  border-bottom: 1px solid #e2e2e2;
  padding-top: 160px;
  padding-bottom: 137px;
  width: auto;
  height: auto;
  position: relative;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (min-width: 1375px) {
  #section-csuite {
    background-position: right bottom;
  }
}
@media (max-width: 1024px) {
  #section-csuite {
    padding-top: 23px;
    background-image: url('../img/bg-csuite-mobile.png') !important;
    background-position: right bottom;
    min-height: 0;
    padding-bottom: 180px;
  }
}
@media (max-width: 481px) {
  #section-csuite {
    padding-bottom: 282px;
  }
}
#section-csuite .cta-button {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-csuite .cta-button {
    margin: 0 auto;
  }
}
#section-csuite .next-section {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 56px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-csuite .next-section {
    display: none;
  }
}
#section-csuite .text-wrapper {
  padding-left: 120px;
  width: 605px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-csuite .text-wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
}
#section-csuite .text-wrapper h2 {
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 42px;
  color: #d81e05;
  text-transform: uppercase;
  font-weight: 400;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-csuite .text-wrapper h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 5px;
  }
}
#section-csuite .text-wrapper p {
  font-size: 18px;
  color: #626060;
  line-height: 24px;
  margin-bottom: 48px;
  margin-top: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-csuite .text-wrapper p {
    font-size: 18px;
    line-height: 24px;
  }
}
#section-tailored {
  background-color: #f5f5f5;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 548px;
  padding-top: 160px;
  padding-bottom: 137px;
  width: auto;
  height: auto;
  position: relative;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-tailored {
    min-height: 0;
    padding-bottom: 140px;
    padding-top: 23px;
    background-image: none !important;
  }
}
#section-tailored .text-wrapper {
  padding-left: 120px;
  width: 635px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-tailored .text-wrapper {
    width: auto;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 0;
  }
}
#section-tailored .text-wrapper h2 {
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 42px;
  color: #d81e05;
  font-weight: 400;
  text-transform: uppercase;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-tailored .text-wrapper h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: left;
  }
}
#section-tailored .text-wrapper p {
  font-size: 18px;
  color: #626060;
  line-height: 24px;
  margin-bottom: 1em;
  /* font-size: 16px; */
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-tailored .text-wrapper p {
    line-height: 24px;
  }
}
#section-tailored .text-wrapper li {
  text-align: left;
  color: #626060;
  /* font-size: 16px; */
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-tailored .text-wrapper li {
    line-height: 24px;
  }
}
#section-tailored .call-to-action .cta-button {
  display: inline-block;
  width: 250px;
  margin-right: 15px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-tailored .call-to-action .cta-button {
    margin: 0 auto;
    display: block;
    margin-bottom: 5px;
  }
}
#section-tailored .call-to-action .cta-button a {
  color: #fff;
  text-decoration: none;
  padding-top: 15px;
}
#section-inhouse-skills {
  background-color: black;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 638px;
  padding-top: 130px;
  background-size: cover;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-inhouse-skills {
    min-height: 0;
    padding-top: 48px;
  }
}
#section-inhouse-skills .section-heading {
  font-family: lato;
  font-weight: 400;
  color: #fcfcfc;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 18px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-inhouse-skills .section-heading {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 32px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#section-inhouse-skills .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: 946px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 70px;
  padding-right: 70px;
  color: #fefefe;
  font-size: 18px;
  font-family: lato;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  padding-top: 12px;
  padding-bottom: 16px;
  background: rgba(0, 0, 0, 0.55);
  margin-bottom: 24px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-inhouse-skills .text-wrapper {
    background: none;
    text-align: center;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#section-inhouse-skills .cta-button-wrapper {
  width: 584px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 51px;
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-inhouse-skills .cta-button-wrapper::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
#section-inhouse-skills .cta-button-wrapper .cta-button {
  display: inline-block;
}
@media (max-width: 767px) {
  #section-inhouse-skills .cta-button-wrapper {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 30px;
    text-align: center;
  }
  #section-inhouse-skills .cta-button-wrapper .cta-button {
    margin-bottom: 5px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 481px) {
  #section-inhouse-skills .cta-button-wrapper {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}
#section-inhouse-skills .subscribe-form-wrapper {
  width: 830px;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid white;
  padding-top: 38px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-inhouse-skills .subscribe-form-wrapper::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1024px) {
  #section-inhouse-skills .subscribe-form-wrapper {
    width: 728px;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  #section-inhouse-skills .subscribe-form-wrapper {
    width: 440px;
  }
}
@media (max-width: 481px) {
  #section-inhouse-skills .subscribe-form-wrapper {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 40px;
  }
}
#section-inhouse-skills .subscribe-form-wrapper h3 {
  margin-top: 0;
  font-family: lato;
  font-weight: 400;
  color: #d81e05;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 25px;
  margin-bottom: 13px;
}
#section-inhouse-skills .subscribe-form-wrapper p {
  font-size: 15px;
  color: white;
  font-family: lato;
  font-weight: 400;
  line-height: 20px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-inhouse-skills .subscribe-form-wrapper p {
    display: none;
  }
}
#section-inhouse-skills .subscribe-form-wrapper .subscribe-form-text {
  float: left;
  width: 420px;
  margin-right: 45px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-inhouse-skills .subscribe-form-wrapper .subscribe-form-text {
    float: none;
    width: auto;
    text-align: left;
    margin-right: 0;
    margin-bottom: 17px;
  }
}
#section-inhouse-skills .subscribe-form-wrapper .subscribe-form {
  float: left;
  width: 365px;
  height: auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-inhouse-skills .subscribe-form-wrapper .subscribe-form {
    float: none;
    width: auto;
    display: inline-block;
  }
}
@media (max-width: 481px) {
  #section-inhouse-skills .subscribe-form-wrapper .subscribe-form {
    width: 280px;
  }
}
#section-inhouse-skills .subscribe-form-wrapper .subscribe-form input[type="text"], #section-inhouse-skills .subscribe-form-wrapper .subscribe-form input[type="email"] {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  #section-inhouse-skills .subscribe-form-wrapper .subscribe-form input[type="text"], #section-inhouse-skills .subscribe-form-wrapper .subscribe-form input[type="email"] {
    padding-left: 30px;
    height: 51px;
    width: 230px;
    display: block;
  }
}
#section-inhouse-skills .subscribe-form-wrapper .subscribe-form button {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  #section-inhouse-skills .subscribe-form-wrapper .subscribe-form button {
    width: 49px;
    height: 51px;
  }
}
#section-inhouse-skills .subscribe-form-wrapper .form-line {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-inhouse-skills .subscribe-form-wrapper .form-line::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1024px) {
  #section-inhouse-skills .subscribe-form-wrapper .form-line {
    float: left;
  }
}
#subscribe-name {
  margin-bottom: 12px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #subscribe-name {
    margin-right: 20px;
  }
}
@media (max-width: 481px) {
  #subscribe-name {
    margin-bottom: 19px;
    margin-right: 0;
  }
}
#section-latestnews {
  padding-top: 105px;
  border-top: 1px solid #f4f4f4;
  padding-bottom: 145px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-latestnews {
    padding-top: 23px;
    padding-bottom: 63px;
  }
}
#section-latestnews .section-heading {
  color: #222;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 57px;
  line-height: 52px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-latestnews .section-heading {
    font-size: 30px;
    margin-bottom: 13px;
  }
}
#section-latestnews .carousel-wrapper {
  position: relative;
  width: auto;
  height: 300px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-latestnews .carousel-wrapper {
    height: 246px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  #section-latestnews .carousel-wrapper {
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 auto;
    width: 460px;
    height: 230px;
  }
}
@media (max-width: 481px) {
  #section-latestnews .carousel-wrapper {
    width: 230px;
  }
}
#section-latestnews .latestnews-item {
  width: 600px;
  height: auto;
  position: relative;
  display: inline-block;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-latestnews .latestnews-item::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1199px) {
  #section-latestnews .latestnews-item {
    width: 492px;
  }
}
@media (max-width: 1024px) {
  #section-latestnews .latestnews-item {
    width: 230px;
    height: 230px;
  }
}
#section-latestnews .latestnews-item a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#section-latestnews .latestnews-item .thumbnail-wrapper {
  width: 300px;
  height: 300px;
  background: black;
  float: left;
  overflow: hidden;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-latestnews .latestnews-item .thumbnail-wrapper img {
  display: block;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-latestnews .latestnews-item .thumbnail-wrapper img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1199px) {
  #section-latestnews .latestnews-item .thumbnail-wrapper {
    width: 246px;
    height: 246px;
  }
}
@media (max-width: 1024px) {
  #section-latestnews .latestnews-item .thumbnail-wrapper {
    display: none;
  }
}
#section-latestnews .latestnews-item .excerpt-text {
  width: 220px;
  height: 246px;
  padding-top: 54px;
  background: #e8e7e8;
  float: left;
  position: relative;
  overflow: hidden;
  color: #222;
  padding-left: 40px;
  padding-right: 40px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  #section-latestnews .latestnews-item .excerpt-text {
    padding-left: 20px;
    padding-right: 20px;
    width: 206px;
    height: 222px;
    padding-top: 24px;
  }
}
@media (max-width: 1024px) {
  #section-latestnews .latestnews-item .excerpt-text {
    width: 190px;
    float: none;
    height: 190px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#section-latestnews .latestnews-item .excerpt-text i {
  text-align: center;
  font-size: 42px;
  margin: 0 auto 22px;
  display: block;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-latestnews .latestnews-item .excerpt-text i {
    font-size: 32px;
    margin-bottom: 10px;
  }
}
#section-latestnews .latestnews-item .excerpt-text p {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 24px;
  text-align: center;
  font-size: 16px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-latestnews .latestnews-item .excerpt-text p {
    font-size: 18px;
    line-height: 18px;
  }
}
@media (max-width: 1024px) {
  #section-latestnews .latestnews-item .excerpt-text p {
    margin: 0;
    margin-bottom: 20px;
  }
}
#section-latestnews .latestnews-item .excerpt-text span {
  display: block;
  text-align: center;
  color: #ce393d;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-latestnews .latestnews-item .excerpt-text span {
    font-size: 14px;
  }
}
#section-latestnews .latestnews-item:hover .excerpt-text {
  background: #d81e05;
  color: white;
}
#section-latestnews .latestnews-item:hover .excerpt-text span {
  color: #222;
}
#section-clients {
  background: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 88px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-clients {
    padding-top: 38px;
    padding-bottom: 73px;
  }
}
#section-clients h2 {
  font-size: 30px;
  color: #222;
  line-height: 52px;
  text-align: center;
  font-weight: 400;
  margin-top: 0;
  margin-bottom: 60px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-clients h2 {
    font-size: 24px;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 34px;
  }
}
#section-clients .cta-button {
  margin-left: auto;
  margin-right: auto;
}
#section-clients .cta-button #clients-cta {
  color: #fff;
  text-decoration: none;
  top: 12px;
}
#clients-carousel-wrapper {
  padding-left: 83px;
  padding-right: 83px;
  height: 200px;
  position: relative;
  width: auto;
  margin-bottom: 49px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #clients-carousel-wrapper {
    padding-left: 20px;
    padding-right: 20px;
    width: 984px;
    margin: 0 auto 49px;
  }
}
@media (max-width: 1024px) {
  #clients-carousel-wrapper {
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 44px;
    width: 400px;
  }
}
@media (max-width: 481px) {
  #clients-carousel-wrapper {
    width: 200px;
  }
}
#clients-carousel-wrapper .client-item {
  width: 197px;
  height: 200px;
  background-color: white;
  overflow: hidden;
  text-align: center;
  vertical-align: middle;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #clients-carousel-wrapper .client-item {
    width: 190px;
    height: 190px;
  }
}
@media (max-width: 1024px) {
  #clients-carousel-wrapper .client-item {
    width: 200px;
    height: 200px;
  }
}
#clients-carousel-wrapper .client-item img {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #clients-carousel-wrapper .client-item img {
    max-width: 100%;
    height: auto;
  }
}
#section-testimonials {
  padding-top: 55px;
  padding-bottom: 135px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-testimonials {
    padding-top: 38px;
    padding-bottom: 58px;
  }
}
#section-testimonials .section-heading {
  color: #222;
  font-size: 42px;
  margin-top: 0;
  font-weight: 400;
  margin-bottom: 57px;
  line-height: 52px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-testimonials .section-heading {
    font-size: 24px;
    line-height: 52px;
    margin-bottom: 10px;
  }
}
#section-testimonials .carousel-wrapper {
  position: relative;
  width: auto;
  height: 300px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-testimonials .carousel-wrapper {
    height: 246px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  #section-testimonials .carousel-wrapper {
    width: 460px;
    padding-left: 45px;
    padding-right: 45px;
    margin: 0 auto;
  }
}
@media (max-width: 481px) {
  #section-testimonials .carousel-wrapper {
    width: 230px;
  }
}
#section-testimonials .testimonial-item {
  width: 600px;
  height: auto;
  position: relative;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-testimonials .testimonial-item::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1199px) {
  #section-testimonials .testimonial-item {
    width: 492px;
  }
}
@media (max-width: 1024px) {
  #section-testimonials .testimonial-item {
    width: 230px;
  }
}
#section-testimonials .testimonial-item .popuptrigger {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
#section-testimonials .testimonial-item .company-logo {
  width: 300px;
  height: 300px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  border: 1px solid #c8caca;
  background: white;
  float: left;
  overflow: hidden;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-testimonials .testimonial-item .company-logo.no-logo {
  background: white url('../img/bg-quote.png') center center no-repeat;
}
@media (max-width: 1199px) {
  #section-testimonials .testimonial-item .company-logo {
    width: 246px;
    height: 246px;
  }
}
#section-testimonials .testimonial-item .company-logo img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-testimonials .testimonial-item .company-logo img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  #section-testimonials .testimonial-item .company-logo {
    display: none;
  }
}
#section-testimonials .testimonial-item .testimonial-text {
  width: 220px;
  height: 290px;
  padding-top: 10px;
  background: #e8e7e8;
  float: left;
  position: relative;
  overflow: hidden;
  color: #222;
  padding-left: 40px;
  padding-right: 40px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 1199px) {
  #section-testimonials .testimonial-item .testimonial-text {
    padding-left: 20px;
    padding-right: 20px;
    width: 206px;
    height: 285px;
    padding-top: 24px;
  }
}
@media (max-width: 1024px) {
  #section-testimonials .testimonial-item .testimonial-text {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    float: none;
    height: 285px;
    padding-top: 10px;
  }
}
#section-testimonials .testimonial-item .testimonial-text .testimonial-icon {
  height: 40px;
  background: url('../img/icon-testimonials.png') center top no-repeat;
  margin: 0 auto 22px;
  display: block;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-testimonials .testimonial-item .testimonial-text .testimonial-icon {
    margin-bottom: 6px;
  }
}
#section-testimonials .testimonial-item .testimonial-text p {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 24px;
  margin-top: 0;
  text-align: center;
  font-size: 16px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-testimonials .testimonial-item .testimonial-text p {
    font-size: 16px;
    line-height: 19px;
  }
}
#section-testimonials .testimonial-item .testimonial-text span {
  display: block;
  text-align: center;
  color: #ce393d;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
#section-testimonials .testimonial-item:hover .testimonial-text {
  background: #d81e05;
  color: white;
}
#section-testimonials .testimonial-item:hover .testimonial-text span {
  color: #222;
}
#section-testimonials .testimonial-item:hover .testimonial-icon {
  background: url('../img/icon-testimonials-hover.png') center top no-repeat;
}
#testimonial-shadow {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.42);
  z-index: 999;
}
#testimonial-wrapper {
  width: 800px;
  height: auto;
  position: fixed;
  display: none;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  top: 80px;
  z-index: 1000;
  background: white;
  padding: 50px 33px 75px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #testimonial-wrapper {
    width: 80%;
    height: 80%;
    top: 20px;
    padding: 30px 20px;
    overflow-y: scroll;
  }
}
#testimonial-wrapper h2 {
  color: #222;
  position: absolute;
  top: 90px;
  right: 168px;
  font-size: 18px;
  font-family: 'latoblack';
  line-height: 26px;
  text-align: center;
}
.popup-testimonial-text, .popup-testimonial-text p {
  color: #222;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 1.1em;
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .popup-testimonial-text, .popup-testimonial-text p {
    font-size: 13px;
    line-height: 16px;
  }
}
.popupclose {
  right: 20px;
  top: 20px;
  position: absolute;
  cursor: pointer;
}
.popupclose i {
  font-size: 15px;
  color: #222;
}
.additional_text_source {
  display: none;
  font-size: 0;
  overflow: hidden;
}
#section-signup {
  background: black;
  border-top: 5px solid white;
  border-bottom: 4px solid white;
  padding-bottom: 96px;
  padding-top: 62px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-signup {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 23px;
    padding-bottom: 62px;
  }
}
#section-signup .section-heading {
  color: white;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 36px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-signup .section-heading {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 22px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#section-signup form::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
#section-signup p {
  margin: 0;
}
#section-signup p::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
#section-signup .wpcf7-form-control-wrap {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-signup .wpcf7-form-control-wrap {
    display: inline-block;
  }
}
#section-signup .wpcf7-form p {
  display: inline-block;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-signup .wpcf7-form p {
    text-align: center;
  }
}
#signup-name {
  height: 54px;
  border: 0;
  padding: 0;
  text-align: center;
  width: 459px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 28px;
  float: left;
  font-size: 20px;
  font-weight: 400;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #signup-name {
    width: 390px;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  #signup-name {
    width: 350px;
    float: none;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-left: 0;
    margin-right: 7px;
  }
}
@media (max-width: 767px) {
  #signup-name {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 22px;
  }
}
#signup-email {
  height: 54px;
  border: 0;
  padding: 0;
  text-align: center;
  width: 459px;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 12px;
  float: left;
  font-size: 20px;
  font-weight: 400;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #signup-email {
    width: 390px;
    margin-right: 10px;
  }
}
@media (max-width: 1024px) {
  #signup-email {
    width: 350px;
    float: none;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-right: 0;
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  #signup-email {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 27px;
  }
}
#signup-submit {
  width: 239px;
  height: 54px;
  padding: 0;
  float: left;
  text-transform: none;
  font-weight: bold;
  font-size: 20px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #signup-submit {
    width: 204px;
  }
}
@media (max-width: 1024px) {
  #signup-submit {
    float: none;
    margin: 0 auto 15px;
  }
}
.page-contact-us #section-joinus {
  background-color: gray;
  background-image: url('../img/bg-joinus-contact.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 671px;
  padding-top: 115px;
  padding-bottom: 63px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-contact-us #section-joinus {
    padding-top: 34px;
    min-height: 0;
    padding-bottom: 88px;
  }
}
.page-contact-us #section-joinus .container {
  padding-left: 0;
  padding-right: 0;
}
.page-contact-us #section-joinus .section-heading {
  font-weight: 400;
  color: white;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 32px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-contact-us #section-joinus .section-heading {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
.page-contact-us #section-joinus .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1090px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 90px;
  padding-right: 90px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 37px;
  background: rgba(0, 0, 0, 0.55);
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .page-contact-us #section-joinus .text-wrapper {
    width: 984px;
  }
}
@media (max-width: 1024px) {
  .page-contact-us #section-joinus .text-wrapper {
    width: auto;
    padding-left: 20px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 20px;
    background: none;
    font-size: 14px;
    line-height: 18px;
  }
}
.page-contact-us #section-joinus .text-wrapper a {
  text-decoration: none;
  color: white;
}
.page-contact-us #section-joinus .cta-button-wrapper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 51px;
  margin-top: 25px;
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.page-contact-us #section-joinus .cta-button-wrapper::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1024px) {
  .page-contact-us #section-joinus .cta-button-wrapper {
    margin-bottom: 0;
  }
}
.page-contact-us #section-joinus .cta-button-wrapper .cta-button {
  display: inline-block;
  float: none;
  position: relative;
  width: 591px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media (max-width: 1024px) {
  .page-contact-us #section-joinus .cta-button-wrapper .cta-button {
    width: auto;
    display: block;
    height: auto;
    font-size: 14px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
  }
}
.page-contact-us #section-joinus .cta-button-wrapper .cta-button span {
  text-transform: none;
  padding-left: 32px;
  padding-right: 56px;
  text-align: left;
  font-size: 18px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-contact-us #section-joinus .cta-button-wrapper .cta-button span {
    text-align: center;
    padding: 0;
    width: 240px;
    position: static;
    margin: 0 auto;
    display: block;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    font-size: 14px;
    padding-top: 6px;
  }
}
.page-contact-us #section-joinus .cta-button-wrapper .cta-button i {
  color: white;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  position: absolute;
  right: 34px;
  top: 0;
  font-style: normal;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-contact-us #section-joinus .cta-button-wrapper .cta-button i {
    right: 15px;
  }
}
.page-header {
  padding-top: 214px;
  background-color: white;
  background-position: center top;
  padding-bottom: 100px;
  background-size: cover;
}
.page-banner-text-wrapper {
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}
.page-banner-text-wrapper p {
  margin-top: 0;
  margin-bottom: 1em;
}
.page-banner-text-wrapper p:last-child {
  margin-bottom: 0;
}
.page-banner-text-wrapper h1 {
  text-align: center;
  line-height: 52px;
  color: #373737;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 13px;
  margin-top: 0;
}
.page-banner-text-wrapper .textbox {
  padding-left: 60px;
  padding-right: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  line-height: 24px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.55);
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 27px;
}
.page-banner-text-wrapper .call-to-action {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 0;
  vertical-align: top;
}
.page-banner-text-wrapper .call-to-action:after {
  content: "";
  width: 100%;
  display: inline-block;
}
.page-banner-text-wrapper .call-to-action .cta-button {
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.page-banner-text-wrapper .call-to-action .cta-button:first-child {
  margin-left: 0;
}
.page-banner-text-wrapper .call-to-action .cta-button:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .page-banner-text-wrapper .call-to-action .cta-button {
    width: 260px;
    max-width: 46%;
  }
}
@media (max-width: 481px) {
  .page-banner-text-wrapper .call-to-action .cta-button {
    display: block;
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
#section-text {
  padding-top: 30px;
  padding-bottom: 68px;
}
#section-text .container {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  #section-text .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#section-about-wesupport {
  padding-top: 96px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-about-wesupport {
    padding-top: 21px;
  }
}
#section-about-wesupport .container {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-about-wesupport .container {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  #section-about-wesupport .container {
    padding-left: 4px;
    padding-right: 4px;
  }
}
#section-about-wesupport .section-heading {
  margin-top: 0;
  line-height: 52px;
  color: #222;
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 38px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-about-wesupport .section-heading {
    font-size: 24px;
    line-height: 52px;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 10px;
  }
}
#section-about-wesupport p {
  text-align: center;
  color: #656363;
  line-height: 30px;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 67px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-about-wesupport p {
    font-size: 16px;
    line-height: 21px;
  }
}
@media (max-width: 1024px) {
  #section-about-wesupport p {
    margin-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
#section-about-wesupport .about-support-list {
  width: 1032px;
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  margin: 0 auto 46px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-about-wesupport .about-support-list::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
@media (max-width: 1199px) {
  #section-about-wesupport .about-support-list {
    width: auto;
  }
}
@media (max-width: 1024px) {
  #section-about-wesupport .about-support-list {
    width: 768px;
  }
}
@media (max-width: 767px) {
  #section-about-wesupport .about-support-list {
    width: 480px;
  }
}
@media (max-width: 481px) {
  #section-about-wesupport .about-support-list {
    width: 312px;
  }
}
#section-about-wesupport .support-item {
  width: 200px;
  height: 200px;
  background: white;
  display: inline-block;
  margin-bottom: 8px;
  float: left;
  margin-right: 8px;
  text-align: center;
  vertical-align: top;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-about-wesupport .support-item:nth-child(5n) {
  margin-right: 0;
}
@media (max-width: 1199px) {
  #section-about-wesupport .support-item {
    width: 192px;
    height: 192px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 1024px) {
  #section-about-wesupport .support-item {
    width: 152px;
    height: 152px;
    float: none;
    margin-right: 0;
  }
}
#section-about-wesupport .support-item img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  margin: 0 auto;
  display: inline-block;
  height: auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-about-wesupport .support-item img {
    max-width: 100%;
  }
}
#section-joinus {
  background-color: black;
  background-image: url('../img/bg-about-joinus.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 714px;
  padding-top: 83px;
  padding-bottom: 173px;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-joinus {
    padding-top: 34px;
    padding-bottom: 55px;
    min-height: 0;
    background-image: url('../img/bg-joinus-mobile.png');
  }
}
#section-joinus .container {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-joinus .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  #section-joinus .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#section-joinus .section-heading {
  font-weight: 400;
  color: #373737;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 32px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-joinus .section-heading {
    font-size: 30px;
    line-height: 52px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    margin-bottom: 12px;
  }
}
#section-joinus .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1090px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 90px;
  padding-right: 90px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  background: rgba(0, 0, 0, 0.55);
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-joinus .text-wrapper {
    width: auto;
  }
}
@media (max-width: 1024px) {
  #section-joinus .text-wrapper {
    width: auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
#section-joinus .text-wrapper a {
  text-decoration: none;
  color: white;
}
#section-joinus .cta-button-wrapper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-joinus .cta-button-wrapper::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1024px) {
  #section-joinus .cta-button-wrapper {
    padding: 0;
  }
}
#section-joinus .cta-button-wrapper .cta-button {
  display: inline-block;
  float: none;
  position: relative;
  width: 591px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media (max-width: 1024px) {
  #section-joinus .cta-button-wrapper .cta-button {
    width: auto;
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
#section-joinus .cta-button-wrapper .cta-button span {
  text-transform: none;
  padding-left: 32px;
  padding-right: 56px;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-joinus .cta-button-wrapper .cta-button span {
    text-align: center;
    padding: 0;
    font-size: 14px;
    width: 240px;
    position: static;
    margin: 0 auto;
    display: block;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding-top: 6px;
  }
}
#section-joinus .cta-button-wrapper .cta-button i {
  color: white;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  position: absolute;
  right: 34px;
  top: 0;
}
#section-clients-client-list {
  padding-top: 70px;
  background: #f4f4f4;
  padding-bottom: 78px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-clients-client-list {
    padding-top: 15px;
    padding-bottom: 98px;
  }
}
#section-clients-client-list .section-heading {
  font-size: 30px;
  color: #222;
  margin-top: 0;
  text-transform: uppercase;
  line-height: 52px;
  margin-bottom: 60px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-clients-client-list .section-heading {
    font-size: 24px;
    line-height: 24px;
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 43px;
  }
}
#section-clients-client-list .clients-list {
  width: 1032px;
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  margin: 0 auto 46px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-clients-client-list .clients-list::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
@media (max-width: 1199px) {
  #section-clients-client-list .clients-list {
    width: 592px;
  }
}
@media (max-width: 1024px) {
  #section-clients-client-list .clients-list {
    width: 592px;
  }
}
@media (max-width: 767px) {
  #section-clients-client-list .clients-list {
    width: 400px;
  }
}
@media (max-width: 481px) {
  #section-clients-client-list .clients-list {
    width: 266px;
  }
}
#section-clients-client-list .client-item {
  width: 197px;
  height: 200px;
  background: white;
  display: inline-block;
  margin-bottom: 8px;
  float: left;
  margin-right: 8px;
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #section-clients-client-list .client-item {
    width: 192px;
    height: 192px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  #section-clients-client-list .client-item {
    width: 119px;
    height: 119px;
    float: none;
    vertical-align: top;
    margin: 7px;
  }
}
#section-clients-client-list .client-item img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  margin: 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  /* &:nth-child(5n){
			margin-right: 0;

			@include media-query(tablet-max){
				margin-right: 7px;
			}

		} */
}
#section-clients-client-list .show_all_clients {
  margin: 0 auto;
}
#section-clients-client-list .show_all_clients a {
  color: #fff;
  text-decoration: none;
  padding-top: 16px;
  line-height: 0;
}
#section-open-course-dates {
  padding-top: 78px;
  padding-bottom: 50px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-open-course-dates {
    padding-bottom: 76px;
    padding-top: 27px;
  }
}
#section-open-course-dates .container {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-open-course-dates .container {
    padding-left: 13px;
    padding-right: 13px;
  }
}
#section-open-course-dates .cta-button {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-open-course-dates .cta-button {
    margin: 0 auto;
    max-width: 100%;
  }
}
#section-open-course-dates .section-heading {
  margin-top: 0;
  margin-bottom: 59px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-open-course-dates .section-heading {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
#section-open-course-dates .month-name {
  height: 67px;
  line-height: 67px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  color: #222;
  font-size: 28px;
  background: #f5f4f4;
  width: 266px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-open-course-dates .month-name {
    height: 86px;
    width: 100%;
    font-size: 28px;
    line-height: 86px;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
}
#section-open-course-dates .opencourses-list {
  background: #f5f4f4;
  padding-top: 24px;
  padding-bottom: 48px;
  margin-bottom: 40px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-open-course-dates .opencourses-list {
    padding-top: 0;
    padding-bottom: 35px;
    margin-bottom: 20px;
  }
}
#section-open-course-dates .opencourses-list ul {
  padding: 1px;
  margin: 0;
}
#section-open-course-dates .opencourses-list ul li {
  list-style-type: none;
  display: block;
  width: auto;
  position: relative;
  padding-left: 122px;
  height: 49px;
  line-height: 49px;
  color: #d81e05;
  font-size: 18px;
  font-weight: bold;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-open-course-dates .opencourses-list ul li {
    padding-left: 20px;
    height: auto;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 17px;
    margin-bottom: 20px;
  }
}
#section-open-course-dates .opencourses-list ul li .fa-chevron-right {
  position: absolute;
  right: 160px;
  height: 49px;
  line-height: 49px;
  font-size: 14px;
  color: #d81e05;
  top: 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-open-course-dates .opencourses-list ul li .fa-chevron-right {
    display: none;
  }
}
#section-open-course-dates .opencourses-list ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#section-open-course-dates .opencourses-list ul li .course-date {
  font-size: 18px;
  font-weight: bold;
  color: #666464;
  height: 49px;
  line-height: 49px;
  left: 750px;
  position: absolute;
  top: 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-open-course-dates .opencourses-list ul li .course-date {
    position: static;
    display: block;
    font-size: 16px;
    line-height: 24px;
    height: auto;
  }
}
#section-open-course-dates .opencourses-list ul li .course-date i {
  margin-right: 10px;
}
#section-open-course-dates .opencourses-list ul li:hover {
  color: white;
  background: #d81e05;
}
#section-open-course-dates .opencourses-list ul li:hover .fa-chevron-right {
  color: #f5a095;
}
#section-open-course-dates .opencourses-list ul li:hover span {
  color: white;
}
#course-page-banner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  min-height: 550px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #course-page-banner {
    height: auto;
  }
}
#course-page-banner .course-mobile-heading {
  display: none;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #course-page-banner .course-mobile-heading {
    display: block;
    font-size: 24px;
    line-height: 24px;
    color: white;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 400;
  }
}
#course-page-banner .container {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-bottom: 20px;
  padding-top: 204px;
  position: relative;
  height: auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#course-page-banner .container::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1024px) {
  #course-page-banner .container {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 100px;
  }
}
#course-page-banner .info-box {
  float: right;
  background: rgba(0, 0, 0, 0.75);
  width: 395px;
  padding-top: 9px;
  padding-bottom: 15px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #course-page-banner .info-box {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}
#course-page-banner .info-box a {
  color: white;
}
#course-page-banner .info-box ul {
  margin: 0;
  padding: 0;
}
#course-page-banner .info-box ul li {
  list-style-type: none;
  color: white;
  line-height: 18px;
  font-size: 15px;
  padding-left: 20px;
  margin-bottom: 19px;
}
#course-page-banner .info-box ul li span.divider:last-child {
  display: none;
}
#course-page-banner .training-contact-text {
  padding-left: 20px;
  color: white;
  font-size: 15px;
  line-height: 18px;
}
#course-page-banner .training-contact-text a {
  text-decoration: none;
  color: #f37979;
}
#course-page-banner .training-contact-text p {
  margin-top: 0;
  font-size: 15px;
  line-height: 18px;
}
#course-page-banner .title-cta {
  width: 685px;
  height: auto;
  position: absolute;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #course-page-banner .title-cta {
    position: static;
    width: 280px;
    margin: 0 auto;
  }
}
#course-page-banner .title-cta h1 {
  text-transform: uppercase;
  color: white;
  line-height: 52px;
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 35px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #course-page-banner .title-cta h1 {
    display: none;
  }
}
#section-course-information {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information {
    padding-bottom: 1px;
  }
}
#section-course-information .infowrapper {
  height: auto;
  overflow: hidden;
}
#section-course-information .infowrapper::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
#section-course-information #info-left {
  float: left;
  width: 50%;
  background: white;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-top: 60px;
  padding-left: 24px;
  padding-right: 24px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information #info-left {
    width: auto;
    float: none;
    padding-top: 29px;
    position: relative;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 180px;
  }
}
#section-course-information #info-left h2 {
  line-height: 40px;
  font-size: 33px;
  text-transform: uppercase;
  color: #222;
  font-weight: 400;
  margin-top: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information #info-left h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }
}
#section-course-information #info-left p {
  font-size: 18px;
  line-height: 24px;
  color: #181818;
  margin-bottom: 21px;
  margin-top: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information #info-left p {
    font-size: 18px;
    line-height: 18px;
  }
}
#section-course-information #info-left .cta-wrapper {
  padding-top: 55px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information #info-left .cta-wrapper {
    padding-top: 0;
  }
}
#section-course-information #info-left .cta-button {
  width: 467px;
  margin-bottom: 5px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information #info-left .cta-button {
    margin: 0 auto;
    margin-top: 10px;
  }
}
@media (max-width: 481px) {
  #section-course-information #info-left .cta-button {
    width: 280px;
    height: 62px;
  }
}
@media (max-width: 767px) {
  #section-course-information #info-left .cta-button {
    font-size: 15px;
    margin-top: 10px;
  }
}
#section-course-information #info-right {
  float: left;
  width: 50%;
  background: #d81e05;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-top: 60px;
  padding-left: 29px;
  padding-right: 29px;
  padding-bottom: 60px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information #info-right {
    width: auto;
    float: none;
    margin-right: 4px;
    margin-left: 4px;
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 57px;
  }
}
#section-course-information #info-right h2 {
  line-height: 40px;
  text-transform: uppercase;
  font-size: 33px;
  color: white;
  margin-bottom: 29px;
  font-weight: 400;
  margin-top: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information #info-right h2 {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 15px;
  }
}
#section-course-information #info-right h2 br {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information #info-right h2 br {
    display: none;
  }
}
#section-course-information #info-right ul {
  border-top: 1px solid #e25846;
  margin: 0;
  padding: 33px 0 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information #info-right ul {
    padding-top: 24px;
  }
}
#section-course-information #info-right ul li {
  list-style-type: none;
  padding-left: 46px;
  height: auto;
  line-height: 30px;
  font-size: 18px;
  text-align: left;
  font-weight: 400;
  width: auto;
  display: block;
  color: white;
  position: relative;
  margin-bottom: 30px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-course-information #info-right ul li {
    padding-left: 40px;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 24px;
  }
}
#section-course-information #info-right ul li i {
  position: absolute;
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 5px;
  top: 7px;
}
#section-attend {
  background: #f9f9f9;
  padding-top: 54px;
  padding-bottom: 146px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-attend {
    padding-top: 27px;
    padding-bottom: 50px;
  }
}
#section-attend h2 {
  text-align: center;
  text-transform: uppercase;
  color: #181818;
  line-height: 52px;
  font-weight: 400;
  font-size: 33px;
  margin-bottom: 35px;
  margin-top: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-attend h2 {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
}
#section-attend ul {
  margin: 0;
  padding-top: 7px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  margin-bottom: 35px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-attend ul::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
@media (max-width: 1199px) {
  #section-attend ul {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1024px) {
  #section-attend ul {
    margin-bottom: 0;
  }
}
#section-attend ul li {
  display: inline-block;
  padding-left: 73px;
  position: relative;
  width: 560px;
  height: auto;
  list-style-type: none;
  color: #181818;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 30px;
  vertical-align: top;
  text-align: left;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media (max-width: 1199px) {
  #section-attend ul li {
    width: 450px;
    font-size: 18px;
    line-height: 24px;
  }
  #section-attend ul li br {
    display: none;
  }
}
@media (max-width: 1024px) {
  #section-attend ul li {
    width: auto;
    display: block;
    margin-bottom: 20px;
    padding-left: 40px;
  }
}
#section-attend ul li i {
  color: #d81e05;
  position: absolute;
  left: 0;
  top: 7px;
}
#section-attend .cta-wrapper {
  text-align: center;
}
#section-attend .cta-wrapper .cta-button {
  margin: 0 auto;
}
#section-alsoviewed {
  padding-top: 65px;
  padding-bottom: 90px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  #section-alsoviewed {
    padding-top: 30px;
    padding-bottom: 60px;
  }
}
#section-alsoviewed h2 {
  margin-bottom: 36px;
  margin-top: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  #section-alsoviewed h2 {
    line-height: 30px;
    font-size: 24px;
    margin-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }
}
#section-alsoviewed .courses-buttons-wrapper .container {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-alsoviewed .courses-buttons-wrapper .container::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
@media (max-width: 1024px) {
  #section-alsoviewed .courses-buttons-wrapper .container {
    width: auto;
    max-width: 768px;
    padding-left: 17px;
    padding-right: 17px;
  }
}
@media (max-width: 481px) {
  #section-alsoviewed .courses-buttons-wrapper .container {
    width: 199px;
    padding: 0;
  }
}
#section-alsoviewed .courses-buttons-wrapper .course-button {
  width: 193px;
  height: 161px;
  position: relative;
  background-color: #d81e05;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  #section-alsoviewed .courses-buttons-wrapper .course-button {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    width: 32%;
    margin: 3px;
    height: 150px;
  }
}
@media (max-width: 481px) {
  #section-alsoviewed .courses-buttons-wrapper .course-button {
    margin-bottom: 10px;
    width: 193px;
    height: 161px;
    margin-right: 0;
    margin-left: 0;
  }
}
#section-alsoviewed .courses-buttons-wrapper .course-button:hover {
  background-color: #ec533f;
}
#section-alsoviewed .courses-buttons-wrapper .course-button.active-button {
  background: #ecebeb;
  height: 177px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  #section-alsoviewed .courses-buttons-wrapper .course-button.active-button {
    height: 161px;
  }
}
#section-alsoviewed .courses-buttons-wrapper .course-button.active-button .textwrapper a {
  color: black;
}
#section-alsoviewed .courses-buttons-wrapper .course-button.active-button i {
  background: none;
  color: #282828;
  /* IE 9 */
  -ms-transform: rotate(180deg);
  /* Chrome, Safari, Opera */
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#section-alsoviewed .courses-buttons-wrapper .course-button i {
  position: absolute;
  display: block;
  text-align: center;
  font-size: 18px;
  color: white;
  width: 24px;
  height: 23px;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: auto;
  margin-right: auto;
  background: #7f0c05;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition: transform 0.5s;
  -moz-transition: transform 0.5s;
  -ms-transition: transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  cursor: pointer;
}
#section-alsoviewed .courses-buttons-wrapper .course-button .textwrapper {
  width: 165px;
  height: auto;
  position: absolute;
  top: 55px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 1199px) {
  #section-alsoviewed .courses-buttons-wrapper .course-button .textwrapper {
    width: 140px;
    top: 40px;
  }
}
@media (max-width: 1024px) {
  #section-alsoviewed .courses-buttons-wrapper .course-button .textwrapper {
    width: 90%;
  }
}
@media (max-width: 481px) {
  #section-alsoviewed .courses-buttons-wrapper .course-button .textwrapper {
    width: 165px;
    height: auto;
  }
}
#section-alsoviewed .courses-buttons-wrapper .course-button .textwrapper a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #section-alsoviewed .courses-buttons-wrapper .course-button .textwrapper a {
    color: #fff;
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  #section-alsoviewed .courses-buttons-wrapper .course-button .textwrapper a {
    font-size: 15px;
    line-height: 21px;
  }
}
@media (max-width: 481px) {
  #section-alsoviewed .courses-buttons-wrapper .course-button .textwrapper a {
    font-size: 18px;
    line-height: 21px;
  }
}
#section-alsoviewed .course-list {
  background: #ecebeb;
}
#section-alsoviewed .course-list .container {
  padding-bottom: 80px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#section-alsoviewed .course-list .container::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 481px) {
  #section-alsoviewed .course-list .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
#section-alsoviewed .course-list h3 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #d81e05;
  line-height: 1em;
  font-family: lato;
  font-weight: 400;
  margin-bottom: 32px;
  margin-top: 0;
}
#section-alsoviewed .course-list .course-category-block {
  padding-top: 40px;
}
#section-alsoviewed .course-list .courses-full {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  padding: 0;
}
#section-alsoviewed .course-list .courses-full::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
#section-alsoviewed .course-list .courses-full li {
  display: inline-block;
  width: 33%;
  height: auto;
  margin-bottom: 8px;
  padding-left: 79px;
  list-style-type: none;
  position: relative;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  #section-alsoviewed .course-list .courses-full li {
    width: auto;
    display: block;
  }
}
#section-alsoviewed .course-list .courses-full li a {
  font-size: 18px;
  color: #282828;
  font-family: lato;
  font-weight: 400;
  padding-top: 7px;
  padding-bottom: 7px;
  display: inline-block;
  line-height: 25px;
  text-align: left;
  text-decoration: none;
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#section-alsoviewed .course-list .courses-full li i {
  position: absolute;
  left: 26px;
  top: 11px;
  color: #d81e05;
  font-size: 18px;
}
#section-alsoviewed .course-list .courses-full li:hover {
  background: #e0dfdf;
}
#section-alsoviewed .course-list .courses-full li:hover a {
  color: #d81e05;
}
.textwithbg {
  background-color: black;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 714px;
  padding-top: 83px;
  padding-bottom: 173px;
  background-size: cover;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .textwithbg {
    padding-top: 34px;
    padding-bottom: 55px;
    min-height: 0;
  }
}
.textwithbg .container {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .textwithbg .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1024px) {
  .textwithbg .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.textwithbg .section-heading {
  font-weight: 400;
  color: #373737;
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 32px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .textwithbg .section-heading {
    font-size: 30px;
    line-height: 52px;
    padding-left: 10px;
    padding-right: 10px;
    color: white;
    margin-bottom: 12px;
  }
}
.textwithbg .text-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 1090px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 90px;
  padding-right: 90px;
  color: white;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 8px;
  background: rgba(0, 0, 0, 0.55);
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .textwithbg .text-wrapper {
    width: auto;
  }
}
@media (max-width: 1024px) {
  .textwithbg .text-wrapper {
    width: auto;
    padding-left: 20px;
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
    margin-bottom: 0;
  }
}
.textwithbg .text-wrapper a {
  text-decoration: none;
  color: white;
}
.textwithbg .cta-button-wrapper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0;
  margin-top: 0;
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.textwithbg .cta-button-wrapper::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1024px) {
  .textwithbg .cta-button-wrapper {
    padding: 0;
  }
}
.textwithbg .cta-button-wrapper .cta-button {
  display: inline-block;
  float: none;
  position: relative;
  width: 591px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
@media (max-width: 1024px) {
  .textwithbg .cta-button-wrapper .cta-button {
    width: auto;
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
  }
}
.textwithbg .cta-button-wrapper .cta-button span {
  text-transform: none;
  padding-left: 32px;
  padding-right: 56px;
  text-align: left;
  font-size: 18px;
  line-height: 20px;
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .textwithbg .cta-button-wrapper .cta-button span {
    text-align: center;
    padding: 0;
    font-size: 14px;
    width: 240px;
    position: static;
    margin: 0 auto;
    display: block;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    padding-top: 6px;
  }
}
.textwithbg .cta-button-wrapper .cta-button i {
  color: white;
  font-size: 14px;
  height: 54px;
  line-height: 54px;
  position: absolute;
  right: 34px;
  top: 0;
}
#custom-carousel {
  height: 848px;
  position: relative;
  width: auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #custom-carousel {
    height: 685px;
  }
}
#custom-top-carousel {
  height: 100%;
}
#custom-top-carousel .container {
  height: 100%;
}
#custom-top-carousel .owl-stage-outer, #custom-top-carousel .owl-stage, #custom-top-carousel .owl-item {
  height: 100%;
}
#custom-top-carousel .slide-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#custom-top-carousel .owl-controls {
  width: 100%;
  position: absolute;
  height: 14px;
  text-align: center;
  z-index: 14;
  left: 0;
  bottom: 133px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #custom-top-carousel .owl-controls {
    bottom: 71px;
  }
}
@media (max-width: 767px) {
  #custom-top-carousel .owl-controls {
    bottom: 61px;
  }
}
#custom-top-carousel .owl-controls .owl-dot {
  display: inline-block;
  background: white;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#custom-top-carousel .owl-controls .owl-dot.active {
  background: #d81e05;
}
#custom-top-carousel .owl-controls .owl-dot:hover {
  background: #d81e05;
}
#custom-top-carousel .slide-text-wrapper {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 198px;
  width: 1120px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #custom-top-carousel .slide-text-wrapper {
    width: 834px;
  }
}
@media (max-width: 1024px) {
  #custom-top-carousel .slide-text-wrapper {
    width: 728px;
  }
}
@media (max-width: 767px) {
  #custom-top-carousel .slide-text-wrapper {
    width: 460px;
    bottom: 120px;
  }
}
@media (max-width: 481px) {
  #custom-top-carousel .slide-text-wrapper {
    width: auto;
    /*position: static;
			padding-top: 120px;*/
    max-width: 100%;
    bottom: 100px;
  }
}
#custom-top-carousel .slide-text-wrapper h2 {
  text-align: center;
  line-height: 48px;
  color: white;
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 23px;
  margin-top: 0;
  font-weight: 400;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  #custom-top-carousel .slide-text-wrapper h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#custom-top-carousel .slide-text-wrapper .textbox {
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  line-height: 24px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.55);
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 33px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #custom-top-carousel .slide-text-wrapper .textbox {
    padding-left: 25px;
    font-size: 18px;
    padding-right: 25px;
    padding-top: 22px;
    padding-bottom: 28px;
    margin-bottom: 15px;
    width: auto;
    max-width: 768px;
  }
}
#custom-top-carousel .slide-text-wrapper .call-to-action {
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  max-width: 610px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#custom-top-carousel .slide-text-wrapper .call-to-action::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
@media (max-width: 767px) {
  #custom-top-carousel .slide-text-wrapper .call-to-action {
    width: auto;
    padding-left: 9px;
    padding-right: 9px;
    text-align: center;
  }
}
@media (max-width: 481px) {
  #custom-top-carousel .slide-text-wrapper .call-to-action {
    text-align: center;
    max-width: 294px;
  }
}
#custom-top-carousel .slide-text-wrapper .call-to-action:after {
  content: "";
  width: 100%;
  display: inline-block;
}
#custom-top-carousel .slide-text-wrapper .call-to-action .cta-button {
  display: inline-block;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #custom-top-carousel .slide-text-wrapper .call-to-action .cta-button {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #custom-top-carousel .slide-text-wrapper .call-to-action .cta-button {
    width: 220px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.next-section {
  position: absolute;
  width: 48px;
  height: 24px;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  z-index: 15;
  right: 0;
  bottom: 49px;
  cursor: pointer;
  background: url('../img/icon-nextsection-white.png') no-repeat;
}
.next-section.gray {
  background: url('../img/icon-nextsection-gray.png') no-repeat;
}
.cta-button {
  background: #d81e05;
  min-height: 53px;
  width: 280px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  display: block;
  position: relative;
  vertical-align: top;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cta-button.grey {
  background: #3c3c3c;
}
.cta-button:hover {
  background: #ec533f;
}
.cta-button span {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}
.cta-button a {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carousel-right {
  position: absolute;
  display: none;
  height: 100%;
  width: 88px;
  right: -88px;
  background: url('../img/carousel-button-right.png') center right no-repeat;
  top: 0;
  cursor: pointer;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (min-width: 1375px) {
  .carousel-right {
    display: block;
  }
}
@media (max-width: 1374px) {
  .carousel-right {
    display: block;
    background-position: center center;
    right: -30px;
    background-size: 19px;
  }
}
@media (max-width: 1024px) {
  .carousel-right {
    width: 45px;
    right: 0;
  }
}
.carousel-left {
  position: absolute;
  display: none;
  height: 100%;
  width: 88px;
  left: -88px;
  background: url('../img/carousel-button-left.png') center left no-repeat;
  top: 0;
  cursor: pointer;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (min-width: 1375px) {
  .carousel-left {
    display: block;
  }
}
@media (max-width: 1374px) {
  .carousel-left {
    display: block;
    background-image: url('../img/carousel-button-left-mobile.png');
    background-position: center center;
    left: -30px;
  }
}
@media (max-width: 1024px) {
  .carousel-left {
    display: none;
    width: 46px;
    left: 0;
    display: block;
    background-image: url('../img/carousel-button-left-mobile.png');
    background-position: center center;
  }
}
input[type="text"] {
  background: white;
  border: 1px solid #dadcdc;
  height: 42px;
  width: 316px;
  margin-bottom: 12px;
  -moz-appearance: none;
  appearance: none;
  -webkit-apperance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 80px;
}
input[type="text"].wpcf7-not-valid {
  border: 1px solid #d81e05 !important;
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.5) !important;
}
input[type="email"] {
  background: white;
  border: 1px solid #dadcdc;
  height: 42px;
  width: 316px;
  margin-bottom: 12px;
  float: left;
  -moz-appearance: none;
  appearance: none;
  -webkit-apperance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 80px;
}
input[type="email"].wpcf7-not-valid {
  border: 1px solid #d81e05 !important;
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.5) !important;
}
button {
  width: 48px;
  height: 42px;
  background: #d81e05;
  text-align: center;
  border: 0;
  float: left;
  color: white;
  line-height: 42px;
  font-size: 18px;
  -moz-appearance: none;
  appearance: none;
  -webkit-apperance: none;
  -webkit-transition: background 0.5s;
  -moz-transition: background 0.5s;
  -ms-transition: background 0.5s;
  -o-transition: background 0.5s;
  transition: background 0.5s;
}
button:hover {
  background: #ec533f;
}
input[type="submit"] {
  border: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-apperance: none;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7-validation-errors {
  border: 0;
  margin: 0;
  background: #d81e05;
  color: white;
}
div.wpcf7-mail-sent-ok {
  overflow: hidden;
  margin: 0;
  background: #89d85a none repeat scroll 0 0;
  color: white;
  border: 0;
}
.field-section {
  border-bottom: 1px solid #cecece;
  padding-bottom: 16px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 25px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.field-section:last-of-type {
  border: 0;
}
@media (max-width: 481px) {
  .field-section {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 12px;
    margin-bottom: 19px;
  }
}
.field-section .field-title {
  line-height: 42px;
  color: #d81e05;
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  text-transform: uppercase;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .field-section .field-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 22px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.field-section p {
  margin-top: 0;
  margin-bottom: 0;
}
.field-section .field-subtitle {
  line-height: 24px;
  font-size: 18px;
  color: #611f16;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .field-section .field-subtitle {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }
}
.field-section .form-lines {
  padding-top: 24px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .field-section .form-lines {
    padding-top: 0;
  }
}
.field-section .field-elem {
  list-style-type: none;
  margin-bottom: 26px;
  vertical-align: middle;
  width: 100%;
  clear: left;
}
.field-section .field-elem br {
  display: none;
}
.field-section .field-elem label {
  width: 200px;
  margin-right: 10px;
  float: left;
  font-size: 17px;
  line-height: 24px;
  color: #222;
  padding-top: 4px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .field-section .field-elem label {
    display: none;
  }
}
.field-section .field-elem label.show-mobile {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .field-section .field-elem label.show-mobile {
    display: block;
    width: 120px;
  }
}
.field-section .field-elem .wpcf7-form-control-wrap {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .field-section .field-elem .wpcf7-form-control-wrap {
    display: block;
    width: auto;
  }
}
.field-section .field-elem .wpcf7-radio {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .field-section .field-elem .wpcf7-radio {
    margin: 0 auto;
    text-align: center;
    display: block;
  }
}
.field-section .field-elem input[type="text"], .field-section .field-elem input[type="email"], .field-section .field-elem input[type="number"] {
  width: 466px;
  height: 45px;
  background: #f9f9f9;
  border: 1px solid #d4d7d7;
  float: left;
  margin-bottom: 0;
  -moz-appearance: none;
  appearance: none;
  -webkit-apperance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 25px;
  padding-right: 25px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .field-section .field-elem input[type="text"], .field-section .field-elem input[type="email"], .field-section .field-elem input[type="number"] {
    width: 280px;
  }
}
@media (max-width: 481px) {
  .field-section .field-elem input[type="text"], .field-section .field-elem input[type="email"], .field-section .field-elem input[type="number"] {
    float: none;
    width: 100%;
  }
}
.field-section .field-elem select {
  width: 466px;
  height: 45px;
  background: #f9f9f9;
  border: 1px solid #d4d7d7;
  float: left;
  margin: 0;
  padding-left: 25px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.field-section .field-elem select.wpcf7-not-valid {
  border: 1px solid #d81e05 !important;
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.5) !important;
}
@media (max-width: 767px) {
  .field-section .field-elem select {
    width: 280px;
  }
}
@media (max-width: 481px) {
  .field-section .field-elem select {
    float: none;
    width: 100%;
  }
}
.field-section .field-elem select#open-course-selected {
  font-size: 13px;
  font-weight: 400;
  padding-left: 5px;
}
.field-section .field-elem select#inhouse-selected {
  font-size: 13px;
  font-weight: 400;
}
.field-section .field-elem textarea {
  min-width: 466px;
  width: 466px;
  max-width: 466px;
  max-height: 135px;
  background: #f9f9f9;
  border: 1px solid #d4d7d7;
  float: left;
  margin: 0;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 8px;
  -moz-appearance: none;
  appearance: none;
  -webkit-apperance: none;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.field-section .field-elem textarea.wpcf7-not-valid {
  border: 1px solid #d81e05 !important;
  box-shadow: 0 0 3px rgba(255, 0, 0, 0.5) !important;
}
@media (max-width: 767px) {
  .field-section .field-elem textarea {
    width: 280px;
    min-width: 280px;
    max-width: 280px;
  }
}
@media (max-width: 481px) {
  .field-section .field-elem textarea {
    float: none;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
  }
}
.field-section .field-elem .wpcf7-list-item-label {
  padding: 0;
  margin: 0;
  padding-right: 10px;
}
.field-section .field-elem .wpcf7-list-item {
  padding: 0;
  margin: 0;
}
.field-section .field-elem .wpcf7-list-item.first {
  margin-right: 15px;
}
.field-section .field-elem .wpcf7-list-item.last {
  margin-right: 0;
}
.field-section .field-elem .wpcf7-list-item input[type="checkbox"] {
  margin-left: 20px;
}
.field-section .field-elem span {
  margin-right: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  padding-top: 4px;
  display: inline-block;
}
.field-section .line-group {
  margin-bottom: 67px;
}
.formbuttons {
  width: 410px;
  margin: 0 auto 35px;
}
.formbuttons br {
  display: none;
}
#email-receive input[type=checkbox] {
  float: left;
  margin-right: 15px;
  margin-top: 7px;
}
#email-receive .wpcf7-list-item-label {
  float: left;
  padding: 0;
  width: 550px;
  vertical-align: top;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #email-receive .wpcf7-list-item-label {
    font-size: 16px;
    line-height: 14px;
    max-width: 260px !important;
    width: auto;
  }
}
@media (max-width: 481px) {
  #email-receive .wpcf7-list-item-label {
    max-width: 200px;
  }
}
.formbuttons {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.formbuttons::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1024px) {
  .formbuttons {
    width: 280px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
.formbuttons #formsubmit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  color: #eeecec;
  margin-bottom: 24px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .formbuttons #formsubmit {
    margin-bottom: 16px;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
  }
}
.formbuttons .clearform {
  background: #bdbdbd;
  height: 80px;
  line-height: 80px;
  width: 100%;
  float: none;
  text-transform: uppercase;
  color: #6e6b6b;
  font-size: 24px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.formbuttons .clearform:hover {
  background: #d81e05;
  color: white;
}
@media (max-width: 1024px) {
  .formbuttons .clearform {
    margin-bottom: 0;
    height: 56px;
    line-height: 56px;
    font-size: 17px;
  }
}
#inhouse-training-equipment, #parking-details, #trainer-accom {
  height: 90px;
  min-height: 90px;
}
#numeric-nav {
  margin-bottom: 16px;
}
#numeric-nav ul {
  margin: 0;
  padding: 0;
  text-align: right;
}
#numeric-nav ul li {
  list-style-type: none;
  display: inline-block;
}
#numeric-nav ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #d81e05;
  padding-left: 4px;
  padding-right: 4px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #numeric-nav ul li a {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#numeric-nav ul li.active a {
  color: #9e9c9c;
}
.sharebox-course {
  bottom: initial !important;
}
#sharebox {
  width: 0;
  padding-left: 80px;
  height: 140px;
  background: #fff url('../img/bg-share.png') 20px 43px no-repeat;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  position: fixed;
  left: 0;
  top: 65%;
  overflow: hidden;
  margin-top: -70px;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #sharebox {
    display: none;
  }
}
#sharebox .sharelabel {
  position: absolute;
  left: 16px;
  top: 85px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-family: arial, helvetica, sans-serif;
}
#sharebox:hover {
  width: 300px;
  background: #333 url('../img/bg-share-hover.png') 20px 43px no-repeat;
  border-color: #333;
}
#sharebox:hover .sharelabel {
  color: white;
}
#sharebox .sharewrapper {
  width: 300px;
  padding-top: 45px;
}
#sharebox-mobile {
  width: 0;
  padding-left: 80px;
  height: 140px;
  background: #fff url('../img/bg-share.png') 20px 43px no-repeat;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  position: absolute;
  overflow: hidden;
  left: 0;
  bottom: 27px;
  display: none !important;
  z-index: 10;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -ms-transition: width 0.3s;
  -o-transition: width 0.3s;
  transition: width 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #sharebox-mobile {
    display: block !important;
  }
}
#sharebox-mobile .sharelabel {
  position: absolute;
  left: 16px;
  top: 85px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 16px;
  font-family: arial, helvetica, sans-serif;
}
#sharebox-mobile .sharewrapper {
  width: 150px;
  padding-top: 38px;
}
#sharebox-mobile.share-active {
  width: 220px;
  background: #333 url('../img/bg-share-hover.png') 20px 43px no-repeat;
  border-color: #333;
}
#sharebox-mobile.share-active .sharelabel {
  color: white;
}
.single-course #sharebox-mobile {
  left: 0;
  display: block;
  bottom: 21px;
  border-left: 1px solid #ccc;
}
.single-post #sharebox-mobile {
  left: -20px;
  display: block;
  bottom: 21px;
  border-left: 1px solid #ccc;
}
.single-post .mobile-title {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .single-post .mobile-title {
    padding-bottom: 180px;
  }
}
#home-top-section {
  height: 848px;
  position: relative;
  width: auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #home-top-section {
    height: 685px;
  }
}
#home-top-section .homeheader-right, #home-top-section .homeheader-left {
  z-index: 10;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #home-top-section .homeheader-right, #home-top-section .homeheader-left {
    display: none;
  }
}
#home-top-section .homeheader-right.carousel-left, #home-top-section .homeheader-left.carousel-left {
  left: 20px;
  background: url('../img/carousel-button-left-white.png') center left no-repeat;
}
#home-top-section .homeheader-right.carousel-right, #home-top-section .homeheader-left.carousel-right {
  right: -30px;
  background: url('../img/carousel-button-right-white.png') center left no-repeat;
}
.next-section {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .next-section {
    bottom: 20px;
  }
}
#header-top-carousel {
  height: 100%;
}
#header-top-carousel .container {
  height: 100%;
}
#header-top-carousel .owl-stage-outer, #header-top-carousel .owl-stage, #header-top-carousel .owl-item {
  height: 100%;
}
#header-top-carousel .slide-item {
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
#header-top-carousel .owl-controls {
  width: 100%;
  position: absolute;
  height: 14px;
  text-align: center;
  z-index: 14;
  left: 0;
  bottom: 133px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #header-top-carousel .owl-controls {
    bottom: 71px;
  }
}
@media (max-width: 767px) {
  #header-top-carousel .owl-controls {
    bottom: 61px;
  }
}
#header-top-carousel .owl-controls .owl-dot {
  display: inline-block;
  background: white;
  width: 15px;
  height: 15px;
  margin-left: 4px;
  margin-right: 4px;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}
#header-top-carousel .owl-controls .owl-dot.active {
  background: #d81e05;
}
#header-top-carousel .owl-controls .owl-dot:hover {
  background: #d81e05;
}
#header-top-carousel .slide-text-wrapper {
  height: auto;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 198px;
  width: 1120px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  #header-top-carousel .slide-text-wrapper {
    width: 834px;
  }
}
@media (max-width: 1024px) {
  #header-top-carousel .slide-text-wrapper {
    width: 728px;
  }
}
@media (max-width: 767px) {
  #header-top-carousel .slide-text-wrapper {
    width: 460px;
    bottom: 120px;
  }
}
@media (max-width: 481px) {
  #header-top-carousel .slide-text-wrapper {
    width: auto;
    /*position: static;
			padding-top: 120px;*/
    max-width: 100%;
    bottom: 100px;
  }
}
#header-top-carousel .slide-text-wrapper h2 {
  text-align: center;
  line-height: 48px;
  color: white;
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 23px;
  margin-top: 0;
  font-weight: 400;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  #header-top-carousel .slide-text-wrapper h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 4px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#header-top-carousel .slide-text-wrapper .textbox {
  padding-left: 28px;
  padding-right: 28px;
  box-sizing: border-box;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: white;
  line-height: 24px;
  font-size: 16px;
  background: rgba(0, 0, 0, 0.55);
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 33px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #header-top-carousel .slide-text-wrapper .textbox {
    padding-left: 25px;
    font-size: 18px;
    padding-right: 25px;
    padding-top: 22px;
    padding-bottom: 28px;
    margin-bottom: 15px;
    width: auto;
    max-width: 768px;
  }
}
#header-top-carousel .slide-text-wrapper .call-to-action {
  margin-left: auto;
  margin-right: auto;
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  max-width: 610px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
#header-top-carousel .slide-text-wrapper .call-to-action::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
@media (max-width: 767px) {
  #header-top-carousel .slide-text-wrapper .call-to-action {
    width: auto;
    padding-left: 9px;
    padding-right: 9px;
    text-align: center;
  }
}
@media (max-width: 481px) {
  #header-top-carousel .slide-text-wrapper .call-to-action {
    text-align: center;
    max-width: 294px;
  }
}
#header-top-carousel .slide-text-wrapper .call-to-action:after {
  content: "";
  width: 100%;
  display: inline-block;
}
#header-top-carousel .slide-text-wrapper .call-to-action .cta-button {
  display: inline-block;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #header-top-carousel .slide-text-wrapper .call-to-action .cta-button {
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #header-top-carousel .slide-text-wrapper .call-to-action .cta-button {
    width: 200px;
    margin-left: 8px;
    margin-right: 8px;
  }
}
.page-contact-us .page-header {
  background: black url('../img/bg-contact.jpg') center top no-repeat;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-contact-us .page-header {
    padding-top: 110px;
    padding-bottom: 192px;
  }
}
.page-contact-us .page-header .container {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-contact-us .page-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-contact-us .page-heading {
  margin-bottom: 20px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-contact-us .page-heading {
    font-size: 30px;
  }
}
.contact-header-box {
  background: #d81e05;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 60px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  padding-left: 150px;
  padding-right: 150px;
  width: 605px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .contact-header-box {
    width: auto;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 50px;
    padding-bottom: 37px;
  }
}
.contact-header-box p {
  color: white;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
}
.contact-header-box p a {
  text-decoration: none;
  color: white;
}
.contact-header-box p a:hover {
  text-decoration: underline;
}
.contact-header-box .company-linkedin {
  display: inline-block;
  width: 271px;
  height: 58px;
  background: url('../img/bg-button-linkedin.png') center top no-repeat;
  margin: 43px auto 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .contact-header-box .company-linkedin {
    display: block;
    width: 252px;
    height: 54px;
    background: url('../img/bg-button-linkedin-mobile.png') center top no-repeat;
  }
}
.blog #main-header, .archive #main-header, .taxonomym #main-header, .search #main-header, .search-results #main-header {
  position: static;
  background: black;
}
.blog #articles, .archive #articles, .taxonomym #articles, .search #articles, .search-results #articles {
  padding-top: 61px;
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.blog #articles::after, .archive #articles::after, .taxonomym #articles::after, .search #articles::after, .search-results #articles::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
@media (max-width: 1199px) {
  .blog #articles, .archive #articles, .taxonomym #articles, .search #articles, .search-results #articles {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .blog #articles, .archive #articles, .taxonomym #articles, .search #articles, .search-results #articles {
    padding-top: 32px;
  }
}
.blog #articles .large-thumb, .archive #articles .large-thumb, .taxonomym #articles .large-thumb, .search #articles .large-thumb, .search-results #articles .large-thumb {
  display: none;
  overflow: hidden;
}
.blog #articles article, .archive #articles article, .taxonomym #articles article, .search #articles article, .search-results #articles article {
  margin-bottom: 50px;
}
.blog #articles article .readmore-link, .archive #articles article .readmore-link, .taxonomym #articles article .readmore-link, .search #articles article .readmore-link, .search-results #articles article .readmore-link {
  font-size: 14px;
}
.blog #articles .post, .archive #articles .post, .taxonomym #articles .post, .search #articles .post, .search-results #articles .post {
  vertical-align: top;
  display: inline-block;
  /* min-height: 536px; */
  width: 380px;
  padding-bottom: 30px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .blog #articles .post, .archive #articles .post, .taxonomym #articles .post, .search #articles .post, .search-results #articles .post {
    width: 310px;
  }
}
@media (max-width: 1024px) {
  .blog #articles .post, .archive #articles .post, .taxonomym #articles .post, .search #articles .post, .search-results #articles .post {
    width: 230px;
  }
}
@media (max-width: 767px) {
  .blog #articles .post, .archive #articles .post, .taxonomym #articles .post, .search #articles .post, .search-results #articles .post {
    width: auto;
    min-height: 0;
    margin-bottom: 20px;
    display: block;
  }
}
.blog #articles .post:first-child, .archive #articles .post:first-child, .taxonomym #articles .post:first-child, .search #articles .post:first-child, .search-results #articles .post:first-child {
  width: 100%;
  margin-bottom: 37px;
  height: 430px;
  min-height: 0;
  padding-bottom: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.blog #articles .post:first-child::after, .archive #articles .post:first-child::after, .taxonomym #articles .post:first-child::after, .search #articles .post:first-child::after, .search-results #articles .post:first-child::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 1199px) {
  .blog #articles .post:first-child, .archive #articles .post:first-child, .taxonomym #articles .post:first-child, .search #articles .post:first-child, .search-results #articles .post:first-child {
    height: auto;
  }
}
@media (max-width: 767px) {
  .blog #articles .post:first-child, .archive #articles .post:first-child, .taxonomym #articles .post:first-child, .search #articles .post:first-child, .search-results #articles .post:first-child {
    width: auto;
    min-height: 0;
    margin-bottom: 20px;
    display: block;
    padding-bottom: 22px;
  }
}
.blog #articles .post:first-child .large-thumb, .archive #articles .post:first-child .large-thumb, .taxonomym #articles .post:first-child .large-thumb, .search #articles .post:first-child .large-thumb, .search-results #articles .post:first-child .large-thumb {
  display: block;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .blog #articles .post:first-child .large-thumb, .archive #articles .post:first-child .large-thumb, .taxonomym #articles .post:first-child .large-thumb, .search #articles .post:first-child .large-thumb, .search-results #articles .post:first-child .large-thumb {
    display: none;
  }
}
.blog #articles .post:first-child .default-thumb, .archive #articles .post:first-child .default-thumb, .taxonomym #articles .post:first-child .default-thumb, .search #articles .post:first-child .default-thumb, .search-results #articles .post:first-child .default-thumb {
  display: none;
  overflow: hidden;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .blog #articles .post:first-child .default-thumb, .archive #articles .post:first-child .default-thumb, .taxonomym #articles .post:first-child .default-thumb, .search #articles .post:first-child .default-thumb, .search-results #articles .post:first-child .default-thumb {
    display: block;
    width: 100%;
    height: auto;
  }
}
.blog #articles .post:first-child .thumbnail-wrapper, .archive #articles .post:first-child .thumbnail-wrapper, .taxonomym #articles .post:first-child .thumbnail-wrapper, .search #articles .post:first-child .thumbnail-wrapper, .search-results #articles .post:first-child .thumbnail-wrapper {
  width: 765px;
  float: left;
  height: 430px;
  margin-right: 40px;
  overflow: hidden;
  margin-bottom: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .blog #articles .post:first-child .thumbnail-wrapper, .archive #articles .post:first-child .thumbnail-wrapper, .taxonomym #articles .post:first-child .thumbnail-wrapper, .search #articles .post:first-child .thumbnail-wrapper, .search-results #articles .post:first-child .thumbnail-wrapper {
    width: 600px;
    height: 337px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .blog #articles .post:first-child .thumbnail-wrapper, .archive #articles .post:first-child .thumbnail-wrapper, .taxonomym #articles .post:first-child .thumbnail-wrapper, .search #articles .post:first-child .thumbnail-wrapper, .search-results #articles .post:first-child .thumbnail-wrapper {
    width: 350px;
    height: 195px;
  }
}
@media (max-width: 767px) {
  .blog #articles .post:first-child .thumbnail-wrapper, .archive #articles .post:first-child .thumbnail-wrapper, .taxonomym #articles .post:first-child .thumbnail-wrapper, .search #articles .post:first-child .thumbnail-wrapper, .search-results #articles .post:first-child .thumbnail-wrapper {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 18px;
  }
}
.blog #articles .post:first-child .entry-title, .archive #articles .post:first-child .entry-title, .taxonomym #articles .post:first-child .entry-title, .search #articles .post:first-child .entry-title, .search-results #articles .post:first-child .entry-title {
  margin-bottom: 24px;
  text-align: left;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.blog #articles .post:first-child .entry-title a, .archive #articles .post:first-child .entry-title a, .taxonomym #articles .post:first-child .entry-title a, .search #articles .post:first-child .entry-title a, .search-results #articles .post:first-child .entry-title a {
  font-size: 30px;
  line-height: 30px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .blog #articles .post:first-child .entry-title a, .archive #articles .post:first-child .entry-title a, .taxonomym #articles .post:first-child .entry-title a, .search #articles .post:first-child .entry-title a, .search-results #articles .post:first-child .entry-title a {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .blog #articles .post:first-child .entry-title, .archive #articles .post:first-child .entry-title, .taxonomym #articles .post:first-child .entry-title, .search #articles .post:first-child .entry-title, .search-results #articles .post:first-child .entry-title {
    display: none;
  }
  .blog #articles .post:first-child .entry-title.mobile-title, .archive #articles .post:first-child .entry-title.mobile-title, .taxonomym #articles .post:first-child .entry-title.mobile-title, .search #articles .post:first-child .entry-title.mobile-title, .search-results #articles .post:first-child .entry-title.mobile-title {
    display: block;
    margin-bottom: 18px;
  }
}
.blog #articles .post:first-child .entry-summary, .archive #articles .post:first-child .entry-summary, .taxonomym #articles .post:first-child .entry-summary, .search #articles .post:first-child .entry-summary, .search-results #articles .post:first-child .entry-summary {
  font-size: 18px;
  line-height: 24px;
  text-align: left;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .blog #articles .post:first-child .entry-summary, .archive #articles .post:first-child .entry-summary, .taxonomym #articles .post:first-child .entry-summary, .search #articles .post:first-child .entry-summary, .search-results #articles .post:first-child .entry-summary {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .blog #articles .post:first-child .entry-summary, .archive #articles .post:first-child .entry-summary, .taxonomym #articles .post:first-child .entry-summary, .search #articles .post:first-child .entry-summary, .search-results #articles .post:first-child .entry-summary {
    line-height: 20px;
  }
}
.blog #articles .post:first-child .article-textwrapper, .archive #articles .post:first-child .article-textwrapper, .taxonomym #articles .post:first-child .article-textwrapper, .search #articles .post:first-child .article-textwrapper, .search-results #articles .post:first-child .article-textwrapper {
  height: 430px;
  float: left;
  width: 368px;
  position: relative;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .blog #articles .post:first-child .article-textwrapper, .archive #articles .post:first-child .article-textwrapper, .taxonomym #articles .post:first-child .article-textwrapper, .search #articles .post:first-child .article-textwrapper, .search-results #articles .post:first-child .article-textwrapper {
    width: 345px;
    height: 337px;
  }
}
@media (max-width: 767px) {
  .blog #articles .post:first-child .article-textwrapper, .archive #articles .post:first-child .article-textwrapper, .taxonomym #articles .post:first-child .article-textwrapper, .search #articles .post:first-child .article-textwrapper, .search-results #articles .post:first-child .article-textwrapper {
    width: auto;
    height: auto;
    float: none;
  }
}
.blog #articles .post:first-child .readmore-link, .archive #articles .post:first-child .readmore-link, .taxonomym #articles .post:first-child .readmore-link, .search #articles .post:first-child .readmore-link, .search-results #articles .post:first-child .readmore-link {
  position: absolute;
  left: 0;
  bottom: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .blog #articles .post:first-child .readmore-link, .archive #articles .post:first-child .readmore-link, .taxonomym #articles .post:first-child .readmore-link, .search #articles .post:first-child .readmore-link, .search-results #articles .post:first-child .readmore-link {
    position: static;
  }
}
.blog .thumbnail-wrapper, .archive .thumbnail-wrapper, .taxonomym .thumbnail-wrapper, .search .thumbnail-wrapper, .search-results .thumbnail-wrapper {
  width: 380px;
  height: 290px;
  overflow: hidden;
  background: black;
  margin-bottom: 18px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .blog .thumbnail-wrapper, .archive .thumbnail-wrapper, .taxonomym .thumbnail-wrapper, .search .thumbnail-wrapper, .search-results .thumbnail-wrapper {
    width: 310px;
    height: 237px;
  }
}
@media (max-width: 1024px) {
  .blog .thumbnail-wrapper, .archive .thumbnail-wrapper, .taxonomym .thumbnail-wrapper, .search .thumbnail-wrapper, .search-results .thumbnail-wrapper {
    width: 230px;
    height: 176px;
  }
}
@media (max-width: 767px) {
  .blog .thumbnail-wrapper, .archive .thumbnail-wrapper, .taxonomym .thumbnail-wrapper, .search .thumbnail-wrapper, .search-results .thumbnail-wrapper {
    width: auto;
    height: auto;
  }
}
.blog .thumbnail-wrapper img, .archive .thumbnail-wrapper img, .taxonomym .thumbnail-wrapper img, .search .thumbnail-wrapper img, .search-results .thumbnail-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .blog .thumbnail-wrapper img, .archive .thumbnail-wrapper img, .taxonomym .thumbnail-wrapper img, .search .thumbnail-wrapper img, .search-results .thumbnail-wrapper img {
    width: 100%;
  }
}
.blog .entry-title, .archive .entry-title, .taxonomym .entry-title, .search .entry-title, .search-results .entry-title {
  margin-top: 0;
  line-height: 30px;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-weight: 400;
  text-align: left;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.blog .entry-title.mobile-title, .archive .entry-title.mobile-title, .taxonomym .entry-title.mobile-title, .search .entry-title.mobile-title, .search-results .entry-title.mobile-title {
  display: none;
  font-size: 21px;
  line-height: 24px;
  margin-bottom: 19px;
  font-weight: 400;
}
@media (max-width: 1199px) {
  .blog .entry-title, .archive .entry-title, .taxonomym .entry-title, .search .entry-title, .search-results .entry-title {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .blog .entry-title, .archive .entry-title, .taxonomym .entry-title, .search .entry-title, .search-results .entry-title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog .entry-title, .archive .entry-title, .taxonomym .entry-title, .search .entry-title, .search-results .entry-title {
    font-size: 21px;
    line-height: 22px;
  }
}
.blog .entry-title a, .archive .entry-title a, .taxonomym .entry-title a, .search .entry-title a, .search-results .entry-title a {
  color: #d81e05;
  text-decoration: none;
  text-align: left;
}
.blog .entry-summary, .archive .entry-summary, .taxonomym .entry-summary, .search .entry-summary, .search-results .entry-summary {
  color: #696868;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  text-align: left;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .blog .entry-summary, .archive .entry-summary, .taxonomym .entry-summary, .search .entry-summary, .search-results .entry-summary {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .blog .entry-summary, .archive .entry-summary, .taxonomym .entry-summary, .search .entry-summary, .search-results .entry-summary {
    font-size: 14px;
    line-height: 18px;
  }
}
.blog .readmore-link, .archive .readmore-link, .taxonomym .readmore-link, .search .readmore-link, .search-results .readmore-link {
  text-transform: uppercase;
  color: #d81e05;
  text-decoration: none;
  font-size: 24px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .blog .readmore-link, .archive .readmore-link, .taxonomym .readmore-link, .search .readmore-link, .search-results .readmore-link {
    font-size: 21px;
  }
}
@media (max-width: 1024px) {
  .blog .readmore-link, .archive .readmore-link, .taxonomym .readmore-link, .search .readmore-link, .search-results .readmore-link {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .blog .readmore-link, .archive .readmore-link, .taxonomym .readmore-link, .search .readmore-link, .search-results .readmore-link {
    font-size: 21px;
    line-height: 26px;
  }
}
.blog .search-term, .archive .search-term, .taxonomym .search-term, .search .search-term, .search-results .search-term {
  color: #d81e05;
  font-size: 18px;
  margin-top: 50px;
}
.search.search-results .thumbnail-wrapper {
  display: none;
}
.single-post #main-header {
  position: static;
  background: black;
}
.single-post article {
  padding-top: 61px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .single-post article {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .single-post article {
    padding-top: 12px;
  }
}
.single-post .thumbnail-wrapper {
  width: 765px;
  float: left;
  height: 430px;
  margin-right: 40px;
  overflow: hidden;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.single-post .thumbnail-wrapper img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 1199px) {
  .single-post .thumbnail-wrapper {
    width: 600px;
    height: 337px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .single-post .thumbnail-wrapper {
    width: 350px;
    height: 195px;
  }
}
@media (max-width: 767px) {
  .single-post .thumbnail-wrapper {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0;
  }
}
.single-post .entry-title {
  margin-bottom: 24px;
  color: #d81e05;
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 400;
  margin-top: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.single-post .entry-title.mobile-title {
  display: none;
}
@media (max-width: 1199px) {
  .single-post .entry-title {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .single-post .entry-title {
    display: none;
  }
  .single-post .entry-title.mobile-title {
    display: block;
    margin-bottom: 18px;
  }
}
.single-post .article-textwrapper {
  height: 430px;
  float: left;
  width: 368px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .single-post .article-textwrapper {
    width: 345px;
    height: 337px;
  }
}
@media (max-width: 1024px) {
  .single-post .article-textwrapper {
    height: auto;
  }
}
@media (max-width: 767px) {
  .single-post .article-textwrapper {
    width: auto;
    float: none;
  }
}
.single-post .article-header {
  margin-bottom: 50px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.single-post .article-header::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 767px) {
  .single-post .article-header {
    margin-bottom: 18px;
    position: relative;
  }
}
.single-post .entry-content {
  padding-bottom: 68px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.single-post .entry-content p {
  margin-top: 0;
  font-size: 17px;
}
@media (max-width: 767px) {
  .single-post .entry-content {
    padding-bottom: 19px;
  }
}
.single-post .cta-buttons {
  padding-top: 25px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.single-post .cta-buttons::after {
  display: table;
  clear: both;
}
@mixin media-query(desktop-min) {
  content: '';
}
@media (max-width: 767px) {
  .single-post .cta-buttons {
    width: 280px;
    margin: 0 auto;
  }
}
.single-post .cta-buttons .cta-button {
  float: left;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .single-post .cta-buttons .cta-button {
    float: none;
    margin-bottom: 7px;
    margin-right: 0;
    margin-left: 0;
  }
}
.single-post .related-courses {
  margin-right: 17px;
}
.page-about-us .page-header {
  background-image: url('../img/bg-about.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-about-us .page-header {
    padding-top: 120px;
    padding-bottom: 37px;
  }
}
.page-about-us .page-heading {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-about-us .page-heading {
    margin-bottom: 15px;
    color: white;
  }
}
.page-about-us .textbox {
  text-align: left;
  padding-right: 405px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1199px) {
  .page-about-us .textbox {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .page-about-us .textbox {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-about-us .textbox p {
    font-size: 18px;
  }
}
.page-about-us .call-to-action {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .page-about-us .call-to-action {
    max-width: 200px;
  }
}
#section-about-wesupport .next-section {
  position: static;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 56px;
  padding-bottom: 20px;
}
.page-tailored-training .page-header {
  background-image: url('../img/bg-about.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-tailored-training .page-header {
    /* background-image: url('../img/bg-about-mobile.png') !important; */
    padding-top: 120px;
    padding-bottom: 37px;
  }
}
.page-tailored-training .page-heading {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-tailored-training .page-heading {
    margin-bottom: 15px;
    color: white;
  }
}
.page-tailored-training .textbox {
  text-align: left;
  padding-right: 405px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-tailored-training .textbox {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (max-width: 1024px) {
  .page-tailored-training .textbox {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    line-height: 20px;
    color: white;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-tailored-training .textbox p {
    font-size: 18px;
  }
}
.page-tailored-training #section-about-wesupport ul {
  list-style-type: none;
}
.page-tailored-training #section-about-wesupport ul li {
  font-size: 18px;
  color: #656363;
}
.page-tailored-training #section-about-wesupport ul li i {
  margin-right: 5px;
  color: #d81e05;
}
.page-tailored-training #section-about-wesupport p {
  margin-bottom: 10px;
}
#section-tailored .next-section {
  position: static;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  bottom: 56px;
  padding-bottom: 20px;
}
.page-clients .page-header {
  background-image: url('../img/bg-about.jpg');
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  min-height: 848px;
  padding-top: 228px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-clients .page-header {
    min-height: 0;
    padding-top: 106px;
    padding-bottom: 39px;
  }
}
.page-clients .page-header .page-heading {
  font-size: 42px;
  font-weight: 400;
  margin-bottom: 20px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-clients .page-header .page-heading {
    font-size: 30px;
    height: 52px;
    margin-bottom: 30px;
  }
}
.page-clients .textbox {
  text-align: center;
  padding: 40px 405px 40px 60px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-clients .textbox {
    padding-top: 18px;
    padding-bottom: 14px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 33px;
  }
}
.page-clients .page-banner-text-wrapper {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .page-clients .page-banner-text-wrapper {
    max-width: 98%;
  }
}
@media (max-width: 481px) {
  .page-clients .page-banner-text-wrapper {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    max-width: none;
  }
}
.page-clients .call-to-action {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
  max-width: 610px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.page-clients .call-to-action::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
@media (max-width: 481px) {
  .page-clients .call-to-action {
    width: 280px;
    margin: 0 auto;
  }
}
.page-clients .call-to-action .cta-button {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .page-clients .call-to-action .cta-button {
    max-width: 47%;
  }
}
@media (max-width: 481px) {
  .page-clients .call-to-action .cta-button {
    width: 280px;
    max-width: none;
    display: block;
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
.page-book-online .page-header {
  padding-top: 317px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  min-height: 848px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-book-online .page-header {
    padding-top: 108px;
    min-height: 0;
    padding-bottom: 25px;
    background-image: url('../img/bg-booking-mobile.png') !important;
  }
}
.page-book-online .container {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-book-online .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-book-online .page-heading {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 52px;
  margin-bottom: 7px;
  margin-top: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .page-book-online .page-heading {
    color: white;
    font-size: 24px;
    margin-bottom: 12px;
  }
}
.page-book-online .page-banner-text-wrapper {
  width: 610px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .page-book-online .page-banner-text-wrapper {
    width: auto;
    max-width: 610px;
  }
}
.page-book-online .page-banner-text-wrapper .textbox {
  margin-bottom: 31px;
  padding-top: 20px;
  padding-bottom: 26px;
  text-align: center;
  padding-left: 40px;
  padding-right: 40px;
}
.page-book-online .page-banner-text-wrapper .call-to-action {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
}
.page-book-online .page-banner-text-wrapper .call-to-action::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.page-book-online .page-banner-text-wrapper .call-to-action .cta-button {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .page-book-online .page-banner-text-wrapper .call-to-action .cta-button {
    width: 260px;
    max-width: 46%;
  }
}
@media (max-width: 481px) {
  .page-book-online .page-banner-text-wrapper .call-to-action .cta-button {
    display: block;
    width: 100%;
    margin-right: 0;
    max-width: none;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.error404 #main-header, .search-no-results #main-header {
  background: black;
  position: static;
}
.error404 .page-header h1, .search-no-results .page-header h1 {
  text-align: center;
  text-transform: uppercase;
  color: #d81e05;
}
.error404 .alert-warning, .search-no-results .alert-warning {
  padding-bottom: 220px;
  font-size: 18px;
  text-align: center;
}
.tax-course_category .page-header {
  padding-bottom: 57px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  min-height: 505px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category .page-header {
    padding-top: 107px;
    padding-bottom: 69px;
  }
}
.tax-course_category .page-header .page-heading {
  color: white;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category .page-header .page-heading {
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.tax-course_category .page-banner-text-wrapper {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category .page-banner-text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.tax-course_category .call-to-action {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .tax-course_category .call-to-action {
    width: 280px;
  }
}
.tax-course_category .call-to-action .cta-button {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .tax-course_category .call-to-action .cta-button {
    width: 250px;
  }
}
@media (max-width: 481px) {
  .tax-course_category .call-to-action .cta-button {
    float: none;
    margin-right: 0;
    margin-bottom: 5px;
    margin-left: 0;
    max-width: 100%;
  }
}
.tax-course_category .textbox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  width: 610px;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 5px;
  padding-bottom: 5px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category .textbox {
    width: auto;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 26px;
    padding-top: 16px;
    margin-bottom: 11px;
  }
}
.tax-course_category #main-header {
  background: rgba(0, 0, 0, 0.65) none repeat scroll 0 0;
  position: absolute;
}
.tax-course_category .next-section {
  position: static;
}
.tax-course_category .courses-next-section {
  padding-top: 25px;
  background: #f9f9f9;
  padding-bottom: 25px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category .courses-next-section {
    padding-bottom: 0;
  }
}
.tax-course_category #category-course-list {
  padding-top: 9px;
  background: #f9f9f9;
  padding-bottom: 17px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category #category-course-list {
    padding-bottom: 80px;
  }
}
.tax-course_category #category-course-list .next-section {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category #category-course-list .next-section {
    display: none;
  }
}
.tax-course_category #category-course-list .container {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category #category-course-list .container {
    padding-left: 17px;
    padding-right: 17px;
  }
}
.tax-course_category #category-course-list .section-heading {
  margin-top: 0;
  margin-bottom: 8px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category #category-course-list .section-heading {
    font-size: 30px;
    margin-bottom: 0;
  }
}
.tax-course_category #category-course-list .text-wrapper {
  width: 960px;
  text-align: center;
  margin: 0 auto 36px;
  padding-bottom: 21px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category #category-course-list .text-wrapper {
    width: auto;
    padding-bottom: 12px;
    margin-bottom: 0;
  }
}
.tax-course_category #category-course-list .text-wrapper p {
  margin-top: 0;
  color: #717171;
  font-size: 18px;
  line-height: 21px;
}
.tax-course_category .courses-in-category {
  background: #f3f2f2;
  padding-top: 24px;
  padding-bottom: 48px;
  margin-bottom: 98px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category .courses-in-category {
    padding-top: 20px;
    padding-bottom: 46px;
    margin-bottom: 0;
  }
}
.tax-course_category .courses-in-category ul {
  padding: 1px;
  margin: 0;
}
.tax-course_category .courses-in-category ul li {
  list-style-type: none;
  display: block;
  height: auto;
  width: auto;
  position: relative;
  -webkit-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category .courses-in-category ul li {
    margin-bottom: 5px;
  }
}
.tax-course_category .courses-in-category ul li i {
  position: absolute;
  right: 160px;
  height: 49px;
  line-height: 49px;
  font-size: 14px;
  color: #d81e05;
  top: 0;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category .courses-in-category ul li i {
    display: none;
  }
}
.tax-course_category .courses-in-category ul li a {
  padding-left: 122px;
  height: 49px;
  line-height: 49px;
  color: #d81e05;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category .courses-in-category ul li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    padding-left: 18px;
    height: auto;
  }
}
.tax-course_category .courses-in-category ul li:hover {
  background: #d81e05;
}
.tax-course_category .courses-in-category ul li:hover i {
  color: #f5a095;
}
.tax-course_category .courses-in-category ul li:hover a {
  color: white;
}
.tax-course_category #section-testimonials {
  position: relative;
}
.tax-course_category #section-testimonials .next-section {
  position: absolute;
  bottom: 68px;
  left: 0;
  right: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .tax-course_category #section-testimonials .next-section {
    display: none;
  }
}
.page-courses #section-courses {
  padding-top: 228px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-courses #section-courses {
    /* background-image: url('../img/bg-courses-mobile.png') !important; */
    padding-top: 115px;
  }
}
@media (max-width: 481px) {
  .page-courses #section-courses {
    background-position-x: -985px;
  }
}
.page-courses #section-courses .textbox {
  background: rgba(0, 0, 0, 0.55) none repeat scroll 0 0;
  color: white;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 23px;
  margin-left: auto;
  margin-right: auto;
  padding: 14px 40px 22px;
  text-align: center;
  width: 1036px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-courses #section-courses .textbox {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
  }
}
.page-courses #section-courses .textbox p {
  margin-top: 0;
  margin-bottom: 1em;
}
.page-courses #section-courses .textbox p:last-child {
  margin-bottom: 0;
}
.page-courses #section-courses .page-heading {
  font-size: 38px;
  color: #373737;
  margin-bottom: 10px;
  margin-top: 0;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-courses #section-courses .page-heading {
    font-size: 30px;
    line-height: 43px;
    margin-bottom: 0;
    color: #373737;
  }
}
.page-courses #section-courses .courses-content {
  margin-bottom: 50px;
}
.page-courses #section-courses .cta-buttons {
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-courses #section-courses .cta-buttons {
    width: 280px;
    margin: 0 auto;
  }
}
.page-courses #section-courses .cta-buttons .cta-button {
  margin: 0;
  display: inline-block;
  margin-left: 20px;
  margin-right: 20px;
}
.page-courses #section-courses .cta-buttons .cta-button:first-child {
  margin-left: 0;
}
.page-courses #section-courses .cta-buttons .cta-button:last-child {
  margin-right: 0;
}
.page-courses #section-courses .cta-buttons .cta-button.courses-left {
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-courses #section-courses .cta-buttons .cta-button.courses-left {
    margin-bottom: 5px;
  }
}
.page-courses #section-courses .cta-buttons .cta-button.courses-right {
  width: 342px;
  background: rgba(0, 0, 0, 0.65);
  text-transform: none;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.page-courses #section-courses .cta-buttons .cta-button.courses-right i {
  margin-left: 15px;
}
@media (max-width: 1024px) {
  .page-courses #section-courses .cta-buttons .cta-button.courses-right {
    width: 280px;
    margin-left: 0;
  }
}
#section-courses .course-list .container {
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
}
#section-course-information #info-left i.fa-check {
  margin-right: 5px;
  color: #d81e05;
}
#course-page-banner .info-box a {
  color: #f37979;
}
#course-page-banner .info-box ul.aditional-info {
  margin-top: 15px;
}
.page-template-template-form-template #form-page {
  padding-bottom: 145px;
  padding-top: 69px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .page-template-template-form-template #form-page {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.page-template-template-form-template #main-header {
  position: static;
  background: black;
}
.page-template-template-form-template .page-heading {
  text-align: center;
  margin-top: 0;
  color: #222;
  font-size: 42px;
  line-height: 52px;
  margin-bottom: 30px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .page-template-template-form-template .page-heading {
    font-size: 24px;
    margin-bottom: 12px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-template-template-form-template .lead-text {
  text-align: center;
  margin-bottom: 42px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .page-template-template-form-template .lead-text {
    margin-bottom: 10px;
  }
}
.page-template-template-form-template .lead-text p {
  margin-top: 0;
  font-size: 16px;
  margin-bottom: 1em;
  line-height: 24px;
  text-align: center;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .page-template-template-form-template .lead-text p {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-template-template-form-template .form-wrapper {
  width: 690px;
  margin: 0 auto 35px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
  .page-template-template-form-template .form-wrapper {
    width: 501px;
  }
}
@media (max-width: 481px) {
  .page-template-template-form-template .form-wrapper {
    width: auto;
    padding-left: 18px;
    padding-right: 18px;
  }
}
.page-template-template-form-template .notes {
  width: 690px;
  margin: 0 auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 767px) {
  .page-template-template-form-template .notes {
    width: 501px;
  }
}
@media (max-width: 481px) {
  .page-template-template-form-template .notes {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-template-template-form-template .notes ul {
  margin: 0;
  padding-left: 16px;
}
.page-template-template-form-template .notes a {
  text-decoration: none;
  color: #d81e05;
}
.page-template-template-form-template span.wpcf7-form-control-wrap {
  margin-right: 0;
  padding: 0;
}
.page-course-outline .formbuttons {
  width: 100%;
}
.page-course-outline .formbuttons #formsubmit {
  width: 45%;
  height: 53px;
  line-height: 32px;
  display: inline-block;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .page-course-outline .formbuttons #formsubmit {
    font-size: 15px;
  }
}
.page-course-outline .formbuttons .clearform {
  height: 53px;
  line-height: 48px;
  width: 45%;
  float: right;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 481px) {
  .page-course-outline .formbuttons .clearform {
    font-size: 15px;
  }
}
.page-confirmation #main-header {
  position: static;
  background: black;
}
.page-confirmation #confirmation-page-header {
  background: #f7f7f7;
  padding-top: 69px;
  padding-bottom: 35px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-confirmation #confirmation-page-header {
    padding-top: 23px;
    padding-bottom: 0;
  }
}
.page-confirmation .textwrapper {
  text-align: center;
  width: 570px;
  margin: 0 auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.page-confirmation .textwrapper h1 {
  font-size: 42px;
  line-height: 52px;
  color: #222;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-confirmation .textwrapper h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.page-confirmation .textwrapper p {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .page-confirmation .textwrapper {
    width: auto;
    padding-bottom: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-confirmation #confirmation-button-wrapper {
  background: white;
  width: 837px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 90px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-confirmation #confirmation-button-wrapper {
    width: 280px;
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
.page-confirmation #confirmation-button-wrapper .cta-button-wrapper {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
}
.page-confirmation #confirmation-button-wrapper .cta-button-wrapper::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.page-confirmation #confirmation-button-wrapper .cta-button {
  display: inline-block;
  width: 409px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.page-confirmation #confirmation-button-wrapper .cta-button.view-more {
  background: #434343;
}
@media (max-width: 1024px) {
  .page-confirmation #confirmation-button-wrapper .cta-button {
    width: 280px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    margin-bottom: 18px;
  }
}
.page-c-suite #csuite-top-section {
  height: 848px;
  position: relative;
  width: auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-c-suite #csuite-top-section {
    height: 665px;
  }
}
.page-template-default #main-header {
  position: static;
  background: black;
}
.page-template-default .page-header {
  padding-top: 69px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-template-default .page-header {
    padding-bottom: 30px;
  }
}
.page-template-default .page-heading {
  color: #222;
  font-size: 42px;
  line-height: 52px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-template-default .page-heading {
    font-size: 24px;
    line-height: 30px;
  }
}
#text-page {
  padding-bottom: 50px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  #text-page {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-course-outline-request #main-header {
  position: static;
  background: black;
}
.page-course-outline-request #confirmation-page-header {
  background: #f7f7f7;
  padding-top: 69px;
  padding-bottom: 35px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-course-outline-request #confirmation-page-header {
    padding-top: 23px;
    padding-bottom: 0;
  }
}
.page-course-outline-request .textwrapper {
  text-align: center;
  width: 570px;
  margin: 0 auto;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.page-course-outline-request .textwrapper h1 {
  font-size: 42px;
  line-height: 52px;
  color: #222;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 25px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-course-outline-request .textwrapper h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.page-course-outline-request .textwrapper p {
  margin-top: 0;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 1024px) {
  .page-course-outline-request .textwrapper {
    width: auto;
    padding-bottom: 42px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-course-outline-request #confirmation-button-wrapper {
  background: white;
  width: 837px;
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 90px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
@media (max-width: 1024px) {
  .page-course-outline-request #confirmation-button-wrapper {
    width: 280px;
    padding-bottom: 10px;
    padding-top: 30px;
  }
}
.page-course-outline-request #confirmation-button-wrapper .cta-button-wrapper {
  vertical-align: top;
  text-align: justify;
  font-size: 0;
  text-justify: distribute-all-lines;
}
.page-course-outline-request #confirmation-button-wrapper .cta-button-wrapper::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
}
.page-course-outline-request #confirmation-button-wrapper .cta-button {
  display: inline-block;
  width: 409px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  /*---------------------------------------------------------
  ANIMATION MIXINS
---------------------------------------------------------*/
}
.page-course-outline-request #confirmation-button-wrapper .cta-button.view-more {
  background: #434343;
}
@media (max-width: 1024px) {
  .page-course-outline-request #confirmation-button-wrapper .cta-button {
    width: 280px;
    height: 54px;
    line-height: 54px;
    font-size: 16px;
    margin-bottom: 18px;
  }
}
