/******************************************************************

Stylesheet: Main Stylesheet

******************************************************************/
/*********************
IMPORTING PARTIALS
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * 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.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * 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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after {
    clear: both; }

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/******************************************************************

Stylesheet: Variables

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/******************************************************************

Stylesheet: Sass Functions

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************

Stylesheet: Mixins Stylesheet

******************************************************************/
/*********************
TRANSITION
*********************/
/*********************
PLACEHOLDER
*********************/
/*********************
NO SELECTION
*********************/
/*********************
TRANSFORMS
*********************/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/*********************
BOX SHADOW
*********************/
/*********************
RATIO
*********************/
/*********************
IMPORTING MODULES
*********************/
/***************************
FORMS
***************************/
.alert {
  display: none; }

.shoe-size {
  position: absolute !important;
  width: 0;
  height: 0;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(0, 0, 0, 0.6); }

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(0, 0, 0, 0.6); }

:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(0, 0, 0, 0.6); }

:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(0, 0, 0, 0.6); }

input, button, textarea, select {
  display: block;
  margin: 0 0 20px;
  padding: 12px 20px;
  font-size: 19px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  background-color: transparent;
  text-align: left;
  text-overflow: ellipsis;
  appearance: none;
  transition: all 0.2s; }
  input:focus, button:focus, textarea:focus, select:focus {
    border: 1px solid rgba(0, 0, 0, 0.3); }
  input:focus, input:invalid, button:focus, button:invalid, textarea:focus, textarea:invalid, select:focus, select:invalid {
    outline: none; }
  input.error, button.error, textarea.error, select.error {
    border: 1px solid #EC1D24; }

textarea {
  min-width: 100%;
  max-width: 100%;
  min-height: 120px;
  max-height: 120px;
  resize: none; }

.checkbox, .radio {
  position: relative;
  display: flex;
  min-height: 50px;
  margin: 20px 0;
  padding: 0px 0 0 70px;
  font-size: 19px;
  line-height: 1.2;
  text-align: left;
  align-items: center;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  cursor: pointer; }
  .checkbox a, .checkbox a:visited, .radio a, .radio a:visited {
    color: #00519C; }
  .checkbox input, .radio input {
    position: absolute;
    top: 50%;
    left: 30px;
    margin: 0;
    opacity: 0;
    width: 1px !important;
    height: 1px;
    pointer-events: none;
    transform: translate(0, -50%);
    z-index: 1; }
    .checkbox input:checked ~ .checked, .radio input:checked ~ .checked {
      border: none;
      background: linear-gradient(130deg, #FFC100 0%, #FFE200 100%); }
      .checkbox input:checked ~ .checked:after, .radio input:checked ~ .checked:after {
        opacity: 1; }
  .checkbox .checked, .radio .checked {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    border: 2px solid #FFC100;
    transition: all 0.2s; }
    .checkbox .checked:after, .radio .checked:after {
      position: absolute;
      top: 12px;
      left: 20px;
      width: 8px;
      height: 20px;
      border-right: 2px solid #000000;
      border-bottom: 2px solid #000000;
      transform: rotate(45deg);
      transition: all 0.1s;
      opacity: 0;
      pointer-events: none;
      content: ''; }

/*********************
LOADER STYLES
*********************/
#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 10000; }
  #loader.animate .loader-ring-light {
    animation: rotate-360 2s linear infinite; }
  #loader .loader-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 240px;
    height: 240px;
    margin: -120px 0 0 -120px; }
  #loader .loader-ring-light {
    width: 240px;
    height: 240px;
    border-radius: 240px;
    -webkit-box-shadow: 0 4px 0 white inset;
    -moz-box-shadow: 0 4px 0 white inset;
    box-shadow: 0 4px 0 white inset; }
  #loader .loader-ring-track {
    position: absolute;
    top: 0;
    left: 0;
    width: 240px;
    height: 240px;
    border-radius: 240px;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
    -moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset;
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.3) inset; }

@keyframes rotate-360 {
  from {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/****************************
MENU BUTTON
****************************/
a.menu-toggle {
  line-height: 1; }
  a.menu-toggle span {
    display: inline-block; }
  a.menu-toggle .menu-icon {
    position: relative;
    width: 19px;
    height: 19px; }
    a.menu-toggle .menu-icon .hamburger, a.menu-toggle .menu-icon .cross {
      position: absolute;
      top: 0;
      left: 0;
      width: 19px;
      height: 19px; }
      a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after, a.menu-toggle .menu-icon .cross:before, a.menu-toggle .menu-icon .cross span, a.menu-toggle .menu-icon .cross:after {
        display: block;
        background: #FFFFFF;
        transition: .25s ease-in-out;
        content: ''; }
    a.menu-toggle .menu-icon .hamburger:before, a.menu-toggle .menu-icon .hamburger span, a.menu-toggle .menu-icon .hamburger:after {
      position: relative;
      width: 19px;
      height: 2px;
      margin: 4px 0; }
    a.menu-toggle .menu-icon .hamburger:before {
      transition-delay: .5s; }
    a.menu-toggle .menu-icon .hamburger span {
      transition-delay: .625s; }
    a.menu-toggle .menu-icon .hamburger:after {
      transition-delay: .75s; }
    a.menu-toggle .menu-icon .cross {
      transform: rotate(45deg); }
      a.menu-toggle .menu-icon .cross:before {
        position: absolute;
        top: 0;
        left: 8.5px;
        height: 0;
        width: 2px;
        transition-delay: 0s; }
      a.menu-toggle .menu-icon .cross:after {
        position: absolute;
        left: 0;
        top: 8.5px;
        width: 0;
        height: 2px;
        transition-delay: .25s; }

a.menu-toggle.open .menu-icon {
  z-index: 2000; }
  a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after, a.menu-toggle.open .menu-icon .cross:before, a.menu-toggle.open .menu-icon .cross span, a.menu-toggle.open .menu-icon .cross:after {
    background-color: #FFFFFF; }
  a.menu-toggle.open .menu-icon .hamburger:before, a.menu-toggle.open .menu-icon .hamburger span, a.menu-toggle.open .menu-icon .hamburger:after {
    width: 0%; }
  a.menu-toggle.open .menu-icon .hamburger:before {
    transition-delay: 0s; }
  a.menu-toggle.open .menu-icon .hamburger span {
    transition-delay: .125s; }
  a.menu-toggle.open .menu-icon .hamburger:after {
    transition-delay: .25s; }
  a.menu-toggle.open .menu-icon .cross:before {
    height: 19px;
    transition-delay: .625s; }
  a.menu-toggle.open .menu-icon .cross:after {
    width: 19px;
    transition-delay: .375s; }

/*********************
SLIDER STYLES
*********************/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  overflow: hidden !important;
  touch-action: pan-y;
  -ms-touch-action: pan-y;
  user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent; }
  .slick-slider .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow: visible; }
    .slick-slider .slick-list:focus {
      outline: none; }
    .slick-slider .slick-list.dragging {
      cursor: pointer;
      cursor: hand; }

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

.slick-track {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    display: table;
    content: ""; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }
  .slick-slide:focus {
    outline: 0; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/*********************
COOKIE NOTICE
*********************/
#cookie-notice {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.25);
  z-index: 99998; }
  #cookie-notice .wrap {
    padding: 30px; }
    #cookie-notice .wrap a#close-cookie-notice {
      font-weight: 700;
      font-family: 'Muli', "Helvetica Neue", Helvetica, Arial, sans-serif; }

/****************************
FONT & ICON STYLES
****************************/
/* source-sans-pro-regular - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/source-sans-pro-v21-latin-regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/source-sans-pro-v21-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-regular.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-regular.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-regular.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

/* source-sans-pro-600 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/source-sans-pro-v21-latin-600.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/source-sans-pro-v21-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/source-sans-pro-v21-latin-600.woff2") format("woff2"), url("../fonts/source-sans-pro-v21-latin-600.woff") format("woff"), url("../fonts/source-sans-pro-v21-latin-600.ttf") format("truetype"), url("../fonts/source-sans-pro-v21-latin-600.svg#SourceSansPro") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Material Icons Round';
  src: url("../fonts/MaterialIconsRound-Regular.woff2") format("woff2"), url("../fonts/MaterialIconsRound-Regular.woff") format("woff"), url("../fonts/MaterialIconsRound-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

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

.icon-karriere-sw:before {
  content: "\ea81"; }

.icon-add-to-list:before {
  content: "\e900"; }

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

.icon-controller-fast-backward:before {
  content: "\e902"; }

.icon-creative-commons-attribution:before {
  content: "\e903"; }

.icon-creative-commons-noderivs:before {
  content: "\e904"; }

.icon-creative-commons-noncommercial-eu:before {
  content: "\e905"; }

.icon-creative-commons-noncommercial-us:before {
  content: "\e906"; }

.icon-creative-commons-public-domain:before {
  content: "\e907"; }

.icon-creative-commons-remix:before {
  content: "\e908"; }

.icon-creative-commons-share:before {
  content: "\e909"; }

.icon-creative-commons-sharealike:before {
  content: "\e90a"; }

.icon-creative-commons:before {
  content: "\e90b"; }

.icon-document-landscape:before {
  content: "\e90c"; }

.icon-remove-user:before {
  content: "\e90d"; }

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

.icon-arrow-bold-down:before {
  content: "\e90f"; }

.icon-arrow-bold-left:before {
  content: "\e910"; }

.icon-arrow-bold-right:before {
  content: "\e911"; }

.icon-arrow-bold-up:before {
  content: "\e912"; }

.icon-arrow-down:before {
  content: "\e913"; }

.icon-arrow-left:before {
  content: "\e914"; }

.icon-arrow-long-down:before {
  content: "\e915"; }

.icon-arrow-long-left:before {
  content: "\e916"; }

.icon-arrow-long-right:before {
  content: "\e917"; }

.icon-arrow-long-up:before {
  content: "\e918"; }

.icon-arrow-right:before {
  content: "\e919"; }

.icon-arrow-up:before {
  content: "\e91a"; }

.icon-arrow-with-circle-down:before {
  content: "\e91b"; }

.icon-arrow-with-circle-left:before {
  content: "\e91c"; }

.icon-arrow-with-circle-right:before {
  content: "\e91d"; }

.icon-arrow-with-circle-up:before {
  content: "\e91e"; }

.icon-bookmark:before {
  content: "\e91f"; }

.icon-bookmarks:before {
  content: "\e920"; }

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

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

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

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

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

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

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

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

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

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

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

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

.icon-chevron-with-circle-down:before {
  content: "\e92d"; }

.icon-chevron-with-circle-left:before {
  content: "\e92e"; }

.icon-chevron-with-circle-right:before {
  content: "\e92f"; }

.icon-chevron-with-circle-up:before {
  content: "\e930"; }

.icon-cloud:before {
  content: "\e931"; }

.icon-controller-fast-forward:before {
  content: "\e932"; }

.icon-controller-jump-to-start:before {
  content: "\e933"; }

.icon-controller-next:before {
  content: "\e934"; }

.icon-controller-paus:before {
  content: "\e935"; }

.icon-controller-play:before {
  content: "\e936"; }

.icon-controller-record:before {
  content: "\e937"; }

.icon-controller-stop:before {
  content: "\e938"; }

.icon-controller-volume:before {
  content: "\e939"; }

.icon-dot-single:before {
  content: "\e93a"; }

.icon-dots-three-horizontal:before {
  content: "\e93b"; }

.icon-dots-three-vertical:before {
  content: "\e93c"; }

.icon-dots-two-horizontal:before {
  content: "\e93d"; }

.icon-dots-two-vertical:before {
  content: "\e93e"; }

.icon-download:before {
  content: "\e93f"; }

.icon-emoji-flirt:before {
  content: "\e940"; }

.icon-flow-branch:before {
  content: "\e941"; }

.icon-flow-cascade:before {
  content: "\e942"; }

.icon-flow-line:before {
  content: "\e943"; }

.icon-flow-parallel:before {
  content: "\e944"; }

.icon-flow-tree:before {
  content: "\e945"; }

.icon-install:before {
  content: "\e946"; }

.icon-layers:before {
  content: "\e947"; }

.icon-open-book:before {
  content: "\e948"; }

.icon-resize-100:before {
  content: "\e949"; }

.icon-resize-full-screen:before {
  content: "\e94a"; }

.icon-save:before {
  content: "\e94b"; }

.icon-select-arrows:before {
  content: "\e94c"; }

.icon-sound-mute:before {
  content: "\e94d"; }

.icon-sound:before {
  content: "\e94e"; }

.icon-trash:before {
  content: "\e94f"; }

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

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

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

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

.icon-uninstall:before {
  content: "\e954"; }

.icon-upload-to-cloud:before {
  content: "\e955"; }

.icon-upload:before {
  content: "\e956"; }

.icon-add-user:before {
  content: "\e957"; }

.icon-address:before {
  content: "\e958"; }

.icon-adjust:before {
  content: "\e959"; }

.icon-air:before {
  content: "\e95a"; }

.icon-aircraft-landing:before {
  content: "\e95b"; }

.icon-aircraft-take-off:before {
  content: "\e95c"; }

.icon-aircraft:before {
  content: "\e95d"; }

.icon-align-bottom:before {
  content: "\e95e"; }

.icon-align-horizontal-middle:before {
  content: "\e95f"; }

.icon-align-left:before {
  content: "\e960"; }

.icon-align-right:before {
  content: "\e961"; }

.icon-align-top:before {
  content: "\e962"; }

.icon-align-vertical-middle:before {
  content: "\e963"; }

.icon-archive:before {
  content: "\e964"; }

.icon-area-graph:before {
  content: "\e965"; }

.icon-attachment:before {
  content: "\e966"; }

.icon-awareness-ribbon:before {
  content: "\e967"; }

.icon-back-in-time:before {
  content: "\e968"; }

.icon-back:before {
  content: "\e969"; }

.icon-bar-graph:before {
  content: "\e96a"; }

.icon-battery:before {
  content: "\e96b"; }

.icon-beamed-note:before {
  content: "\e96c"; }

.icon-bell:before {
  content: "\e96d"; }

.icon-blackboard:before {
  content: "\e96e"; }

.icon-block:before {
  content: "\e96f"; }

.icon-book:before {
  content: "\e970"; }

.icon-bowl:before {
  content: "\e971"; }

.icon-box:before {
  content: "\e972"; }

.icon-briefcase:before {
  content: "\e973"; }

.icon-browser:before {
  content: "\e974"; }

.icon-brush:before {
  content: "\e975"; }

.icon-bucket:before {
  content: "\e976"; }

.icon-cake:before {
  content: "\e977"; }

.icon-calculator:before {
  content: "\e978"; }

.icon-calendar:before {
  content: "\e979"; }

.icon-camera:before {
  content: "\e97a"; }

.icon-ccw:before {
  content: "\e97b"; }

.icon-chat:before {
  content: "\e97c"; }

.icon-check:before {
  content: "\e97d"; }

.icon-circle-with-cross:before {
  content: "\e97e"; }

.icon-circle-with-minus:before {
  content: "\e97f"; }

.icon-circle-with-plus:before {
  content: "\e980"; }

.icon-circle:before {
  content: "\e981"; }

.icon-circular-graph:before {
  content: "\e982"; }

.icon-clapperboard:before {
  content: "\e983"; }

.icon-clipboard:before {
  content: "\e984"; }

.icon-clock:before {
  content: "\e985"; }

.icon-code:before {
  content: "\e986"; }

.icon-cog:before {
  content: "\e987"; }

.icon-colours:before {
  content: "\e988"; }

.icon-compass:before {
  content: "\e989"; }

.icon-copy:before {
  content: "\e98a"; }

.icon-credit-card:before {
  content: "\e98b"; }

.icon-credit:before {
  content: "\e98c"; }

.icon-cross:before {
  content: "\e98d"; }

.icon-cup:before {
  content: "\e98e"; }

.icon-cw:before {
  content: "\e98f"; }

.icon-cycle:before {
  content: "\e990"; }

.icon-database:before {
  content: "\e991"; }

.icon-dial-pad:before {
  content: "\e992"; }

.icon-direction:before {
  content: "\e993"; }

.icon-document:before {
  content: "\e994"; }

.icon-documents:before {
  content: "\e995"; }

.icon-drink:before {
  content: "\e996"; }

.icon-drive:before {
  content: "\e997"; }

.icon-drop:before {
  content: "\e998"; }

.icon-edit:before {
  content: "\e999"; }

.icon-email:before {
  content: "\e99a"; }

.icon-emoji-happy:before {
  content: "\e99b"; }

.icon-emoji-neutral:before {
  content: "\e99c"; }

.icon-emoji-sad:before {
  content: "\e99d"; }

.icon-erase:before {
  content: "\e99e"; }

.icon-eraser:before {
  content: "\e99f"; }

.icon-export:before {
  content: "\e9a0"; }

.icon-eye:before {
  content: "\e9a1"; }

.icon-feather:before {
  content: "\e9a2"; }

.icon-flag:before {
  content: "\e9a3"; }

.icon-flash:before {
  content: "\e9a4"; }

.icon-flashlight:before {
  content: "\e9a5"; }

.icon-flat-brush:before {
  content: "\e9a6"; }

.icon-folder-images:before {
  content: "\e9a7"; }

.icon-folder-music:before {
  content: "\e9a8"; }

.icon-folder-video:before {
  content: "\e9a9"; }

.icon-folder:before {
  content: "\e9aa"; }

.icon-forward:before {
  content: "\e9ab"; }

.icon-funnel:before {
  content: "\e9ac"; }

.icon-game-controller:before {
  content: "\e9ad"; }

.icon-gauge:before {
  content: "\e9ae"; }

.icon-globe:before {
  content: "\e9af"; }

.icon-graduation-cap:before {
  content: "\e9b0"; }

.icon-grid:before {
  content: "\e9b1"; }

.icon-hair-cross:before {
  content: "\e9b2"; }

.icon-hand:before {
  content: "\e9b3"; }

.icon-heart-outlined:before {
  content: "\e9b4"; }

.icon-heart:before {
  content: "\e9b5"; }

.icon-help-with-circle:before {
  content: "\e9b6"; }

.icon-help:before {
  content: "\e9b7"; }

.icon-home:before {
  content: "\e9b8"; }

.icon-hour-glass:before {
  content: "\e9b9"; }

.icon-image-inverted:before {
  content: "\e9ba"; }

.icon-image:before {
  content: "\e9bb"; }

.icon-images:before {
  content: "\e9bc"; }

.icon-inbox:before {
  content: "\e9bd"; }

.icon-infinity:before {
  content: "\e9be"; }

.icon-info-with-circle:before {
  content: "\e9bf"; }

.icon-info:before {
  content: "\e9c0"; }

.icon-key:before {
  content: "\e9c1"; }

.icon-keyboard:before {
  content: "\e9c2"; }

.icon-lab-flask:before {
  content: "\e9c3"; }

.icon-landline:before {
  content: "\e9c4"; }

.icon-language:before {
  content: "\e9c5"; }

.icon-laptop:before {
  content: "\e9c6"; }

.icon-leaf:before {
  content: "\e9c7"; }

.icon-level-down:before {
  content: "\e9c8"; }

.icon-level-up:before {
  content: "\e9c9"; }

.icon-lifebuoy:before {
  content: "\e9ca"; }

.icon-light-bulb:before {
  content: "\e9cb"; }

.icon-light-down:before {
  content: "\e9cc"; }

.icon-light-up:before {
  content: "\e9cd"; }

.icon-line-graph:before {
  content: "\e9ce"; }

.icon-link:before {
  content: "\e9cf"; }

.icon-list:before {
  content: "\e9d0"; }

.icon-location-pin:before {
  content: "\e9d1"; }

.icon-location:before {
  content: "\e9d2"; }

.icon-lock-open:before {
  content: "\e9d3"; }

.icon-lock:before {
  content: "\e9d4"; }

.icon-log-out:before {
  content: "\e9d5"; }

.icon-login:before {
  content: "\e9d6"; }

.icon-loop:before {
  content: "\e9d7"; }

.icon-magnet:before {
  content: "\e9d8"; }

.icon-magnifying-glass:before {
  content: "\e9d9"; }

.icon-mail:before {
  content: "\e9da"; }

.icon-man:before {
  content: "\e9db"; }

.icon-map:before {
  content: "\e9dc"; }

.icon-mask:before {
  content: "\e9dd"; }

.icon-medal:before {
  content: "\e9de"; }

.icon-megaphone:before {
  content: "\e9df"; }

.icon-menu:before {
  content: "\e9e0"; }

.icon-message:before {
  content: "\e9e1"; }

.icon-mic:before {
  content: "\e9e2"; }

.icon-minus:before {
  content: "\e9e3"; }

.icon-mobile:before {
  content: "\e9e4"; }

.icon-modern-mic:before {
  content: "\e9e5"; }

.icon-moon:before {
  content: "\e9e6"; }

.icon-mouse:before {
  content: "\e9e7"; }

.icon-music:before {
  content: "\e9e8"; }

.icon-network:before {
  content: "\e9e9"; }

.icon-new-message:before {
  content: "\e9ea"; }

.icon-new:before {
  content: "\e9eb"; }

.icon-news:before {
  content: "\e9ec"; }

.icon-note:before {
  content: "\e9ed"; }

.icon-notification:before {
  content: "\e9ee"; }

.icon-old-mobile:before {
  content: "\e9ef"; }

.icon-old-phone:before {
  content: "\e9f0"; }

.icon-palette:before {
  content: "\e9f1"; }

.icon-paper-plane:before {
  content: "\e9f2"; }

.icon-pencil:before {
  content: "\e9f3"; }

.icon-phone:before {
  content: "\e9f4"; }

.icon-pie-chart:before {
  content: "\e9f5"; }

.icon-pin:before {
  content: "\e9f6"; }

.icon-plus:before {
  content: "\e9f7"; }

.icon-popup:before {
  content: "\e9f8"; }

.icon-power-plug:before {
  content: "\e9f9"; }

.icon-price-ribbon:before {
  content: "\e9fa"; }

.icon-price-tag:before {
  content: "\e9fb"; }

.icon-print:before {
  content: "\e9fc"; }

.icon-progress-empty:before {
  content: "\e9fd"; }

.icon-progress-full:before {
  content: "\e9fe"; }

.icon-progress-one:before {
  content: "\e9ff"; }

.icon-progress-two:before {
  content: "\ea00"; }

.icon-publish:before {
  content: "\ea01"; }

.icon-quote:before {
  content: "\ea02"; }

.icon-radio:before {
  content: "\ea03"; }

.icon-reply-all:before {
  content: "\ea04"; }

.icon-reply:before {
  content: "\ea05"; }

.icon-retweet:before {
  content: "\ea06"; }

.icon-rocket:before {
  content: "\ea07"; }

.icon-round-brush:before {
  content: "\ea08"; }

.icon-rss:before {
  content: "\ea09"; }

.icon-ruler:before {
  content: "\ea0a"; }

.icon-scissors:before {
  content: "\ea0b"; }

.icon-share-alternitive:before {
  content: "\ea0c"; }

.icon-share:before {
  content: "\ea0d"; }

.icon-shareable:before {
  content: "\ea0e"; }

.icon-shield:before {
  content: "\ea0f"; }

.icon-shop:before {
  content: "\ea10"; }

.icon-shopping-bag:before {
  content: "\ea11"; }

.icon-shopping-basket:before {
  content: "\ea12"; }

.icon-shopping-cart:before {
  content: "\ea13"; }

.icon-shuffle:before {
  content: "\ea14"; }

.icon-signal:before {
  content: "\ea15"; }

.icon-sound-mix:before {
  content: "\ea16"; }

.icon-sports-club:before {
  content: "\ea17"; }

.icon-spreadsheet:before {
  content: "\ea18"; }

.icon-squared-cross:before {
  content: "\ea19"; }

.icon-squared-minus:before {
  content: "\ea1a"; }

.icon-squared-plus:before {
  content: "\ea1b"; }

.icon-star-outlined:before {
  content: "\ea1c"; }

.icon-star:before {
  content: "\ea1d"; }

.icon-stopwatch:before {
  content: "\ea1e"; }

.icon-suitcase:before {
  content: "\ea1f"; }

.icon-swap:before {
  content: "\ea20"; }

.icon-sweden:before {
  content: "\ea21"; }

.icon-switch:before {
  content: "\ea22"; }

.icon-tablet:before {
  content: "\ea23"; }

.icon-tag:before {
  content: "\ea24"; }

.icon-text-document-inverted:before {
  content: "\ea25"; }

.icon-text-document:before {
  content: "\ea26"; }

.icon-text:before {
  content: "\ea27"; }

.icon-thermometer:before {
  content: "\ea28"; }

.icon-thumbs-down:before {
  content: "\ea29"; }

.icon-thumbs-up:before {
  content: "\ea2a"; }

.icon-thunder-cloud:before {
  content: "\ea2b"; }

.icon-ticket:before {
  content: "\ea2c"; }

.icon-time-slot:before {
  content: "\ea2d"; }

.icon-tools:before {
  content: "\ea2e"; }

.icon-traffic-cone:before {
  content: "\ea2f"; }

.icon-tree:before {
  content: "\ea30"; }

.icon-trophy:before {
  content: "\ea31"; }

.icon-tv:before {
  content: "\ea32"; }

.icon-typing:before {
  content: "\ea33"; }

.icon-unread:before {
  content: "\ea34"; }

.icon-untag:before {
  content: "\ea35"; }

.icon-user:before {
  content: "\ea36"; }

.icon-users:before {
  content: "\ea37"; }

.icon-v-card:before {
  content: "\ea38"; }

.icon-video:before {
  content: "\ea39"; }

.icon-vinyl:before {
  content: "\ea3a"; }

.icon-voicemail:before {
  content: "\ea3b"; }

.icon-wallet:before {
  content: "\ea3c"; }

.icon-water:before {
  content: "\ea3d"; }

.icon-500px-with-circle:before {
  content: "\ea3e"; }

.icon-500px:before {
  content: "\ea3f"; }

.icon-basecamp:before {
  content: "\ea40"; }

.icon-behance:before {
  content: "\ea41"; }

.icon-creative-cloud:before {
  content: "\ea42"; }

.icon-dropbox:before {
  content: "\ea43"; }

.icon-evernote:before {
  content: "\ea44"; }

.icon-flattr:before {
  content: "\ea45"; }

.icon-foursquare:before {
  content: "\ea46"; }

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

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

.icon-grooveshark:before {
  content: "\ea49"; }

.icon-icloud:before {
  content: "\ea4a"; }

.icon-mixi:before {
  content: "\ea4b"; }

.icon-onedrive:before {
  content: "\ea4c"; }

.icon-paypal:before {
  content: "\ea4d"; }

.icon-picasa:before {
  content: "\ea4e"; }

.icon-qq:before {
  content: "\ea4f"; }

.icon-rdio-with-circle:before {
  content: "\ea50"; }

.icon-renren:before {
  content: "\ea51"; }

.icon-scribd:before {
  content: "\ea52"; }

.icon-sina-weibo:before {
  content: "\ea53"; }

.icon-skype-with-circle:before {
  content: "\ea54"; }

.icon-skype:before {
  content: "\ea55"; }

.icon-slideshare:before {
  content: "\ea56"; }

.icon-smashing:before {
  content: "\ea57"; }

.icon-soundcloud:before {
  content: "\ea58"; }

.icon-spotify-with-circle:before {
  content: "\ea59"; }

.icon-spotify:before {
  content: "\ea5a"; }

.icon-swarm:before {
  content: "\ea5b"; }

.icon-vine-with-circle:before {
  content: "\ea5c"; }

.icon-vine:before {
  content: "\ea5d"; }

.icon-vk-alternitive:before {
  content: "\ea5e"; }

.icon-vk-with-circle:before {
  content: "\ea5f"; }

.icon-vk:before {
  content: "\ea60"; }

.icon-xing-with-circle:before {
  content: "\ea61"; }

.icon-xing:before {
  content: "\ea62"; }

.icon-yelp:before {
  content: "\ea63"; }

.icon-dribbble-with-circle:before {
  content: "\ea64"; }

.icon-dribbble:before {
  content: "\ea65"; }

.icon-facebook-with-circle:before {
  content: "\ea66"; }

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

.icon-flickr-with-circle:before {
  content: "\ea68"; }

.icon-flickr:before {
  content: "\ea69"; }

.icon-github-with-circle:before {
  content: "\ea6a"; }

.icon-github:before {
  content: "\ea6b"; }

.icon-google-with-circle:before {
  content: "\ea6c"; }

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

.icon-instagram-with-circle:before {
  content: "\ea6e"; }

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

.icon-lastfm-with-circle:before {
  content: "\ea70"; }

.icon-lastfm:before {
  content: "\ea71"; }

.icon-linkedin-with-circle:before {
  content: "\ea72"; }

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

.icon-pinterest-with-circle:before {
  content: "\ea74"; }

.icon-pinterest:before {
  content: "\ea75"; }

.icon-rdio:before {
  content: "\ea76"; }

.icon-stumbleupon-with-circle:before {
  content: "\ea77"; }

.icon-stumbleupon:before {
  content: "\ea78"; }

.icon-tumblr-with-circle:before {
  content: "\ea79"; }

.icon-tumblr:before {
  content: "\ea7a"; }

.icon-twitter-with-circle:before {
  content: "\ea7b"; }

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

.icon-vimeo-with-circle:before {
  content: "\ea7d"; }

.icon-vimeo:before {
  content: "\ea7e"; }

.icon-youtube-with-circle:before {
  content: "\ea7f"; }

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

/*********************
MOBILE
*********************/
/******************************************************************

Stylesheet: Base Mobile Stylesheet

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #000000;
  background-color: #FFFFFF;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*********************
HELPER CLASSES
*********************/
.noscroll {
  overflow: hidden; }

/*********************
LINK STYLES
*********************/
a, a:visited {
  position: relative;
  display: inline-block;
  color: #000000;
  font-weight: 600;
  text-decoration: none; }
  a:active, a:focus, a:visited:active, a:visited:focus {
    outline: 0; }
  a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
BUTTON STYLES
*********************/
a.btn {
  margin: 1em 0;
  padding: 5px 15px;
  font-size: 12px;
  border-radius: 15px;
  color: #FFFFFF;
  background-color: #000000; }
  a.btn .icon {
    margin: 0 5px 0 0;
    font-size: 15px; }

/****************************
H1, H2, H3, H4, H5 STYLES
****************************/
p, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 1em 0; }
  p:first-child, h1:first-child, .h1:first-child, h2:first-child, .h2:first-child, h3:first-child, .h3:first-child, h4:first-child, .h4:first-child, h5:first-child, .h5:first-child, h6:first-child, .h6:first-child {
    margin-top: 0; }
  p:last-child, h1:last-child, .h1:last-child, h2:last-child, .h2:last-child, h3:last-child, .h3:last-child, h4:last-child, .h4:last-child, h5:last-child, .h5:last-child, h6:last-child, .h6:last-child {
    margin-bottom: 0; }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  position: relative;
  line-height: 1.25;
  font-weight: 600;
  text-rendering: optimizelegibility; }

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

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

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

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

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

/****************************
TEXT STYLES
****************************/
small {
  display: inline-block;
  font-size: 12px; }

strong, b {
  font-weight: 600; }

/****************************
IMAGE STYLES
****************************/
img {
  display: block;
  max-width: 100%;
  max-height: 100%; }

.img, .vid {
  position: relative;
  width: 100%;
  padding-top: 100%;
  overflow: hidden; }
  .img a, .img img, .img video, .vid a, .vid img, .vid video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 10; }
  .img a, .vid a {
    z-index: 15; }

/****************************
ICON STYLES
****************************/
.icon {
  display: inline-block;
  font-family: 'Material Icons Round';
  font-weight: normal;
  font-style: normal;
  font-size: 19px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga'; }

[class^="icon-"], [class*=" icon-"] {
  display: inline-block;
  font-size: 19px;
  vertical-align: middle; }

/****************************
OVERLAY STYLES
****************************/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 900; }

/****************************
BG STYLES
****************************/
.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .bg img, .bg video {
    width: 100%;
    height: 100%;
    object-fit: cover; }

/****************************
LAYOUT STYLES
****************************/
.wrap {
  padding: 0 30px; }

/****************************
HEADER STYLES
****************************/
.header a.logo {
  position: relative;
  height: 60px;
  z-index: 2; }

.header a.menu-toggle {
  display: flex;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  text-align: center;
  background-color: #00519C;
  align-items: center;
  justify-content: center;
  z-index: 900; }
  .header a.menu-toggle .menu-icon {
    margin: -2px 0 0; }
  .header a.menu-toggle.open {
    position: fixed; }

.header .main-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  padding: 30px 75px 30px 30px;
  width: 100%;
  height: 100%;
  background-color: #00519C;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 90; }
  .header .main-nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .header .main-nav ul li a {
      color: #FFFFFF; }
  .header .main-nav ul.main {
    margin: 0 0 15px;
    font-size: 29px; }

.header.subpage {
  position: relative;
  padding: 30px 0;
  background-color: #00519C; }
  .header.subpage a.menu-toggle {
    top: 35px; }

.header.home {
  position: relative;
  padding: 30px 0 0;
  height: 100vw; }
  .header.home .slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    background-color: #000000;
    z-index: 1; }
    .header.home .slider .slick-list, .header.home .slider .slick-track {
      height: 100%; }
    .header.home .slider .slide {
      display: flex;
      position: relative;
      width: 100%;
      height: 100%; }
      .header.home .slider .slide img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        z-index: 1;
        object-fit: cover; }
      .header.home .slider .slide .slide-text {
        position: relative;
        padding: 0 30px 75px;
        align-self: flex-end;
        z-index: 2; }
  .header.home .slider-nav {
    position: absolute;
    left: 30px;
    bottom: 30px;
    z-index: 2; }
    .header.home .slider-nav a {
      display: inline-flex;
      margin: 0 10px 0 0;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      text-align: center;
      background-color: #FFFFFF;
      align-items: center;
      justify-content: center; }

.header-text {
  padding: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .header-text p {
    margin: 0; }
  .header-text a.scroll-down {
    display: none; }

/****************************
FORM HEADER
****************************/
.header.form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0;
  z-index: 800; }

.form-header {
  position: relative;
  margin: 0 0 50px;
  min-height: 120px;
  background-color: #00284E; }
  .form-header .header-bg {
    position: relative; }
    .form-header .header-bg img {
      width: 100vw;
      height: 75vw;
      object-fit: cover; }
    .form-header .header-bg .img-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0) 100%);
      z-index: 80; }
  .form-header .progress {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -10px;
    height: 20px;
    border-radius: 20px;
    overflow: hidden;
    background-color: #00519C;
    z-index: 90; }
    .form-header .progress .current-progress {
      width: 0;
      height: 20px;
      border-radius: 20px;
      background: linear-gradient(130deg, #FFC100 0%, #FFE200 100%); }

/****************************
SECTION STYLES
****************************/
.section.blue {
  color: #FFFFFF;
  background: #00519C; }
  .section.blue a {
    color: #FFFFFF; }
  .section.blue a.section-link {
    color: #FFFFFF; }
    .section.blue a.section-link .icon {
      color: #00519C;
      background-color: #FFFFFF; }

.section.yellow {
  background: #FFC100; }

.section.seperator-top {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.section.seperator-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.section a.section-link {
  display: inline-flex;
  color: #00519C;
  align-items: center; }
  .section a.section-link .icon {
    display: inline-flex;
    margin: 0 0 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    color: #FFFFFF;
    background-color: #00519C;
    align-items: center;
    justify-content: center; }

.section .section-text {
  padding: 60px 0; }
  .section .section-text ul {
    padding: 0;
    list-style-type: none; }
    .section .section-text ul li {
      position: relative;
      padding: 0 0 0 1.25em; }
      .section .section-text ul li:before {
        position: absolute;
        top: 0;
        left: 0;
        color: #00519C;
        content: '\25A0';
        z-index: 1; }

.section.type-page-header {
  position: relative; }
  .section.type-page-header .pg-header-text {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 30px;
    width: 100%;
    color: #FFFFFF;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1; }
    .section.type-page-header .pg-header-text h1 {
      font-size: 37px;
      margin: 0; }
    .section.type-page-header .pg-header-text a {
      margin: 5px 10px 0 0;
      color: #FFFFFF; }
  .section.type-page-header .header-img {
    width: 100vw;
    height: 56.25vw; }
    .section.type-page-header .header-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }

.section.type-standard .section-text.center {
  margin: 0 auto;
  max-width: 840px;
  text-align: center; }
  .section.type-standard .section-text.center ul {
    text-align: left; }
  .section.type-standard .section-text.center a.section-link {
    display: inline-block; }
    .section.type-standard .section-text.center a.section-link .label {
      display: block; }
    .section.type-standard .section-text.center a.section-link .icon {
      margin: 15px 0 0; }

.section.type-standard .section-text.left a.section-link {
  margin: 15px 0 0; }
  .section.type-standard .section-text.left a.section-link .icon {
    display: none; }

.section.type-standard .section-images {
  position: relative; }
  .section.type-standard .section-images .gallery-img {
    position: relative;
    width: 100vw;
    height: 75vw; }
    .section.type-standard .section-images .gallery-img a, .section.type-standard .section-images .gallery-img img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .section.type-standard .section-images ul.slick-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
    padding: 30px 0 15px;
    width: 100%;
    text-align: center;
    background: black;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    list-style-type: none;
    pointer-events: none;
    z-index: 1; }
    .section.type-standard .section-images ul.slick-dots li {
      position: relative;
      display: inline-block;
      width: 15px;
      height: 15px;
      pointer-events: auto; }
      .section.type-standard .section-images ul.slick-dots li:before {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        opacity: 0.4;
        background-color: #FFFFFF;
        transform: translate(-50%, -50%);
        z-index: 1;
        content: ''; }
      .section.type-standard .section-images ul.slick-dots li.slick-active:before {
        opacity: 1; }
      .section.type-standard .section-images ul.slick-dots li button {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        opacity: 0;
        line-height: 1; }

.section.type-standard ul.post-tags {
  margin: 20px -2.5px 0;
  padding: 0;
  list-style-type: none; }
  .section.type-standard ul.post-tags li {
    display: inline-block;
    margin: 10px 2.5px 0;
    padding: 5px 10px;
    font-size: 15px;
    line-height: 1.2;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.05); }
    .section.type-standard ul.post-tags li:before {
      display: none; }

.section.type-logo-text {
  text-align: center; }
  .section.type-logo-text .wrap img {
    display: inline-block;
    height: 90px; }

.section.type-text-img .section-img {
  margin: 0 -30px; }

.section.type-team, .section.type-news, .section.type-history, .section.type-instagram, .section.type-carousel, .section.type-stories {
  padding: 60px 0 0; }
  .section.type-team .carousel-text, .section.type-news .carousel-text, .section.type-history .carousel-text, .section.type-instagram .carousel-text, .section.type-carousel .carousel-text, .section.type-stories .carousel-text {
    margin: 0 0 30px;
    max-width: 720px; }
  .section.type-team .carousel, .section.type-news .carousel, .section.type-history .carousel, .section.type-instagram .carousel, .section.type-carousel .carousel, .section.type-stories .carousel {
    margin: 0 -30px;
    padding: 0 0 0 30px; }
    .section.type-team .carousel .slide, .section.type-news .carousel .slide, .section.type-history .carousel .slide, .section.type-instagram .carousel .slide, .section.type-carousel .carousel .slide, .section.type-stories .carousel .slide {
      width: 280px;
      margin: 0 0 0 30px; }
      .section.type-team .carousel .slide .slide-img, .section.type-news .carousel .slide .slide-img, .section.type-history .carousel .slide .slide-img, .section.type-instagram .carousel .slide .slide-img, .section.type-carousel .carousel .slide .slide-img, .section.type-stories .carousel .slide .slide-img {
        position: relative;
        width: 100%;
        height: 280px; }
        .section.type-team .carousel .slide .slide-img a, .section.type-news .carousel .slide .slide-img a, .section.type-history .carousel .slide .slide-img a, .section.type-instagram .carousel .slide .slide-img a, .section.type-carousel .carousel .slide .slide-img a, .section.type-stories .carousel .slide .slide-img a {
          display: flex;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1; }
          .section.type-team .carousel .slide .slide-img a .icon, .section.type-news .carousel .slide .slide-img a .icon, .section.type-history .carousel .slide .slide-img a .icon, .section.type-instagram .carousel .slide .slide-img a .icon, .section.type-carousel .carousel .slide .slide-img a .icon, .section.type-stories .carousel .slide .slide-img a .icon {
            display: flex;
            position: absolute;
            right: 0;
            bottom: 0;
            width: 30px;
            height: 30px;
            color: #FFFFFF;
            background-color: #000000;
            align-items: center;
            justify-content: center;
            z-index: 1; }
        .section.type-team .carousel .slide .slide-img img, .section.type-news .carousel .slide .slide-img img, .section.type-history .carousel .slide .slide-img img, .section.type-instagram .carousel .slide .slide-img img, .section.type-carousel .carousel .slide .slide-img img, .section.type-stories .carousel .slide .slide-img img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
      .section.type-team .carousel .slide .slide-text, .section.type-news .carousel .slide .slide-text, .section.type-history .carousel .slide .slide-text, .section.type-instagram .carousel .slide .slide-text, .section.type-carousel .carousel .slide .slide-text, .section.type-stories .carousel .slide .slide-text {
        padding: 15px 0 0; }
        .section.type-team .carousel .slide .slide-text h5, .section.type-news .carousel .slide .slide-text h5, .section.type-history .carousel .slide .slide-text h5, .section.type-instagram .carousel .slide .slide-text h5, .section.type-carousel .carousel .slide .slide-text h5, .section.type-stories .carousel .slide .slide-text h5 {
          margin: 0 0 5px;
          font-size: 15px; }
        .section.type-team .carousel .slide .slide-text h4, .section.type-news .carousel .slide .slide-text h4, .section.type-history .carousel .slide .slide-text h4, .section.type-instagram .carousel .slide .slide-text h4, .section.type-carousel .carousel .slide .slide-text h4, .section.type-stories .carousel .slide .slide-text h4 {
          margin: 0 0 15px;
          font-size: 19px; }
        .section.type-team .carousel .slide .slide-text p, .section.type-news .carousel .slide .slide-text p, .section.type-history .carousel .slide .slide-text p, .section.type-instagram .carousel .slide .slide-text p, .section.type-carousel .carousel .slide .slide-text p, .section.type-stories .carousel .slide .slide-text p {
          margin: 0; }
        .section.type-team .carousel .slide .slide-text a.section-link, .section.type-news .carousel .slide .slide-text a.section-link, .section.type-history .carousel .slide .slide-text a.section-link, .section.type-instagram .carousel .slide .slide-text a.section-link, .section.type-carousel .carousel .slide .slide-text a.section-link, .section.type-stories .carousel .slide .slide-text a.section-link {
          margin: 15px 0 0; }
      .section.type-team .carousel .slide .story-video, .section.type-news .carousel .slide .story-video, .section.type-history .carousel .slide .story-video, .section.type-instagram .carousel .slide .story-video, .section.type-carousel .carousel .slide .story-video, .section.type-stories .carousel .slide .story-video {
        position: relative;
        border-radius: 15px;
        overflow: hidden; }
        .section.type-team .carousel .slide .story-video .story-progress, .section.type-news .carousel .slide .story-video .story-progress, .section.type-history .carousel .slide .story-video .story-progress, .section.type-instagram .carousel .slide .story-video .story-progress, .section.type-carousel .carousel .slide .story-video .story-progress, .section.type-stories .carousel .slide .story-video .story-progress {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          z-index: 30; }
        .section.type-team .carousel .slide .story-video .story-progress, .section.type-news .carousel .slide .story-video .story-progress, .section.type-history .carousel .slide .story-video .story-progress, .section.type-instagram .carousel .slide .story-video .story-progress, .section.type-carousel .carousel .slide .story-video .story-progress, .section.type-stories .carousel .slide .story-video .story-progress {
          top: 22px;
          left: 22px;
          right: 22px;
          width: auto;
          height: 2px;
          border-radius: 2px;
          background: rgba(255, 255, 255, 0.2);
          backdrop-filter: blur(10px);
          overflow: hidden;
          z-index: 40; }
          .section.type-team .carousel .slide .story-video .story-progress span, .section.type-news .carousel .slide .story-video .story-progress span, .section.type-history .carousel .slide .story-video .story-progress span, .section.type-instagram .carousel .slide .story-video .story-progress span, .section.type-carousel .carousel .slide .story-video .story-progress span, .section.type-stories .carousel .slide .story-video .story-progress span {
            display: block;
            width: 0%;
            height: 2px;
            border-radius: 2px;
            background-color: #FFFFFF;
            animation-timing-function: linear;
            animation-iteration-count: infinite; }
        .section.type-team .carousel .slide .story-video .vid, .section.type-news .carousel .slide .story-video .vid, .section.type-history .carousel .slide .story-video .vid, .section.type-instagram .carousel .slide .story-video .vid, .section.type-carousel .carousel .slide .story-video .vid, .section.type-stories .carousel .slide .story-video .vid {
          padding-top: 177.77%; }
  .section.type-team .carousel-nav, .section.type-news .carousel-nav, .section.type-history .carousel-nav, .section.type-instagram .carousel-nav, .section.type-carousel .carousel-nav, .section.type-stories .carousel-nav {
    display: flex;
    margin: 60px -30px 0; }
    .section.type-team .carousel-nav a, .section.type-news .carousel-nav a, .section.type-history .carousel-nav a, .section.type-instagram .carousel-nav a, .section.type-carousel .carousel-nav a, .section.type-stories .carousel-nav a {
      width: 50%;
      padding: 15px;
      color: #FFFFFF;
      background-color: #00519C;
      text-align: center; }

.section.type-team .carousel .slide .slide-text {
  padding: 30px 0 0; }
  .section.type-team .carousel .slide .slide-text ul.contact {
    margin: 10px 0 0;
    padding: 0;
    list-style-type: none; }
    .section.type-team .carousel .slide .slide-text ul.contact li a {
      display: block;
      padding: 10px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .section.type-team .carousel .slide .slide-text ul.contact li a .icon {
        margin: 0 5px 0 0;
        font-size: 15px; }
      .section.type-team .carousel .slide .slide-text ul.contact li a .label {
        font-size: 15px; }

.section.type-history .carousel .slide h1 {
  margin: 0;
  font-size: 112px; }

.section.type-instagram a.btn {
  display: inline-flex;
  margin: 0 0 60px;
  align-items: center; }
  .section.type-instagram a.btn img {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 15px;
    height: 15px;
    filter: invert(1); }

.section.type-jobs .section-img {
  margin: 0 -30px; }

.section.type-jobs .section-text .job-apply strong {
  color: #00519C; }

.section.type-jobs .section-text .job-apply ul {
  margin: 1em -30px -60px; }
  .section.type-jobs .section-text .job-apply ul li {
    padding: 0; }
    .section.type-jobs .section-text .job-apply ul li:before {
      display: none; }
    .section.type-jobs .section-text .job-apply ul li a {
      display: flex;
      padding: 30px;
      color: #FFFFFF;
      background-color: #00519C;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      align-items: center; }
      .section.type-jobs .section-text .job-apply ul li a img, .section.type-jobs .section-text .job-apply ul li a .icon {
        width: 29px;
        height: 20px;
        object-fit: contain;
        object-position: left; }

.section.type-toggle .toggle-wrap .toggle-item.open .icon {
  transform: rotate(180deg); }

.section.type-toggle .toggle-wrap .toggle-item {
  position: relative;
  padding: 30px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .section.type-toggle .toggle-wrap .toggle-item a.toggle {
    display: block;
    padding: 0 30px 0 0; }
  .section.type-toggle .toggle-wrap .toggle-item .icon {
    position: absolute;
    top: 30px;
    right: 0;
    pointer-events: none;
    z-index: 1; }
  .section.type-toggle .toggle-wrap .toggle-item .toggle-content {
    display: none;
    padding: 15px 0 0; }

.section.type-embed .wrap .section-text {
  margin: 0 auto;
  padding: 30px 0 60px;
  max-width: 840px;
  text-align: center; }

.section.type-embed .wrap .embed-wrapper {
  margin: 0 -30px; }
  .section.type-embed .wrap .embed-wrapper .embed {
    position: relative;
    padding-top: 56.25%; }
    .section.type-embed .wrap .embed-wrapper .embed iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }

.section.type-archive .section-text {
  padding-bottom: 0;
  text-align: center; }

/****************************
FORM CONTENTS
****************************/
.form .form-content {
  display: none; }
  .form .form-content.active {
    display: block; }
  .form .form-content h1 {
    font-weight: 400; }
  .form .form-content h5 {
    color: #00519C;
    font-size: 19px; }
  .form .form-content input, .form .form-content button, .form .form-content textarea, .form .form-content select {
    width: 100%; }
  .form .form-content a.btn {
    width: 100%;
    margin: 0 0 10px 0;
    padding: 20px 30px;
    font-size: 23px;
    text-align: center;
    color: #000000;
    border-radius: 4px;
    background: linear-gradient(130deg, #FFC100 0%, #FFE200 100%); }
    .form .form-content a.btn:last-child {
      margin: 0; }
    .form .form-content a.btn.disabled {
      opacity: 0.25;
      pointer-events: none; }
  .form .form-content .wrap {
    padding: 0 20px; }
  .form .form-content .text {
    margin: 40px 0; }
  .form .form-content .secure-connection {
    margin: 10px 0 0;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
    color: rgba(0, 0, 0, 0.6);
    background: rgba(0, 0, 0, 0.05); }
    .form .form-content .secure-connection .icon {
      display: block;
      margin: 0 0 5px;
      color: #00519C;
      font-size: 23px; }

/****************************
FOOTER STYLES
****************************/
.footer.form {
  padding: 0;
  border-top: none; }
  .footer.form .footer-bottom {
    margin: 0;
    padding: 40px 30px;
    border-top: none; }

.footer {
  padding: 60px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .footer h4 {
    line-height: 1.5; }
  .footer a {
    font-weight: 400; }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .footer .footer-columns .col {
    margin: 60px 0 0; }
    .footer .footer-columns .col:first-child {
      margin: 0; }
  .footer .footer-bottom {
    margin: 60px 0 0;
    padding: 60px 30px;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .footer .footer-bottom ul.footer-links li {
      display: inline-block;
      margin: 0 5px; }
    .footer .footer-bottom a.scroll-top {
      display: inline-flex;
      margin: 30px 0 0;
      width: 40px;
      height: 40px;
      border-radius: 20px;
      color: #FFFFFF;
      background-color: #00519C;
      align-items: center;
      justify-content: center; }

/*********************
TABLET
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************

Stylesheet: Tablet & Small Desktop Stylesheet

******************************************************************/
  /****************************
HEADER STYLES
****************************/
  .header.home {
    height: 70vw; }
  /****************************
SECTION STYLES
****************************/
  .section.type-page-header .header-img {
    height: 42.86vw; }
  .section.type-text-img, .section.type-jobs {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    .section.type-text-img .wrap, .section.type-jobs .wrap {
      display: flex;
      padding: 0; }
      .section.type-text-img .wrap .section-text, .section.type-jobs .wrap .section-text {
        width: 50%;
        padding: 60px 30px; }
      .section.type-text-img .wrap .section-img, .section.type-jobs .wrap .section-img {
        width: 50%;
        margin: 0; }
        .section.type-text-img .wrap .section-img .img, .section.type-jobs .wrap .section-img .img {
          height: 100%; }
          .section.type-text-img .wrap .section-img .img img, .section.type-jobs .wrap .section-img .img img {
            width: 100%;
            height: 100%;
            object-fit: cover; }
  .section.type-text-img .wrap .section-img {
    padding: 0 0 0 30px; }
  .section.type-jobs .wrap .section-img {
    padding: 0 30px 0 0; }
  .section.type-jobs .wrap .section-text .job-apply ul {
    margin: 1em -30px -60px -60px; }
    .section.type-jobs .wrap .section-text .job-apply ul li a {
      padding: 30px 30px 30px 60px; }
  /****************************
FOOTER STYLES
****************************/
  .footer .footer-columns {
    display: flex; }
    .footer .footer-columns .col {
      margin: 0;
      padding: 0 60px 0 0; }
      .footer .footer-columns .col:last-child {
        padding: 0; }
  .footer .footer-bottom {
    display: flex;
    text-align: left;
    align-items: center;
    justify-content: flex-end; }
    .footer .footer-bottom p.copy {
      flex: 1;
      margin: 0; }
    .footer .footer-bottom ul.footer-links, .footer .footer-bottom a.scroll-top {
      margin: 0 0 0 30px; } }

/*********************
DESKTOP
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************

Stylesheet: Desktop Stylsheet

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    font-size: 19px; }
  /*********************
LINK STYLES
*********************/
  a, a:visited {
    transition: all 0.2s ease-in; }
  /****************************
H1, H2, H3, H4, H5 STYLES
****************************/
  h1, .h1 {
    font-size: 46px; }
  h2, .h2 {
    font-size: 37px; }
  h3, .h3 {
    font-size: 29px; }
  h4, .h4 {
    font-size: 23px; }
  h5, .h5 {
    font-size: 19px; }
  /****************************
FORM STYLES
****************************/
  .checkbox, .radio {
    min-height: 60px;
    margin: 0 0 40px;
    padding: 0px 0 0 80px;
    font-size: 23px; }
    .checkbox .checked, .radio .checked {
      width: 60px;
      height: 60px;
      border-radius: 60px; }
      .checkbox .checked:after, .radio .checked:after {
        left: 24px;
        width: 12px;
        height: 26px; }
    .checkbox:hover .checked, .radio:hover .checked {
      box-shadow: 0 10px 20px rgba(255, 226, 0, 0.25); }
  /****************************
LAYOUT STYLES
****************************/
  .wrap {
    padding: 0 120px; }
  /****************************
HEADER STYLES
****************************/
  .header.subpage a.menu-toggle {
    top: 40px;
    right: 110px; }
  .header.subpage .main-nav {
    padding: 120px;
    text-align: right;
    background-color: rgba(0, 81, 156, 0.9); }
  .header.home {
    padding: 60px 0 0;
    height: 60vw;
    min-height: 720px; }
    .header.home .wrap {
      padding: 0 60px; }
    .header.home .slider {
      width: 60vw; }
      .header.home .slider .slide .slide-text {
        padding: 0 60px 120px; }
    .header.home .slider-nav {
      left: 60px;
      bottom: 60px; }
    .header.home a.logo {
      height: 90px; }
    .header.home a.menu-toggle {
      display: none; }
    .header.home .main-nav {
      display: block !important;
      position: absolute;
      top: 60px;
      right: 60px;
      left: auto;
      padding: 0;
      text-align: right;
      width: auto;
      height: auto;
      background-color: transparent;
      overflow-y: hidden;
      z-index: 2; }
      .header.home .main-nav ul li a {
        color: #00519C; }
        .header.home .main-nav ul li a:hover {
          color: #001c36; }
    .header.home .header-text {
      position: absolute;
      right: 0;
      bottom: 0;
      margin: 0;
      padding: 60px;
      width: 40vw;
      font-size: 23px;
      text-align: right;
      z-index: 2; }
      .header.home .header-text a.scroll-down {
        display: inline-flex;
        margin: 30px 0 0;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        color: #FFFFFF;
        background-color: #00519C;
        align-items: center;
        justify-content: center; }
        .header.home .header-text a.scroll-down:hover {
          background-color: #003769; }
  /****************************
FORM HEADER
****************************/
  .header.form a.menu-toggle {
    top: 40px;
    right: 110px; }
  .form-header {
    margin: 0 0 120px;
    min-height: 120px; }
    .form-header .header-bg img {
      height: 540px; }
    .form-header .progress {
      left: 60px;
      right: 60px;
      bottom: -10px; }
  /****************************
SECTION STYLES
****************************/
  .section.blue a.section-link:hover {
    color: #FFFFFF;
    opacity: 0.8; }
    .section.blue a.section-link:hover .icon {
      background-color: #FFFFFF; }
  .section.yellow a.section-link {
    color: #000000; }
    .section.yellow a.section-link .icon {
      color: #FFC100;
      background-color: #000000; }
    .section.yellow a.section-link:hover {
      color: #000000;
      opacity: 0.8; }
      .section.yellow a.section-link:hover .icon {
        background-color: #000000; }
  .section.yellow .section-text {
    padding: 60px 0; }
  .section:last-child {
    border-bottom: none; }
  .section a.section-link:hover {
    color: #001c36; }
    .section a.section-link:hover .icon {
      background-color: #003769; }
  .section a.section-link .icon {
    transition: all 0.2s ease-in; }
  .section .section-text {
    padding: 120px 0; }
  .section.type-page-header .pg-header-text {
    padding: 30px 120px; }
    .section.type-page-header .pg-header-text h1 {
      font-size: 46px; }
  .section.type-page-header .header-img {
    height: 27.78vw; }
  .section.type-standard .section-images .gallery-img {
    width: 33.33vw;
    height: 33.33vw; }
    .section.type-standard .section-images .gallery-img a {
      overflow: hidden; }
      .section.type-standard .section-images .gallery-img a:hover {
        opacity: 0.8; }
  .section.type-logo-text {
    text-align: left; }
    .section.type-logo-text .section-text {
      display: flex;
      margin: 0 auto;
      padding: 60px 0;
      max-width: 1080px;
      align-items: center; }
      .section.type-logo-text .section-text img {
        height: 120px; }
      .section.type-logo-text .section-text p {
        margin: 0;
        padding: 0 0 0 30px; }
  .section.type-text-img .wrap .section-text {
    padding: 120px 30px 120px 120px; }
  .section.type-jobs .wrap .section-text {
    padding: 120px 120px 120px 30px; }
    .section.type-jobs .wrap .section-text .job-apply ul {
      margin: 1em 0 0; }
      .section.type-jobs .wrap .section-text .job-apply ul li {
        font-size: 15px; }
        .section.type-jobs .wrap .section-text .job-apply ul li a {
          padding: 30px; }
          .section.type-jobs .wrap .section-text .job-apply ul li a:hover {
            background-color: #004483; }
  .section.type-team, .section.type-news, .section.type-history, .section.type-instagram, .section.type-carousel, .section.type-stories {
    position: relative;
    padding: 120px 0; }
    .section.type-team h2, .section.type-news h2, .section.type-history h2, .section.type-instagram h2, .section.type-carousel h2, .section.type-stories h2 {
      padding-right: 120px; }
    .section.type-team .carousel-text, .section.type-news .carousel-text, .section.type-history .carousel-text, .section.type-instagram .carousel-text, .section.type-carousel .carousel-text, .section.type-stories .carousel-text {
      margin: 0 0 40px; }
    .section.type-team .carousel, .section.type-news .carousel, .section.type-history .carousel, .section.type-instagram .carousel, .section.type-carousel .carousel, .section.type-stories .carousel {
      margin: 0 -120px;
      padding: 0 0 0 120px; }
      .section.type-team .carousel .slide, .section.type-news .carousel .slide, .section.type-history .carousel .slide, .section.type-instagram .carousel .slide, .section.type-carousel .carousel .slide, .section.type-stories .carousel .slide {
        width: 360px;
        margin: 0 0 0 60px; }
        .section.type-team .carousel .slide a:hover, .section.type-news .carousel .slide a:hover, .section.type-history .carousel .slide a:hover, .section.type-instagram .carousel .slide a:hover, .section.type-carousel .carousel .slide a:hover, .section.type-stories .carousel .slide a:hover {
          opacity: 0.8; }
        .section.type-team .carousel .slide .slide-img, .section.type-news .carousel .slide .slide-img, .section.type-history .carousel .slide .slide-img, .section.type-instagram .carousel .slide .slide-img, .section.type-carousel .carousel .slide .slide-img, .section.type-stories .carousel .slide .slide-img {
          height: 360px; }
        .section.type-team .carousel .slide .slide-text h4, .section.type-news .carousel .slide .slide-text h4, .section.type-history .carousel .slide .slide-text h4, .section.type-instagram .carousel .slide .slide-text h4, .section.type-carousel .carousel .slide .slide-text h4, .section.type-stories .carousel .slide .slide-text h4 {
          font-size: 23px; }
    .section.type-team .carousel-nav, .section.type-news .carousel-nav, .section.type-history .carousel-nav, .section.type-instagram .carousel-nav, .section.type-carousel .carousel-nav, .section.type-stories .carousel-nav {
      display: block;
      position: absolute;
      top: 130px;
      right: 120px;
      margin: 0;
      z-index: 1; }
      .section.type-team .carousel-nav a, .section.type-news .carousel-nav a, .section.type-history .carousel-nav a, .section.type-instagram .carousel-nav a, .section.type-carousel .carousel-nav a, .section.type-stories .carousel-nav a {
        display: inline-flex;
        margin: 0 0 0 10px;
        padding: 0;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        background-color: #000000;
        align-items: center;
        justify-content: center; }
        .section.type-team .carousel-nav a:hover, .section.type-news .carousel-nav a:hover, .section.type-history .carousel-nav a:hover, .section.type-instagram .carousel-nav a:hover, .section.type-carousel .carousel-nav a:hover, .section.type-stories .carousel-nav a:hover {
          opacity: 0.6; }
  .section.type-team .carousel .slide .slide-text ul.contact {
    margin: 15px 0 0; }
    .section.type-team .carousel .slide .slide-text ul.contact li {
      display: inline-block; }
      .section.type-team .carousel .slide .slide-text ul.contact li a {
        display: inline-flex;
        margin: 0 5px 0 0;
        padding: 5px 10px;
        border-radius: 20px;
        color: #FFFFFF;
        background-color: #000000;
        align-items: center;
        justify-content: center; }
        .section.type-team .carousel .slide .slide-text ul.contact li a .icon {
          margin: 0; }
        .section.type-team .carousel .slide .slide-text ul.contact li a .label {
          width: 0;
          opacity: 0;
          overflow: hidden;
          white-space: nowrap;
          transition: all 0.2s ease-in; }
        .section.type-team .carousel .slide .slide-text ul.contact li a:hover .label {
          width: auto;
          padding-left: 5px;
          opacity: 1; }
  .section.type-instagram a.btn {
    position: absolute;
    top: 132px;
    right: 210px;
    margin: 0;
    z-index: 1; }
    .section.type-instagram a.btn:hover {
      opacity: 0.6; }
  .section.type-toggle .toggle-wrap .toggle-item .icon {
    font-size: 23px; }
  .section.type-embed .wrap .section-text {
    padding: 120px 0 60px; }
  .section.type-embed .wrap .embed-wrapper {
    margin: 0 auto;
    max-width: 960px;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.25);
    border: 1px solid #FFFFFF; }
  /****************************
FORM CONTENTS
****************************/
  .form .form-content h5 {
    font-size: 23px; }
  .form .form-content input, .form .form-content button, .form .form-content textarea, .form .form-content select {
    padding: 15px 30px;
    font-size: 23px; }
  .form .form-content a.btn {
    margin: 0 20px 40px;
    width: auto;
    min-width: 355px;
    transition: all 0.2s; }
    .form .form-content a.btn:last-child {
      margin: 0 20px; }
    .form .form-content a.btn:hover {
      transform: scale(1.025);
      box-shadow: 0 10px 20px rgba(255, 226, 0, 0.25); }
  .form .form-content .secure-connection {
    display: flex;
    padding: 18px;
    font-size: 15px;
    margin: 40px 0 0;
    border-radius: 30px;
    align-items: center;
    justify-content: center; }
    .form .form-content .secure-connection .icon {
      display: inline-block;
      margin: 0 20px 0 0; }
  .form .form-content .wrap {
    padding: 0;
    margin: 0 auto;
    width: 960px;
    text-align: center; }
  .form .form-content.type-single-choice .text {
    margin: 120px 0; }
  .form .form-content.type-multi-choice .answers {
    display: flex;
    margin: 60px 0 20px;
    flex-wrap: wrap; }
    .form .form-content.type-multi-choice .answers .checkbox {
      width: 50%; }
  .form .form-content.type-fields .form-fields {
    display: flex;
    margin: 60px 0 0;
    flex-wrap: wrap; }
    .form .form-content.type-fields .form-fields .form-field {
      width: 50%;
      margin: 0 0 20px; }
      .form .form-content.type-fields .form-fields .form-field:nth-child(odd) {
        padding: 0 20px 0 0; }
      .form .form-content.type-fields .form-fields .form-field:nth-child(even) {
        padding: 0 0 0 20px; }
  .form .form-content.type-fields .privacy {
    margin: 0 0 60px; }
  /****************************
FOOTER STYLES
****************************/
  .footer.form {
    margin: 120px 0 0; }
    .footer.form .footer-bottom {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .footer {
    padding: 120px 0 0; }
    .footer .footer-columns .col {
      padding: 0 120px 0 0; }
    .footer .footer-bottom {
      padding: 60px 120px 120px;
      font-size: 15px; }
      .footer .footer-bottom a.scroll-top:hover {
        background-color: #003769; } }

/*********************
LARGE DESKTOP
*********************/
@media only screen and (min-width: 1800px) {
  /******************************************************************

Stylesheet: Large Screens Stylesheet

******************************************************************/
  /*********************
GENERAL STYLES
*********************/
  body {
    font-size: 23px; }
  /****************************
H1, H2, H3, H4, H5 STYLES
****************************/
  h1, .h1 {
    font-size: 57px; }
  h2, .h2 {
    font-size: 46px; }
  h3, .h3 {
    font-size: 37px; }
  h4, .h4 {
    font-size: 23px; }
  /****************************
HEADER STYLES
****************************/
  .header.home .main-nav ul.main {
    font-size: 37px; }
  .header.home .header-text {
    font-size: 29px; }
  /****************************
FOOTER STYLES
****************************/
  .footer .footer-bottom {
    font-size: 19px; } }

/*********************
PRINT STYLESHEET
*********************/
@media print {
  /******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. If you want to
though, go for it.

******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
