@charset "UTF-8";
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Site Name

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Site cascading style sheet
  Name: style.css
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

  This file is part of a site built by DEEVOTED LLC
  See: http://deevoted.com
  Copyright DEEVOTED LLC. All Rights Reserved.

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Include all styles for the directory
  Name: settings-dir.scss
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Include all styles for the directory
  Name: base-dir.scss
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*! normalize.css v1.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/**
 * Address margins handled incorrectly in IE 6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * 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 font sizes and margins set differently in IE 6/7.
 * Address font sizes within `section` and `article` in Firefox 4+, Safari 5,
 * and Chrome.
 */
h1 {
  font-size: 2rem;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5rem;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17rem;
  margin: 1em 0;
}

h4 {
  font-size: 1rem;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83rem;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}

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

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

blockquote {
  margin: 1em 40px;
}

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

/**
 * Address differences between Firefox and other browsers.
 * Known issue: no IE 6/7 normalization.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address margins set differently in IE 6/7.
 */
p,
pre {
  margin: 1em 0;
}

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

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

/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}

/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: "";
  content: none;
}

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

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

dd {
  margin: 0 0 0 40px;
}

/**
 * Address paddings set differently in IE 6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

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

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

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

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

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * 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 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ 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 6+.
 * 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.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible; /* 4 */
}

/**
 * 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.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 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 */ /* 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 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/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;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}

html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.clearfix:after {
  clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.clearfix {
  *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .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; /* h5bp.com/t */
  }
  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;
  }
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Include all styles for the directory
  Name: plugins-dir.scss
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*!
 *  Font Awesome 4.2.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: "FontAwesome";
  src: url("../fonts/fontawesome-webfont.eot?v=4.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  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.2857142857em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.8571428571em;
}

.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 {
  animation: fa-spin 2s infinite linear;
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  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: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 {
  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-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";
}

* {
  box-sizing: border-box;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Include all styles for the directory
  Name: helpers-dir.scss
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/*animations*/
/******************
* Bounce in right *
*******************/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.slow {
  animation-duration: 1.5s;
  animation-fill-mode: both;
}

.slower {
  animation-duration: 2s;
  animation-fill-mode: both;
}

.slowest {
  animation-duration: 3s;
  animation-fill-mode: both;
}

/* Added by Andy Meetan */
.delay-250 {
  animation-delay: 0.25s;
}

.delay-350 {
  animation-delay: 0.35s;
}

.delay-450 {
  animation-delay: 0.45s;
}

.delay-500 {
  animation-delay: 0.5s;
}

.delay-750 {
  animation-delay: 0.75s;
}

.delay-1000 {
  animation-delay: 1s;
}

.delay-1250 {
  animation-delay: 1.25s;
}

.delay-1500 {
  animation-delay: 1.5s;
}

.delay-1750 {
  animation-delay: 1.75s;
}

.delay-2000 {
  animation-delay: 2s;
}

.delay-2500 {
  animation-delay: 2.5s;
}

.delay-2000 {
  animation-delay: 2s;
}

.delay-2500 {
  animation-delay: 2.5s;
}

.delay-3000 {
  animation-delay: 3s;
}

.delay-3500 {
  animation-delay: 3.5s;
}

.bounceInRight, .bounceInLeft, .bounceInUp, .bounceInDown {
  opacity: 0;
  transform: translateX(400px);
}

.fadeInRight, .fadeInLeft, .fadeInUp, .fadeInDown {
  opacity: 0;
  transform: translateX(400px);
}

.flipInX, .flipInY, .rotateIn, .rotateInUpLeft, .rotateInUpRight, .rotateInDownLeft, .rotateDownUpRight, .rollIn {
  opacity: 0;
}

.lightSpeedInRight, .lightSpeedInLeft {
  opacity: 0;
  transform: translateX(400px);
}

/***********
* bounceIn *
************/
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
.bounceIn.go {
  animation-name: bounceIn;
}

/****************
* bounceInRight *
****************/
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  60% {
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInRight.go {
  animation-name: bounceInRight;
}

/******************
* Bounce in left *
*******************/
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  60% {
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.bounceInLeft.go {
  animation-name: bounceInLeft;
}

/******************
* Bounce in up *
*******************/
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  60% {
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInUp.go {
  animation-name: bounceInUp;
}

/******************
* Bounce in down *
*******************/
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  60% {
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown.go {
  animation-name: bounceInDown;
}

/**********
* Fade In *
**********/
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
.fadeIn {
  opacity: 0;
}

.fadeIn.go {
  animation-name: fadeIn;
}

/**********
* Grow in *
***********/
@keyframes growIn {
  0% {
    transform: scale(0.2);
    opacity: 0;
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.growIn {
  transform: scale(0.2);
  opacity: 0;
}

.growIn.go {
  animation-name: growIn;
}

/********
* Shake *
********/
@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.shake.go {
  animation-name: shake;
}

/********
* ShakeUp *
********/
@keyframes shakeUp {
  0%, 100% {
    transform: translateY(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateY(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateY(10px);
  }
}
.shakeUp.go {
  animation-name: shakeUp;
}

/*************
* FadeInLeft *
*************/
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  opacity: 0;
  transform: translateX(-400px);
}

.fadeInLeft.go {
  animation-name: fadeInLeft;
}

/*************
* FadeInRight *
*************/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  opacity: 0;
  transform: translateX(400px);
}

.fadeInRight.go {
  animation-name: fadeInRight;
}

/*************
* FadeInUp *
*************/
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  opacity: 0;
  transform: translateY(400px);
}

.fadeInUp.go {
  animation-name: fadeInUp;
}

/*************
* FadeInDown *
*************/
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  50% {
    opacity: 0.3;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  opacity: 0;
  transform: translateY(-400px);
}

.fadeInDown.go {
  animation-name: fadeInDown;
}

/*****************
* rotateIn *
*****************/
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn.go {
  animation-name: rotateIn;
}

/*****************
* rotateInUpLeft *
*****************/
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft.go {
  animation-name: rotateInUpLeft;
}

/*******************
* rotateInDownLeft *
*******************/
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft.go {
  animation-name: rotateInDownLeft;
}

/******************
* rotateInUpRight *
*******************/
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight.go {
  animation-name: rotateInUpRight;
}

/********************
* rotateInDownRight *
********************/
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight.go {
  animation-name: rotateInDownRight;
}

/*********
* rollIn *
**********/
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn.go {
  animation-name: rollIn;
}

/*********
* wiggle *
**********/
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle.go {
  animation-name: wiggle;
  animation-timing-function: ease-in;
}

/********
* swing *
*********/
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing.go {
  transform-origin: top center;
  animation-name: swing;
}

/*******
* tada *
********/
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%, 20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada.go {
  animation-name: tada;
}

/*********
* wobble *
**********/
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble.go {
  animation-name: wobble;
}

/********
* pulse *
*********/
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse.go {
  animation-name: pulse;
}

/***************
* lightSpeedInRight *
****************/
@keyframes lightSpeedInRight {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInRight.go {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}

/***************
* lightSpeedInLeft *
****************/
@keyframes lightSpeedInLeft {
  0% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(20%) skewX(-30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedInLeft.go {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}

/*******
* Flip *
*******/
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}

/**********
* flipInX *
**********/
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

/**********
* flipInY *
**********/
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY.go {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

/*****************
* Out animations *
*****************/
/************
* bounceOut *
*************/
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut.goAway {
  animation-name: bounceOut;
}

/************
* bounceOutUp *
*************/
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp.goAway {
  animation-name: bounceOutUp;
}

/************
* bounceOutDown *
*************/
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown.goAway {
  animation-name: bounceOutDown;
}

/************
* bounceOutLeft *
*************/
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft.goAway {
  animation-name: bounceOutLeft;
}

/************
* bounceOutRight *
*************/
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight.goAway {
  animation-name: bounceOutRight;
}

/************
* fadeOut *
*************/
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut.goAway {
  animation-name: fadeOut;
}

/************
* fadeOutUp *
*************/
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUp.goAway {
  animation-name: fadeOutUp;
}

/************
* fadeOutDown *
*************/
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDown.goAway {
  animation-name: fadeOutDown;
}

/************
* fadeOutLeft *
*************/
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeft.goAway {
  animation-name: fadeOutLeft;
}

/************
* fadeOutRight *
*************/
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRight.goAway {
  animation-name: fadeOutRight;
}

/************
* flipOutX *
*************/
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX.goAway {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}

/************
* flipOutY *
*************/
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

/************
* lightSpeedOutRight *
*************/
@keyframes lightSpeedOutRight {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOutRight.goAway {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}

/************
* lightSpeedOutLeft *
*************/
@keyframes lightSpeedOutLeft {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOutLeft.goAway {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}

/************
* rotateOut *
*************/
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut.goAway {
  animation-name: rotateOut;
}

/************
* rotateOutUpLeft *
*************/
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -transform-origin: left bottom;
    -transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft.goAway {
  animation-name: rotateOutUpLeft;
}

/************
* rotateOutDownLeft *
*************/
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft.goAway {
  animation-name: rotateOutDownLeft;
}

/************
* rotateOutUpRight *
*************/
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight.goAway {
  animation-name: rotateOutUpRight;
}

/************
* rollOut *
*************/
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut.goAway {
  animation-name: rollOut;
}

/*****************
* Short Animations
*******************/
/*********************
* fadeInUpShort
*********************/
@keyframes fadeInUpShort {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpShort {
  opacity: 0;
  transform: translateY(20px);
}

.fadeInUpShort.go {
  animation-name: fadeInUpShort;
}

/*********************
* fadeInDownShort
*********************/
@keyframes fadeInDownShort {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownShort {
  opacity: 0;
  transform: translateY(-20px);
}

.fadeInDownShort.go {
  animation-name: fadeInDownShort;
}

/*********************
* fadeInRightShort 
*********************/
@keyframes fadeInRightShort {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightShort {
  opacity: 0;
  transform: translateX(20px);
}

.fadeInRightShort.go {
  animation-name: fadeInRightShort;
}

/*********************
* fadeInLeftShort 
*********************/
@keyframes fadeInLeftShort {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftShort {
  opacity: 0;
  transform: translateX(-20px);
}

.fadeInLeftShort.go {
  animation-name: fadeInLeftShort;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 1;
}
.hamburger.is-active:hover {
  opacity: 1;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #FFAD50;
}

.hamburger-box {
  width: 25px;
  height: 14px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #FFAD50;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -6px;
}
.hamburger-inner::after {
  bottom: -6px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 50px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 50px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-5px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(5px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(5px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-5px, -6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-5px, 6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(5px, -6.25px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(5px, 6.25px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 1px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 6px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 12px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -50px;
  top: -50px;
  transform: translate3d(50px, 50px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -50px;
  top: -50px;
  transform: translate3d(-50px, 50px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 6px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -50px;
  top: 50px;
  transform: translate3d(50px, -50px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -50px;
  top: 50px;
  transform: translate3d(-50px, -50px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 1px;
}
.hamburger--slider .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-3.5714285714px, -4px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 1px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 6px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 12px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(3.5714285714px, -4px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -12px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 1px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 6px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 6px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -12px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -6px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}

.transparency90 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.transparency85 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.85;
  filter: alpha(opacity=85);
}

.transparency80 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.transparency75 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.75;
  filter: alpha(opacity=75);
}

.transparency70 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.transparency60 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.rounded-5px {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
}

.rounded-btm-5px {
  border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -o-border-radius: 0px 0px 5px 5px;
}

.rounded-10px {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
}

.right-shadow {
  box-shadow: 2px 2px 5px #333;
  -webkit-box-shadow: 2px 2px 5px #333;
  -moz-box-shadow: 2px 2px 5px #333;
  -o-box-shadow: 2px 2px 5px #333;
}

.right-solid-shadow {
  box-shadow: 3px 3px 0px #000;
  -webkit-box-shadow: 3px 3px 0px #000;
  -moz-box-shadow: 3px 3px 0px #000;
  -o-box-shadow: 3px 3px 0px #000;
}

/* =========================
   FPM - FILE LINKS
   ========================= */
a.pdf {
  display: inline-block;
  background: url("../images/layout/icons/pdf.png") no-repeat top left;
  padding: 0px 0px 2px 22px;
  margin-bottom: 5px;
}

a.doc {
  display: inline-block;
  background: url("../images/layout/icons/doc.png") no-repeat top left;
  padding: 0px 0px 2px 22px;
  margin-bottom: 5px;
}

a.xls {
  display: inline-block;
  background: url("../images/layout/icons/excel.png") no-repeat top left;
  padding: 0px 0px 2px 22px;
  margin-bottom: 5px;
}

a.ppt {
  display: inline-block;
  background: url("../images/layout/icons/ppt.png") no-repeat top left;
  padding: 0px 0px 2px 22px;
  margin-bottom: 5px;
}

a.zip {
  display: inline-block;
  background: url("../images/layout/icons/zip.png") no-repeat top left;
  padding: 0px 0px 2px 22px;
  margin-bottom: 5px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

  Description: Include all styles for the directory
  Name: site-dir.scss
  Version: 1.0
  Date: September 19, 2014
  Last Edited: September 19, 2014

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
/* GENERAL */
body {
  font: 16px/1.6 "Montserrat", verdana, arial, sans-serif;
  color: #fff;
  background-color: #09223F;
}

a:active, a:link, a:visited {
  color: #D34E28;
  text-decoration: none;
}
a:hover {
  color: #09223F;
}

/* BASE HEADINGS / TYPOGRAPHY */
h1,
h2,
h3,
h4 {
  display: inline-block;
  font-weight: normal;
  margin: 0 0 10px 0;
  line-height: 1.1;
  position: relative;
  z-index: 1;
}

.single h1 {
  color: #D34E28;
  font-size: 3rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

h2 {
  color: #D34E28;
  font-size: 1.6875rem;
  line-height: 1.4;
  margin: 1.5rem 0;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}
h2.eyebrow {
  font-size: 0.75rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  h2.eyebrow {
    font-size: 1.375rem;
  }
}
h2.eyebrow + p {
  margin-top: 0;
}
.text-white h2 {
  color: #fff;
}

h3 {
  font-weight: 500;
}
h3 + p {
  margin-top: 0;
}

p {
  display: inline-block;
  position: relative;
}
p + ul {
  margin-top: 0;
}
p + h3 {
  margin-top: 1.5rem;
}

ul,
ol {
  z-index: 1;
}
ul + h3,
ol + h3 {
  margin-top: 1.5rem;
}

.missing-copy {
  color: hotpink !important;
  font-weight: bold !important;
  text-decoration: blink !important;
}
.missing-copy::before {
  content: "**** MISSING COPY ****";
  display: inline-block;
}

/* STRUCTURE */
address {
  font-style: normal;
}

.bg-artera-outline {
  position: relative;
  min-height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .bg-artera-outline::after {
    content: "";
    z-index: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 110%;
    height: 100%;
    background: transparent url(../images/logo-artera-outline.svg) center center/contain no-repeat;
    display: block;
    margin-left: 50%;
    transform: translateX(-50%);
    opacity: 0.15;
  }
}
.bg-artera-outline p {
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: 300;
}
@media screen and (min-width: 768px) {
  .bg-artera-outline p {
    font-size: 1.875rem;
    line-height: 1.1;
  }
}
@media screen and (min-width: 1024px) {
  .bg-artera-outline p {
    font-size: 3rem;
  }
}
.bg-artera-outline .container {
  align-items: center;
  display: flex;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
  height: 100%;
  width: 80%;
  flex-direction: column;
  text-align: center;
}

.bg-orange-gradient {
  background: rgb(228, 178, 58);
  background: linear-gradient(90deg, rgb(228, 178, 58) 0%, rgb(211, 79, 41) 100%);
}

.bg-orange-gradient a:active, .bg-orange-gradient a:link, .bg-orange-gradient a:visited,
.bg-brand-secondary a:active,
.bg-brand-secondary a:link,
.bg-brand-secondary a:visited,
.bg-brand-dark-orange a:active,
.bg-brand-dark-orange a:link,
.bg-brand-dark-orange a:visited {
  color: #fff;
  font-weight: 600;
}
.bg-orange-gradient a:hover,
.bg-brand-secondary a:hover,
.bg-brand-dark-orange a:hover {
  color: #fff;
  text-decoration: underline;
}

.bg-brand-primary,
.full-width-content.bg-brand-primary {
  background-color: #09223F;
}

.bg-brand-secondary,
.full-width-content.bg-brand-secondary {
  background-color: #FFAD50;
}

.bg-brand-tertiary,
.full-width-content.bg-brand-tertiary {
  background-color: #C2492C;
}

.bg-brand-dark-orange,
.full-width-content.bg-brand-dark-orange {
  background-color: #D34E28;
}

.bg-brand-darkest-grey,
.full-width-content.bg-brand-darkest-grey {
  background-color: #2A2C2E;
}
.bg-brand-darkest-grey a:active, .bg-brand-darkest-grey a:link, .bg-brand-darkest-grey a:visited,
.full-width-content.bg-brand-darkest-grey a:active,
.full-width-content.bg-brand-darkest-grey a:link,
.full-width-content.bg-brand-darkest-grey a:visited {
  color: #FFAD50;
  text-decoration: none;
}
.bg-brand-darkest-grey a:hover,
.full-width-content.bg-brand-darkest-grey a:hover {
  color: #009BDF;
}

.bg-white,
.full-width-content.bg-white {
  background-color: #fff;
}

.bg-dirty-white,
.full-width-content.bg-dirty-white {
  background-color: #EAEEF0;
}

.bg-light-grey,
.full-width-content.bg-light-grey {
  background-color: #9D999A;
}

.bg-pattern,
.bg-pattern-dk,
.full-width-content.bg-pattern,
.full-width-content.bg-pattern-dk {
  position: relative;
}
.bg-pattern::before,
.bg-pattern-dk::before,
.full-width-content.bg-pattern::before,
.full-width-content.bg-pattern-dk::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../images/bg-pattern.png) 0 0 repeat;
}

.bg-pattern-dk::before,
.full-width-content.bg-pattern-dk::before {
  background: transparent url(../images/bg-pattern-dk.png) 0 0 repeat;
}

.career-openings {
  list-style-type: none;
  padding-left: 0;
}
.career-openings li {
  margin-top: 20px;
}

blockquote {
  color: #9D999A;
  display: inline-block;
  margin: 0;
}
blockquote footer {
  background-color: transparent;
  color: inherit;
  margin-top: 10px;
  padding: 0;
  font-weight: 300;
}
blockquote footer .name {
  display: inline-block;
  font-size: 2rem;
  font-weight: 600;
  margin-right: 10px;
  padding-top: 6px;
  border-top: 1px solid #9D999A;
  font-size: 1.125em;
}
@media screen and (min-width: 600px) {
  blockquote footer .name {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 960px) {
  blockquote footer .name {
    font-size: 3.25rem;
  }
}
blockquote footer .title {
  display: inline-block;
  font-size: 0.625em;
}
@media screen and (min-width: 600px) {
  blockquote footer .title {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 960px) {
  blockquote footer .title {
    font-size: 1rem;
  }
}

section {
  position: relative;
}

span.color-brand-primary,
strong.color-brand-primary {
  color: #09223F;
}
span.color-brand-secondary,
strong.color-brand-secondary {
  color: #FFAD50;
}

.accordion {
  list-style: none;
  padding: 0;
  position: relative;
  border-bottom: 1px solid #D1D2D4;
  border-top: 1px solid #D1D2D4;
  width: 100%;
  margin-top: 20px;
}
.accordion > li {
  border-bottom: 1px solid #D1D2D4;
  margin-bottom: 0 !important;
}
.accordion > li:last-child {
  border-bottom: none;
}
.accordion .content-hidden {
  display: none;
}
.accordion .trigger {
  display: block;
  padding: 25px 0;
  margin-top: 0 !important;
}
.accordion .trigger::after {
  content: "[+]";
  display: inline-block;
  margin-left: 10px;
  position: relative;
}
.accordion .trigger.active::after {
  content: "[–]";
}

.announcement-bar {
  background-color: #C2492C;
  position: relative;
  text-align: center;
  z-index: 11;
  display: none;
}
.announcement-bar p {
  font-size: 0.75rem;
  margin: 0.5rem 0px;
}
.announcement-bar .close {
  color: #fff;
  font-size: 14px;
  position: absolute;
  right: 20px;
  top: 6px;
}

.banner-video-wrapper {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
}
.banner-video-wrapper video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100vh;
}

.callout-paragraph {
  position: relative;
  text-align: left;
  padding: 2rem 0;
  color: #D34E28;
}
.callout-paragraph p {
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 300;
  margin: 1em;
}
@media screen and (min-width: 768px) {
  .callout-paragraph p {
    font-size: 1rem;
    line-height: 2;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .callout-paragraph p {
    font-size: 1rem;
    line-height: 2;
  }
}
@media screen and (min-width: 1500px) {
  .callout-paragraph p {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .callout-paragraph {
    text-align: center;
  }
  .callout-paragraph p {
    font-size: 1.875rem;
    line-height: 1.1;
    margin: 1em 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .callout-paragraph {
    text-align: center;
  }
  .callout-paragraph p {
    font-size: 1.875rem;
    line-height: 1.1;
    margin: 1em 0;
  }
}

.news .callout-paragraph {
  display: none;
}

.callout-quote-bkgd {
  background-color: #fff;
  position: relative;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 600px) {
  .callout-quote-bkgd {
    height: 50vh;
  }
}
@media screen and (min-width: 1025px) {
  .callout-quote-bkgd {
    height: 70vh;
  }
}
.callout-quote-bkgd.brand-primary {
  background-color: #09223f;
}
.callout-quote-bkgd.brand-secondary {
  background-color: #ffad50;
}
.callout-quote-bkgd.brand-light-blue {
  background-color: #40748e;
}
.callout-quote-bkgd blockquote p {
  font-size: 1.5625rem;
  line-height: 1.1;
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .callout-quote-bkgd blockquote p {
    font-size: 3.25rem;
  }
}
@media screen and (min-width: 960px) {
  .callout-quote-bkgd blockquote p {
    font-size: 3.75rem;
  }
}
.callout-quote-bkgd h3 {
  color: #9D999A;
  font-size: 2.25rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  .callout-quote-bkgd h3 {
    font-size: 2.625rem;
  }
}
@media screen and (min-width: 960px) {
  .callout-quote-bkgd h3 {
    font-size: 3rem;
  }
}
.callout-quote-bkgd h3 span {
  display: block;
  font-size: 0.333333333em;
  font-weight: 400;
  text-transform: uppercase;
}
.callout-quote-bkgd p {
  color: #9D999A;
  font-size: 1rem;
}
@media screen and (min-width: 600px) {
  .callout-quote-bkgd p {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 960px) {
  .callout-quote-bkgd p {
    font-size: 1.25rem;
  }
}
.callout-quote-bkgd .callout-particles {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 42%;
  z-index: 0;
}
.callout-quote-bkgd .container {
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.callout-quote-bkgd .container::after {
  content: "";
  display: block;
  background: transparent url(../images/logo-artera-a-blk.svg) 0 bottom no-repeat;
  background-size: contain !important;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  opacity: 0.35;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (min-width: 900px) {
  .callout-quote-bkgd .container::after {
    width: 58%;
    max-width: 730px;
  }
}
@media screen and (min-width: 1100px) {
  .callout-quote-bkgd .container::after {
    background-size: cover;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .callout-quote-bkgd .container::after {
    width: 100%;
    max-width: inherit;
  }
}
.callout-quote-bkgd .content {
  margin: 0 auto;
  padding: 75px 0;
  width: 90%;
  z-index: 1;
}
@media screen and (min-width: 900px) {
  .callout-quote-bkgd .content {
    float: right;
    margin: 0;
    width: 45%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .callout-quote-bkgd .content {
    width: 90%;
  }
}

.callout-quote-photo {
  background: #9D999A url(../images/influencer-bg-m.jpg) right top/cover no-repeat;
  display: block;
  position: relative;
  padding-top: 50vh;
}
@media screen and (min-width: 768px) {
  .callout-quote-photo {
    background-image: url(../images/influencer-bg-t.jpg);
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .callout-quote-photo {
    background-image: url(../images/influencer-bg-d.jpg);
    padding-top: 0;
  }
}
@media screen and (min-width: 1100px) {
  .callout-quote-photo {
    background-position: right top;
  }
}
@media screen and (min-width: 1600px) {
  .callout-quote-photo {
    background-image: url(../images/influencer-bg-w.jpg);
    background-position: left top -50px;
    padding-top: 0;
  }
}
@media screen and (min-width: 2100px) {
  .callout-quote-photo {
    background-position: left top -80px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .callout-quote-photo {
    background-image: url(../images/influencer-bg-t.jpg);
    padding-top: 0;
  }
}
.callout-quote-photo blockquote {
  color: #fff;
}
.callout-quote-photo p {
  font-size: 1.875rem;
  line-height: 1.1;
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .callout-quote-photo p {
    font-size: 2.8125rem;
  }
}
@media screen and (min-width: 960px) {
  .callout-quote-photo p {
    font-size: 3.25rem;
  }
}
.callout-quote-photo .content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .callout-quote-photo .content-wrapper {
    width: 55%;
  }
}
@media screen and (min-width: 1100px) {
  .callout-quote-photo .content-wrapper {
    width: 45%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .callout-quote-photo .content-wrapper {
    width: 55%;
  }
}
.callout-quote-photo .content-wrapper::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  mix-blend-mode: multiply;
}
.callout-quote-photo .content-wrapper.tint-brand-primary::before {
  background-color: rgba(9, 34, 63, 0.9);
}
.callout-quote-photo .content-wrapper.tint-brand-secondary::before {
  background-color: rgba(255, 173, 80, 0.9);
}
.callout-quote-photo .content-wrapper.tint-brand-light-blue::before {
  background-color: rgba(64, 116, 142, 0.9);
}
.callout-quote-photo .content-wrapper .content {
  position: relative;
  color: #fff;
  padding: 50px 25px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .callout-quote-photo .content-wrapper .content {
    padding: 50px 40px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .callout-quote-photo .content-wrapper .content {
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .callout-quote-photo .content-wrapper .content {
    padding: 75px;
    min-height: 60vh;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .callout-quote-photo .content-wrapper .content {
    width: 100%;
  }
}

.capabilities-part {
  background-color: #09223F;
  height: auto;
}
@media screen and (min-width: 768px) {
  .capabilities-part {
    height: 100vh;
  }
}
.capabilities-part .cape-nav-img {
  background: transparent center center/cover no-repeat;
  width: 8.4375%;
  display: block;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .capabilities-part .cape-nav-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .capabilities-part .cape-nav-img {
    width: 8.4375%;
    display: block !important;
    z-index: 1 !important;
  }
  .capabilities-part .cape-nav-img.active, .capabilities-part .cape-nav-img.temp-active {
    width: 66.25%;
    z-index: 2;
  }
  .capabilities-part .cape-nav-img.slice {
    width: 8.4375% !important;
  }
}
.capabilities-part .cape-nav-img.active, .capabilities-part .cape-nav-img.temp-active {
  width: 100%;
  z-index: 3;
}
.capabilities-part .container {
  overflow: hidden;
  height: 100%;
  max-width: none;
  padding: 0;
}
.capabilities-part .content-wrapper {
  background-color: #58595B;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .capabilities-part .content-wrapper {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    bottom: 0;
  }
}
.capabilities-part .content-wrapper .slide-indicator {
  display: flex;
  flex-direction: row;
  width: 100%;
}
.capabilities-part .content-wrapper .slide-indicator .title-controls {
  color: #000;
  background-color: #fff;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 1.125rem;
  padding: 0px 20px;
}
@media screen and (min-width: 768px) {
  .capabilities-part .content-wrapper .slide-indicator .title-controls {
    padding: 10px 20px;
    width: 50%;
  }
}
.capabilities-part .content-wrapper .slide-indicator .title-controls h2 {
  font-size: 1.5rem;
  margin: 0;
  text-transform: uppercase;
}
@media screen and (min-width: 600px) {
  .capabilities-part .content-wrapper .slide-indicator .title-controls h2 {
    font-size: 2rem;
  }
}
.capabilities-part .content-wrapper .slide-indicator .title-controls .current-slide-indicator {
  margin: 0 40px;
  position: relative;
  width: 100%;
}
.capabilities-part .content-wrapper .slide-indicator .title-controls .current-slide-indicator::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.capabilities-part .content-wrapper .slide-indicator .title-controls .current-slide-indicator span {
  display: inline-block;
  text-align: center;
}
.capabilities-part .content-wrapper .slide-indicator .title-controls .current-slide-indicator .total {
  border-top: 1px solid #000;
  margin-top: 1px;
}
.capabilities-part .content-wrapper .slide-indicator .title-controls .current-slide-indicator .wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.capabilities-part .content-wrapper .slide-indicator .controls {
  width: 100px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-right: 2rem;
}
.capabilities-part .content-wrapper .slide-indicator .total-slides {
  background-color: #09223F;
  color: #fff;
  display: none;
  flex-direction: row;
  justify-content: space-around;
  width: 50%;
}
@media screen and (min-width: 768px) {
  .capabilities-part .content-wrapper .slide-indicator .total-slides {
    display: flex;
  }
}
.capabilities-part .content-wrapper .slide-indicator .total-slides a:active, .capabilities-part .content-wrapper .slide-indicator .total-slides a:link, .capabilities-part .content-wrapper .slide-indicator .total-slides a:visited {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  margin: 20px;
}
.capabilities-part .content-wrapper .slide-indicator .total-slides a:active svg, .capabilities-part .content-wrapper .slide-indicator .total-slides a:link svg, .capabilities-part .content-wrapper .slide-indicator .total-slides a:visited svg {
  display: block;
  height: 40px;
  width: 40px;
}
.capabilities-part .content-wrapper .slide-indicator .total-slides a:active svg path, .capabilities-part .content-wrapper .slide-indicator .total-slides a:link svg path, .capabilities-part .content-wrapper .slide-indicator .total-slides a:visited svg path {
  fill: #fff;
}
.capabilities-part .content-wrapper .slide-indicator .total-slides a:hover, .capabilities-part .content-wrapper .slide-indicator .total-slides a.active {
  color: #FFAD50;
  text-decoration: none;
}
.capabilities-part .content-wrapper .slide-indicator .total-slides a:hover svg path, .capabilities-part .content-wrapper .slide-indicator .total-slides a.active svg path {
  fill: #FFAD50;
}
.capabilities-part .image-controls {
  display: flex;
  flex-direction: row;
  height: 60vh;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .capabilities-part .image-controls {
    height: 100%;
    justify-content: space-evenly;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .capabilities-part .image-controls {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
}
.capabilities-part .slide-content {
  display: flex;
  justify-content: flex-end;
}
.capabilities-part .slide-content .slide {
  display: none;
  padding: 40px 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .capabilities-part .slide-content .slide {
    position: absolute;
    right: 0;
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .capabilities-part .slide-content .slide {
    position: absolute;
    right: 0;
    width: 50%;
  }
}
.capabilities-part .slide-content .slide.active {
  display: block;
  position: relative;
}
.capabilities-part .slide-content .slide h3 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}
.capabilities-part .slide-content .slide h3 a:active, .capabilities-part .slide-content .slide h3 a:focus, .capabilities-part .slide-content .slide h3 a:hover, .capabilities-part .slide-content .slide h3 a:link, .capabilities-part .slide-content .slide h3 a:visited {
  color: #fff;
}
.capabilities-part .slide-content .slide h3 span {
  color: #FFAD50;
  position: relative;
  margin-right: 15px;
}
.capabilities-part .slide-content .slide h3 span::after {
  position: absolute;
  content: "";
  height: 80%;
  width: 1px;
  border-right: 1px solid #fff;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}
.capabilities-part .slide-content .slide h3 span img {
  display: inline-block;
  height: 60px;
  width: 60px;
}
.capabilities-part .slide-content .slide p {
  font-size: 0.875rem;
}

.contact-card {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .contact-card {
    flex-direction: row;
    margin-top: 40px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .contact-card {
    flex-direction: row;
    margin-top: 40px;
  }
}
.contact-card h2 {
  color: #636466;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.contact-card h2 + p {
  margin: 0;
}
.contact-card p:last-child {
  margin-bottom: 0;
}
.contact-card .icon {
  margin: 10px 0;
  width: 130px;
}
@media screen and (min-width: 768px) {
  .contact-card .icon {
    width: 100px;
    margin: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .contact-card .icon {
    width: 100px;
    margin: 0;
  }
}
.contact-card .icon img {
  width: 100%;
  max-width: 100% !important;
}
@media screen and (min-width: 768px) {
  .contact-card .contact-info {
    border-left: 1px solid #D34E28;
    margin-left: 10px;
    padding-left: 10px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .contact-card .contact-info {
    border-left: 1px solid #D34E28;
    margin-left: 10px;
    padding-left: 10px;
  }
}
.contact-card .contact-info h2 a.cta-inline-text {
  font-size: 0.75rem;
}
@media screen and (min-width: 768px) {
  .contact-card .contact-info h2 a.cta-inline-text {
    font-size: 1rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .contact-card .contact-info h2 a.cta-inline-text {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .contact-card .contact-info .mobile-only {
    display: none;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .contact-card .contact-info .mobile-only {
    display: none;
  }
}

.content {
  color: #636466;
}

.cta-btn {
  font-size: 1.125rem;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}
.cta-btn.bg-orange-gradient {
  position: relative;
  color: #fff;
  z-index: 1;
}
.cta-btn.bg-orange-gradient::before {
  transition: all 500ms linear 0.02s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(228, 178, 58);
  background: linear-gradient(90deg, rgb(211, 79, 41) 0%, rgb(228, 178, 58) 100%);
  opacity: 0;
  z-index: -1;
}
.cta-btn.bg-orange-gradient:hover::before {
  opacity: 1;
}

.cta-inline-text {
  transition: all 200ms linear 0.02s;
  color: #fff;
  font-size: inherit;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.cta-inline-text:active, .cta-inline-text:link, .cta-inline-text:visited {
  color: #fff;
}
.cta-inline-text:hover, .cta-inline-text.active {
  color: #fff;
  font-size: inherit;
  letter-spacing: 0.09375rem;
}
.cta-inline-text.external::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: transparent url(../images/icon-external.png) 0 0 no-repeat;
  margin-left: 10px;
}
.content .cta-inline-text:active, .content .cta-inline-text:link, .content .cta-inline-text:visited {
  color: #D34E28;
  font-size: 1rem;
}
.content .cta-inline-text:hover, .content .cta-inline-text.active {
  color: #09223F;
}
.content.text-white .cta-inline-text:hover, .content.text-white .cta-inline-text.active {
  color: #fff;
}

.cta-list {
  padding: 30px 0;
}
.cta-list a {
  margin: 0 5%;
}
.cta-list a.cta-btn {
  text-align: center;
  margin: 0 auto 50px;
  width: 90%;
}
.cta-list a.cta-btn.invisible {
  display: none;
}
@media screen and (min-width: 768px) {
  .cta-list a.cta-btn.invisible {
    display: block;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-list a.cta-btn.invisible {
    display: block;
  }
}
.cta-list a.cta-btn:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .cta-list a.cta-btn {
    font-size: 1.125rem;
    margin: 0 5%;
    width: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-list a.cta-btn {
    font-size: 1.125rem;
    margin: 0 5%;
    width: auto;
  }
}
.cta-list .container {
  flex-direction: column;
  margin: 30px 0;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .cta-list .container {
    flex-direction: row;
    margin: 0 auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-list .container {
    flex-direction: row;
    margin: 0 auto;
  }
}

.news .cta-list .container {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  .news .cta-list .container {
    margin-top: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .news .cta-list .container {
    margin-top: 0;
  }
}

.cta-wrapper {
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
.cta-wrapper a {
  transition: all 200ms linear 0.02s;
}
.cta-wrapper a:active, .cta-wrapper a:link, .cta-wrapper a:visited {
  color: #fff;
}
.cta-wrapper span.cta-inline-text {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  align-items: center;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .cta-wrapper span.cta-inline-text {
    margin-bottom: 0;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-wrapper span.cta-inline-text {
    margin-bottom: 0;
  }
}
.cta-wrapper .cta-split-photo {
  transition: all 200ms linear 0.02s;
  background: #09223F center center/cover no-repeat;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden;
}
.cta-wrapper .cta-split-photo:hover .cta-inline-text {
  letter-spacing: 0.09375rem;
}
.cta-wrapper .cta-split-photo:hover::before {
  transform: scale(1.2) translateY(-40%) translateX(-40%);
}
.cta-wrapper .cta-split-photo:nth-child(even) .content {
  float: right;
}
.cta-wrapper .cta-split-photo:nth-child(even)::after {
  left: unset;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .cta-wrapper .cta-split-photo {
    flex: 0 0 50%;
    height: 50vh;
    max-width: 50%;
  }
  .cta-wrapper .cta-split-photo:nth-child(even) .content {
    float: left;
  }
  .cta-wrapper .cta-split-photo:nth-child(even)::after {
    left: 0;
    right: unset;
  }
  .cta-wrapper .cta-split-photo:nth-child(3) .content, .cta-wrapper .cta-split-photo:nth-child(4) .content, .cta-wrapper .cta-split-photo:nth-child(3n+4) .content, .cta-wrapper .cta-split-photo:nth-child(4n+4) .content {
    float: right;
  }
  .cta-wrapper .cta-split-photo:nth-child(3)::after, .cta-wrapper .cta-split-photo:nth-child(4)::after, .cta-wrapper .cta-split-photo:nth-child(3n+4)::after, .cta-wrapper .cta-split-photo:nth-child(4n+4)::after {
    left: unset;
    right: 0;
  }
}
.cta-wrapper .cta-split-photo::before {
  transition: all 2000ms linear 0.02s;
  content: "";
  display: block;
  width: 102%;
  height: 102%;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
  position: absolute;
  background: transparent center center/cover no-repeat;
}
.cta-wrapper .cta-split-photo::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  display: block;
}
@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo::after {
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-wrapper .cta-split-photo::after {
    width: 50%;
  }
}
.cta-wrapper .cta-split-photo.tint-brand-primary::after {
  background-color: rgba(9, 34, 63, 0.9);
}
.cta-wrapper .cta-split-photo.tint-brand-secondary::after {
  background-color: rgba(255, 173, 80, 0.9);
}
.cta-wrapper .cta-split-photo.tint-brand-tertiary::after {
  background-color: rgba(194, 73, 44, 0.9);
}
.cta-wrapper .cta-split-photo.tint-brand-light-blue::after {
  background-color: rgba(64, 116, 142, 0.9);
}
.cta-wrapper .cta-split-photo.tint-brand-dark-grey::after {
  background-color: rgba(88, 89, 91, 0.9);
}
.cta-wrapper .cta-split-photo.tint-brand-mid-grey::after {
  background-color: rgba(99, 100, 102, 0.9);
}
.cta-wrapper .cta-split-photo .content {
  transition: all 200ms linear 0.02s;
  background-color: transparent;
  height: 100%;
  padding: 20px;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo .content {
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-wrapper .cta-split-photo .content {
    width: 50%;
  }
}
.cta-wrapper .cta-split-photo .content::before {
  content: "";
  display: block;
  height: 100%;
  left: 0;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0.9;
}
.cta-wrapper .cta-split-photo .content.tint-brand-primary::before {
  background-color: rgba(9, 34, 63, 0.9);
}
.cta-wrapper .cta-split-photo .content.tint-brand-secondary::before {
  background-color: rgba(255, 173, 80, 0.9);
}
.cta-wrapper .cta-split-photo .content.tint-brand-tertiary::before {
  background-color: rgba(194, 73, 44, 0.9);
}
.cta-wrapper .cta-split-photo .content.tint-brand-light-blue::before {
  background-color: rgba(64, 116, 142, 0.9);
}
.cta-wrapper .cta-split-photo .content.tint-brand-dark-grey::before {
  background-color: rgba(88, 89, 91, 0.9);
}
.cta-wrapper .cta-split-photo .content.tint-brand-mid-grey::before {
  background-color: rgba(99, 100, 102, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  display: block;
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-primary {
  background-color: rgba(9, 34, 63, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-secondary {
  background-color: rgba(255, 173, 80, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-tertiary {
  background-color: rgba(194, 73, 44, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-light-blue {
  background-color: rgba(64, 116, 142, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-dark-grey {
  background-color: rgba(88, 89, 91, 0.9);
}
.cta-wrapper .cta-split-photo .content .tint.tint-brand-mid-grey {
  background-color: rgba(99, 100, 102, 0.9);
}
.cta-wrapper .cta-split-photo .content > * {
  position: relative;
}
.cta-wrapper .cta-split-photo .content h2 {
  transition: all 500ms linear 0.02s;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo .content h2 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px) {
  .cta-wrapper .cta-split-photo .content h2 {
    font-size: 2.5rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-wrapper .cta-split-photo .content h2 {
    font-size: 2rem;
  }
}
@media screen and (max-height: 900px) {
  .cta-wrapper .cta-split-photo .content h2 {
    font-size: 1.75rem;
    margin-top: 0;
  }
}
.cta-wrapper .cta-split-photo .content h2 + p {
  margin-top: 0;
}
.cta-wrapper .cta-split-photo .content h2 + p:last-of-type {
  margin-bottom: 0;
}
.cta-wrapper .cta-split-photo .content h2 span {
  letter-spacing: -0.025em;
  line-height: 1.5;
  font-size: 0.5em;
  text-transform: uppercase;
  display: block;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo .content h2 span {
    line-height: 1.1;
    letter-spacing: 0em;
  }
}
.cta-wrapper .cta-split-photo .content p {
  font-size: 1.0625rem;
  line-height: 1.5;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .cta-wrapper .cta-split-photo .content p {
    line-height: 1.4;
    font-size: 0.875rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .cta-wrapper .cta-split-photo .content p {
    line-height: 1.4;
    font-size: 0.875rem;
  }
}
.cta-wrapper .cta-split-photo .content .icon {
  margin-right: 10px;
  width: 50px;
  height: auto;
}

.our-mission-and-values .cta-wrapper .cta-split-photo .content {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .our-mission-and-values .cta-wrapper .cta-split-photo .content {
    width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .our-mission-and-values .cta-wrapper .cta-split-photo .content {
    width: 50%;
  }
}
.our-mission-and-values .cta-wrapper .cta-split-photo .content .icon {
  margin-top: 1.5rem;
}

.about-artera {
  overflow: hidden;
  padding: 60px 0;
  position: relative;
  width: 100%;
  background-color: #09223F;
}
.about-artera .about-particles {
  position: absolute;
  right: 0;
  top: 0;
  width: 300px;
  height: 100%;
  z-index: 0;
}
.about-artera .container {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  z-index: 1;
}
.about-artera .container h2 {
  font-weight: 600;
  min-width: 88px;
  width: 100%;
  padding-top: 10px;
  margin-top: 0;
  font-size: 5vw;
  line-height: 1.2em;
  background: -webkit-linear-gradient(0, #fff, #259bd7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about-artera .container h2:before {
  content: "";
  position: absolute;
  background-color: #ffad50;
  width: 50%;
  height: 1px;
  top: -1px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .about-artera .container h2 {
    border-top: solid #FFAD50 1px;
    margin-right: 9px;
    font-size: 1.875em;
  }
  .about-artera .container h2:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .about-artera .container h2 {
    width: 220px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .about-artera .container h2 {
    width: 240px;
  }
}
.about-artera .container p {
  display: none;
  width: 100%;
  font-weight: 500;
  color: #9D999A;
  font-size: 1.3125em;
  line-height: 1.2em;
  padding: 0 70px;
}
@media screen and (min-width: 768px) {
  .about-artera .container p {
    display: block;
    margin-top: inherit;
    width: 74%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .about-artera .container p {
    padding: 0 35px;
  }
}

.container {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
}
.container:after {
  content: "";
  display: table;
  clear: both;
}

.container-align-middle {
  transform: translate(-50%, -50%);
  left: 50%;
  margin: auto;
  position: absolute;
  text-align: center;
  top: 50%;
  z-index: 1;
}

.embed-container {
  height: 0;
  max-width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.full-width-content {
  background-color: #fff;
  width: 100%;
  padding: 3rem 0px;
  color: #636466;
}
.full-width-content h2 + p {
  margin-top: -1rem;
}
.full-width-content .container {
  max-width: 1050px;
}
.full-width-content .intro {
  font-style: italic;
  font-size: 2rem;
  width: 100%;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 1px solid #636466;
  line-height: 1.2;
  margin-top: 0;
}
.full-width-content .intro li {
  margin-bottom: 1.5rem;
}
.full-width-content .intro li:last-child {
  margin-bottom: 0;
}

.image-strip ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(33.3333333%, 1fr));
  max-width: none;
}
@media screen and (min-width: 900px) {
  .image-strip ul {
    grid-template-columns: repeat(auto-fill, minmax(16.6666667%, 1fr));
  }
}
.image-strip ul li {
  background: transparent 0 0/cover no-repeat;
}
.image-strip ul li::before {
  content: "";
  display: block;
  grid-area: 1/1/2/2;
  padding-top: 100%;
}
.image-strip ul li.ks-energy {
  background-image: url(../images/strip-operating-co-1-ks.jpg);
}
.image-strip ul li.miller-pipeline {
  background-image: url(../images/strip-operating-co-2-miller.jpg);
}
.image-strip ul li.minnesota-limited {
  background-image: url(../images/strip-operating-co-3-minnesota.jpg);
}
.image-strip ul li.sec {
  background-image: url(../images/strip-operating-co-4-sec.jpg);
}
.image-strip ul li.volt-power {
  background-image: url(../images/strip-operating-co-5-volt.jpg);
}
.image-strip ul li.hydro-x {
  background-image: url(../images/strip-operating-co-6-hydrox.jpg);
}

.split-content {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 768px) {
  .split-content {
    flex-direction: row;
    min-height: 50vw;
  }
}
@media screen and (min-width: 1024px) {
  .split-content {
    min-height: 70vh;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content {
    min-height: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .split-content.company-wrapper {
    min-height: 80vh;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content.company-wrapper {
    min-height: 80vw;
  }
}
.split-content.opportunities .poster {
  display: none;
}
@media screen and (min-width: 768px) {
  .split-content.opportunities .poster {
    display: flex;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content.opportunities .poster {
    display: flex;
  }
}
.split-content.opportunities .content.body-copy h2 {
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .split-content.opportunities .content.body-copy h2 {
    font-size: 1.6875rem;
    line-height: 1.4;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content.opportunities .content.body-copy h2 {
    font-size: 1.6875rem;
    line-height: 1.4;
  }
}
.split-content.why-artera {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .split-content.why-artera {
    flex-direction: row;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content.why-artera {
    flex-direction: row;
  }
}
.split-content.why-artera .graphic-centered img {
  max-width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .split-content.why-artera .graphic-centered img {
    max-width: 80%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content.why-artera .graphic-centered img {
    max-width: 80%;
  }
}
.split-content .container {
  padding: 0;
  height: 100%;
}
.split-content .content {
  align-items: center;
  color: #636466;
  display: flex;
  flex-direction: column;
  flex: 0 0 100%;
  font-weight: 300;
  justify-content: center;
  line-height: 1.2;
  max-width: 100%;
  padding: 5%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .split-content .content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content .content {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.split-content .content.bg-brand-primary {
  color: #fff;
}
.split-content .content.body-copy {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}
.split-content .content.body-copy.two-images {
  flex-direction: row;
  flex-wrap: wrap;
  margin: auto 0;
}
@media screen and (min-width: 768px) {
  .split-content .content.body-copy.two-images img {
    width: calc(50% - 20px);
  }
}
.split-content .content.body-copy.two-images a {
  width: 100%;
}
.split-content .content.body-copy img {
  height: 160px;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .split-content .content.body-copy img {
    max-width: 55%;
    height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content .content.body-copy img {
    max-width: 55%;
    height: auto;
  }
}
.split-content .content.body-copy p {
  font-size: 1rem;
  line-height: 1.5;
}
.split-content .content.body-copy h2 {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .split-content .content.body-copy h2 {
    font-size: 1.6875rem;
  }
}
@media screen and (min-width: 1025px) {
  .split-content .content.body-copy h2 {
    font-size: 2.125rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content .content.body-copy h2 {
    font-size: 1.6875rem;
    line-height: 1.4;
  }
}
.split-content .content.body-copy .cta-inline-text {
  margin-top: 20px;
}
.split-content .content.body-copy .intro {
  font-size: 1.5rem;
  color: #D34E28;
  margin-bottom: 10px;
  line-height: 1.2;
}
.split-content .content.body-copy .intro:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .split-content .content.body-copy .intro {
    font-size: 2.125rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content .content.body-copy .intro {
    font-size: 2.125rem;
  }
}
.split-content .content.body-copy .contact-card h2 {
  font-size: 2rem;
}
.split-content .content.poster {
  background: transparent 0 0/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .split-content .content.poster {
    min-height: 33vh;
  }
}
.split-content .content.text-big {
  font-size: 1.6875rem;
  line-height: 1.4;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .split-content .content.text-big {
    font-size: 2.375rem;
    line-height: 1.2;
    padding: 5%;
  }
}
@media screen and (min-width: 1024px) {
  .split-content .content.text-big {
    font-size: 3rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content .content.text-big {
    font-size: 2.375rem;
    line-height: 1.2;
    padding: 5%;
  }
}
.split-content .content p {
  width: 100%;
}
.split-content .content ul {
  margin-top: 1em;
}
.split-content .content ul li {
  margin-bottom: 1rem;
}
.split-content .graphic {
  align-items: center;
  display: flex;
  flex: 0 0 100%;
  justify-content: center;
  max-width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .split-content .graphic {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content .graphic {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.split-content .graphic img {
  opacity: 0.35;
  max-height: 100vh;
  max-width: 70%;
}
.safety .split-content .graphic img {
  max-width: 80%;
}
.our-mission-and-values .split-content .graphic img {
  width: 100%;
}
.split-content .graphic-centered {
  display: flex;
  height: 100vw;
}
@media screen and (min-width: 768px) {
  .split-content .graphic-centered {
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    min-height: auto;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content .graphic-centered {
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
    height: auto;
    min-height: auto;
  }
}
.split-content .graphic-centered img {
  height: auto;
  width: 80%;
  z-index: 2;
  display: block;
  margin: 65px auto;
}
@media screen and (min-width: 768px) {
  .split-content .graphic-centered img {
    max-width: 80%;
    max-height: 80%;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .split-content .graphic-centered img {
    max-width: 80%;
    max-height: 80%;
  }
}
.split-content .graphic-centered img.translucent {
  opacity: 0.35;
}
.split-content .graphic-centered.fill img {
  width: auto;
}

.investors .split-content .content.body-copy .intro {
  font-size: 1.625rem;
  line-height: 1.4;
}
.investors .split-content .content.body-copy .intro:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .investors .split-content .content.body-copy .intro {
    font-size: 2.125rem;
    line-height: 1.2;
  }
}

.who-we-are .split-content .graphic-centered {
  display: none;
}
@media screen and (min-width: 768px) {
  .who-we-are .split-content .graphic-centered {
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.safety .split-content {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .safety .split-content {
    flex-direction: row;
  }
}

.text-grey {
  color: #9D999A !important;
}

.text-brand-secondary {
  color: #FFAD50 !important;
}

.text-dark-orange {
  color: #D34E28 !important;
}

.text-brand-light-blue {
  color: #40748E !important;
}

.text-white {
  color: #fff !important;
}

.text-skyblue {
  color: #009BDF !important;
}

.vision {
  background: #09223F url(../images/artera-vision-bg-d.jpg) center bottom/cover no-repeat;
  height: 100vh;
  width: 100%;
}
.vision h1 {
  font-size: 8vw;
  margin-bottom: 40px;
  margin-top: 0px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  opacity: 0.35;
  color: #FFAD50;
}
@media screen and (min-width: 1025px) {
  .vision h1 {
    color: #fff;
    mix-blend-mode: soft-light;
    opacity: 1;
  }
}
@media screen and (min-width: 900px) {
  .vision h1 {
    font-size: 4.5rem;
  }
}
.vision .vision-statement {
  max-width: 95%;
  width: 1140px;
}
@media screen and (min-width: 375px) {
  .vision .vision-statement {
    margin-top: 45%;
  }
}
@media screen and (min-width: 600px) {
  .vision .vision-statement {
    margin-top: 25%;
  }
}
@media screen and (min-width: 900px) {
  .vision .vision-statement {
    margin-top: 20%;
  }
}
@media screen and (min-width: 1100px) {
  .vision .vision-statement {
    margin-top: 15%;
  }
}
.vision .vision-statement p {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.3;
  text-align: left;
  width: 100%;
}
@media screen and (min-width: 375px) {
  .vision .vision-statement p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 600px) {
  .vision .vision-statement p {
    font-size: 1.5625rem;
    font-size: 2.875rem;
  }
}
@media screen and (min-width: 1100px) {
  .vision .vision-statement p {
    font-size: 3.5rem;
  }
}
.vision .container {
  height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}

/* STORE LOCATOR STYLES */
/* END STORE LOCATOR STYLES */
/* START FACETWP STYLES */
select#facetwp-radius {
  display: inline-block;
  /* width: 100%; */
  cursor: pointer;
  padding: 10px 15px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #e6e6e6;
  color: #7b7b7b;
  position: relative;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  vertical-align: top;
}

.facetwp-facet.facetwp-facet-proximity.facetwp-type-proximity .facetwp-location {
  position: static;
}

div#filter_left_panel {
  margin-left: 50px;
  float: left;
  width: calc(50% - 50px);
}

.facetwp-template {
  overflow: scroll;
  height: 200px;
  width: 50%;
  padding-right: 20px;
}

.listing-result {
  margin-left: 50px;
}

.location-content h1, .location-content p {
  display: block;
}

.location-content h1 {
  font-size: 1rem;
  margin: 0;
  color: orange;
}

.location-content p {
  margin: 0;
}

article.location-item {
  margin-bottom: 30px;
}

p.location-title {
  color: #09223F;
  font-weight: 600;
  margin: 0;
}

.missing-copy {
  color: hotpink !important;
  font-weight: bold !important;
  text-decoration: blink !important;
}

.capabilities-wrapper {
  padding: 3em 0;
}
.capabilities-wrapper h2 {
  font-size: 1.5625rem;
  letter-spacing: 0.2em;
  color: #58595B;
  font-weight: 400;
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
}
.capabilities-wrapper .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 900px;
}
@media screen and (min-width: 768px) {
  .capabilities-wrapper {
    padding: 80px 0;
  }
  .capabilities-wrapper h2 {
    font-size: 3.75rem;
    letter-spacing: normal;
  }
}

.capability-details h3 {
  text-transform: uppercase;
}
.capability-details .artera-served {
  background-color: #404042;
  position: relative;
  padding: 50px;
}
.capability-details .artera-served::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #41505A;
  width: 100%;
  height: 50%;
}
@media screen and (min-width: 768px) {
  .capability-details .artera-served::before {
    width: 50%;
    height: 100%;
  }
}
.capability-details .artera-served .container {
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.capability-details .artera-served .container:after {
  content: "";
  display: table;
  clear: both;
}
@media screen and (min-width: 768px) {
  .capability-details .artera-served .container {
    flex-direction: row;
    align-items: unset;
  }
}
.capability-details .artera-companies {
  flex-direction: column;
  flex: 0 0 50%;
  position: relative;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .capability-details .artera-companies {
    max-width: 50%;
    padding-right: 75px;
  }
}
@media screen and (min-width: 1024px) {
  .capability-details .artera-companies {
    flex-direction: row;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .capability-details .artera-companies {
    max-width: 50%;
    padding-right: 75px;
  }
}
.capability-details .artera-companies::after {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 50px;
  background: transparent url(../images/icon-arrow-white-ko.svg) 0 0/contain no-repeat;
  right: 50%;
  top: calc(100% + 15px);
  transform: translateX(-50%) rotate(90deg);
}
@media screen and (min-width: 768px) {
  .capability-details .artera-companies::after {
    right: -55px;
    transform: translateY(-50%);
    top: 50%;
    width: 110px;
    height: 84px;
    left: inherit;
  }
}
.capability-details .artera-companies a:active, .capability-details .artera-companies a:link, .capability-details .artera-companies a:focus, .capability-details .artera-companies a:visited {
  color: #FFAD50;
  font-size: 0.875rem;
}
.capability-details .artera-companies a:hover {
  color: #009BDF;
}
.capability-details .artera-companies a.disabled {
  opacity: 0.35;
}
.capability-details .artera-companies h3 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .capability-details .artera-companies h3 {
    width: initial;
  }
}
.capability-details .artera-companies ul {
  -moz-columns: 2;
       columns: 2;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .capability-details .artera-companies ul {
    margin-left: 90px;
    -moz-columns: 2;
         columns: 2;
    margin: 0;
    margin-left: 25px;
  }
}
.capability-details .artera-companies ul li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 1.1;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.capability-details .companies-served {
  margin-top: 90px;
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .capability-details .companies-served {
    margin-top: 0;
    max-width: 50%;
    padding-left: 85px;
  }
}
@media screen and (min-width: 1024px) {
  .capability-details .companies-served {
    flex-direction: row;
  }
}
.capability-details .companies-served h3 {
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .capability-details .companies-served h3 {
    width: 300px;
  }
}
.capability-details .companies-served .controls {
  display: none;
  position: absolute;
  right: 0;
  bottom: 90px;
  width: 20px;
}
@media screen and (min-width: 768px) {
  .capability-details .companies-served .controls {
    bottom: 0;
    display: block;
    right: -30px;
  }
}
@media screen and (min-width: 1024px) {
  .capability-details .companies-served .controls {
    right: 0;
    position: relative;
  }
}
.capability-details .companies-served .slick-next-company {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(100%) rotate(90deg);
}
.capability-details .companies-served .slick-next-company::before {
  content: ">";
}
.capability-details .companies-served .slick-prev-company {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-100%) rotate(90deg);
}
.capability-details .companies-served .slick-prev-company::before {
  content: "<";
}
.capability-details .companies-served ul {
  width: calc(100% - 115px);
  padding: 0;
}
@media screen and (min-width: 768px) {
  .capability-details .companies-served ul {
    width: 100%;
    margin: 0;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1028px) {
  .capability-details .companies-served ul {
    width: calc(100% - 145px);
  }
}
.capability-details .companies-served ul li {
  line-height: 1.1;
  margin-bottom: 10px;
  display: block;
}
.capability-details .container {
  padding: 0;
  max-width: none;
  flex-direction: column;
}
@media screen and (min-width: 1100px) {
  .capability-details .container {
    flex-direction: row;
  }
}
.capability-details .image {
  background-color: #fff;
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 1100px) {
  .capability-details .image {
    display: block;
  }
}
.capability-details .image img {
  max-width: 100%;
  width: 100%;
}
.capability-details .image .content {
  position: relative;
  flex-wrap: wrap;
  margin-bottom: 35px;
  display: flex;
  flex-direction: row;
  padding: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 0.75rem;
  justify-content: flex-start;
  align-items: flex-start;
}
@media screen and (min-width: 1100px) {
  .capability-details .image .content {
    bottom: 30px;
    flex-wrap: nowrap;
    padding: 25px 15px 25px 0;
    margin-bottom: 0;
    position: absolute;
  }
}
.capability-details .image .content h3 {
  flex: 0 1 100%;
  margin-right: 0;
  font-size: 1rem;
  text-align: center;
  margin-bottom: 35px;
  padding: 20px 40px 20px 20px;
  background-color: #09223F;
  color: #fff;
  text-transform: uppercase;
}
@media screen and (min-width: 1100px) {
  .capability-details .image .content h3 {
    font-size: 1.5rem;
    margin-right: 15px;
  }
}
.capability-details .image .content h3 br {
  display: none;
}
@media screen and (min-width: 1100px) {
  .capability-details .image .content h3 br {
    display: inline;
  }
}
.capability-details .image .content h4 {
  font-weight: 600;
  font-size: 0.75rem;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .capability-details .image .content h4 {
    margin-bottom: 10px;
  }
}
.capability-details .image .content .copy {
  flex: 1 0 50%;
  margin-right: 50px;
  padding-left: 10px;
  border-left: 1px solid #D34E28;
}
@media screen and (min-width: 1100px) {
  .capability-details .image .content .copy {
    margin-right: 0;
  }
}
.capability-details .image .content .icon {
  margin-left: 50px;
  width: 55px;
  height: auto;
  margin-right: 15px;
}
@media screen and (min-width: 1100px) {
  .capability-details .image .content .icon {
    width: 80px;
    margin-left: 0;
  }
}
.capability-details .image .content ul {
  padding-left: 20px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1100px) {
  .capability-details .image .content ul {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.capability-icon-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  padding-left: 0;
}
.capability-icon-list li {
  border-top: 1px solid gray;
  padding: 1em 2em;
}
.capability-icon-list li a {
  display: flex;
  flex-direction: row;
  line-height: 1.1;
  text-align: left;
  align-items: center;
  text-transform: uppercase;
  font-size: 0.75rem;
  font-weight: bold;
}
.capability-icon-list li a:after {
  content: "+";
  margin-left: 5px;
}
.capability-icon-list li a:hover {
  color: #D34E28;
}
.capability-icon-list li a:hover svg {
  opacity: 1;
}
.capability-icon-list li a:hover svg #normal {
  display: none;
}
.capability-icon-list li:last-child {
  border-bottom: 1px solid gray;
}
.capability-icon-list svg, .capability-icon-list img {
  opacity: 0.5;
  height: 5em;
  width: 5em;
  margin-right: 20px;
  margin-bottom: 0;
}
.capability-icon-list .active svg, .capability-icon-list .active img {
  opacity: 1;
}
.overview .capability-icon-list svg, .overview .capability-icon-list img {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .capability-icon-list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 2em;
  }
  .capability-icon-list li {
    border: 0;
    padding: 0;
    max-width: 170px;
    width: 100%;
  }
  .capability-icon-list li:last-child {
    border-bottom: 0;
  }
  .capability-icon-list li a {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    text-transform: capitalize;
    font-size: 1rem;
    font-weight: normal;
  }
  .capability-icon-list li a:after {
    content: "";
    margin-right: 0;
  }
  .capability-icon-list svg, .capability-icon-list img {
    margin-bottom: 10px;
    height: 131px;
    width: 131px;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.dot-slider {
  border-bottom: 1px solid #000;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 50%;
  z-index: 2;
  position: relative;
}
.dot-slider .slide {
  text-align: center;
  justify-content: center;
}
.dot-slider .slide.slick-current span {
  background-color: #D34E28;
  border: 1px solid #D34E28;
}
.dot-slider span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0 15px;
  background-color: transparent;
  border: 1px solid #ccc;
}
.dot-slider .slick-list,
.dot-slider .slick-track {
  margin-bottom: -7px;
  width: 100%;
}

.title-slider {
  position: relative;
  padding: 0 50px;
  width: 50%;
}
.title-slider .slick-next::before,
.title-slider .slick-prev::before {
  color: #D34E28;
  opacity: 1;
}
.title-slider .slick-next:hover::before,
.title-slider .slick-prev:hover::before {
  color: #C2492C;
}
.title-slider .slick-next {
  right: 0;
}
.title-slider .slick-prev {
  left: 0;
}

.timeline {
  background-color: #fff;
  min-height: 70vh;
  position: relative;
  color: #000;
}
.timeline::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: #E6E7E8 url(../images/bg-pattern-dk.png) 0 0/cover no-repeat;
}
.timeline .container {
  z-index: 2;
  padding: 0;
}
.timeline .slide {
  display: flex;
  flex-direction: row;
  height: 100%;
  overflow: hidden;
  z-index: 2;
}
.timeline .slide .slide-image-nav {
  flex: 0 0 50%;
  max-width: 50%;
}
.timeline .slide .slide-image-nav img {
  max-width: 100%;
  width: 100%;
}
.timeline .slide .slide-content {
  flex: 0 0 50%;
  max-width: 50%;
  color: #D34E28;
  font-size: 2.5rem;
  font-weight: 300;
  line-height: 1.2;
  padding: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.timeline .slide .slide-content p {
  margin: 0;
}

.leaders-listing h2 {
  color: #fff;
  margin-bottom: 0;
}
.leaders-listing h2 + p {
  margin: 0;
}
.leaders-listing .container.list {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .leaders-listing .container.list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(33%, 1fr));
    max-width: none;
  }
}
@media screen and (min-width: 900px) {
  .leaders-listing .container.list {
    grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
  }
}
.leaders-listing .graphic {
  display: none;
}
@media screen and (min-width: 768px) {
  .leaders-listing .graphic {
    align-items: center;
    display: flex;
    flex: 0 0 100%;
    justify-content: center;
    max-width: 100%;
    position: relative;
  }
}
.leaders-listing .graphic img {
  width: 100%;
  opacity: 0.35;
  max-height: 100vh;
}
.leaders-listing .header-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .leaders-listing .header-block {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.leaders-listing .header-block h2 {
  font-size: 2.125rem;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0.5;
  text-align: center;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1300px) {
  .leaders-listing .header-block h2 {
    font-size: 3.125rem;
  }
}
@media screen and (min-width: 768px) {
  .leaders-listing .two-wide {
    grid-column: 1/span 2;
  }
}
.leaders-listing .leader {
  background: transparent center center/cover no-repeat;
  display: grid;
  position: relative;
}
.leaders-listing .leader::after {
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 30px;
  height: 30px;
  background: transparent url(../images/icon-info.svg) 0 0/contain no-repeat;
  opacity: 0.5;
}
.leaders-listing .leader::before {
  content: "";
  display: block;
  grid-area: 1/1/2/2;
  padding-top: 100%;
}
.leaders-listing .leader:hover::after {
  display: none;
}
.leaders-listing .leader:hover .leader-ro {
  opacity: 1;
}
.leaders-listing .leader .leader-ro {
  transition: all 200ms linear 0.02s;
  background-color: rgba(0, 155, 223, 0.85);
  color: #fff;
  display: flex;
  flex-direction: column;
  grid-area: 1/1/2/2;
  justify-content: flex-end;
  opacity: 0;
  padding: 20px;
}
.leaders-listing .leader-detail {
  background-color: rgba(9, 34, 63, 0.85);
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
}
.leaders-listing .leader-detail h2 {
  font-weight: 600;
  margin-bottom: 3rem;
  margin-top: 0;
  position: relative;
  width: auto;
}
.leaders-listing .leader-detail h2 .name {
  display: inline-block;
  position: relative;
}
.leaders-listing .leader-detail h2 .title {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.leaders-listing .leader-detail h2 .title::before {
  background-color: #fff;
  bottom: -1.5rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: calc(100% + 15px);
}
.leaders-listing .leader-detail p {
  font-size: 1.125em;
  font-weight: 300;
}
.leaders-listing .leader-detail .bio {
  flex: 0 0 100%;
  max-width: 100%;
  padding: 8rem 4rem 4rem;
}
@media screen and (min-width: 768px) {
  .leaders-listing .leader-detail .bio {
    flex: 0 0 70%;
    max-width: 70%;
    padding: 4rem;
  }
}
@media screen and (min-width: 1024px) {
  .leaders-listing .leader-detail .bio {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.leaders-listing .leader-detail .close {
  color: #fff;
  position: relative;
  float: right;
  margin-top: 50px;
}
.leaders-listing .leader-detail .container {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .leaders-listing .leader-detail .container {
    flex-direction: row;
  }
}
.leaders-listing .leader-detail .headshot {
  flex: 0 0 100%;
  max-width: 100%;
  display: none;
}
@media screen and (min-width: 768px) {
  .leaders-listing .leader-detail .headshot {
    display: block;
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (min-width: 1024px) {
  .leaders-listing .leader-detail .headshot {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.leaders-listing .leader-detail .headshot img {
  max-width: 100%;
}

.leaders-intro {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 90px 40px;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .leaders-intro {
    text-align: center;
    padding: 50px 0;
  }
}
.leaders-intro h2 {
  color: #D34E28;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .leaders-intro h2 {
    margin-bottom: 0;
  }
}

.atera-companies .logo {
  display: none;
}
@media screen and (min-width: 768px) {
  .atera-companies .logo {
    display: block;
    margin-bottom: 100px;
  }
}
.atera-companies .company-slider img {
  height: 75px;
  width: auto;
  margin: 0 auto;
}
.company-finder {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .company-finder {
    max-height: 100vh;
  }
}
.company-finder #facetwp-map {
  height: 100% !important;
  width: 100% !important;
}
.company-finder .accordion .trigger {
  color: #FFAD50;
}
.company-finder .content.map {
  padding: 0;
  height: 100vw;
}
@media screen and (min-width: 768px) {
  .company-finder .content.map {
    height: auto;
  }
}
.company-finder .content.map-content h2 {
  color: #fff;
  margin-bottom: 0;
}
.company-finder .content.map-content h2 + p {
  margin-top: 0.5rem;
}
.company-finder .content.map-content p.intro {
  font-size: 1.25em;
  color: #FFAD50;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.company-finder .facetwp-type-map {
  height: 100%;
  width: 100%;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .company-finder .facetwp-type-map {
    width: 50vw;
  }
}
.company-finder .facetwp-map-filtering {
  display: none;
}
.company-finder input.facetwp-location {
  min-width: 220px;
}
@media screen and (min-width: 850px) {
  .company-finder input.facetwp-location {
    min-width: 240px;
  }
}
.company-finder .facetwp-facet-proximity {
  margin-bottom: 2rem;
}
.company-finder .facetwp-template {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.75rem;
  width: 100%;
  justify-content: space-between;
}
.company-finder .facetwp-template .listing-result {
  margin-left: 0;
  flex: 0 0 48%;
  max-width: 48%;
}
@media screen and (min-width: 600px) {
  .company-finder .facetwp-template .listing-result {
    flex: 0 0 30%;
    max-width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .company-finder .facetwp-template .listing-result {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.company-finder .map-content {
  justify-content: flex-start;
  align-items: flex-start;
}
.company-finder .split-content {
  flex-direction: column-reverse;
}
@media screen and (min-width: 768px) {
  .company-finder .split-content {
    flex-direction: row;
  }
}

.company-slider {
  background-color: #fff;
  width: 100%;
  padding: 40px 0;
}
.company-slider nav a.slick-slide {
  display: inline-block;
  margin: 0 32px;
  width: 200px;
  justify-content: center;
  display: flex;
}
@media screen and (min-width: 768px) {
  .company-slider nav a.slick-slide {
    width: 150px !important;
  }
}
.company-slider .container {
  max-width: 85%;
}
.company-slider .slick-next {
  height: 26px;
  width: 24px;
  right: -40px;
}
@media screen and (min-width: 768px) {
  .company-slider .slick-next {
    right: -50px;
    height: 46px;
  }
}
.company-slider .slick-next::before {
  content: "";
  background: transparent url(../images/icon-arrow-next.svg) 0 0/contain no-repeat;
  color: #333;
  height: 100%;
  width: 100%;
  display: block;
}
.company-slider .slick-prev {
  height: 26px;
  width: 24px;
  left: -40px;
}
@media screen and (min-width: 768px) {
  .company-slider .slick-prev {
    left: -50px;
    height: 46px;
  }
}
.company-slider .slick-prev::before {
  content: "";
  background: transparent url(../images/icon-arrow-prev.svg) 0 0/contain no-repeat;
  color: #333;
  height: 100%;
  width: 100%;
  display: block;
}

.stats {
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stats {
    text-align: left;
  }
}
.stats li {
  position: relative;
  flex: 0 0 100%;
  line-height: 1;
  max-width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .stats li {
    flex: 0 0 48%;
    max-width: 48%;
  }
}
@media screen and (min-width: 1024px) {
  .stats li {
    flex: 0 0 23%;
    max-width: 23%;
  }
}
.stats li p {
  line-height: 1.4;
  font-size: 1rem;
  color: #636466;
  text-transform: uppercase;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .stats li p {
    line-height: 2;
  }
}
@media screen and (min-width: 1200px) {
  .stats li p {
    font-size: 1.125rem;
  }
}
.stats .stat {
  display: block;
  font-size: 2.666666667em;
  font-weight: 300;
  line-height: 1;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .stats .stat {
    font-size: 2.222222222em;
  }
}
@media screen and (min-width: 1200px) {
  .stats .stat {
    font-size: 2.666666667em;
  }
}

.president-writeup .container {
  padding: 0;
  max-width: none;
}
.president-writeup .container::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 30px;
  background: rgb(9, 34, 63);
  background: linear-gradient(180deg, rgba(9, 34, 63, 0) 0%, rgb(9, 34, 63) 100%);
}
@media screen and (min-width: 768px) {
  .president-writeup .container::after {
    width: 50%;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .president-writeup .container.two-up::after {
    width: 100%;
  }
}
.president-writeup .container::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  background: rgb(9, 34, 63);
  background: linear-gradient(0deg, rgba(9, 34, 63, 0) 0%, rgb(9, 34, 63) 100%);
  z-index: 2;
  height: 30px;
  top: 475px;
}
@media screen and (min-width: 768px) {
  .president-writeup .container::before {
    width: 50%;
    height: 50px;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  .president-writeup .container.two-up::before {
    width: 100%;
    top: 385px;
  }
}
.president-writeup .president {
  display: block;
  flex: 0 0 100%;
  position: relative;
}
.president-writeup .president .content, .president-writeup .president .headshot-wrapper, .president-writeup .president .second-leader-headshot-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .president-writeup .president {
    overflow: hidden;
    flex: 0 0 50%;
  }
  .president-writeup .president .content, .president-writeup .president .headshot-wrapper, .president-writeup .president .second-leader-headshot-wrapper {
    flex: 0 0 50%;
    max-width: 100%;
    min-height: 385px;
  }
  .president-writeup .president .content {
    height: 400px;
  }
}
.president-writeup .content,
.president-writeup .headshot-wrapper, .president-writeup .second-leader-headshot-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
  min-height: 475px;
}
@media screen and (min-width: 768px) {
  .president-writeup .content,
  .president-writeup .headshot-wrapper, .president-writeup .second-leader-headshot-wrapper {
    flex: 0 0 50%;
    flex-direction: column;
    max-width: 50%;
  }
}
.president-writeup .headshot-wrapper, .president-writeup .second-leader-headshot-wrapper {
  overflow: hidden;
}
.president-writeup .headshot-wrapper img, .president-writeup .second-leader-headshot-wrapper img {
  width: 100%;
}
.president-writeup .split-content {
  display: block;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .president-writeup .split-content {
    height: 50vh;
    min-height: 50vh;
    display: flex;
  }
  .president-writeup .split-content.two-up {
    height: 80vh;
    min-height: 50vh;
    display: flex;
  }
}
.president-writeup .split-content .content {
  justify-content: flex-start;
  align-items: flex-start;
  overflow: scroll;
}
.president-writeup .split-content .content h2 {
  font-weight: 600;
  margin-bottom: 3rem;
  margin-top: 0;
  position: relative;
  width: auto;
}
.president-writeup .split-content .content h2 .name {
  display: inline-block;
  position: relative;
}
.president-writeup .split-content .content h2 .title {
  display: block;
  font-size: 1rem;
  font-weight: 400;
}
.president-writeup .split-content .content h2 .title::before {
  background-color: #fff;
  bottom: -1.5rem;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: calc(100% + 15px);
}
.president-writeup .split-content .content p {
  font-size: 1.125rem;
  line-height: 1.4;
}
.president-writeup .split-content .content p.intro {
  color: #D34E28;
  font-size: 1.333rem;
  line-height: 1.125;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
@media screen and (min-width: 768px) {
  .president-writeup .split-content .content p.intro {
    font-size: 2.125rem;
    line-height: 1.2;
    margin: 1.5rem 0;
  }
}
.president-writeup .split-content .content p:last-child::after {
  content: "";
  display: block;
  height: 130px;
  width: 100px;
}
@media screen and (min-height: 768px) {
  .president-writeup .split-content .content p:last-child::after {
    height: 50px;
  }
}

.news-listing .news-item {
  min-height: 33vh;
}
@media screen and (min-width: 768px) {
  .news-listing .news-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .news-listing .news-item:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.news-listing .news-item .content {
  align-items: stretch;
  display: flex;
  flex-direction: row;
  font-size: 1.125rem;
}
.news-listing .news-item .content aside {
  border-right: 1px solid #B1B1B2;
  color: #D34E28;
  margin-right: 20px;
  padding-right: 20px;
  text-align: center;
  width: 100px;
}
.news-listing .news-item .content h2 {
  font-size: 2em;
  margin-top: 0;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .news-listing .news-item .content h2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .news-listing .news-item .content h2 {
    font-size: 2em;
  }
}
.news-listing .news-item .content h2 + p {
  margin-top: 0;
}
.news-listing .news-item .content time {
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1;
}
.news-listing .news-item .content time span {
  display: block;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1;
}

.featured-news .post {
  background: transparent center center/cover no-repeat;
  position: relative;
}
.featured-news .post::before {
  content: "";
  display: block;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.featured-news .post:hover .post-ro {
  opacity: 1;
}
.featured-news .post.tint-brand-tertiary .post-ro {
  background-color: rgba(194, 73, 44, 0.85);
}
.featured-news .post.tint-brand-light-blue .post-ro {
  background-color: rgba(64, 116, 142, 0.85);
}
.featured-news .post.tint-brand-primary .post-ro {
  background-color: rgba(9, 34, 63, 0.85);
}
.featured-news .post.tint-brand-dark-grey .post-ro {
  background-color: rgba(88, 89, 91, 0.85);
}
.featured-news .post .post-ro {
  transition: all 200ms linear 0.02s;
  background-color: rgba(194, 73, 44, 0.85);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  opacity: 1;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .featured-news .post .post-ro {
    opacity: 0;
  }
}
.featured-news .post .post-ro h2 {
  color: #fff;
  line-height: 1.1;
  font-size: 1.625em;
}
@media screen and (min-width: 768px) {
  .featured-news .post .post-ro h2 {
    font-size: 1.375rem;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .featured-news .post .post-ro h2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .featured-news .post .post-ro h2 {
    font-size: 1.625em;
  }
}
@media screen and (min-width: 1500px) {
  .featured-news .post .post-ro h2 {
    font-size: 2rem;
  }
}
.featured-news .container {
  padding: 0;
  max-width: none;
}
.featured-news .slick-list,
.featured-news .slick-track {
  padding: 0 !important;
}
.featured-news .slick-list .slick-slide,
.featured-news .slick-track .slick-slide {
  height: 100vw;
}
@media screen and (min-width: 600px) {
  .featured-news .slick-list .slick-slide,
  .featured-news .slick-track .slick-slide {
    height: 50vw;
  }
}
@media screen and (min-width: 768px) {
  .featured-news .slick-list .slick-slide,
  .featured-news .slick-track .slick-slide {
    height: 33vw;
  }
}
@media screen and (min-width: 1000px) {
  .featured-news .slick-list .slick-slide,
  .featured-news .slick-track .slick-slide {
    height: 25vw;
  }
}

@media screen and (min-width: 768px) {
  .alm-reveal:nth-child(even) .news-item:nth-child(even) {
    flex-direction: row;
  }
  .alm-reveal:nth-child(even) .news-item:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

.alm-btn-wrap {
  padding: 0 !important;
  height: 0;
}

.alm-load-more-btn.cta-btn {
  font-size: 1.125rem !important;
  padding: 15px 20px !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  border: none;
  border-radius: 0 !important;
  height: auto !important;
  position: relative;
  bottom: -30px;
  z-index: 5 !important;
}
.alm-load-more-btn.cta-btn.bg-orange-gradient {
  position: relative;
  color: #fff;
  z-index: 1;
  background: rgb(228, 178, 58);
  background: linear-gradient(90deg, rgb(228, 178, 58) 0%, rgb(211, 79, 41) 100%);
}
.alm-load-more-btn.cta-btn.bg-orange-gradient::before {
  transition: all 500ms linear 0.02s;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(228, 178, 58);
  background: linear-gradient(90deg, rgb(211, 79, 41) 0%, rgb(228, 178, 58) 100%);
  opacity: 0;
  z-index: -1;
}
.alm-load-more-btn.cta-btn.bg-orange-gradient:hover::before {
  opacity: 1;
}

.news .alm-load-more-btn {
  width: 80% !important;
}
@media screen and (min-width: 768px) {
  .news .alm-load-more-btn {
    width: auto !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .news .alm-load-more-btn {
    width: auto !important;
  }
}

/* HEADER */
header[role=main] {
  transition: all 200ms linear 0.02s;
  width: 100%;
  padding-top: 2rem;
  position: fixed;
  z-index: 10;
}
header[role=main] .container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (min-width: 800px) {
  header[role=main] .container {
    justify-content: flex-start;
  }
}
header[role=main] .hamburger {
  padding: 17px 15px 15px;
  cursor: pointer;
  z-index: 1;
  outline: none;
}
header[role=main] .hamburger .hamburger-box {
  height: 10px;
}
header[role=main] .hamburger .hamburger-inner,
header[role=main] .hamburger .hamburger-inner::before,
header[role=main] .hamburger .hamburger-inner::after {
  background-color: #fff;
}
header[role=main] .logo {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 14px 11px 14px 8px;
  display: inline-block;
  z-index: 1;
}
header[role=main] .logo img {
  display: block;
}
header[role=main] .menu-wrapper {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 0;
  margin-left: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
}
header[role=main] nav[role=navigation] {
  display: none;
  background-color: rgba(0, 0, 0, 0.75);
  padding: 100px 20px 60px;
  width: 100%;
  position: absolute;
  left: 0;
  height: 100vh;
  overflow: auto;
  top: -2rem;
}
@media screen and (min-width: 800px) {
  header[role=main] nav[role=navigation] {
    position: relative;
    left: inherit;
    background-color: transparent;
    height: auto;
    top: inherit;
    padding: 0;
    margin-left: 25px;
    width: 100%;
    margin-left: 0;
    border-radius: 0;
    overflow: visible;
  }
}
@media screen and (min-width: 1190px) {
  header[role=main] nav[role=navigation] {
    height: 58px;
  }
}
header[role=main] nav[role=navigation]::before {
  mix-blend-mode: multiply;
  background-color: rgba(0, 0, 0, 0.75);
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  height: calc(80px + 2rem);
  width: 100%;
  z-index: -1;
}
@media screen and (min-width: 800px) {
  header[role=main] nav[role=navigation]::before {
    display: none;
  }
}
header[role=main] nav[role=navigation] > ul:first-of-type {
  height: 100vh;
  overflow: auto;
}
@media screen and (min-width: 800px) {
  header[role=main] nav[role=navigation] > ul:first-of-type {
    padding-left: 50px;
    padding-right: 30px;
    height: auto;
  }
}
@media screen and (min-width: 1190px) {
  header[role=main] nav[role=navigation] > ul:first-of-type {
    height: 58px;
  }
}
header[role=main] nav[role=navigation] img {
  max-width: 100%;
}
header[role=main] nav[role=navigation] ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  justify-content: flex-start;
}
header[role=main] nav[role=navigation] ul:first-child {
  margin-top: 12px;
}
@media screen and (min-width: 1190px) {
  header[role=main] nav[role=navigation] ul:first-child {
    align-items: center;
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    margin-top: 0;
  }
}
header[role=main] nav[role=navigation] li {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5rem;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 200ms;
}
@media screen and (max-width: 799px) {
  header[role=main] nav[role=navigation] li {
    width: 100%;
    padding: 0.5rem 0;
  }
}
@media screen and (min-width: 1190px) {
  header[role=main] nav[role=navigation] li {
    padding: 1rem;
  }
}
header[role=main] nav[role=navigation] li a {
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
header[role=main] nav[role=navigation] li a .has-subnav {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 8px;
  right: -5px;
}
@media screen and (min-width: 800px) {
  header[role=main] nav[role=navigation] li a .has-subnav {
    position: relative;
    top: inherit;
    right: inherit;
    width: 9px;
    height: 6px;
    margin-left: 5px;
    margin-bottom: 3px;
  }
}
header[role=main] nav[role=navigation] li:hover > a,
header[role=main] nav[role=navigation] li.active > a {
  color: #FFAD50;
}
header[role=main] nav[role=navigation] li:hover li:hover,
header[role=main] nav[role=navigation] li:hover li.active,
header[role=main] nav[role=navigation] li.active li:hover,
header[role=main] nav[role=navigation] li.active li.active {
  color: #fff;
}
header[role=main] nav[role=navigation] ul li .dropdown {
  min-width: 5rem;
  padding: 25px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  display: none;
  font-size: 1.125rem;
}
@media screen and (min-width: 800px) {
  header[role=main] nav[role=navigation] ul li .dropdown {
    padding: 25px;
  }
}
@media screen and (min-width: 1024px) {
  header[role=main] nav[role=navigation] ul li .dropdown {
    flex-direction: row;
  }
}
@media screen and (min-width: 1190px) {
  header[role=main] nav[role=navigation] ul li .dropdown {
    left: -55px;
    position: absolute;
    width: calc(100% + 55px);
    background-color: transparent;
    top: -32px;
    z-index: -1;
    padding-top: 120px;
    mix-blend-mode: multiply;
    background-color: rgba(0, 0, 0, 0.75);
  }
}
header[role=main] nav[role=navigation] ul li .dropdown a {
  font-weight: 400;
}
header[role=main] nav[role=navigation] img {
  display: none;
}
@media screen and (min-width: 800px) {
  header[role=main] nav[role=navigation] img {
    display: block;
    font: 0 0 50%;
    max-width: 50%;
    margin-right: 1rem;
  }
}
header[role=main] nav[role=navigation] .content {
  position: relative;
  text-transform: none;
  z-index: 1;
}
header[role=main] nav[role=navigation] .content h3 {
  color: #FFAD50;
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0;
}
header[role=main] nav[role=navigation] .content h3 + p {
  margin-top: 12px;
}
header[role=main] nav[role=navigation] .content > ul {
  display: block;
  flex-direction: column;
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-width: auto;
       column-width: auto;
}
header[role=main] nav[role=navigation] .content > ul li {
  display: inline-block;
}
header[role=main] nav[role=navigation] .content p {
  color: #fff;
}
header[role=main] nav[role=navigation] ul li .dropdown li {
  display: block;
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
  padding: 0 0 20px 0; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* IE 10+ */
}
header[role=main] nav[role=navigation] ul li .dropdown li:last-child {
  padding-bottom: 0;
}
@media screen and (min-width: 800px) {
  header[role=main] nav[role=navigation] ul li .dropdown li {
    border-left: none;
    font-size: 0.875em;
    line-height: 1.466666667;
    padding: 0.5rem;
  }
  header[role=main] nav[role=navigation] ul li .dropdown li:last-child {
    padding-bottom: 0.5rem;
  }
}
header[role=main] nav[role=navigation] ul li .dropdown li a {
  color: #FFAD50;
}
header[role=main] nav[role=navigation] ul li .dropdown li a:hover, header[role=main] nav[role=navigation] ul li .dropdown li a.active {
  color: #fff;
}
header[role=main] nav[role=navigation] ul li .dropdown li a::after {
  display: none;
}
header[role=main] nav[role=navigation] ul li .dropdown li li a {
  color: #fff;
}
header[role=main] nav[role=navigation] ul li .dropdown li li a:hover, header[role=main] nav[role=navigation] ul li .dropdown li li a.active {
  color: #FFAD50;
}

.banner {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  height: 80vh;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .banner {
    height: 100vh;
  }
}
.banner h1 {
  text-shadow: 0px 0px 30px #000;
}
.banner .banner-particles {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 42%;
  z-index: 0;
}
.home .banner {
  color: #000;
  height: 100vh;
}
.home .banner h1 {
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 1400px) {
  .home .banner h1 {
    font-size: 3.375em;
  }
}
.home .banner .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.home .banner .logo {
  margin-bottom: 15px;
  max-width: 58%;
}
.page-child .banner .container {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  height: 100%;
}
.page-child .banner h1 {
  font-size: 7.25vw;
  margin-bottom: 40px;
  margin-top: 0px;
  opacity: 0.6;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .page-child .banner h1 {
    font-size: 8vw;
  }
}
@media screen and (min-width: 768px) {
  .page-child .banner h1 {
    font-size: 3.5rem;
    margin-bottom: 150px;
  }
}
@media screen and (min-width: 900px) {
  .page-child .banner h1 {
    font-size: 4rem;
    margin-bottom: 100px;
  }
}
@media screen and (min-width: 1025px) {
  .page-child .banner h1 {
    font-size: 4.5rem;
    margin-bottom: 75px;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .page-child .banner h1 {
    margin-bottom: 150px;
  }
}

ul.about-subnav {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

ul.about-subnav li:nth-child(1) {
  grid-area: 1/1/2/2;
}

ul.about-subnav li:nth-child(2) {
  grid-area: 2/1/3/2;
}

ul.about-subnav li:nth-child(3) {
  grid-area: 1/2/3/3;
}

ul.about-subnav li:nth-child(4) {
  grid-area: 3/1/4/3;
}

.about-companies {
  -moz-column-count: 2;
       column-count: 2;
  display: list-item !important;
}

/* FOOTER */
footer {
  clear: both;
  float: left;
  position: relative;
  background-color: #fff;
  color: #C2492C;
  padding: 78px 0 200px 0;
  width: 100%;
}
footer nav h3 {
  color: #58595B;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
}
footer nav ul {
  margin: 37px 0 0 0;
  padding: 0;
}
footer nav ul li {
  margin-bottom: 5px;
}
footer nav ul li a {
  font-size: 0.75em;
  color: #58595B;
}
footer nav .bucket {
  flex: 0 0 49%;
  max-width: 49%;
  margin-bottom: 2rem;
}
@media screen and (min-width: 600px) {
  footer nav .bucket {
    flex: 0 0 33%;
    max-width: 33%;
  }
}
@media screen and (min-width: 1100px) {
  footer nav .bucket {
    flex: 0 0 auto;
    max-width: none;
  }
}
footer > .container {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-around;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  footer > .container {
    flex-direction: row;
  }
}
footer > .container > nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  margin-top: 3rem;
  padding-left: 45px;
}
@media screen and (min-width: 768px) {
  footer > .container > nav {
    margin-top: 0;
    padding-left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  footer > .container > nav {
    justify-content: space-between;
  }
}
footer > .container > nav h3 {
  color: #58595B;
  font-size: 0.75em;
  text-transform: uppercase;
  font-weight: 600;
}
footer > .container > nav ul {
  margin: 37px 0 0 0;
  padding: 0;
}
footer > .container > nav ul li {
  margin-bottom: 5px;
}
footer > .container > nav ul li:last-child {
  width: 125px;
}
footer > .container > nav ul li a {
  font-size: 0.75em;
  color: #58595B;
}
footer > .container img {
  width: 200px;
  margin-top: 5px;
  margin-right: 5%;
  display: flex;
}
footer .particles {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
}
footer .social-links nav {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  margin-top: 80px;
  padding-left: 45px;
  padding-right: 55px;
}
@media screen and (min-width: 768px) {
  footer .social-links nav {
    padding-left: 0;
  }
}
@media screen and (min-width: 1100px) {
  footer .social-links nav {
    justify-content: flex-end;
  }
}
footer .social-links nav a {
  height: auto;
  width: 24px;
  margin-right: 7px;
}

/* FORMS */
form {
  float: left;
  position: relative;
  width: 100%;
}

label {
  clear: both;
  float: left;
  position: relative;
  width: 100%;
}
label.error, .radio label.error {
  display: none;
  color: #ed202e;
  font-size: 13px;
  width: 100%;
}
label + textarea {
  margin-top: 10px;
}

input:focus {
  outline: none;
}

input[type=email],
input[type=password],
input[type=tel],
input[type=text] {
  clear: both;
  float: left;
  position: relative;
  border: 1px solid #9D999A;
  background-color: #9D999A;
  color: #fff;
  padding: 10px;
  width: 100%;
}
input[type=email]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=text]::-moz-placeholder {
  color: #fff;
}
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder {
  color: #fff;
}
input[type=email].error,
input[type=password].error,
input[type=tel].error,
input[type=text].error {
  border-color: #ed202e;
}

button[type=submit] {
  border: none;
}

input[type=submit] {
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  padding: 11px 10px 10px;
  text-align: center;
  width: 140px;
  -webkit-appearance: none;
}

input[type=submit]:hover {
  border: none;
}

textarea {
  clear: both;
  float: left;
  position: relative;
  background-color: #9D999A;
  border: 1px solid #9D999A;
  color: #fff;
  height: 150px;
  padding: 10px;
  width: 100%;
}
textarea::-moz-placeholder {
  color: #fff;
}
textarea::placeholder {
  color: #fff;
}
textarea.error {
  border-color: #ed202e;
}

.ajax-confirm,
.ajax-error {
  display: none;
}
.ajax-confirm p,
.ajax-error p {
  text-align: left;
}

.checkbox input {
  float: left;
  position: relative;
  bottom: -3px;
  height: 20px;
  margin-bottom: 20px;
  margin-right: 5px;
  width: 20px;
}
.checkbox label {
  cursor: pointer;
}

.custom-select {
  clear: both;
  float: left;
  position: relative;
  border: 1px solid #c9c9c9;
  background: #ffffff url(../images/select-menu-btn.png) right top no-repeat;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  height: 30px;
  padding: 7px 35px 7px 7px;
  position: relative;
  width: 100%;
}

.custom-select select,
.custom-select select:focus {
  background: transparent;
  border: none;
  color: #666;
  cursor: pointer;
  font-size: 14px;
  height: 28px;
  left: 0;
  outline: none;
  overflow: hidden;
  padding: 7px 35px 7px 7px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 3;
  -webkit-appearance: none;
  -moz-appearance: window;
}

.radio label {
  clear: none;
  cursor: pointer;
  float: none;
  margin-right: 15px;
  width: auto;
}
@media screen and (min-width: 599px) {
  .radio label {
    float: left;
  }
}
.radio p,
.radio p:only-of-type {
  margin: 0;
}

.row {
  clear: both;
  float: left;
  position: relative;
  margin-bottom: 15px;
  width: 100%;
}
.row.split div {
  float: left;
  position: relative;
  width: 49%;
}
.row.split div:last-child {
  float: right;
  position: relative;
}

.search {
  box-sizing: border-box;
  display: inline-block;
  float: right;
  margin-left: 22px;
  width: 320px;
}
.search::before {
  content: "\f002";
  position: absolute;
  top: 12px;
  left: 18px;
  font-family: "FontAwesome";
  font-size: 17px;
  z-index: 2;
}
.search input[type=text], .search input[type=search] {
  background-color: #e0e0e0;
  border: none;
  box-sizing: border-box;
  float: left;
  font-size: 12px;
  font-weight: 600;
  padding: 16px 40px;
  position: relative;
  width: 165px;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .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; /* h5bp.com/t */
  }
  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;
  }
}

/*# sourceMappingURL=style.css.map */