/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/* This stylesheet generated by Transfonter (https://transfonter.org) on May 25, 2017 6:46 PM */
@font-face {
  font-family: 'Hill Light';
  src: url("../fonts/defaults/Hill.eot");
  src: url("../fonts/defaults/Hill.eot?#iefix") format("embedded-opentype"), url("../fonts/defaults/Hill.woff") format("woff"), url("../fonts/defaults/Hill.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

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

@font-face {
  font-family: 'Hill Demi';
  src: url("../fonts/defaults/Hill-DemiBold.eot");
  src: url("../fonts/defaults/Hill-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/defaults/Hill-DemiBold.woff") format("woff"), url("../fonts/defaults/Hill-DemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Hill Bold';
  src: url("../fonts/defaults/Hill-Bold.eot");
  src: url("../fonts/defaults/Hill-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/defaults/Hill-Bold.woff") format("woff"), url("../fonts/defaults/Hill-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, .two-tweets ul li:before, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

Super Form Reset

A couple of things to watch out for:

- IE8: If a text input doesn't have padding on all sides or none the text won't be centered.
- The default border sizes on text inputs in all UAs seem to be slightly different. You're better off using custom borders.
- You NEED to set the font-size and family on all form elements
- Search inputs need to have their appearance reset and the box-sizing set to content-box to match other UAs
- You can style the upload button in webkit using ::-webkit-file-upload-button
- ::-webkit-file-upload-button selectors can't be used in the same selector as normal ones. FF and IE freak out.
- IE: You don't need to fake inline-block with labels and form controls in IE. They function as inline-block.
- By turning off ::-webkit-search-decoration, it removes the extra whitespace on the left on search inputs

----------------------------------------------------------------------------------------------------*/
input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
  /* Browsers have different default form fonts */
  font-size: 13px;
  font-family: Arial; }

/* Remove the stupid outer glow in Webkit */
input:focus, textarea:focus, select:focus {
  outline: 0; }

/* Box Sizing Reset
-----------------------------------------------*/
/* All of our custom controls should be what we expect them to be */
input,
textarea {
  box-sizing: content-box; }

/* These elements are usually rendered a certain way by the browser */
button,
input[type=reset],
input[type=button],
input[type=submit],
input[type=checkbox],
input[type=radio],
select {
  box-sizing: border-box; }

/* Text Inputs
-----------------------------------------------*/
/* Button Controls
-----------------------------------------------*/
input[type=checkbox],
input[type=radio] {
  width: 13px;
  height: 13px; }

/* File Uploads
-----------------------------------------------*/
/* Search Input
-----------------------------------------------*/
/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box; }

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none; }

/* Buttons
-----------------------------------------------*/
button,
input[type="reset"],
input[type="button"],
input[type="submit"] {
  /* Fix IE7 display bug */
  overflow: visible;
  width: auto; }

/* IE8 and FF freak out if this rule is within another selector */
::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none; }

/* Textarea
-----------------------------------------------*/
textarea {
  /* Move the label to the top */
  vertical-align: top;
  /* Turn off scroll bars in IE unless needed */
  overflow: auto; }

/* Selects
-----------------------------------------------*/
select[multiple] {
  /* Move the label to the top */
  vertical-align: top; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  max-width: 100%; }
  .container::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1250px) {
    .container {
      width: 1210px;
      max-width: 100%; } }

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid::after {
    content: "";
    display: table;
    clear: both; }

.row {
  margin-right: -15px;
  margin-left: -15px; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  @media (min-width: 576px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 768px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 992px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }
  @media (min-width: 1250px) {
    .row {
      margin-right: -15px;
      margin-left: -15px; } }

.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-ipl, .col-ipl-1, .col-ipl-2, .col-ipl-3, .col-ipl-4, .col-ipl-5, .col-ipl-6, .col-ipl-7, .col-ipl-8, .col-ipl-9, .col-ipl-10, .col-ipl-11, .col-ipl-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 576px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-ipl, .col-ipl-1, .col-ipl-2, .col-ipl-3, .col-ipl-4, .col-ipl-5, .col-ipl-6, .col-ipl-7, .col-ipl-8, .col-ipl-9, .col-ipl-10, .col-ipl-11, .col-ipl-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 768px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-ipl, .col-ipl-1, .col-ipl-2, .col-ipl-3, .col-ipl-4, .col-ipl-5, .col-ipl-6, .col-ipl-7, .col-ipl-8, .col-ipl-9, .col-ipl-10, .col-ipl-11, .col-ipl-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 992px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-ipl, .col-ipl-1, .col-ipl-2, .col-ipl-3, .col-ipl-4, .col-ipl-5, .col-ipl-6, .col-ipl-7, .col-ipl-8, .col-ipl-9, .col-ipl-10, .col-ipl-11, .col-ipl-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1250px) {
    .col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-ipl, .col-ipl-1, .col-ipl-2, .col-ipl-3, .col-ipl-4, .col-ipl-5, .col-ipl-6, .col-ipl-7, .col-ipl-8, .col-ipl-9, .col-ipl-10, .col-ipl-11, .col-ipl-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
      padding-right: 15px;
      padding-left: 15px; } }

.col-xs-1 {
  float: left;
  width: 8.33333%; }

.col-xs-2 {
  float: left;
  width: 16.66667%; }

.col-xs-3 {
  float: left;
  width: 25%; }

.col-xs-4 {
  float: left;
  width: 33.33333%; }

.col-xs-5 {
  float: left;
  width: 41.66667%; }

.col-xs-6 {
  float: left;
  width: 50%; }

.col-xs-7 {
  float: left;
  width: 58.33333%; }

.col-xs-8 {
  float: left;
  width: 66.66667%; }

.col-xs-9 {
  float: left;
  width: 75%; }

.col-xs-10 {
  float: left;
  width: 83.33333%; }

.col-xs-11 {
  float: left;
  width: 91.66667%; }

.col-xs-12 {
  float: left;
  width: 100%; }

.pull-xs-0 {
  right: auto; }

.pull-xs-1 {
  right: 8.33333%; }

.pull-xs-2 {
  right: 16.66667%; }

.pull-xs-3 {
  right: 25%; }

.pull-xs-4 {
  right: 33.33333%; }

.pull-xs-5 {
  right: 41.66667%; }

.pull-xs-6 {
  right: 50%; }

.pull-xs-7 {
  right: 58.33333%; }

.pull-xs-8 {
  right: 66.66667%; }

.pull-xs-9 {
  right: 75%; }

.pull-xs-10 {
  right: 83.33333%; }

.pull-xs-11 {
  right: 91.66667%; }

.pull-xs-12 {
  right: 100%; }

.push-xs-0 {
  left: auto; }

.push-xs-1 {
  left: 8.33333%; }

.push-xs-2 {
  left: 16.66667%; }

.push-xs-3 {
  left: 25%; }

.push-xs-4 {
  left: 33.33333%; }

.push-xs-5 {
  left: 41.66667%; }

.push-xs-6 {
  left: 50%; }

.push-xs-7 {
  left: 58.33333%; }

.push-xs-8 {
  left: 66.66667%; }

.push-xs-9 {
  left: 75%; }

.push-xs-10 {
  left: 83.33333%; }

.push-xs-11 {
  left: 91.66667%; }

.push-xs-12 {
  left: 100%; }

.offset-xs-1 {
  margin-left: 8.33333%; }

.offset-xs-2 {
  margin-left: 16.66667%; }

.offset-xs-3 {
  margin-left: 25%; }

.offset-xs-4 {
  margin-left: 33.33333%; }

.offset-xs-5 {
  margin-left: 41.66667%; }

.offset-xs-6 {
  margin-left: 50%; }

.offset-xs-7 {
  margin-left: 58.33333%; }

.offset-xs-8 {
  margin-left: 66.66667%; }

.offset-xs-9 {
  margin-left: 75%; }

.offset-xs-10 {
  margin-left: 83.33333%; }

.offset-xs-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm-1 {
    float: left;
    width: 8.33333%; }
  .col-sm-2 {
    float: left;
    width: 16.66667%; }
  .col-sm-3 {
    float: left;
    width: 25%; }
  .col-sm-4 {
    float: left;
    width: 33.33333%; }
  .col-sm-5 {
    float: left;
    width: 41.66667%; }
  .col-sm-6 {
    float: left;
    width: 50%; }
  .col-sm-7 {
    float: left;
    width: 58.33333%; }
  .col-sm-8 {
    float: left;
    width: 66.66667%; }
  .col-sm-9 {
    float: left;
    width: 75%; }
  .col-sm-10 {
    float: left;
    width: 83.33333%; }
  .col-sm-11 {
    float: left;
    width: 91.66667%; }
  .col-sm-12 {
    float: left;
    width: 100%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .offset-sm-0 {
    margin-left: 0%; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md-1 {
    float: left;
    width: 8.33333%; }
  .col-md-2 {
    float: left;
    width: 16.66667%; }
  .col-md-3 {
    float: left;
    width: 25%; }
  .col-md-4 {
    float: left;
    width: 33.33333%; }
  .col-md-5 {
    float: left;
    width: 41.66667%; }
  .col-md-6 {
    float: left;
    width: 50%; }
  .col-md-7 {
    float: left;
    width: 58.33333%; }
  .col-md-8 {
    float: left;
    width: 66.66667%; }
  .col-md-9 {
    float: left;
    width: 75%; }
  .col-md-10 {
    float: left;
    width: 83.33333%; }
  .col-md-11 {
    float: left;
    width: 91.66667%; }
  .col-md-12 {
    float: left;
    width: 100%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .offset-md-0 {
    margin-left: 0%; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    float: left;
    width: 8.33333%; }
  .col-lg-2 {
    float: left;
    width: 16.66667%; }
  .col-lg-3 {
    float: left;
    width: 25%; }
  .col-lg-4 {
    float: left;
    width: 33.33333%; }
  .col-lg-5 {
    float: left;
    width: 41.66667%; }
  .col-lg-6 {
    float: left;
    width: 50%; }
  .col-lg-7 {
    float: left;
    width: 58.33333%; }
  .col-lg-8 {
    float: left;
    width: 66.66667%; }
  .col-lg-9 {
    float: left;
    width: 75%; }
  .col-lg-10 {
    float: left;
    width: 83.33333%; }
  .col-lg-11 {
    float: left;
    width: 91.66667%; }
  .col-lg-12 {
    float: left;
    width: 100%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .offset-lg-0 {
    margin-left: 0%; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1025px) {
  .col-ipl-1 {
    float: left;
    width: 8.33333%; }
  .col-ipl-2 {
    float: left;
    width: 16.66667%; }
  .col-ipl-3 {
    float: left;
    width: 25%; }
  .col-ipl-4 {
    float: left;
    width: 33.33333%; }
  .col-ipl-5 {
    float: left;
    width: 41.66667%; }
  .col-ipl-6 {
    float: left;
    width: 50%; }
  .col-ipl-7 {
    float: left;
    width: 58.33333%; }
  .col-ipl-8 {
    float: left;
    width: 66.66667%; }
  .col-ipl-9 {
    float: left;
    width: 75%; }
  .col-ipl-10 {
    float: left;
    width: 83.33333%; }
  .col-ipl-11 {
    float: left;
    width: 91.66667%; }
  .col-ipl-12 {
    float: left;
    width: 100%; }
  .pull-ipl-0 {
    right: auto; }
  .pull-ipl-1 {
    right: 8.33333%; }
  .pull-ipl-2 {
    right: 16.66667%; }
  .pull-ipl-3 {
    right: 25%; }
  .pull-ipl-4 {
    right: 33.33333%; }
  .pull-ipl-5 {
    right: 41.66667%; }
  .pull-ipl-6 {
    right: 50%; }
  .pull-ipl-7 {
    right: 58.33333%; }
  .pull-ipl-8 {
    right: 66.66667%; }
  .pull-ipl-9 {
    right: 75%; }
  .pull-ipl-10 {
    right: 83.33333%; }
  .pull-ipl-11 {
    right: 91.66667%; }
  .pull-ipl-12 {
    right: 100%; }
  .push-ipl-0 {
    left: auto; }
  .push-ipl-1 {
    left: 8.33333%; }
  .push-ipl-2 {
    left: 16.66667%; }
  .push-ipl-3 {
    left: 25%; }
  .push-ipl-4 {
    left: 33.33333%; }
  .push-ipl-5 {
    left: 41.66667%; }
  .push-ipl-6 {
    left: 50%; }
  .push-ipl-7 {
    left: 58.33333%; }
  .push-ipl-8 {
    left: 66.66667%; }
  .push-ipl-9 {
    left: 75%; }
  .push-ipl-10 {
    left: 83.33333%; }
  .push-ipl-11 {
    left: 91.66667%; }
  .push-ipl-12 {
    left: 100%; }
  .offset-ipl-0 {
    margin-left: 0%; }
  .offset-ipl-1 {
    margin-left: 8.33333%; }
  .offset-ipl-2 {
    margin-left: 16.66667%; }
  .offset-ipl-3 {
    margin-left: 25%; }
  .offset-ipl-4 {
    margin-left: 33.33333%; }
  .offset-ipl-5 {
    margin-left: 41.66667%; }
  .offset-ipl-6 {
    margin-left: 50%; }
  .offset-ipl-7 {
    margin-left: 58.33333%; }
  .offset-ipl-8 {
    margin-left: 66.66667%; }
  .offset-ipl-9 {
    margin-left: 75%; }
  .offset-ipl-10 {
    margin-left: 83.33333%; }
  .offset-ipl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1250px) {
  .col-xl-1 {
    float: left;
    width: 8.33333%; }
  .col-xl-2 {
    float: left;
    width: 16.66667%; }
  .col-xl-3 {
    float: left;
    width: 25%; }
  .col-xl-4 {
    float: left;
    width: 33.33333%; }
  .col-xl-5 {
    float: left;
    width: 41.66667%; }
  .col-xl-6 {
    float: left;
    width: 50%; }
  .col-xl-7 {
    float: left;
    width: 58.33333%; }
  .col-xl-8 {
    float: left;
    width: 66.66667%; }
  .col-xl-9 {
    float: left;
    width: 75%; }
  .col-xl-10 {
    float: left;
    width: 83.33333%; }
  .col-xl-11 {
    float: left;
    width: 91.66667%; }
  .col-xl-12 {
    float: left;
    width: 100%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .offset-xl-0 {
    margin-left: 0%; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

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

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

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  cursor: pointer; }

.slick-dots {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 10px 5px; }
    .slick-dots li button {
      display: none; }
    .slick-dots li:after {
      content: '';
      box-shadow: 0px 0px 9px 0px black;
      display: block;
      position: relative;
      width: 40px;
      height: 2px;
      background-color: white;
      opacity: 0.5; }
      @media only screen and (max-width: 767px) {
        .slick-dots li:after {
          height: 5px;
          width: 30px; } }
    .slick-dots li.slick-active:after {
      opacity: 1; }

.slick-prev {
  width: 38px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  left: 20px;
  z-index: 99;
  background-image: url("../svg/arrow-left.png");
  background-size: 100%;
  background-repeat: no-repeat; }
  .container .slick-prev {
    left: -50px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 1024px) {
      .container .slick-prev {
        left: -10px; } }
    @media only screen and (max-width: 767px) {
      .container .slick-prev {
        left: 5px; } }

.slick-next {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: 99;
  background-image: url("../svg/arrow-right.png");
  background-size: 100%;
  background-repeat: no-repeat; }
  .container .slick-next {
    right: -50px;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 1024px) {
      .container .slick-next {
        right: -10px; } }
    @media only screen and (max-width: 767px) {
      .container .slick-next {
        right: 5px; } }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/*!
 * # Semantic UI 2.2.10 - Dimmer
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
            Dimmer
*******************************/
.dimmable:not(.body) {
  position: relative; }

.ui.dimmer {
  display: none;
  position: absolute;
  top: 0em !important;
  left: 0em !important;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  line-height: 1;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  transition: background-color 0.5s linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: opacity;
  z-index: 1000; }

/* Dimmer Content */
.ui.dimmer > .content {
  width: 100%;
  height: 100%;
  display: table;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.ui.dimmer > .content > * {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF; }

/* Loose Coupling */
.ui.segment > .ui.dimmer {
  border-radius: inherit !important; }

/*******************************
            States
*******************************/
.animating.dimmable:not(body),
.dimmed.dimmable:not(body) {
  overflow: hidden; }

.dimmed.dimmable > .ui.animating.dimmer,
.dimmed.dimmable > .ui.visible.dimmer,
.ui.active.dimmer {
  display: block;
  opacity: 1; }

.ui.disabled.dimmer {
  width: 0 !important;
  height: 0 !important; }

/*******************************
           Variations
*******************************/
/*--------------
      Page
---------------*/
.ui.page.dimmer {
  position: fixed;
  -webkit-transform-style: '';
  transform-style: '';
  -webkit-perspective: 2000px;
  perspective: 2000px;
  -webkit-transform-origin: center center;
  transform-origin: center center; }

body.animating.in.dimmable,
body.dimmed.dimmable {
  overflow: hidden; }

body.dimmable > .dimmer {
  position: fixed; }

/*--------------
    Blurring
---------------*/
.blurring.dimmable > :not(.dimmer) {
  -webkit-filter: blur(0px) grayscale(0);
  filter: blur(0px) grayscale(0);
  transition: 800ms -webkit-filter ease;
  transition: 800ms filter ease;
  transition: 800ms filter ease, 800ms -webkit-filter ease; }

.blurring.dimmed.dimmable > :not(.dimmer) {
  -webkit-filter: blur(5px) grayscale(0.7);
  filter: blur(5px) grayscale(0.7); }

/* Dimmer Color */
.blurring.dimmable > .dimmer {
  background-color: rgba(0, 0, 0, 0.6); }

.blurring.dimmable > .inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.6); }

/*--------------
    Aligned
---------------*/
.ui.dimmer > .top.aligned.content > * {
  vertical-align: top; }

.ui.dimmer > .bottom.aligned.content > * {
  vertical-align: bottom; }

/*--------------
    Inverted
---------------*/
.ui.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.85); }

.ui.inverted.dimmer > .content > * {
  color: #FFFFFF; }

/*--------------
     Simple
---------------*/
/* Displays without javascript */
.ui.simple.dimmer {
  display: block;
  overflow: hidden;
  opacity: 1;
  width: 0%;
  height: 0%;
  z-index: -100;
  background-color: rgba(0, 0, 0, 0); }

.dimmed.dimmable > .ui.simple.dimmer {
  overflow: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 1; }

.ui.simple.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0); }

.dimmed.dimmable > .ui.simple.inverted.dimmer {
  background-color: rgba(255, 255, 255, 0.85); }

/*******************************
         Theme Overrides
*******************************/
/*******************************
        User Overrides
*******************************/
/*!
 * # Semantic UI 2.2.10 - Transition
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
          Transitions
*******************************/
.transition {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/*******************************
            States
*******************************/
/* Animating */
.animating.transition {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: visible !important; }

/* Loading */
.loading.transition {
  position: absolute;
  top: -99999px;
  left: -99999px; }

/* Hidden */
.hidden.transition {
  display: none;
  visibility: hidden; }

/* Visible */
.visible.transition {
  display: block !important;
  visibility: visible !important;
  /*  backface-visibility: @backfaceVisibility;
  transform: @use3DAcceleration;*/ }

/* Disabled */
.disabled.transition {
  -webkit-animation-play-state: paused;
  animation-play-state: paused; }

/*******************************
          Variations
*******************************/
.looping.transition {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

/*******************************
          Transitions
*******************************/
/*
  Some transitions adapted from Animate CSS
  https://github.com/daneden/animate.css

  Additional transitions adapted from Glide
  by Nick Pettit - https://github.com/nickpettit/glide
*/
/*--------------
     Browse
---------------*/
.transition.browse {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.transition.browse.in {
  -webkit-animation-name: browseIn;
  animation-name: browseIn; }

.transition.browse.out,
.transition.browse.left.out {
  -webkit-animation-name: browseOutLeft;
  animation-name: browseOutLeft; }

.transition.browse.right.out {
  -webkit-animation-name: browseOutRight;
  animation-name: browseOutRight; }

/* In */
@-webkit-keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

@keyframes browseIn {
  0% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1; }
  10% {
    -webkit-transform: scale(0.8) translateZ(0px);
    transform: scale(0.8) translateZ(0px);
    z-index: -1;
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1.05) translateZ(0px);
    transform: scale(1.05) translateZ(0px);
    opacity: 1;
    z-index: 999; }
  100% {
    -webkit-transform: scale(1) translateZ(0px);
    transform: scale(1) translateZ(0px);
    z-index: 999; } }

/* Out */
@-webkit-keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutLeft {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: -1;
    -webkit-transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(-105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: -1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@-webkit-keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

@keyframes browseOutRight {
  0% {
    z-index: 999;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg); }
  50% {
    z-index: 1;
    -webkit-transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px);
    transform: translateX(105%) rotateY(35deg) rotateX(10deg) translateZ(-10px); }
  80% {
    opacity: 1; }
  100% {
    z-index: 1;
    -webkit-transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    transform: translateX(0%) rotateY(0deg) rotateX(0deg) translateZ(-10px);
    opacity: 0; } }

/*--------------
     Drop
---------------*/
.drop.transition {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1);
  animation-timing-function: cubic-bezier(0.34, 1.61, 0.7, 1); }

.drop.transition.in {
  -webkit-animation-name: dropIn;
  animation-name: dropIn; }

.drop.transition.out {
  -webkit-animation-name: dropOut;
  animation-name: dropOut; }

/* Drop */
@-webkit-keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes dropIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

@keyframes dropOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }

/*--------------
      Fade
---------------*/
.transition.fade.in {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

.transition[class*="fade up"].in {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.transition[class*="fade down"].in {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.transition[class*="fade left"].in {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.transition[class*="fade right"].in {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.transition.fade.out {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

.transition[class*="fade up"].out {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

.transition[class*="fade down"].out {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

.transition[class*="fade left"].out {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

.transition[class*="fade right"].out {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

/* In */
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); } }

/* Out */
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); } }

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-5%);
    transform: translateY(-5%); } }

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(5%);
    transform: translateX(5%); } }

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-5%);
    transform: translateX(-5%); } }

/*--------------
     Flips
---------------*/
.flip.transition.in,
.flip.transition.out {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms; }

.horizontal.flip.transition.in {
  -webkit-animation-name: horizontalFlipIn;
  animation-name: horizontalFlipIn; }

.horizontal.flip.transition.out {
  -webkit-animation-name: horizontalFlipOut;
  animation-name: horizontalFlipOut; }

.vertical.flip.transition.in {
  -webkit-animation-name: verticalFlipIn;
  animation-name: verticalFlipIn; }

.vertical.flip.transition.out {
  -webkit-animation-name: verticalFlipOut;
  animation-name: verticalFlipOut; }

/* In */
@-webkit-keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@keyframes horizontalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateY(-90deg);
    transform: perspective(2000px) rotateY(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

@keyframes verticalFlipIn {
  0% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; } }

/* Out */
@-webkit-keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@keyframes horizontalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateY(0deg);
    transform: perspective(2000px) rotateY(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateY(90deg);
    transform: perspective(2000px) rotateY(90deg);
    opacity: 0; } }

@-webkit-keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

@keyframes verticalFlipOut {
  0% {
    -webkit-transform: perspective(2000px) rotateX(0deg);
    transform: perspective(2000px) rotateX(0deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(2000px) rotateX(-90deg);
    transform: perspective(2000px) rotateX(-90deg);
    opacity: 0; } }

/*--------------
      Scale
---------------*/
.scale.transition.in {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn; }

.scale.transition.out {
  -webkit-animation-name: scaleOut;
  animation-name: scaleOut; }

@-webkit-keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes scaleIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
    transform: scale(0.8); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

/* Out */
@-webkit-keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

@keyframes scaleOut {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9); } }

/*--------------
      Fly
---------------*/
/* Inward */
.transition.fly {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.transition.fly.in {
  -webkit-animation-name: flyIn;
  animation-name: flyIn; }

.transition[class*="fly up"].in {
  -webkit-animation-name: flyInUp;
  animation-name: flyInUp; }

.transition[class*="fly down"].in {
  -webkit-animation-name: flyInDown;
  animation-name: flyInDown; }

.transition[class*="fly left"].in {
  -webkit-animation-name: flyInLeft;
  animation-name: flyInLeft; }

.transition[class*="fly right"].in {
  -webkit-animation-name: flyInRight;
  animation-name: flyInRight; }

/* Outward */
.transition.fly.out {
  -webkit-animation-name: flyOut;
  animation-name: flyOut; }

.transition[class*="fly up"].out {
  -webkit-animation-name: flyOutUp;
  animation-name: flyOutUp; }

.transition[class*="fly down"].out {
  -webkit-animation-name: flyOutDown;
  animation-name: flyOutDown; }

.transition[class*="fly left"].out {
  -webkit-animation-name: flyOutLeft;
  animation-name: flyOutLeft; }

.transition[class*="fly right"].out {
  -webkit-animation-name: flyOutRight;
  animation-name: flyOutRight; }

/* In */
@-webkit-keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes flyIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@-webkit-keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes flyInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 1500px, 0);
    transform: translate3d(0, 1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -1500px, 0);
    transform: translate3d(0, -1500px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1500px, 0, 0);
    transform: translate3d(1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@-webkit-keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

@keyframes flyInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-1500px, 0, 0);
    transform: translate3d(-1500px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  100% {
    -webkit-transform: none;
    transform: none; } }

/* Out */
@-webkit-keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes flyOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@-webkit-keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes flyOutUp {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@-webkit-keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes flyOutDown {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@-webkit-keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes flyOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@-webkit-keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes flyOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

/*--------------
     Slide
---------------*/
.transition.slide.in,
.transition[class*="slide down"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="slide up"].in {
  -webkit-animation-name: slideInY;
  animation-name: slideInY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="slide left"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="slide right"].in {
  -webkit-animation-name: slideInX;
  animation-name: slideInX;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.transition.slide.out,
.transition[class*="slide down"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="slide up"].out {
  -webkit-animation-name: slideOutY;
  animation-name: slideOutY;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="slide left"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="slide right"].out {
  -webkit-animation-name: slideOutX;
  animation-name: slideOutX;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

/* In */
@-webkit-keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@keyframes slideInY {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); } }

@-webkit-keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

@keyframes slideInX {
  0% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); }
  100% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); } }

/* Out */
@-webkit-keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@keyframes slideOutY {
  0% {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@-webkit-keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

@keyframes slideOutX {
  0% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }
  100% {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0); } }

/*--------------
     Swing
---------------*/
.transition.swing {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.transition[class*="swing down"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="swing up"].in {
  -webkit-animation-name: swingInX;
  animation-name: swingInX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="swing left"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="swing right"].in {
  -webkit-animation-name: swingInY;
  animation-name: swingInY;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

.transition.swing.out,
.transition[class*="swing down"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: top center;
  transform-origin: top center; }

.transition[class*="swing up"].out {
  -webkit-animation-name: swingOutX;
  animation-name: swingOutX;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center; }

.transition[class*="swing left"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center right;
  transform-origin: center right; }

.transition[class*="swing right"].out {
  -webkit-animation-name: swingOutY;
  animation-name: swingOutY;
  -webkit-transform-origin: center left;
  transform-origin: center left; }

/* In */
@-webkit-keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@keyframes swingInX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateX(15deg);
    transform: perspective(1000px) rotateX(15deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); } }

@-webkit-keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

@keyframes swingInY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; }
  40% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-17.5deg);
    transform: perspective(1000px) rotateY(-17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); } }

/* Out */
@-webkit-keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@keyframes swingOutX {
  0% {
    -webkit-transform: perspective(1000px) rotateX(0deg);
    transform: perspective(1000px) rotateX(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateX(-7.5deg);
    transform: perspective(1000px) rotateX(-7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateX(17.5deg);
    transform: perspective(1000px) rotateX(17.5deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateX(-30deg);
    transform: perspective(1000px) rotateX(-30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateX(90deg);
    transform: perspective(1000px) rotateX(90deg);
    opacity: 0; } }

@-webkit-keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

@keyframes swingOutY {
  0% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transform: perspective(1000px) rotateY(0deg); }
  40% {
    -webkit-transform: perspective(1000px) rotateY(7.5deg);
    transform: perspective(1000px) rotateY(7.5deg); }
  60% {
    -webkit-transform: perspective(1000px) rotateY(-10deg);
    transform: perspective(1000px) rotateY(-10deg); }
  80% {
    -webkit-transform: perspective(1000px) rotateY(30deg);
    transform: perspective(1000px) rotateY(30deg);
    opacity: 1; }
  100% {
    -webkit-transform: perspective(1000px) rotateY(-90deg);
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0; } }

/*******************************
       Static Animations
*******************************/
/*--------------
    Emphasis
---------------*/
.flash.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: flash;
  animation-name: flash; }

.shake.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: shake;
  animation-name: shake; }

.bounce.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: bounce;
  animation-name: bounce; }

.tada.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: tada;
  animation-name: tada; }

.pulse.transition {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-name: pulse;
  animation-name: pulse; }

.jiggle.transition {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-name: jiggle;
  animation-name: jiggle; }

/* Flash */
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

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

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px); } }

/* Bounce */
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px); } }

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

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

/* Pulse */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  50% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

/* Rubberband */
@-webkit-keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes jiggle {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

/*******************************
         Site Overrides
*******************************/
/*!
 * # Semantic UI 2.2.10 - Modal
 * http://github.com/semantic-org/semantic-ui/
 *
 *
 * Released under the MIT license
 * http://opensource.org/licenses/MIT
 *
 */
/*******************************
             Modal
*******************************/
.ui.modal {
  display: none;
  position: fixed;
  z-index: 1001;
  top: 50%;
  left: 50%;
  text-align: left;
  background: #FFFFFF;
  border: none;
  box-shadow: 1px 3px 3px 0px rgba(0, 0, 0, 0.2), 1px 3px 15px 2px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 50% 25%;
  transform-origin: 50% 25%;
  border-radius: 0.28571429rem;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  will-change: top, left, margin, transform, opacity; }

.ui.modal > :first-child:not(.icon),
.ui.modal > .icon:first-child + * {
  border-top-left-radius: 0.28571429rem;
  border-top-right-radius: 0.28571429rem; }

.ui.modal > :last-child {
  border-bottom-left-radius: 0.28571429rem;
  border-bottom-right-radius: 0.28571429rem; }

/*******************************
            Content
*******************************/
/*--------------
     Close
---------------*/
.ui.modal > .close {
  cursor: pointer;
  position: absolute;
  top: -2.5rem;
  right: -2.5rem;
  z-index: 1;
  opacity: 0.8;
  font-size: 1.25em;
  color: #FFFFFF;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.625rem 0rem 0rem 0rem; }

.ui.modal > .close:hover {
  opacity: 1; }

/*--------------
     Header
---------------*/
.ui.modal > .header {
  display: block;
  font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
  background: #FFFFFF;
  margin: 0em;
  padding: 1.25rem 1.5rem;
  box-shadow: none;
  color: rgba(0, 0, 0, 0.85);
  border-bottom: 1px solid rgba(34, 36, 38, 0.15); }

.ui.modal > .header:not(.ui) {
  font-size: 1.42857143rem;
  line-height: 1.28571429em;
  font-weight: bold; }

/*--------------
     Content
---------------*/
.ui.modal > .content {
  display: block;
  width: 100%;
  font-size: 1em;
  line-height: 1.4;
  padding: 1.5rem;
  background: #FFFFFF; }

.ui.modal > .image.content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

/* Image */
.ui.modal > .content > .image {
  display: block;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: '';
  -webkit-align-self: top;
  -ms-flex-item-align: top;
  -ms-grid-row-align: top;
  align-self: top; }

.ui.modal > [class*="top aligned"] {
  -webkit-align-self: top;
  -ms-flex-item-align: top;
  -ms-grid-row-align: top;
  align-self: top; }

.ui.modal > [class*="middle aligned"] {
  -webkit-align-self: middle;
  -ms-flex-item-align: middle;
  -ms-grid-row-align: middle;
  align-self: middle; }

.ui.modal > [class*="stretched"] {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch; }

/* Description */
.ui.modal > .content > .description {
  display: block;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: 0px;
  -webkit-align-self: top;
  -ms-flex-item-align: top;
  -ms-grid-row-align: top;
  align-self: top; }

.ui.modal > .content > .icon + .description,
.ui.modal > .content > .image + .description {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  min-width: '';
  width: auto;
  padding-left: 2em; }

/*rtl:ignore*/
.ui.modal > .content > .image > i.icon {
  margin: 0em;
  opacity: 1;
  width: auto;
  line-height: 1;
  font-size: 8rem; }

/*--------------
     Actions
---------------*/
.ui.modal > .actions {
  background: #F9FAFB;
  padding: 1rem 1rem;
  border-top: 1px solid rgba(34, 36, 38, 0.15);
  text-align: right; }

.ui.modal .actions > .button {
  margin-left: 0.75em; }

/*-------------------
       Responsive
--------------------*/
/* Modal Width */
@media only screen and (max-width: 767px) {
  .ui.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%; } }

@media only screen and (min-width: 768px) {
  .ui.modal {
    width: 88%;
    margin: 0em 0em 0em -44%; } }

@media only screen and (min-width: 992px) {
  .ui.modal {
    width: 850px;
    margin: 0em 0em 0em -425px; } }

@media only screen and (min-width: 1200px) {
  .ui.modal {
    width: 900px;
    margin: 0em 0em 0em -450px; } }

@media only screen and (min-width: 1920px) {
  .ui.modal {
    width: 950px;
    margin: 0em 0em 0em -475px; } }

/* Tablet and Mobile */
@media only screen and (max-width: 991px) {
  .ui.modal > .header {
    padding-right: 2.25rem; }
  .ui.modal > .close {
    top: 1.0535rem;
    right: 1rem;
    color: rgba(0, 0, 0, 0.87); } }

/* Mobile */
@media only screen and (max-width: 767px) {
  .ui.modal > .header {
    padding: 0.75rem 1rem !important;
    padding-right: 2.25rem !important; }
  .ui.modal > .content {
    display: block;
    padding: 1rem !important; }
  .ui.modal > .close {
    top: 0.5rem !important;
    right: 0.5rem !important; }
  /*rtl:ignore*/
  .ui.modal .image.content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .ui.modal .content > .image {
    display: block;
    max-width: 100%;
    margin: 0em auto !important;
    text-align: center;
    padding: 0rem 0rem 1rem !important; }
  .ui.modal > .content > .image > i.icon {
    font-size: 5rem;
    text-align: center; }
  /*rtl:ignore*/
  .ui.modal .content > .description {
    display: block;
    width: 100% !important;
    margin: 0em !important;
    padding: 1rem 0rem !important;
    box-shadow: none; }
  /* Let Buttons Stack */
  .ui.modal > .actions {
    padding: 1rem 1rem 0rem !important; }
  .ui.modal .actions > .buttons,
  .ui.modal .actions > .button {
    margin-bottom: 1rem; } }

/*--------------
    Coupling
---------------*/
.ui.inverted.dimmer > .ui.modal {
  box-shadow: 1px 3px 10px 2px rgba(0, 0, 0, 0.2); }

/*******************************
             Types
*******************************/
.ui.basic.modal {
  background-color: transparent;
  border: none;
  border-radius: 0em;
  box-shadow: none !important;
  color: #FFFFFF; }

.ui.basic.modal > .header,
.ui.basic.modal > .content,
.ui.basic.modal > .actions {
  background-color: transparent; }

.ui.basic.modal > .header {
  color: #FFFFFF; }

.ui.basic.modal > .close {
  top: 1rem;
  right: 1.5rem; }

.ui.inverted.dimmer > .basic.modal {
  color: rgba(0, 0, 0, 0.87); }

.ui.inverted.dimmer > .ui.basic.modal > .header {
  color: rgba(0, 0, 0, 0.85); }

/* Tablet and Mobile */
@media only screen and (max-width: 991px) {
  .ui.basic.modal > .close {
    color: #FFFFFF; } }

/*******************************
             States
*******************************/
.ui.active.modal {
  display: block; }

/*******************************
           Variations
*******************************/
/*--------------
    Scrolling
---------------*/
/* A modal that cannot fit on the page */
.scrolling.dimmable.dimmed {
  overflow: hidden; }

.scrolling.dimmable.dimmed > .dimmer {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.scrolling.dimmable > .dimmer {
  position: fixed; }

.modals.dimmer .ui.scrolling.modal {
  position: static !important;
  margin: 3.5rem auto !important; }

/* undetached scrolling */
.scrolling.undetached.dimmable.dimmed {
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.scrolling.undetached.dimmable.dimmed > .dimmer {
  overflow: hidden; }

.scrolling.undetached.dimmable .ui.scrolling.modal {
  position: absolute;
  left: 50%;
  margin-top: 3.5rem !important; }

/* Coupling with Sidebar */
.undetached.dimmable.dimmed > .pusher {
  z-index: auto; }

@media only screen and (max-width: 991px) {
  .modals.dimmer .ui.scrolling.modal {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; } }

/*--------------
   Full Screen
---------------*/
.ui.fullscreen.modal {
  width: 95% !important;
  left: 2.5% !important;
  margin: 1em auto; }

.ui.fullscreen.scrolling.modal {
  left: 0em !important; }

.ui.fullscreen.modal > .header {
  padding-right: 2.25rem; }

.ui.fullscreen.modal > .close {
  top: 1.0535rem;
  right: 1rem;
  color: rgba(0, 0, 0, 0.87); }

/*--------------
      Size
---------------*/
.ui.modal {
  font-size: 1rem; }

/* Small */
.ui.small.modal > .header:not(.ui) {
  font-size: 1.3em; }

/* Small Modal Width */
@media only screen and (max-width: 767px) {
  .ui.small.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%; } }

@media only screen and (min-width: 768px) {
  .ui.small.modal {
    width: 70.4%;
    margin: 0em 0em 0em -35.2%; } }

@media only screen and (min-width: 992px) {
  .ui.small.modal {
    width: 680px;
    margin: 0em 0em 0em -340px; } }

@media only screen and (min-width: 1200px) {
  .ui.small.modal {
    width: 720px;
    margin: 0em 0em 0em -360px; } }

@media only screen and (min-width: 1920px) {
  .ui.small.modal {
    width: 760px;
    margin: 0em 0em 0em -380px; } }

/* Large Modal Width */
.ui.large.modal > .header {
  font-size: 1.6em; }

@media only screen and (max-width: 767px) {
  .ui.large.modal {
    width: 95%;
    margin: 0em 0em 0em -47.5%; } }

@media only screen and (min-width: 768px) {
  .ui.large.modal {
    width: 88%;
    margin: 0em 0em 0em -44%; } }

@media only screen and (min-width: 992px) {
  .ui.large.modal {
    width: 1020px;
    margin: 0em 0em 0em -510px; } }

@media only screen and (min-width: 1200px) {
  .ui.large.modal {
    width: 1080px;
    margin: 0em 0em 0em -540px; } }

@media only screen and (min-width: 1920px) {
  .ui.large.modal {
    width: 1140px;
    margin: 0em 0em 0em -570px; } }

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

[class^="icon-"]:before, [class*=" icon-"]:before, .custom-icons:before {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block; }

@font-face {
  font-family: 'icon-font';
  src: url("../fonts/icons/custom-icons.ttf") format("truetype"), url("../fonts/icons/custom-icons.woff") format("woff"), url("../fonts/icons/custom-icons.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

.iconimg--social {
  width: 40px;
  height: 40px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.icons {
  width: 20px;
  height: 20px;
  margin-right: 10px; }
  .icons__search {
    width: 25px;
    height: 25px; }
    @media (max-width: 991px) {
      .icons__search {
        margin-top: 5px;
        width: 15px;
        height: 15px; } }

h1, h2, h3, .two-tweets ul li:before, h4, h5, h6 {
  color: #000000;
  line-height: 1.2em;
  font-family: "Hill Demi", sans-serif; }

@media only screen and (max-width: 767px) {
  h2 br {
    display: none; } }

strong, b {
  font-family: "Hill Bold", sans-serif; }

h1 {
  font-size: 38px; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 40px; } }
  @media only screen and (min-width: 992px) {
    h1 {
      font-size: 55px; } }

h2 {
  font-size: 32px; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 36px; } }
  @media only screen and (min-width: 992px) {
    h2 {
      font-size: 50px; } }

h3, .two-tweets ul li:before {
  font-size: 24px; }
  @media only screen and (min-width: 768px) {
    h3, .two-tweets ul li:before {
      font-size: 28px; } }
  @media only screen and (min-width: 992px) {
    h3, .two-tweets ul li:before {
      font-size: 32px; } }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

a {
  cursor: pointer;
  text-decoration: none; }

p a:hover {
  border-bottom: 0.2em solid black; }

@media only screen and (max-width: 767px) {
  p {
    margin-bottom: 1.75em !important; }
    p:last-of-type:not(:only-of-type) {
      margin-bottom: 0 !important; } }

p, a, li, button, cite, td, tr, th {
  font-family: "Hill Light", sans-serif;
  font-size: 18px;
  line-height: 26px;
  color: #000000; }
  @media only screen and (min-width: 768px) {
    p, a, li, button, cite, td, tr, th {
      font-size: 26px;
      line-height: 34px; } }
  p.leading, a.leading, li.leading, button.leading, cite.leading, td.leading, tr.leading, th.leading {
    font-family: "Hill Bold", sans-serif;
    font-size: 24px;
    line-height: 32px; }
  p.small, a.small, li.small, button.small, cite.small, td.small, tr.small, th.small {
    font-size: 16px;
    line-height: 26px; }
    p.small--caps, a.small--caps, li.small--caps, button.small--caps, cite.small--caps, td.small--caps, tr.small--caps, th.small--caps {
      font-size: 14px;
      line-height: 24px;
      text-transform: uppercase;
      letter-spacing: 2px; }
      p.small--caps--smaller, a.small--caps--smaller, li.small--caps--smaller, button.small--caps--smaller, cite.small--caps--smaller, td.small--caps--smaller, tr.small--caps--smaller, th.small--caps--smaller {
        font-size: 11px;
        line-height: 22px;
        text-transform: uppercase;
        letter-spacing: 2px; }
  p.medium, a.medium, li.medium, button.medium, cite.medium, td.medium, tr.medium, th.medium {
    font-size: 24px; }

.uppercase * {
  text-transform: uppercase; }

blockquote {
  position: relative; }
  blockquote span {
    font-size: 24px;
    font-style: italic;
    line-height: 32px;
    color: #2E3B50;
    quotes: '\201c' '\201d';
    position: relative;
    letter-spacing: -0.57px;
    margin: 0; }
    @media only screen and (min-width: 992px) {
      blockquote span {
        font-size: 34px;
        line-height: 44px; } }
    blockquote span.quote {
      font-size: 72px;
      font-style: normal;
      color: rgba(0, 0, 0, 0.1);
      position: absolute;
      margin-top: 10px;
      line-height: 0; }
      @media only screen and (min-width: 576px) {
        blockquote span.quote {
          position: relative;
          margin-top: 0;
          top: 25px; } }
      @media only screen and (min-width: 992px) {
        blockquote span.quote {
          top: 15px; } }
      @media only screen and (min-width: 1250px) {
        blockquote span.quote {
          top: 17px; } }
      blockquote span.quote--left {
        left: 0px; }
        @media only screen and (max-width: 575px) {
          blockquote span.quote--left {
            left: -30px;
            top: 10px; } }
      @media only screen and (max-width: 575px) {
        blockquote span.quote--right {
          right: -30px;
          bottom: -20px; } }

sup {
  vertical-align: super;
  font-size: .75em; }

hr.short {
  max-width: 50px;
  min-width: 50px;
  border-width: 0px;
  height: 3px;
  background-color: white; }

hr.red {
  background-color: #d43149; }

hr.white {
  background-color: #ffffff; }

hr.left {
  margin-left: 0; }

.link--withimg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0 !important; }
  .link--withimg img {
    margin: 0 10px 0 0; }
  @media only screen and (min-width: 768px) {
    .link--withimg {
      font-size: 18px !important;
      margin-bottom: -5px; } }
  @media only screen and (min-width: 768px) {
    .link--withimg img {
      width: 30px; } }

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

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

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

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

@media only screen and (max-width: 767px) {
  .text--center--mob {
    text-align: center; } }

img.text--left {
  float: left; }

img.text--center {
  display: block;
  margin: 0 auto; }

img.text--right {
  float: right; }

img.text--justify {
  display: block;
  margin: 0 auto; }

.color--black {
  color: #000000 !important; }
  .color--black * {
    color: #000000 !important; }

.color--white {
  color: #ffffff !important; }
  .color--white * {
    color: #ffffff !important; }

.color--red {
  color: #d43149 !important; }
  .color--red * {
    color: #d43149 !important; }

.color--green {
  color: #79CCC6 !important; }
  .color--green * {
    color: #79CCC6 !important; }

.color--purple {
  color: #6E72B5 !important; }
  .color--purple * {
    color: #6E72B5 !important; }

.color--orange {
  color: #FDC369 !important; }
  .color--orange * {
    color: #FDC369 !important; }

.color--mottle {
  color: #efefef !important; }
  .color--mottle * {
    color: #efefef !important; }

.color--grey--lighter {
  color: #f5f3f3 !important; }
  .color--grey--lighter * {
    color: #f5f3f3 !important; }

.color--grey--light {
  color: #EDEDED !important; }
  .color--grey--light * {
    color: #EDEDED !important; }

.color--grey--mid {
  color: #959699 !important; }
  .color--grey--mid * {
    color: #959699 !important; }

.color--grey--midder {
  color: #C9CBCD !important; }
  .color--grey--midder * {
    color: #C9CBCD !important; }

.color--grey--dark {
  color: #687383 !important; }
  .color--grey--dark * {
    color: #687383 !important; }

.color--grey--darker {
  color: #2E3B50 !important; }
  .color--grey--darker * {
    color: #2E3B50 !important; }

.color--brand--blue-dark {
  color: #4b4f54 !important; }
  .color--brand--blue-dark * {
    color: #4b4f54 !important; }

.color--brand--blue-pastel {
  color: #a7b9c2 !important; }
  .color--brand--blue-pastel * {
    color: #a7b9c2 !important; }

.color--brand--blue-crema {
  color: #9eb0b9 !important; }
  .color--brand--blue-crema * {
    color: #9eb0b9 !important; }

hr {
  border: 0;
  border-bottom: 1px solid #000; }

/**************************
** 1. Gravity Forms
** 2. Select Menus
** 3. Radio and Checkboxes
**************************/
form input, form textarea, form select, form .fancy-select {
  background-color: #f0f0f0;
  padding: 15px 20px;
  color: #000000;
  font-size: 22px;
  border-radius: 0px;
  line-height: 1.2;
  margin-top: 5px;
  margin-bottom: 5px;
  text-transform: none;
  font-family: "Hill", sans-serif; }
  form input:focus, form textarea:focus, form select:focus, form .fancy-select:focus {
    background-color: #f0f0f0; }
  form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder, form select::-webkit-input-placeholder, form .fancy-select::-webkit-input-placeholder {
    color: #959699;
    font-family: "Hill", sans-serif; }
  form input::-moz-placeholder, form textarea::-moz-placeholder, form select::-moz-placeholder, form .fancy-select::-moz-placeholder {
    color: #959699;
    font-family: "Hill", sans-serif; }
  form input:-ms-input-placeholder, form textarea:-ms-input-placeholder, form select:-ms-input-placeholder, form .fancy-select:-ms-input-placeholder {
    color: #959699;
    font-family: "Hill", sans-serif; }
  form input:-moz-placeholder, form textarea:-moz-placeholder, form select:-moz-placeholder, form .fancy-select:-moz-placeholder {
    color: #959699;
    font-family: "Hill", sans-serif; }
  form input.secondary, form textarea.secondary, form select.secondary, form .fancy-select.secondary {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff; }
  form input[type=submit], form textarea[type=submit], form select[type=submit], form .fancy-select[type=submit] {
    background-color: black;
    color: white; }

form .fancy-select .options {
  background-color: #ecf2f5;
  border: 0;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2); }
  form .fancy-select .options li {
    border: 0 !important;
    color: #4b4f54 !important; }
    form .fancy-select .options li:hover {
      color: #4b4f54 !important;
      background-color: #d5e9f3; }

.contactform-bg {
  position: relative;
  padding-top: 40px !important;
  padding-top: 40px !important; }
  @media only screen and (min-width: 768px) {
    .contactform-bg {
      padding-top: 80px !important;
      padding-top: 80px !important; }
      .contactform-bg:before {
        content: '';
        background-color: #f0f0f0;
        width: 50%;
        position: absolute;
        height: 100%;
        right: 0;
        top: 0; } }

.contactform {
  padding-bottom: 4rem !important; }
  .contactform form .row [class^="col-"], .contactform form .row [class*=" col-"] {
    padding-top: 10px;
    padding-bottom: 10px; }
    .contactform form .row [class^="col-"]:first-child, .contactform form .row [class*=" col-"]:first-child {
      padding-left: 0; }
      @media only screen and (max-width: 767px) {
        .contactform form .row [class^="col-"]:first-child, .contactform form .row [class*=" col-"]:first-child {
          padding-right: 0; } }
    .contactform form .row [class^="col-"]:last-child, .contactform form .row [class*=" col-"]:last-child {
      padding-right: 0; }
      @media only screen and (max-width: 767px) {
        .contactform form .row [class^="col-"]:last-child, .contactform form .row [class*=" col-"]:last-child {
          padding-left: 0; } }
  .contactform form h4 {
    margin-top: 10px;
    font-family: "Hill Bold", sans-serif; }
  .contactform form input, .contactform form textarea, .contactform form select, .contactform form .fancy-select {
    margin-top: 10px;
    margin-bottom: 10px; }
  .contactform form .flexinput span {
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contactform form .flexinput span > * {
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .contactform form .wpcf7-radio {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .contactform form .wpcf7-list-item {
    width: 50%;
    margin: 0;
    position: relative; }
    .contactform form .wpcf7-list-item input {
      cursor: pointer;
      opacity: 0;
      clip: auto;
      width: 100%;
      display: block;
      cursor: pointer;
      height: 100%;
      margin: 0; }
      .contactform form .wpcf7-list-item input:hover + .wpcf7-list-item-label:before {
        color: #a6bfcf; }
      .contactform form .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
        content: "\e90c";
        color: #a6bfcf; }
    .contactform form .wpcf7-list-item .wpcf7-list-item-label {
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      pointer-events: none;
      position: relative;
      padding-left: 40px; }
      .contactform form .wpcf7-list-item .wpcf7-list-item-label:before {
        position: absolute;
        top: 50%;
        left: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        display: inline-block;
        font-family: "icon-font";
        content: "\e90b";
        color: #edf2f5; }
  .contactform .wpcf7-response-output {
    border: none;
    margin: .5rem 0 2rem 0;
    padding: 0;
    font-family: "Hill Demi", sans-serif; }

/**************************
** 1. Gravity Forms
**************************/
.gform_fields {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 0;
  padding: 0; }

.gform_wrapper {
  max-width: 100% !important; }
  .gform_wrapper ul {
    padding: 0; }
    .gform_wrapper ul li {
      list-style-type: none; }
  .gform_wrapper label {
    display: block;
    margin-bottom: 15px; }
  .gform_wrapper .gfield {
    min-width: 35%;
    max-width: 50%;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex: 1 0 calc(25% - 10px);
    -ms-flex: 1 0 calc(25% - 10px);
    flex: 1 0 calc(25% - 10px);
    margin: 15px; }
    .gform_wrapper .gfield:nth-child(odd) {
      margin-left: 0; }
    .gform_wrapper .gfield:nth-child(even) {
      margin-right: 0; }
  .gform_wrapper .top_label input, .gform_wrapper .top_label textarea {
    padding: 10px;
    width: 100% !important; }
  .gform_wrapper input[type="text"], .gform_wrapper textarea {
    border: 1px solid; }
  .gform_wrapper .datepicker {
    width: 100% !important; }
  .gform_wrapper .gform_footer {
    text-align: center; }

/**************************
** 2. Select Menus
**************************/
.fancy-select {
  position: relative; }
  .fancy-select .trigger {
    border-radius: 0;
    cursor: pointer;
    position: relative;
    width: 200px;
    transition: all 240ms ease-out;
    width: 100%; }
    .fancy-select .trigger:after {
      font-family: 'icon-font';
      content: "\e904";
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(180deg);
      transform: translate(0, -50%) rotate(180deg);
      right: 9px; }
  .fancy-select .options {
    cursor: pointer;
    list-style: none;
    position: absolute;
    top: 0px;
    left: 0;
    visibility: hidden;
    opacity: 0;
    z-index: 50;
    overflow: auto;
    background: #ffffff;
    border-radius: 3px;
    min-width: 200px;
    transition: opacity 300ms ease-out, top 300ms ease-out, visibility 300ms ease-out;
    max-height: 300px;
    overflow: auto;
    width: 100%; }
    .fancy-select .options li {
      border: 1px solid;
      border-top: none;
      border-bottom: 0;
      margin: 0; }
      .fancy-select .options li:last-child {
        border-bottom: 1px solid; }
    .fancy-select .options.open {
      visibility: visible;
      top: calc(100% - 1px);
      opacity: 1;
      transition: opacity 300ms ease-out, top 300ms ease-out;
      padding: 0; }
      .fancy-select .options.open li {
        padding: 6px 17px; }
        .fancy-select .options.open li.hover, .fancy-select .options.open li.selected {
          color: #ffffff; }

/**************************
** 3. Radio and Checkboxes
**************************/
.visuallyhidden, input[type="radio"],
input[type="checkbox"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

input[type="radio"] + label,
input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px; }
  input[type="radio"] + label:before,
  input[type="checkbox"] + label:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid; }

input[type="radio"] + label:before {
  border-radius: 100%; }

input[type="radio"]:checked + label:before,
input[type="checkbox"]:checked + label:before {
  border: 1px solid transparent; }

input[type="checkbox"]:checked + label:before {
  font-family: 'boilerplate' !important;
  color: #ffffff; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  cursor: default;
  font-family: 'boilerplate' !important;
  font-style: normal;
  font-weight: normal;
  height: 20px;
  line-height: 1;
  margin-top: 2px;
  width: 30px; }

.ui-datepicker {
  background-color: white;
  border: 1px solid;
  border-radius: 4px;
  box-shadow: 0 0 8px rgba(102, 175, 233, 0.6);
  display: none;
  margin-top: 4px;
  padding: 10px;
  width: 240px; }
  .ui-datepicker a {
    color: #000000;
    text-decoration: none; }
    .ui-datepicker a:hover {
      text-decoration: none;
      transition: color 0.1s ease-in-out; }
  .ui-datepicker .ui-datepicker-header {
    margin-bottom: 4px;
    text-align: center; }
  .ui-datepicker .ui-datepicker-prev {
    float: left;
    text-align: left; }
  .ui-datepicker .ui-datepicker-next {
    float: right;
    text-align: right; }
  .ui-datepicker .ui-icon {
    display: none; }
  .ui-datepicker .ui-datepicker-calendar {
    table-layout: fixed;
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar th {
      text-align: center;
      padding: 4px 0;
      font-weight: normal; }
    .ui-datepicker .ui-datepicker-calendar td {
      text-align: center;
      padding: 4px 0;
      border-radius: 100%;
      transition: background-color 0.1s ease-in-out, color 0.1s ease-in-out; }
      .ui-datepicker .ui-datepicker-calendar td:hover {
        cursor: pointer; }
      .ui-datepicker .ui-datepicker-calendar td a {
        text-decoration: none; }
    .ui-datepicker .ui-datepicker-calendar .ui-datepicker-unselectable:hover {
      background-color: white;
      cursor: default; }
  .ui-datepicker .ui-datepicker-today a {
    color: #000000; }
  .ui-datepicker td:hover a {
    color: #ffffff;
    transition: color 0.1s ease-in-out; }

input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: green; }

@media only screen and (max-width: 767px) {
  .wpcf7-form p {
    margin-bottom: 0 !important; } }

@media only screen and (max-width: 767px) {
  .contactform-bg p {
    margin-bottom: 0 !important; } }

* {
  box-sizing: border-box; }

::selection {
  color: set-text-color(); }

::-moz-selection {
  color: set-text-color(); }

img {
  max-width: 100%;
  height: auto; }

section {
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    section {
      padding-bottom: 0;
      padding-top: 30px; } }

p {
  margin: 0; }

body.active {
  overflow: hidden; }

.col-no-side-pad {
  padding: 20px 0px !important; }

@media only screen and (max-width: 575px) {
  .hide-sm-max {
    display: none !important; } }

@media only screen and (min-width: 576px) {
  .hide-sm-min {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .hide-md-max {
    display: none !important; } }

@media only screen and (min-width: 768px) {
  .hide-md-min {
    display: none !important; } }

@media only screen and (max-width: 991px) {
  .hide-lg-max {
    display: none !important; } }

@media only screen and (min-width: 992px) {
  .hide-lg-min {
    display: none !important; } }

@media only screen and (max-width: 1024px) {
  .hide-ipl-max {
    display: none !important; } }

@media only screen and (min-width: 1025px) {
  .hide-ipl-min {
    display: none !important; } }

@media only screen and (max-width: 1249px) {
  .hide-xl-max {
    display: none !important; } }

@media only screen and (min-width: 1250px) {
  .hide-xl-min {
    display: none !important; } }

/* == WordPress WYSIWYG Editor Styles == */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.alignnone, img.alignnone {
  /* not sure about this one */ }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
  max-width: 100%; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 0 5px; }
  @media only screen and (min-width: 0) {
    .container {
      width: 100%; } }
  @media only screen and (min-width: 576px) {
    .container {
      width: 540px; } }
  @media only screen and (min-width: 768px) {
    .container {
      width: 720px; } }
  @media only screen and (min-width: 992px) {
    .container {
      width: 960px; } }
  @media only screen and (min-width: 1250px) {
    .container {
      width: 1210px; } }
  @media only screen and (max-width: 767px) {
    .container--fluid-mob {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  .socialdeets {
    padding-top: 0 !important; } }

@media only screen and (min-width: 768px) {
  .socialdeets h3, .socialdeets .two-tweets ul li:before, .two-tweets ul .socialdeets li:before {
    font-size: 24px; } }

@media only screen and (max-width: 767px) {
  .socialdeets .col-md-4 {
    padding: 30px 16px; }
    .socialdeets .col-md-4:nth-child(even) {
      background-color: #f3f3f3; } }

@media only screen and (max-width: 767px) {
  .socialdeets p {
    margin-bottom: 0rem !important; } }

@media only screen and (max-width: 767px) {
  .socialdeets .col-md-3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .socialdeets .col-md-3 p:nth-of-type(2), .socialdeets .col-md-3 p:nth-of-type(4) {
      margin-left: 1rem;
      margin-bottom: 15px !important; }
    .socialdeets .col-md-3 h3, .socialdeets .col-md-3 .two-tweets ul li:before, .two-tweets ul .socialdeets .col-md-3 li:before {
      display: block;
      width: 100%;
      padding-bottom: 1rem; }
    .socialdeets .col-md-3 .link--withimg {
      font-size: 16px;
      margin-bottom: .75rem; }
    .socialdeets .col-md-3 .iconimg--social {
      width: 30px;
      height: 30px; } }

.list--inline li {
  display: inline-block;
  margin-top: 10px;
  padding-right: 5px; }

.list--50 {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list--50 li {
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%; }

.row {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .row {
      width: 100%;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap; } }
  .row > * {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    .row > *.natural {
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0; }
  .row--j-sb {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .row--j-sa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .row--j-fs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .row--j-fe {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .row--j-c {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .row--a-c {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .row--a-fe {
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .row--nogrow > * {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
  .row--align-items--center {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  @media only screen and (min-width: 0) {
    .row--xs-wrap {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 576px) {
    .row--sm-wrap {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  @media only screen and (min-width: 768px) {
    .row--md-wrap {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; } }
  @media only screen and (min-width: 768px) {
    .row--md-wrap--lg {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; } }
  @media only screen and (min-width: 992px) {
    .row--md-wrap--lg {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-flex-wrap: nowrap; } }
  @media only screen and (min-width: 992px) {
    .row--lg-wrap {
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; } }
  .row--wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .row--b-mar {
    margin-bottom: 20px; }
  .row--border-top {
    border-top: 1px solid #d9d9da;
    padding-top: 40px;
    margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .row--flip > *:first-child {
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
  .row--topset--250 {
    margin-top: -250px; }
    @media only screen and (max-width: 767px) {
      .row--topset--250 {
        margin-top: -60px; } }
  .row:before, .row:after {
    display: table;
    content: " "; }
  .row:after {
    clear: both; }

.flex {
  margin: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .flex {
      width: 100%;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap; } }
  .flex > * {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .flex--j-sb {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .flex--j-sa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .flex--j-fs {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .flex--j-fe {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .flex--j-c {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .flex--a-c {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }

@media only screen and (max-width: 767px) {
  .mob--list--nopad ul {
    padding-top: 0;
    padding-bottom: 0; } }

.acf-map {
  height: 50vh;
  min-height: 400px; }

@media only screen and (max-width: 767px) {
  .gmap {
    margin-top: 60px; } }

[class^="col-"], [class*=" col-"] {
  position: relative;
  min-height: 1px;
  width: 100%;
  padding: 5px 20px; }
  @media only screen and (min-width: 768px) {
    [class^="col-"], [class*=" col-"] {
      padding: 20px 20px; } }
  @media only screen and (max-width: 767px) {
    [class^="col-"]:empty, [class*=" col-"]:empty {
      display: none; } }

.col--fullbleed {
  padding: 0; }

.section--nopad {
  padding: 0; }

.section--nopad-bot {
  padding-bottom: 0; }
  .section--nopad-bot .article-row .article__content,
  .section--nopad-bot .article-block .article__content {
    padding-bottom: 0px; }

.columns--dbl-pad {
  padding-top: 90px;
  padding-bottom: 90px; }

@media only screen and (min-width: 0) {
  .col-xs-1 {
    width: 7.33333%; }
  .col-xs-2 {
    width: 15.66667%; }
  .col-xs-3 {
    width: 24%; }
  .col-xs-4 {
    width: 32.33333%; }
  .col-xs-5 {
    width: 40.66667%; }
  .col-xs-6 {
    width: 49%; }
  .col-xs-7 {
    width: 57.33333%; }
  .col-xs-8 {
    width: 65.66667%; }
  .col-xs-9 {
    width: 74%; }
  .col-xs-10 {
    width: 82.33333%; }
  .col-xs-11 {
    width: 90.66667%; }
  .col-xs-12 {
    width: 99%; } }

@media only screen and (min-width: 576px) {
  .col-sm-1 {
    width: 7.33333%; }
  .col-sm-2 {
    width: 15.66667%; }
  .col-sm-3 {
    width: 24%; }
  .col-sm-4 {
    width: 32.33333%; }
  .col-sm-5 {
    width: 40.66667%; }
  .col-sm-6 {
    width: 49%; }
  .col-sm-7 {
    width: 57.33333%; }
  .col-sm-8 {
    width: 65.66667%; }
  .col-sm-9 {
    width: 74%; }
  .col-sm-10 {
    width: 82.33333%; }
  .col-sm-11 {
    width: 90.66667%; }
  .col-sm-12 {
    width: 99%; } }

@media only screen and (min-width: 768px) {
  .col-md-1 {
    width: 7.33333%; }
  .col-md-2 {
    width: 15.66667%; }
  .col-md-3 {
    width: 24%; }
  .col-md-4 {
    width: 32.33333%; }
  .col-md-5 {
    width: 40.66667%; }
  .col-md-6 {
    width: 49%; }
  .col-md-7 {
    width: 57.33333%; }
  .col-md-8 {
    width: 65.66667%; }
  .col-md-9 {
    width: 74%; }
  .col-md-10 {
    width: 82.33333%; }
  .col-md-11 {
    width: 90.66667%; }
  .col-md-12 {
    width: 99%; } }

@media only screen and (min-width: 992px) {
  .col-lg-1 {
    width: 7.33333%; }
  .col-lg-2 {
    width: 15.66667%; }
  .col-lg-3 {
    width: 24%; }
  .col-lg-4 {
    width: 32.33333%; }
  .col-lg-5 {
    width: 40.66667%; }
  .col-lg-6 {
    width: 49%; }
  .col-lg-7 {
    width: 57.33333%; }
  .col-lg-8 {
    width: 65.66667%; }
  .col-lg-9 {
    width: 74%; }
  .col-lg-10 {
    width: 82.33333%; }
  .col-lg-11 {
    width: 90.66667%; }
  .col-lg-12 {
    width: 99%; } }

@media only screen and (min-width: 1025px) {
  .col-ipl-1 {
    width: 7.33333%; }
  .col-ipl-2 {
    width: 15.66667%; }
  .col-ipl-3 {
    width: 24%; }
  .col-ipl-4 {
    width: 32.33333%; }
  .col-ipl-5 {
    width: 40.66667%; }
  .col-ipl-6 {
    width: 49%; }
  .col-ipl-7 {
    width: 57.33333%; }
  .col-ipl-8 {
    width: 65.66667%; }
  .col-ipl-9 {
    width: 74%; }
  .col-ipl-10 {
    width: 82.33333%; }
  .col-ipl-11 {
    width: 90.66667%; }
  .col-ipl-12 {
    width: 99%; } }

@media only screen and (min-width: 1250px) {
  .col-xl-1 {
    width: 7.33333%; }
  .col-xl-2 {
    width: 15.66667%; }
  .col-xl-3 {
    width: 24%; }
  .col-xl-4 {
    width: 32.33333%; }
  .col-xl-5 {
    width: 40.66667%; }
  .col-xl-6 {
    width: 49%; }
  .col-xl-7 {
    width: 57.33333%; }
  .col-xl-8 {
    width: 65.66667%; }
  .col-xl-9 {
    width: 74%; }
  .col-xl-10 {
    width: 82.33333%; }
  .col-xl-11 {
    width: 90.66667%; }
  .col-xl-12 {
    width: 99%; } }

.theme--mottle {
  background-color: #efefef; }

.theme--white {
  background-color: #ffffff; }

.theme--footersignup {
  background-color: black; }

.theme--grey {
  background-color: #EFEFEF; }

.theme--greyhalf {
  position: relative; }
  .theme--greyhalf:before {
    background-color: #EFEFEF;
    content: '';
    left: 0;
    height: 50%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1; }

.theme--bt-grey {
  padding-top: 0; }
  .theme--bt-grey .container {
    border-top: 1px solid #CCCCCC; }

.comment-content p {
  font-size: 14px;
  margin: 20px 0px; }

.btn {
  display: inline-block;
  line-height: 1;
  padding: 15px 20px;
  border: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  color: set-text-color();
  text-decoration: none;
  text-transform: uppercase;
  transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1);
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
  font-size: 16px; }
  .btn:hover {
    transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4); }
  .btn__icon {
    padding-left: 50px; }
  .btn--red {
    background-color: #d43149;
    color: #ffffff; }
    .btn--red a {
      color: #ffffff; }
  .btn--full {
    width: 100%; }
  .btn--rounded {
    border-radius: 10px; }
  .btn--secondary {
    background-color: #79CCC6;
    color: set-text-color(#79CCC6); }
  .btn--full-border-radius, .btn--small-border-radius, .btn--no-border-radius {
    text-align: center;
    padding: 10px 24px;
    margin-right: 10px; }
  .btn--full-border-radius {
    border-radius: 30px; }
  .btn--small-border-radius {
    border-radius: 10px; }
  .btn--no-border-radius {
    border-radius: 0px; }
  .btn--black-and-white {
    background: black;
    color: white; }

.underline-button {
  display: inline-block;
  line-height: 1;
  padding: 15px 20px;
  border: 0;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-decoration: none;
  font-size: 18px;
  position: relative; }
  .underline-button:hover {
    border: none; }
  .underline-button:after {
    content: '';
    position: absolute;
    height: 25%;
    border: 5px solid #000;
    bottom: 5px;
    left: 0;
    right: 0;
    border-top: none; }

@media only screen and (max-width: 767px) {
  .hide-m {
    display: none; } }

.hero {
  position: relative;
  min-height: 500px;
  text-align: center;
  background-color: #000000;
  padding-bottom: 0;
  padding-top: 0;
  width: 100vw;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .hero {
      min-height: 0px; } }
  .hero.slim .container {
    height: 50vh; }
  .hero__full-carousel {
    width: 100% !important;
    height: 100% !important; }
  .hero__videobg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: .8;
    font-family: 'object-fit: cover;'; }
  .hero .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.75;
    background-image: url("../img/video-poster.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .hero .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .hero__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75; }
    .hero__bg img {
      object-fit: cover;
      position: relative;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0 !important; }
  .hero > .row {
    width: 100%;
    min-height: 500px; }
  .hero__content {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100vw !important; }
    .hero__content--contain-image {
      background-size: contain; }
    .hero__content .container {
      z-index: 3;
      position: relative;
      height: 80vh;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (min-width: 992px) {
        .hero__content .container {
          min-height: 600px; } }
      @media only screen and (max-width: 767px) {
        .hero__content .container {
          height: 65vh; } }
    .hero__content .row {
      min-height: 95vh;
      height: 95vh; }
      @media only screen and (max-width: 767px) {
        .hero__content .row {
          height: auto;
          padding-right: 25px;
          padding-left: 25px;
          min-height: 0px; } }
      .slick-slider .hero__content .row > * {
        opacity: 0;
        transition: all 0ms ease;
        -webkit-transform: translateY(25px);
        transform: translateY(25px); }
    .hero__content h1, .hero__content h2, .hero__content h3, .hero__content .two-tweets ul li:before, .two-tweets ul .hero__content li:before, .hero__content h4, .hero__content h5, .hero__content h6 {
      color: white; }
    .hero__content strong {
      letter-spacing: 2px; }
    .hero__content .hero__title {
      display: inline-block; }
      .hero__content .hero__title h1, .hero__content .hero__title h2, .hero__content .hero__title h3, .hero__content .hero__title .two-tweets ul li:before, .two-tweets ul .hero__content .hero__title li:before, .hero__content .hero__title h4, .hero__content .hero__title h5, .hero__content .hero__title h6 {
        text-shadow: none;
        z-index: 10;
        position: relative;
        margin: 0; }
    .hero__content--center {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .hero__content.main-split {
      border-left: 10px solid #ffffff;
      border-right: 10px solid #ffffff;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 20px;
      padding-bottom: 20px; }
    .hero__content.slick-active .row > * {
      transition: all 300ms ease 300ms;
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .hero__content .size-full {
      width: 100%;
      height: auto; }
    .hero__content .size--limit {
      width: auto; }
    .hero__content .aligncenter {
      margin: 0 auto 20px; }
    .hero__content h1 {
      font-size: 48px;
      line-height: .925em;
      text-align: left;
      max-width: 1000px;
      padding: 50px 0px; }
      @media only screen and (min-width: 768px) {
        .hero__content h1 {
          font-size: 80px; } }
      @media only screen and (min-width: 1025px) {
        .hero__content h1 {
          font-size: 110px; } }
    .hero__content img {
      margin-bottom: 20px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .hero__content img {
          margin-top: 20px; } }
      .hero__content img:last-child {
        margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .hero .hero__content p {
      margin-bottom: 0; } }
  .hero--full .hero__bg {
    background-position: center top; }
  .hero--thin .hero__content .row {
    min-height: 75vh; }
  .hero--keystats {
    background-color: #c4c4c4;
    height: 740px !important; }
    @media only screen and (max-width: 767px) {
      .hero--keystats {
        height: auto !important;
        min-height: 0px !important; } }
    .hero--keystats .figure-text {
      position: relative; }
      .hero--keystats .figure-text .label {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        opacity: 0;
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
        transition: all 700ms ease; }
        @media only screen and (max-width: 767px) {
          .hero--keystats .figure-text .label {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
            bottom: auto;
            top: 150%;
            width: 100%;
            text-align: center;
            left: 0; } }
        .hero--keystats .figure-text .label.show {
          opacity: 1;
          -webkit-transform: translateX(25px);
          transform: translateX(25px); }
          @media only screen and (max-width: 767px) {
            .hero--keystats .figure-text .label.show {
              -webkit-transform: translateX(0px);
              transform: translateX(0px); } }
    .hero--keystats .slick-dots {
      display: none !important; }
    .hero--keystats .row {
      height: 100% !important;
      width: 100%;
      min-height: 100% !important; }
      @media only screen and (max-width: 767px) {
        .hero--keystats .row {
          padding-top: 100px !important; } }
    .hero--keystats .hero__content {
      height: 100% !important; }
      @media only screen and (max-width: 767px) {
        .hero--keystats .hero__content {
          height: auto !important;
          min-height: 0px !important; } }
    .hero--keystats .slick-list, .hero--keystats .slick-track {
      height: 100% !important; }
    .hero--keystats .container {
      height: 100% !important; }
    @media only screen and (max-width: 767px) {
      .hero--keystats .slick-dots {
        display: none !important; } }
    @media only screen and (max-width: 767px) {
      .hero--keystats .slick-arrow {
        bottom: calc( 50% + -20px) !important;
        width: 25px;
        height: 25px; } }
    @media only screen and (max-width: 767px) {
      .hero--keystats .slick-next {
        right: 12px; } }
    @media only screen and (max-width: 767px) {
      .hero--keystats .slick-prev {
        left: 12px; } }
    .hero--keystats .galleryblock__article {
      background: transparent !important;
      width: 100% !important;
      min-width: 100% !important;
      padding-bottom: 0 !important;
      padding-top: 120px !important; }
      @media only screen and (max-width: 767px) {
        .hero--keystats .galleryblock__article {
          padding-top: 10px !important;
          padding-bottom: 0px !important;
          margin-bottom: 25px !important; } }
      .hero--keystats .galleryblock__article p {
        text-align: center;
        max-width: 100% !important; }
        .hero--keystats .galleryblock__article p .figure {
          font-size: 18vw;
          font-family: "Hill Bold", sans-serif;
          color: #FFF;
          margin-right: -2.5%; }
          @media only screen and (max-width: 767px) {
            .hero--keystats .galleryblock__article p .figure {
              display: block;
              margin-right: 0;
              margin-bottom: 2rem;
              font-size: 18vw; } }
  .hero--contain .hero__bg img {
    object-fit: contain;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .hero--contain .hero__content {
    background-size: 80%; }
  .hero--extend .hero__content h1 {
    max-width: 100%; }
  .hero.theme--grey {
    background-color: #EFEFEF !important; }
  @media only screen and (max-width: 767px) {
    .hero--galleryblock-no-content {
      min-height: 300px; } }
  .hero--galleryblock {
    height: 82vh;
    min-height: 420px; }
    @media only screen and (max-width: 767px) {
      .hero--galleryblock {
        height: 110vw;
        min-height: 200px; } }
    .hero--galleryblock .hero__content {
      height: 82vh;
      min-height: 420px; }
      @media only screen and (max-width: 767px) {
        .hero--galleryblock .hero__content {
          height: 110vw;
          min-height: 200px; } }
      @media only screen and (max-width: 767px) {
        .hero--galleryblock .hero__content .row {
          min-height: 500px; } }
      @media only screen and (max-width: 767px) {
        .hero--galleryblock .hero__content .row.no-content {
          min-height: 300px;
          padding-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .hero--galleryblock .row {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
        padding-bottom: 25px;
        padding-top: 150px; } }
    .hero--galleryblock .galleryblock__article {
      min-width: 400px;
      padding: 40px 20px;
      background-color: white;
      -webkit-flex: 0;
      -ms-flex: 0;
      flex: 0;
      text-align: left; }
      @media only screen and (max-width: 575px) {
        .hero--galleryblock .galleryblock__article {
          min-width: 100%; } }
      @media only screen and (max-width: 767px) {
        .hero--galleryblock .galleryblock__article {
          padding-bottom: 20px;
          margin-bottom: 50px; } }
      .hero--galleryblock .galleryblock__article > * {
        color: black; }
      @media only screen and (min-width: 768px) {
        .hero--galleryblock .galleryblock__article .hover {
          max-height: 0;
          overflow: hidden;
          transition: max-height 250ms cubic-bezier(0.86, 0, 0.07, 1), opacity 200ms cubic-bezier(0.86, 0, 0.07, 1) 200ms;
          opacity: 0; } }
      .hero--galleryblock .galleryblock__article hr {
        margin-top: 45px;
        margin-bottom: 20px;
        border: 0;
        height: 2px;
        background-color: #b1b1b1; }
      .hero--galleryblock .galleryblock__article a {
        color: black;
        font-family: "Hill Demi", sans-serif;
        margin-top: 10px;
        display: block; }
      .hero--galleryblock .galleryblock__article p {
        max-width: 75%; }
      @media only screen and (min-width: 768px) {
        .hero--galleryblock .galleryblock__article:hover .hover {
          max-height: 500px;
          opacity: 1; } }
    .hero--galleryblock--right .galleryblock__article {
      text-align: right; }
    .hero--galleryblock--clear .hero__bg {
      background-color: transparent; }
    .hero--galleryblock--clear .galleryblock__article {
      background-color: transparent;
      min-width: 100%; }

.dna {
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .dna {
      padding-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .dna + .hero--galleryblock {
      margin-top: 30px !important; } }
  .dna--topdigit {
    font-size: 400px;
    line-height: 1em;
    font-family: "Hill Bold", sans-serif;
    font-weight: 900; }
    @media only screen and (max-width: 767px) {
      .dna--topdigit {
        font-size: 110px; } }
  .dna blockquote p {
    font-size: 42px;
    font-weight: 100;
    font-family: "Hill Light", sans-serif;
    line-height: 1.2em; }
    .dna blockquote p:first-child:before, .dna blockquote p:first-child:after {
      content: '"'; }
    .dna blockquote p small {
      font-size: 22px;
      font-family: "Hill", sans-serif;
      margin-top: 40px;
      display: block; }
  .dna hr {
    margin-top: 20px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .dna hr {
        margin-top: 10px;
        margin-bottom: 35px; } }
  .dna .col-md-7 {
    padding: 40px 40px; }
    @media only screen and (max-width: 767px) {
      .dna .col-md-7 {
        padding: 40px 20px 20px 20px; } }
  @media only screen and (max-width: 767px) {
    .dna .text--right {
      padding-bottom: 20px;
      text-align: left;
      padding-left: 10px;
      padding-right: 10px; }
      .dna .text--right h3, .dna .text--right .two-tweets ul li:before, .two-tweets ul .dna .text--right li:before {
        padding-left: 10px;
        padding-right: 10px; } }

@media only screen and (max-width: 767px) {
  .list.white li {
    margin-bottom: 4px;
    padding-left: 35px !important; } }

@media only screen and (max-width: 767px) {
  .list.white li:before {
    content: url("../img/iconmonstr-plus-thin.svg") !important;
    height: 15px !important;
    width: 15px !important;
    top: 9px !important; } }

@media only screen and (max-width: 767px) {
  .list.white span {
    color: #000 !important; } }

@media only screen and (max-width: 767px) {
  .list.white + p img {
    -webkit-filter: invert(1);
    filter: invert(1);
    margin-top: 30px;
    margin-bottom: 30px; } }

.bg--float:not(.bg--float--right) {
  margin-bottom: -60px; }

@media only screen and (max-width: 767px) {
  .bg--float--right {
    display: none !important; } }

.landing-page-halves > .row:before,
.landing-page-halves > .row:after {
  width: 0px; }

.landing-page-halves {
  position: fixed;
  top: 0;
  left: 0;
  min-height: 100vh;
  text-align: center;
  background-color: #000000;
  padding-bottom: 0;
  padding-top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  transition: all 300ms ease;
  z-index: 99; }
  @media only screen and (max-width: 767px) {
    .landing-page-halves {
      min-height: 0px; } }
  .landing-page-halves .project-button h1:after {
    content: 'View Projects';
    display: block;
    font-size: 18px;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    transition: all 300ms ease; }
    @media only screen and (max-width: 767px) {
      .landing-page-halves .project-button h1:after {
        opacity: 1; } }
  @media only screen and (max-width: 767px) {
    .landing-page-halves .project-button.vanish {
      display: block !important;
      opacity: 1; } }
  .landing-page-halves .project-button:hover h1:after {
    opacity: 1;
    -webkit-transform: translateY(10px);
    transform: translateY(10px); }
    @media only screen and (max-width: 767px) {
      .landing-page-halves .project-button:hover h1:after {
        -webkit-transform: translateY(40px);
        transform: translateY(40px); } }
  .landing-page-halves.slim .container {
    height: 50vh; }
  .landing-page-halves__full-carousel {
    width: 100% !important;
    height: 100% !important; }
  .landing-page-halves__videobg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    opacity: .8;
    font-family: 'object-fit: cover;'; }
  .landing-page-halves .vimeo-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    overflow: hidden;
    opacity: 0.75;
    background-image: url("../img/video-poster.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .landing-page-halves .vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
    min-height: 100vh;
    min-width: 177.77vh;
    /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .landing-page-halves__bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75; }
    .landing-page-halves__bg img {
      object-fit: cover;
      position: relative;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      padding: 0;
      margin: 0 !important; }
  .landing-page-halves > .row {
    width: 100%;
    min-height: 700px; }
    @media only screen and (max-width: 767px) {
      .landing-page-halves > .row {
        min-height: 300px; } }
  .landing-page-halves__content {
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50vw !important;
    height: 100vh;
    transition: all 300ms ease 300ms; }
    @media only screen and (max-width: 767px) {
      .landing-page-halves__content {
        width: 100vw !important;
        height: 50vh;
        height: calc(var(--vh, 1vh) * 50); } }
    .landing-page-halves__content:hover {
      background: #9a9a9a7d; }
    .landing-page-halves__content .polyfill-object-fit {
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
    .landing-page-halves__content--contain-image {
      background-size: contain; }
    .landing-page-halves__content .container {
      z-index: 3;
      position: relative;
      height: 80vh;
      margin: 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (min-width: 992px) {
        .landing-page-halves__content .container {
          min-height: 600px; } }
      @media only screen and (max-width: 767px) {
        .landing-page-halves__content .container {
          height: 50vh;
          margin: 0;
          padding: 0; } }
    .landing-page-halves__content .row {
      min-height: 95vh;
      height: 95vh; }
      @media only screen and (max-width: 767px) {
        .landing-page-halves__content .row {
          height: auto;
          padding-right: 25px;
          padding-left: 25px;
          min-height: 0px; } }
      .slick-slider .landing-page-halves__content .row > * {
        opacity: 0;
        transition: all 0ms ease;
        -webkit-transform: translateY(25px);
        transform: translateY(25px); }
    .landing-page-halves__content h1, .landing-page-halves__content h2, .landing-page-halves__content h3, .landing-page-halves__content .two-tweets ul li:before, .two-tweets ul .landing-page-halves__content li:before, .landing-page-halves__content h4, .landing-page-halves__content h5, .landing-page-halves__content h6 {
      color: white; }
    .landing-page-halves__content strong {
      letter-spacing: 2px; }
    .landing-page-halves__content .hero__title {
      display: inline-block; }
      .landing-page-halves__content .hero__title h1, .landing-page-halves__content .hero__title h2, .landing-page-halves__content .hero__title h3, .landing-page-halves__content .hero__title .two-tweets ul li:before, .two-tweets ul .landing-page-halves__content .hero__title li:before, .landing-page-halves__content .hero__title h4, .landing-page-halves__content .hero__title h5, .landing-page-halves__content .hero__title h6 {
        text-shadow: none;
        z-index: 10;
        position: relative;
        margin: 0; }
    .landing-page-halves__content--center {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; }
    .landing-page-halves__content.main-split {
      border-left: 10px solid #ffffff;
      border-right: 10px solid #ffffff;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding-top: 20px;
      padding-bottom: 20px; }
    .landing-page-halves__content.slick-active .row > * {
      transition: all 300ms ease 300ms;
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
    .landing-page-halves__content .size-full {
      width: 100%;
      height: auto; }
    .landing-page-halves__content .size--limit {
      width: auto; }
    .landing-page-halves__content .aligncenter {
      margin: 0 auto 20px; }
    .landing-page-halves__content h1 {
      font-size: 48px;
      line-height: .925em;
      text-align: center;
      max-width: 1000px;
      padding: 50px 40px;
      line-height: 1.2; }
      @media only screen and (min-width: 768px) {
        .landing-page-halves__content h1 {
          font-size: 60px; } }
      @media only screen and (min-width: 1025px) {
        .landing-page-halves__content h1 {
          font-size: 55px; } }
      @media only screen and (max-width: 767px) {
        .landing-page-halves__content h1 {
          font-size: 8vw;
          padding: 1vw; } }
    .landing-page-halves__content img {
      margin-bottom: 20px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .landing-page-halves__content img {
          margin-top: 20px; } }
      .landing-page-halves__content img:last-child {
        margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .landing-page-halves .hero__content p {
      margin-bottom: 0; } }
  .landing-page-halves--full .hero__bg {
    background-position: center top; }
  .landing-page-halves--thin .hero__content .row {
    min-height: 75vh; }
  .landing-page-halves--keystats {
    background-color: #c4c4c4;
    height: 740px !important; }
    @media only screen and (max-width: 767px) {
      .landing-page-halves--keystats {
        height: auto !important;
        min-height: 0px !important; } }
    .landing-page-halves--keystats .figure-text {
      position: relative; }
      .landing-page-halves--keystats .figure-text .label {
        position: absolute;
        bottom: 0;
        overflow: hidden;
        white-space: nowrap;
        opacity: 0;
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
        transition: all 700ms ease; }
        @media only screen and (max-width: 767px) {
          .landing-page-halves--keystats .figure-text .label {
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
            bottom: auto;
            top: 150%;
            width: 100%;
            text-align: center;
            left: 0; } }
        .landing-page-halves--keystats .figure-text .label.show {
          opacity: 1;
          -webkit-transform: translateX(25px);
          transform: translateX(25px); }
          @media only screen and (max-width: 767px) {
            .landing-page-halves--keystats .figure-text .label.show {
              -webkit-transform: translateX(0px);
              transform: translateX(0px); } }
    .landing-page-halves--keystats .slick-dots {
      display: none !important; }
    .landing-page-halves--keystats .row {
      height: 100% !important;
      width: 100%;
      min-height: 100% !important; }
      @media only screen and (max-width: 767px) {
        .landing-page-halves--keystats .row {
          padding-top: 100px !important; } }
    .landing-page-halves--keystats .hero__content {
      height: 100% !important; }
      @media only screen and (max-width: 767px) {
        .landing-page-halves--keystats .hero__content {
          height: auto !important;
          min-height: 0px !important; } }
    .landing-page-halves--keystats .slick-list, .landing-page-halves--keystats .slick-track {
      height: 100% !important; }
    .landing-page-halves--keystats .container {
      height: 100% !important; }
    @media only screen and (max-width: 767px) {
      .landing-page-halves--keystats .slick-dots {
        display: none !important; } }
    @media only screen and (max-width: 767px) {
      .landing-page-halves--keystats .slick-arrow {
        bottom: calc( 50% + -20px) !important;
        width: 25px;
        height: 25px; } }
    @media only screen and (max-width: 767px) {
      .landing-page-halves--keystats .slick-next {
        right: 12px; } }
    @media only screen and (max-width: 767px) {
      .landing-page-halves--keystats .slick-prev {
        left: 12px; } }
    .landing-page-halves--keystats .galleryblock__article {
      background: transparent !important;
      width: 100% !important;
      min-width: 100% !important;
      padding-bottom: 0 !important;
      padding-top: 120px !important; }
      @media only screen and (max-width: 767px) {
        .landing-page-halves--keystats .galleryblock__article {
          padding-top: 10px !important;
          padding-bottom: 0px !important;
          margin-bottom: 25px !important; } }
      .landing-page-halves--keystats .galleryblock__article p {
        text-align: center;
        max-width: 100% !important; }
        .landing-page-halves--keystats .galleryblock__article p .figure {
          font-size: 18vw;
          font-family: "Hill Bold", sans-serif;
          color: #FFF;
          margin-right: -2.5%; }
          @media only screen and (max-width: 767px) {
            .landing-page-halves--keystats .galleryblock__article p .figure {
              display: block;
              margin-right: 0;
              margin-bottom: 2rem;
              font-size: 18vw; } }
  .landing-page-halves--contain .hero__bg img {
    object-fit: contain;
    width: 80%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .landing-page-halves--contain .hero__content {
    background-size: 80%; }
  .landing-page-halves--extend .hero__content h1 {
    max-width: 100%; }
  .landing-page-halves.theme--grey {
    background-color: #EFEFEF !important; }
  @media only screen and (max-width: 767px) {
    .landing-page-halves--galleryblock-no-content {
      min-height: 300px; } }
  .landing-page-halves--galleryblock {
    height: 82vh;
    min-height: 420px; }
    @media only screen and (max-width: 767px) {
      .landing-page-halves--galleryblock {
        height: 110vw;
        min-height: 200px; } }
    .landing-page-halves--galleryblock .hero__content {
      height: 82vh;
      min-height: 420px; }
      @media only screen and (max-width: 767px) {
        .landing-page-halves--galleryblock .hero__content {
          height: 110vw;
          min-height: 200px; } }
      @media only screen and (max-width: 767px) {
        .landing-page-halves--galleryblock .hero__content .row {
          min-height: 500px; } }
      @media only screen and (max-width: 767px) {
        .landing-page-halves--galleryblock .hero__content .row.no-content {
          min-height: 300px;
          padding-top: 25px; } }
    @media only screen and (max-width: 767px) {
      .landing-page-halves--galleryblock .row {
        -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
        align-items: flex-end !important;
        padding-bottom: 25px;
        padding-top: 150px; } }
    .landing-page-halves--galleryblock .galleryblock__article {
      min-width: 400px;
      padding: 40px 20px;
      background-color: white;
      -webkit-flex: 0;
      -ms-flex: 0;
      flex: 0;
      text-align: left; }
      @media only screen and (max-width: 575px) {
        .landing-page-halves--galleryblock .galleryblock__article {
          min-width: 100%; } }
      @media only screen and (max-width: 767px) {
        .landing-page-halves--galleryblock .galleryblock__article {
          padding-bottom: 20px;
          margin-bottom: 50px; } }
      .landing-page-halves--galleryblock .galleryblock__article > * {
        color: black; }
      @media only screen and (min-width: 768px) {
        .landing-page-halves--galleryblock .galleryblock__article .hover {
          max-height: 0;
          overflow: hidden;
          transition: max-height 250ms cubic-bezier(0.86, 0, 0.07, 1), opacity 200ms cubic-bezier(0.86, 0, 0.07, 1) 200ms;
          opacity: 0; } }
      .landing-page-halves--galleryblock .galleryblock__article hr {
        margin-top: 45px;
        margin-bottom: 20px;
        border: 0;
        height: 2px;
        background-color: #b1b1b1; }
      .landing-page-halves--galleryblock .galleryblock__article a {
        color: black;
        font-family: "Hill Demi", sans-serif;
        margin-top: 10px;
        display: block; }
      .landing-page-halves--galleryblock .galleryblock__article p {
        max-width: 75%; }
      @media only screen and (min-width: 768px) {
        .landing-page-halves--galleryblock .galleryblock__article:hover .hover {
          max-height: 500px;
          opacity: 1; } }
    .landing-page-halves--galleryblock--right .galleryblock__article {
      text-align: right; }
    .landing-page-halves--galleryblock--clear .hero__bg {
      background-color: transparent; }
    .landing-page-halves--galleryblock--clear .galleryblock__article {
      background-color: transparent;
      min-width: 100%; }

.full-screen-hero .landing-page-halves__content {
  width: 100vw !important;
  transition: all 200ms ease 200ms; }
  .full-screen-hero .landing-page-halves__content .container {
    width: 100vw; }

.full-screen-hero-ffe .landing-page-halves__content {
  width: 100vw !important;
  transition: all 200ms ease 200ms; }
  .full-screen-hero-ffe .landing-page-halves__content .container {
    width: 100vw; }

.active {
  color: black !important; }

.swipe-upward {
  -webkit-transform: translateY(-100vh);
  transform: translateY(-100vh);
  transition: all 800ms ease 800ms; }
  @media only screen and (max-width: 767px) {
    .swipe-upward {
      transition: all 400ms ease 400ms;
      -webkit-transform: translateX(100%);
      transform: translateX(100%); } }

.js-project-hero-ffe .landing-page-halves__content {
  float: right; }

.hub-card {
  background: #999;
  height: 100%;
  display: block; }
  .hub-card__image {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .hub-card__image img {
      width: 100%;
      display: block;
      height: 100%;
      object-fit: cover; }
    .hub-card__image--overlay:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%); }
    @media (max-width: 991px) {
      .hub-card__image:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 60%); } }
    .hub-card__image--hmpg img {
      max-height: 230px; }
  .hub-card__iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    width: 100%;
    height: 0; }
    .hub-card__iframe-wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .hub-card__inner {
    position: relative;
    height: 100%; }
    .hub-card__inner--video-small {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      @media (max-width: 991px) {
        .hub-card__inner--video-small {
          padding: 20px 0; } }
      .hub-card__inner--video-small .hub-card__content {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto; }
        .hub-card__inner--video-small .hub-card__content .h3 {
          color: #000 !important;
          font-size: 18px; }
        .hub-card__inner--video-small .hub-card__content .hub-card__text {
          margin-top: 0; }
      .hub-card__inner--video-small .hub-card__image.hub-card__video {
        width: 80%;
        height: 100%;
        position: relative; }
        .hub-card__inner--video-small .hub-card__image.hub-card__video img {
          width: 100%;
          height: 100%;
          object-fit: cover; }
        .hub-card__inner--video-small .hub-card__image.hub-card__video:nth-child(1):after {
          display: none; }
  .hub-card__content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .hub-card__category {
    margin-top: 20px;
    margin-left: 20px;
    line-height: 2; }
    .hub-card__category a, .hub-card__category span {
      font-size: 12px; }
  .hub-card__btn {
    position: relative !important;
    margin-top: 30px !important;
    right: 0 !important;
    bottom: 0 !important; }
  .hub-card__text {
    margin: 20px; }
    .hub-card__text a,
    .hub-card__text span,
    .hub-card__text p {
      color: white;
      font-size: 25px; }
    @media (max-width: 991px) {
      .hub-card__text .h3 {
        font-size: 20px; } }
    .hub-card__text .tagline {
      font-size: 15px;
      margin-top: 10px; }
    @media (max-width: 991px) {
      .hub-card__text {
        margin: 70px 20px 30px 20px; } }
  .hub-card__video {
    position: relative;
    width: auto; }
    .hub-card__video:nth-child(1):after {
      content: url("../svg/playbutton.svg");
      top: 50%;
      left: 50%;
      margin-top: -50px;
      margin-left: -50px;
      position: absolute;
      width: 100px;
      display: block; }
      @media (max-width: 991px) {
        .hub-card__video:nth-child(1):after {
          top: 70%;
          left: 50%;
          margin-top: -70px;
          margin-left: -30px;
          position: absolute;
          width: 50px;
          display: block; } }
    .hub-card__video:nth-child(1):before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #0000003b; }
    .hub-card__video:before {
      display: none; }
  .hub-card__video-title a {
    font-size: 20px; }
  .hub-card__video-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .hub-card__video-thumnail-small {
    width: 200px !important; }
  .hub-card .videolightbox {
    display: block; }

.hub-card--latest-article-post {
  background: #EDEDED; }
  .hub-card--latest-article-post .hub-card__content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
    top: auto;
    left: auto;
    height: auto; }
  .hub-card--latest-article-post .hub-card__inner,
  .hub-card--latest-article-post .hub-card__text {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hub-card--latest-article-post .hub-card__text {
    padding-bottom: 5px; }
  .hub-card--latest-article-post .hub-card__image {
    height: auto;
    background: #000;
    width: 100%;
    padding-bottom: 62%;
    position: relative; }
    .hub-card--latest-article-post .hub-card__image img {
      display: block;
      object-fit: cover;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .hub-card--latest-article-post .hub-card__image p {
      font-family: 'sofia-pro', sans-serif;
      position: absolute;
      z-index: 1;
      color: #FFF;
      left: 20px;
      right: 20px;
      bottom: 20px;
      font-size: 22px;
      line-height: 26px; }
  .hub-card--latest-article-post .hub-card__text,
  .hub-card--latest-article-post .hub-card__text .tagline,
  .hub-card--latest-article-post .hub-card__text > a.h3 {
    color: #000;
    font-family: 'sofia-pro', sans-serif; }
  .hub-card--latest-article-post .hub-card__text > a.h3 {
    font-size: 22px;
    line-height: 1.2; }
  .hub-card--latest-article-post .hub-card__text .tagline {
    line-height: 1.2;
    margin-bottom: 30px;
    margin-top: 0; }
  .hub-card--latest-article-post .hub-card__btn {
    margin: auto 0 0 0 !important;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .hub-card--latest-article-post .btn {
    color: #FFF !important;
    box-shadow: none;
    background: #1A6DFF;
    font-family: 'sofia-pro', sans-serif; }
    .hub-card--latest-article-post .btn:hover {
      -webkit-transform: translate(0) !important;
      transform: translate(0) !important; }
    .hub-card--latest-article-post .btn i {
      border-top: 2px solid #FFF;
      color: #FFF;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
      .hub-card--latest-article-post .btn i:before {
        border-top: 2px solid #FFF;
        border-right: 2px solid #FFF; }

.videos-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .videos-list .hub-card {
    height: 120px; }

.featured-hub-card__content {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 20px; }

.featured-hub-card__category {
  line-height: 2; }
  @media (max-width: 991px) {
    .featured-hub-card__category {
      margin-bottom: auto; } }
  @media (min-width: 992px) {
    .featured-hub-card__category {
      margin-left: 40px; } }
  .featured-hub-card__category span, .featured-hub-card__category a {
    font-size: 12px; }

.featured-hub-card__text {
  margin-left: 0; }
  @media (max-width: 991px) {
    .featured-hub-card__text {
      margin-top: auto; } }
  @media (min-width: 992px) {
    .featured-hub-card__text {
      margin-left: 40px; } }
  .featured-hub-card__text h1 {
    color: white; }
    @media (max-width: 991px) {
      .featured-hub-card__text h1 {
        font-size: 30px; } }

.featured-hub-card__btn {
  margin-left: 0;
  margin-top: auto;
  margin-bottom: 0; }
  @media (min-width: 992px) {
    .featured-hub-card__btn {
      position: absolute;
      right: 20px;
      bottom: 20px;
      margin-left: auto;
      margin-top: 0;
      margin-right: 20px; } }
  .featured-hub-card__btn i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: black;
    width: 15px;
    margin-left: 11px;
    margin-right: -5px;
    margin-bottom: 3px;
    border-top: 2px solid black;
    transition: -webkit-transform 200ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 200ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: transform 200ms cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 200ms cubic-bezier(0.86, 0, 0.07, 1); }
    .featured-hub-card__btn i:before {
      content: '';
      position: absolute;
      right: 0;
      top: -5px;
      height: 6px;
      width: 6px;
      border-top: 2px solid black;
      border-right: 2px solid black;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .featured-hub-card__btn span, .featured-hub-card__btn a {
    background: white;
    color: black;
    font-size: 12px;
    text-transform: none; }

.featured-single-item .slick-dots {
  left: 7%;
  bottom: 20px; }
  @media (max-width: 991px) {
    .featured-single-item .slick-dots {
      right: 20px;
      left: auto;
      width: 100%;
      text-align: right;
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  .featured-single-item .slick-dots li:after {
    width: 10px;
    height: 10px;
    border-radius: 10px; }

.video-title {
  font-family: 'sofia-pro-soft', sans-serif;
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px; }

.video-category {
  margin-top: 0px; }
  @media (max-width: 991px) {
    .video-category {
      margin-top: 20px; } }

.hub-single-post .hub-card.masthead {
  height: auto; }

.hub-newsletter {
  background: #1A6DFF;
  color: white;
  margin-top: 40px; }
  .hub-newsletter__title {
    font-family: sofia-pro, sans-serif;
    color: #FFF; }
  .hub-newsletter p {
    color: white;
    font-size: 15px;
    margin-top: 10px; }
  .hub-newsletter #mc-embedded-subscribe-form {
    padding-bottom: 40px; }
    @media (min-width: 992px) {
      .hub-newsletter #mc-embedded-subscribe-form {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 768px) {
      .hub-newsletter #mc-embedded-subscribe-form {
        padding-bottom: 0px; } }
  @media (min-width: 992px) {
    .hub-newsletter__intro {
      width: 40%; } }
  .hub-newsletter__input {
    width: 100%; }
    .hub-newsletter__input input.secondary {
      background: white;
      font-family: sofia-pro, sans-serif;
      margin-right: 20px; }
  .hub-newsletter__form-elements {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 992px) {
      .hub-newsletter__form-elements {
        width: 60%; } }
    .hub-newsletter__form-elements input {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      font-family: sofia-pro, sans-serif !important;
      color: #000 !important; }
  .hub-newsletter .response {
    margin-top: 15px;
    font-family: sofia-pro, sans-serif !important;
    width: 100%; }
    .hub-newsletter .response a {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      text-decoration: underline; }
  .hub-newsletter #mce-responses {
    width: 100%; }
  .hub-newsletter__consent {
    font-family: sofia-pro, sans-serif;
    line-height: 2;
    margin-top: 10px;
    padding-left: 30px !important; }
    .hub-newsletter__consent a {
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      text-decoration: underline; }
  .hub-newsletter form input[type=submit] {
    font-family: sofia-pro, sans-serif;
    padding: 20px 20px;
    background: white;
    color: #1a6dff;
    text-transform: none; }
  .hub-newsletter p.check {
    display: none;
    position: absolute;
    font-style: italic; }
  .hub-newsletter input[type="checkbox"].mce_inline_error + label + p.check {
    display: block; }
  .hub-newsletter input[type="radio"]:checked + label:before,
  .hub-newsletter input[type="checkbox"]:checked + label:before {
    background: #ffffff;
    border: 1px solid #FFF; }
  .hub-newsletter input[type="radio"]:checked + label:after,
  .hub-newsletter input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 7px;
    width: 6PX;
    height: 12PX;
    border-bottom: 2px solid #1A6DFF;
    border-right: 2px solid #1A6DFF;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }

.hub-navigation-search {
  display: none;
  background: white;
  position: absolute;
  left: 20%;
  width: 80%;
  bottom: 20px; }
  .hub-navigation-search__group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .hub-navigation-search__btn {
    position: relative;
    margin-right: 0px;
    margin-top: 20px; }
    .hub-navigation-search__btn:after {
      content: '';
      position: absolute;
      right: -10px;
      top: 0;
      height: 20px;
      border-right: 1px solid; }
  .hub-navigation-search__search-field {
    background: 0 0;
    font-size: 18px;
    width: 100%;
    padding: 5px 10px 5px 40px;
    opacity: 0;
    transition: opacity 400ms ease; }
    .hub-navigation-search__search-field:focus {
      background: 0 0; }
  .hub-navigation-search__cross {
    display: block;
    width: 34px;
    height: 34px;
    position: relative; }
    .hub-navigation-search__cross i {
      width: 80%;
      height: 2PX;
      background: black;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -40%; }
      .hub-navigation-search__cross i:first-child {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .hub-navigation-search__cross i:last-child {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg); }

.hub-naviation {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 991px) {
    .hub-naviation {
      display: none;
      text-align: center; } }
  .hub-naviation__wrapper {
    position: relative;
    width: 100%; }
  .hub-naviation a {
    position: relative;
    font-size: 15px;
    line-height: 2 !important;
    margin-right: 20px;
    font-family: "Hill", sans-serif !important; }
    .hub-naviation a:hover {
      text-decoration: underline; }
  .hub-naviation .pipe {
    font-size: 15px;
    line-height: 2;
    margin: 5px 20px 0 20px; }
    @media (max-width: 991px) {
      .hub-naviation .pipe {
        margin: 5px; } }

:root {
  /* Not my favorite that line-height has to be united, but needed */
  --lh: 1.4rem; }

.twitter-card {
  position: relative;
  background: #5a92ff;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .twitter-card__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%; }
  .twitter-card__icon {
    margin-left: auto;
    margin-top: 20px;
    margin-right: 20px;
    margin-bottom: 30px; }
  .twitter-card__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin-top: auto;
    height: 100%;
    margin-bottom: auto; }
  .twitter-card__btn {
    margin-left: auto;
    margin-top: 50px;
    margin-right: 20px;
    margin-bottom: 25px; }
    .twitter-card__btn a {
      font-family: sofia-pro, sans-serif !important;
      background: white;
      color: black !important;
      font-size: 12px !important;
      text-transform: none;
      box-shadow: none;
      margin: 0; }
    .twitter-card__btn i {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      color: black;
      width: 15px;
      margin-left: 11px;
      border-top: 2px solid black; }
      .twitter-card__btn i:before {
        content: '';
        position: absolute;
        right: 0;
        top: -5px;
        height: 6px;
        width: 6px;
        border-top: 2px solid black;
        border-right: 2px solid black;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .twitter-card .one-tweets {
    padding: 0px 20px; }
  .twitter-card a,
  .twitter-card .timeposted,
  .twitter-card .tweet {
    font-family: "Hill Light", sans-serif !important;
    color: white;
    font-size: 20px;
    line-height: var(--lh);
    overflow-wrap: break-word; }
  .twitter-card .tweet {
    line-height: var(--lh);
    --max-lines: 5;
    position: relative;
    max-height: calc(var(--lh) * var(--max-lines));
    overflow: hidden;
    margin-top: 70px; }
  .twitter-card li {
    font-family: "Hill Light", sans-serif;
    padding: 20px; }

.instagram-card {
  background: #5a92ff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .instagram-card__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .instagram-card a,
  .instagram-card .timeposted,
  .instagram-card .tweet {
    font-family: "Hill Light", sans-serif;
    color: white;
    font-size: 20px;
    line-height: 1; }
  .instagram-card li {
    font-family: "Hill Light", sans-serif;
    padding: 20px; }

.thought-starters {
  position: relative;
  background: #51CAB2;
  height: 100%;
  width: 100%; }
  @media (max-width: 991px) {
    .thought-starters {
      height: 129vw; } }
  .thought-starters .featured-thought-item {
    width: 100%;
    height: 100%; }
  .thought-starters__inner {
    width: 100%;
    height: 100%;
    padding: 25px; }
    .thought-starters__inner a {
      color: white;
      font-size: 12px; }
  .thought-starters .slick-track,
  .thought-starters .slick-list {
    height: 100%; }
  .thought-starters__flex {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .thought-starters__flex h3, .thought-starters__flex .two-tweets ul li:before, .two-tweets ul .thought-starters__flex li:before {
      color: white;
      margin-bottom: 20px; }
    .thought-starters__flex a:hover {
      text-decoration: underline; }
  .thought-starters .btn {
    background: white;
    color: black;
    font-size: 12px;
    text-transform: none;
    margin-top: 10px; }
    .thought-starters .btn i {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      color: black;
      width: 15px;
      margin-left: 20px;
      margin-right: -5px;
      margin-bottom: 4px;
      border-top: 2px solid black; }
      .thought-starters .btn i:before {
        content: '';
        position: absolute;
        right: 0;
        top: -5px;
        height: 6px;
        width: 6px;
        border-top: 2px solid black;
        border-right: 2px solid black;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
  .thought-starters .slick-next {
    font-size: 0px;
    top: auto;
    bottom: 20px;
    right: 20px;
    background-image: url(../svg/arrowright.png);
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  .thought-starters .slick-prev {
    font-size: 0px;
    left: 20px;
    top: auto;
    bottom: 20px;
    background-image: url(../svg/arrowleft.png);
    -webkit-transform: translateY(0);
    transform: translateY(0); }

@media (max-width: 991px) {
  .hub-image-carousel {
    padding: 60px 0px 120px; } }

.hub-image-carousel__caption {
  color: #aaa;
  font-size: 14px;
  font-style: italic !important;
  padding: 10px; }

.hub-image-carousel .slick-prev,
.hub-image-carousel .slick-next {
  font-size: 0px; }

.hub-image-carousel .slick-slide img {
  width: 100%; }

.hub-image-carousel .slick-prev {
  left: 0;
  top: 107%; }
  @media (max-width: 991px) {
    .hub-image-carousel .slick-prev {
      top: 90%; } }

.hub-image-carousel .slick-next {
  right: 0;
  top: 107%; }
  @media (max-width: 991px) {
    .hub-image-carousel .slick-next {
      top: 90%; } }

.comment-form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .comment-form label {
    margin: 10px 0px; }

.comment-form__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.comment-form__revised {
  font-size: 14px; }

.comment-form__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0px; }
  .comment-form__btns .btn:first-child {
    margin-right: 20px; }

.comment-content p {
  font-size: 14px;
  margin: 20px 0px; }

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: transparent;
  transition: background-color 400ms cubic-bezier(0.86, 0, 0.07, 1); }
  .downscroll .navbar {
    transition: background-color 200ms cubic-bezier(0.86, 0, 0.07, 1);
    background-color: white; }
  .navbar__menu {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #000000;
    width: 440px;
    height: 100%;
    padding: 80px 20px;
    opacity: 0;
    z-index: 999;
    overflow-x: none;
    overflow-y: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: opacity 300ms ease, z-index 0ms ease 300ms, -webkit-transform 300ms ease;
    transition: opacity 300ms ease, transform 300ms ease, z-index 0ms ease 300ms;
    transition: opacity 300ms ease, transform 300ms ease, z-index 0ms ease 300ms, -webkit-transform 300ms ease; }
    @media only screen and (max-width: 767px) {
      .navbar__menu {
        padding: 0;
        width: 80vw; } }
    .navbar__menu.active {
      transition: opacity 300ms ease, z-index 0ms ease, -webkit-transform 300ms ease;
      transition: opacity 300ms ease, transform 300ms ease, z-index 0ms ease;
      transition: opacity 300ms ease, transform 300ms ease, z-index 0ms ease, -webkit-transform 300ms ease;
      pointer-events: auto;
      -webkit-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
      opacity: 1;
      z-index: 999;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .navbar__menu ul {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      padding: 32px 0;
      transition: padding 200ms cubic-bezier(0.86, 0, 0.07, 1);
      width: 100%;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .downscroll .navbar__menu ul {
        padding: 12px 0; }
      .navbar__menu ul > * {
        padding: 0;
        display: block;
        width: 100%;
        text-align: left;
        -webkit-flex: 0 100%;
        -ms-flex: 0 100%;
        flex: 0 100%; }
        .navbar__menu ul > * a {
          font-family: "Hill", sans-serif;
          white-space: nowrap;
          font-size: 22px;
          line-height: 1em;
          text-decoration: none;
          position: relative;
          text-transform: none;
          display: block;
          width: 100%; }
          @media only screen and (min-width: 768px) {
            .navbar__menu ul > * a {
              font-size: 34px; } }
          .navbar__menu ul > * a span {
            position: relative;
            padding: 0 15px;
            border-bottom: 0px solid white;
            transition: all 100ms cubic-bezier(0.86, 0, 0.07, 1); }
            .navbar__menu ul > * a span:before, .navbar__menu ul > * a span:after {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 7px;
              height: 0px;
              background-color: white;
              transition: all 100ms cubic-bezier(0.86, 0, 0.07, 1) 50ms; }
              @media only screen and (max-width: 767px) {
                .navbar__menu ul > * a span:before, .navbar__menu ul > * a span:after {
                  display: none !important; } }
            .navbar__menu ul > * a span:after {
              right: 0;
              left: auto; }
          .navbar__menu ul > * a.current_page_item:after, .navbar__menu ul > * a.current-page-ancestor:after {
            -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1); }
          .navbar__menu ul > * a.current_page_item:hover:after, .navbar__menu ul > * a.current-page-ancestor:hover:after {
            -webkit-animation: none;
            animation: none; }
          .navbar__menu ul > * a:not(.btn) {
            color: #ffffff;
            padding: 10px 15px; }
            @media only screen and (min-width: 768px) {
              .navbar__menu ul > * a:not(.btn) {
                padding: 15px 15px; } }
            @media only screen and (min-width: 1250px) {
              .navbar__menu ul > * a:not(.btn) {
                padding: 15px 20px; } }
          .navbar__menu ul > * a.btn {
            text-transform: none;
            width: auto;
            display: inline-block; }
            .navbar__menu ul > * a.btn:after {
              display: none; }
            .navbar__menu ul > * a.btn.btn__icon {
              position: relative; }
              .navbar__menu ul > * a.btn.btn__icon a {
                padding-left: 50px; }
          .navbar__menu ul > * a:hover span {
            border-bottom: 7px solid white; }
            @media only screen and (max-width: 767px) {
              .navbar__menu ul > * a:hover span {
                border: none; } }
            .navbar__menu ul > * a:hover span:before, .navbar__menu ul > * a:hover span:after {
              height: 7px; }
    .navbar__menu--social {
      padding: 0; }
      .navbar__menu--social ul {
        padding: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media only screen and (max-width: 767px) {
          .navbar__menu--social ul {
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center; } }
        .navbar__menu--social ul > * {
          padding: 0; }
          .navbar__menu--social ul > *:first-child a {
            border-left: 1px solid #ffffff; }
          .navbar__menu--social ul > * a {
            line-height: 0;
            padding: 15px 20px;
            font-size: 20px;
            display: block;
            border-right: 1px solid #ffffff;
            text-align: center;
            transition: all 200ms cubic-bezier(0.86, 0, 0.07, 1); }
            .navbar__menu--social ul > * a:before {
              -webkit-transform-origin: center;
              transform-origin: center;
              transition: all 200ms cubic-bezier(0.1, 0.57, 0.1, 1);
              transition-delay: 100ms;
              min-width: 20px;
              position: relative;
              display: inline-block;
              top: auto;
              left: auto;
              -webkit-transform: translateY(0);
              transform: translateY(0); }
            .navbar__menu--social ul > * a:hover {
              background-color: #ffffff; }
              .navbar__menu--social ul > * a:hover:before {
                -webkit-transform: scale(1.2);
                transform: scale(1.2); }
  .navbar__burger {
    max-width: 40px;
    cursor: pointer;
    border-radius: 50%;
    background: #000000;
    overflow: hidden;
    height: 40px;
    padding-top: 10px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .navbar__burger {
        margin-right: 8px; } }
    .navbar__burger.active {
      z-index: 1000; }
      .navbar__burger.active .bar.b2 {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0; }
      .navbar__burger.active .bar.b1 {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg); }
      .navbar__burger.active .bar.b3 {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg); }
    .navbar__burger .bar {
      opacity: 1;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 5px;
      width: 20px;
      height: 3px;
      border-radius: 20px;
      background-color: #ffffff;
      transition: all 150ms cubic-bezier(0.86, 0, 0.07, 1); }
      .navbar__burger .bar:last-child {
        margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .navbar .sitelogo {
      padding-left: 0; } }
  .navbar .sitelogo path,
  .navbar .sitelogo polygon {
    fill: white;
    transition: all 150ms cubic-bezier(0.86, 0, 0.07, 1); }
  .active .navbar .sitelogo {
    z-index: 1000; }
    .active .navbar .sitelogo path,
    .active .navbar .sitelogo polygon {
      fill: white; }
  .downscroll .navbar .sitelogo path,
  .downscroll .navbar .sitelogo polygon {
    fill: black; }
  .in-projects-filter .navbar .sitelogo path,
  .in-projects-filter .navbar .sitelogo polygon {
    fill: black; }
  .post-type-archive-hub .navbar .sitelogo path,
  .post-type-archive-hub .navbar .sitelogo polygon,
  .page-template-template-inside-out .navbar .sitelogo path,
  .page-template-template-inside-out .navbar .sitelogo polygon,
  .tax-hub_tags .navbar .sitelogo path,
  .tax-hub_tags .navbar .sitelogo polygon,
  .tax-hub_category .navbar .sitelogo path,
  .tax-hub_category .navbar .sitelogo polygon,
  .single-hub .navbar .sitelogo path,
  .single-hub .navbar .sitelogo polygon {
    fill: black; }
  .navbar .topbar {
    background-color: #a7b9c2;
    overflow: hidden;
    height: 50px;
    transition: all 150ms cubic-bezier(0.86, 0, 0.07, 1); }
    .downscroll .navbar .topbar {
      height: 0px; }
    .navbar .topbar p {
      padding: 0;
      font-family: "Hill", sans-serif;
      font-size: 13px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .navbar .topbar p {
          display: none; } }

.logo--prime {
  padding: 5px 0;
  display: block;
  width: 56px;
  height: 52px; }
  @media only screen and (max-width: 575px) {
    .logo--prime {
      display: block;
      padding: 10px 0;
      margin-left: 20px; } }

@-webkit-keyframes animationFrames {
  0% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }
  51% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); } }

@keyframes animationFrames {
  0% {
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); }
  50% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%; }
  51% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%; }
  100% {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1); } }

.prevnext {
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .prevnext {
      margin-top: 30px;
      margin-bottom: 40px; } }
  .prevnext a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .prevnext a {
        padding-top: 20px;
        padding-bottom: 20px; } }
    .prevnext a:first-child {
      padding-right: 0; }
    .prevnext a:nth-child(2) {
      padding-left: 0; }
    .prevnext a.text--right {
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
    .prevnext a p {
      padding: 0 20px;
      font-size: 20px; }
      @media only screen and (max-width: 767px) {
        .prevnext a p {
          margin: 30px 0 0 0px;
          padding: 0 10px;
          width: 150px;
          line-height: 1.2;
          font-size: 18px; } }
    @media only screen and (max-width: 767px) {
      .prevnext a {
        width: 45%; } }
  .prevnext .prev {
    width: 35px;
    height: 35px;
    position: relative;
    background-image: url("../svg/arrow-left.png");
    background-size: 100%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      .prevnext .prev + p {
        padding-right: 0; } }
  .prevnext .next {
    width: 35px;
    height: 35px;
    position: relative;
    background-image: url("../svg/arrow-right.png");
    background-size: 100%;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 767px) {
      .prevnext .next + p {
        padding-left: 0; } }
  @media only screen and (max-width: 767px) {
    .prevnext p {
      font-size: 16px;
      line-height: 14px; } }

.footer {
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px; }
  .footer .row {
    -webkit-align-items: flex-start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
    .footer .row > * {
      -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .footer p {
    font-family: "Hill", sans-serif;
    color: #000000;
    font-size: 16px;
    line-height: 1.6em; }
    @media only screen and (max-width: 767px) {
      .footer p {
        margin-bottom: 0 !important; } }
  .footer ul li {
    line-height: 0; }
    .footer ul li a {
      font-family: "Hill", sans-serif;
      text-decoration: none;
      font-size: 16px;
      line-height: 1.6em;
      color: #000000; }
      @media only screen and (max-width: 767px) {
        .footer ul li a {
          font-size: 20px;
          display: block;
          padding: 5px 0; } }
  @media only screen and (max-width: 767px) {
    .footer ul {
      padding-bottom: 20px;
      margin-bottom: 20px;
      border-bottom: 1px solid #eee; } }
  .footer--col2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .footer--col2 p {
        font-size: 20px; } }
    .footer--col2 a span {
      position: relative;
      padding: 0 5px;
      border-bottom: 0px solid black;
      transition: all 100ms cubic-bezier(0.86, 0, 0.07, 1);
      text-align: center; }
      @media only screen and (max-width: 767px) {
        .footer--col2 a span {
          padding: 0; } }
      .footer--col2 a span:before, .footer--col2 a span:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 0px;
        background-color: black;
        transition: all 100ms cubic-bezier(0.86, 0, 0.07, 1) 50ms; }
      .footer--col2 a span:after {
        right: 0;
        left: auto; }
    .footer--col2 a:hover span {
      border-bottom: 3px solid black; }
      .footer--col2 a:hover span:before, .footer--col2 a:hover span:after {
        height: 3px; }
  .footer .logo--prime {
    width: 180px;
    height: 190px; }
    @media only screen and (max-width: 767px) {
      .footer .logo--prime {
        width: auto;
        margin: 0;
        height: 110px; } }
  .footer--black {
    background-color: #000000; }
    .footer--black .cert-img {
      display: none; }
    .footer--black p {
      color: #ffffff; }
    .footer--black ul li a {
      color: #ffffff; }

.newsletter input[type="submit"] {
  min-height: 50px;
  box-shadow: none; }

.newsletter--header form input::-webkit-input-placeholder {
  text-transform: none; }

.newsletter--header form input::-moz-placeholder {
  text-transform: none; }

.newsletter--header form input:-ms-input-placeholder {
  text-transform: none; }

.newsletter--header form input:-moz-placeholder {
  text-transform: none; }

.newsletter--header form .clear * {
  width: 100%; }

.newsletter--footer h3, .newsletter--footer .two-tweets ul li:before, .two-tweets ul .newsletter--footer li:before {
  color: #ffffff; }

@media only screen and (min-width: 992px) {
  .newsletter--footer form input {
    margin-right: 10px; } }

.newsletter--footer form input[type="submit"] {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-transform: uppercase;
  padding-left: 40px;
  padding-right: 40px;
  margin-right: 0;
  width: 100%; }

@media only screen and (max-width: 767px) {
  #mc_embed_signup h3, #mc_embed_signup .two-tweets ul li:before, .two-tweets ul #mc_embed_signup li:before {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #mc_embed_signup input[type="text"],
  #mc_embed_signup input[type="email"] {
    font-size: 15px;
    width: 60%;
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (max-width: 767px) {
  #mc_embed_signup input[type="submit"] {
    font-size: 15px;
    padding-left: 8px;
    padding-right: 8px;
    width: 90%;
    margin-left: 10%; } }

@media only screen and (max-width: 767px) {
  .iconimg--social {
    margin-left: 0px !important; } }

.cert-img {
  margin-top: 30px !important; }
  @media only screen and (max-width: 767px) {
    .cert-img {
      margin: 20px 0px !important; } }

.cert-img--none {
  display: none; }

.social-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@-webkit-keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 468px 0; } }

.article-row {
  padding: 0px; }

@media only screen and (max-width: 767px) {
  .article-row .row,
  .article-block .row {
    padding-left: 20px;
    padding-right: 20px; } }

.article-row .article,
.article-block .article {
  min-height: 200px;
  height: 35vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .article-row .article,
    .article-block .article {
      margin: 5px; } }
  @media only screen and (max-width: 767px) {
    .article-row .article,
    .article-block .article {
      height: 330px;
      min-height: 0px; } }
  @media only screen and (min-width: 768px) {
    .article-row .article:hover .article__content .copy,
    .article-block .article:hover .article__content .copy {
      max-height: 500px;
      opacity: 1; } }
  .article-row .article__content,
  .article-block .article__content {
    position: relative;
    bottom: 0;
    padding: 20px;
    width: 80%;
    background: white;
    left: -10px; }
    @media only screen and (max-width: 767px) {
      .article-row .article__content,
      .article-block .article__content {
        left: 0;
        bottom: 35px;
        width: 100%; }
        .article-row .article__content h4,
        .article-block .article__content h4 {
          margin-bottom: 5px !important; } }
    .article-row .article__content > *,
    .article-block .article__content > * {
      position: relative;
      z-index: 1;
      margin-bottom: 20px; }
      .article-row .article__content > *:last-child,
      .article-block .article__content > *:last-child {
        margin-bottom: 0; }
    .article-row .article__content strong,
    .article-block .article__content strong {
      text-transform: uppercase; }
    .article-row .article__content h4,
    .article-row .article__content p,
    .article-block .article__content h4,
    .article-block .article__content p {
      font-size: 18px;
      line-height: 1.2em; }
      @media only screen and (min-width: 1025px) {
        .article-row .article__content h4,
        .article-row .article__content p,
        .article-block .article__content h4,
        .article-block .article__content p {
          font-size: 26px; } }
      .article-row .article__content h4.details,
      .article-row .article__content p.details,
      .article-block .article__content h4.details,
      .article-block .article__content p.details {
        font-size: 16px;
        line-height: 1.2em; }
        @media only screen and (min-width: 1025px) {
          .article-row .article__content h4.details,
          .article-row .article__content p.details,
          .article-block .article__content h4.details,
          .article-block .article__content p.details {
            font-size: 18px; } }
    @media only screen and (min-width: 768px) {
      .article-row .article__content .copy,
      .article-block .article__content .copy {
        max-height: 0;
        overflow: hidden;
        transition: max-height 750ms cubic-bezier(0.86, 0, 0.07, 1), opacity 200ms cubic-bezier(0.86, 0, 0.07, 1) 450ms;
        opacity: 0; } }
    .article-row .article__content .aligncenter,
    .article-block .article__content .aligncenter {
      margin-left: auto;
      margin-right: auto;
      display: table; }
    .article-row .article__content ul,
    .article-block .article__content ul {
      padding: 10px 0; }
      .article-row .article__content ul li,
      .article-block .article__content ul li {
        position: relative;
        padding-left: 25px; }
        .article-row .article__content ul li:before,
        .article-block .article__content ul li:before {
          position: absolute;
          content: '';
          display: block;
          height: 5px;
          width: 5px;
          border-radius: 50%;
          background-color: #d43149;
          left: 10px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .article-row .article__bg,
  .article-block .article__bg {
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    will-change: left;
    height: calc(100% - 40px);
    width: 100%; }
  .article-row .article--featured .article__content,
  .article-block .article--featured .article__content {
    background-color: #687383;
    height: 100%; }
    .article-row .article--featured .article__content > *,
    .article-block .article--featured .article__content > * {
      color: #ffffff;
      margin-bottom: 20px; }
    .article-row .article--featured .article__content .article__bg,
    .article-block .article--featured .article__content .article__bg {
      margin-bottom: 0;
      opacity: .75; }
    .article-row .article--featured .article__content img,
    .article-block .article--featured .article__content img {
      height: auto; }
    .article-row .article--featured .article__content hr,
    .article-block .article--featured .article__content hr {
      max-width: 50px;
      border: 1px solid #ffffff; }
    .article-row .article--featured .article__content p,
    .article-block .article--featured .article__content p {
      max-width: 75%;
      margin-left: auto;
      margin-right: auto; }
  .article-row .article--product .article__image img,
  .article-block .article--product .article__image img {
    width: 100%; }
  .article-row .article--product .article__content,
  .article-block .article--product .article__content {
    padding: 0 20px 20px 20px;
    margin-top: -40px; }
    .article-row .article--product .article__content .article__badge,
    .article-block .article--product .article__content .article__badge {
      display: table;
      margin: 0 auto 20px;
      padding: 20px;
      border-radius: 50%;
      background-color: #a7b9c2; }
      .article-row .article--product .article__content .article__badge img,
      .article-block .article--product .article__content .article__badge img {
        max-width: 32px; }
      .article-row .article--product .article__content .article__badge--empty,
      .article-block .article--product .article__content .article__badge--empty {
        background-color: transparent;
        min-height: 72px; }
    .article-row .article--product .article__content h3, .article-row .article--product .article__content .two-tweets ul li:before, .two-tweets ul .article-row .article--product .article__content li:before,
    .article-block .article--product .article__content h3,
    .article-block .article--product .article__content .two-tweets ul li:before,
    .two-tweets ul .article-block .article--product .article__content li:before {
      margin-bottom: 10px; }
  .article-row .article--project,
  .article-block .article--project {
    margin-bottom: 60px; }
    .article-row .article--project .article__bg,
    .article-block .article--project .article__bg {
      height: 100%; }
      @media only screen and (min-width: 768px) {
        .article-row .article--project .article__bg:hover ~ .article__content p,
        .article-block .article--project .article__bg:hover ~ .article__content p {
          max-height: 500px;
          opacity: 1; } }
    .article-row .article--project .article__content,
    .article-block .article--project .article__content {
      left: auto;
      background-color: #FFF;
      width: 400px;
      pointer-events: none;
      bottom: -20px; }
      @media only screen and (max-width: 991px) {
        .article-row .article--project .article__content,
        .article-block .article--project .article__content {
          width: 100%; } }
      .article-row .article--project .article__content > *,
      .article-block .article--project .article__content > * {
        color: #ffffff; }
      .article-row .article--project .article__content h4,
      .article-block .article--project .article__content h4 {
        color: #000;
        font-size: 33px;
        font-family: "Hill Bold", sans-serif;
        margin-bottom: 0; }
        @media only screen and (max-width: 991px) {
          .article-row .article--project .article__content h4,
          .article-block .article--project .article__content h4 {
            font-size: 34px; } }
        @media only screen and (max-width: 575px) {
          .article-row .article--project .article__content h4,
          .article-block .article--project .article__content h4 {
            font-size: 24px; } }
      .article-row .article--project .article__content p,
      .article-block .article--project .article__content p {
        color: #000;
        font-size: 24px;
        font-family: "Hill Demi", sans-serif; }
        @media only screen and (min-width: 768px) {
          .article-row .article--project .article__content p,
          .article-block .article--project .article__content p {
            max-height: 0;
            overflow: hidden;
            transition: max-height 450ms cubic-bezier(0.86, 0, 0.07, 1), opacity 100ms cubic-bezier(0.86, 0, 0.07, 1) 250ms;
            opacity: 0; } }
        @media only screen and (max-width: 991px) {
          .article-row .article--project .article__content p,
          .article-block .article--project .article__content p {
            font-size: 34px; } }
        @media only screen and (max-width: 575px) {
          .article-row .article--project .article__content p,
          .article-block .article--project .article__content p {
            font-size: 24px; } }
  .article-row .article--project-placeholder .article__bg,
  .article-block .article--project-placeholder .article__bg {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px; }
  .article-row .article--project-placeholder .article__content span,
  .article-block .article--project-placeholder .article__content span {
    display: block;
    background-color: #eaeaea;
    border-radius: 5px;
    height: 40px;
    width: 85%;
    overflow: hidden; }
    .article-row .article--project-placeholder .article__content span:before,
    .article-block .article--project-placeholder .article__content span:before {
      content: '';
      -webkit-animation-duration: 1s;
      animation-duration: 1s;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-name: placeHolderShimmer;
      animation-name: placeHolderShimmer;
      -webkit-animation-timing-function: linear;
      animation-timing-function: linear;
      background: #f6f7f8;
      background: linear-gradient(to right, #eaeaea 8%, #e0e0e0 18%, #eaeaea 33%);
      background-size: 800px 104px;
      height: 100%;
      width: 100%;
      position: absolute; }
    .article-row .article--project-placeholder .article__content span:last-child,
    .article-block .article--project-placeholder .article__content span:last-child {
      width: 50%; }
  .article-row .article--blog,
  .article-block .article--blog {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    .article-row .article--blog .article__bg,
    .article-block .article--blog .article__bg {
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      top: 10px;
      left: 10px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center; }
      .article-row .article--blog .article__bg:before,
      .article-block .article--blog .article__bg:before {
        content: '';
        z-index: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.25); }
    .article-row .article--blog .article__badge img,
    .article-block .article--blog .article__badge img {
      margin: 0 auto 10px;
      border-radius: 50%;
      box-shadow: 0 0 5px rgba(0, 0, 0, 0.25); }
    .article-row .article--blog .article__badge > *,
    .article-block .article--blog .article__badge > * {
      display: block;
      text-align: center;
      color: #ffffff; }
    .article-row .article--blog .article__content > *,
    .article-block .article--blog .article__content > * {
      color: #ffffff; }
    .article-row .article--blog .article__content h2,
    .article-block .article--blog .article__content h2 {
      font-size: 44px; }
      @media only screen and (max-width: 991px) {
        .article-row .article--blog .article__content h2,
        .article-block .article--blog .article__content h2 {
          font-size: 36px; } }
  .article-row .article--instagram,
  .article-block .article--instagram {
    background-position: center;
    background-size: cover; }
    .article-row .article--instagram .article__bg,
    .article-block .article--instagram .article__bg {
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      top: 10px;
      left: 10px; }
    .article-row .article--instagram img,
    .article-block .article--instagram img {
      opacity: 0;
      pointer-events: none;
      visibility: hidden; }
    .article-row .article--instagram:after,
    .article-block .article--instagram:after {
      font-family: 'icon-font';
      content: "\e908";
      position: absolute;
      top: 25px;
      right: 25px;
      color: white;
      font-size: 20px; }

.article-carousel {
  display: block; }
  @media only screen and (max-width: 1024px) {
    .article-carousel {
      padding: 0 50px; } }

.columns {
  position: relative; }
  .columns .article__content p {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .columns .article__content p + .list {
        margin-top: -1.25rem;
        margin-bottom: 2rem; } }
  .columns .article__content--75 {
    max-width: 75%;
    margin: 0 auto; }
  .columns .article__content .list {
    list-style: none; }
    .columns .article__content .list.white li:before {
      content: url("../img/iconmonstr-plus-thin-white.svg"); }
    .columns .article__content .list li {
      position: relative;
      padding-left: 40px;
      font-size: 21px; }
      .columns .article__content .list li:before {
        content: url("../img/iconmonstr-plus-thin.svg");
        position: absolute;
        top: 14px;
        left: 10px;
        -webkit-transform: translate3d(0, -50%, 0) scale(0.75);
        transform: translate3d(0, -50%, 0) scale(0.75);
        height: 20px;
        width: 20px; }
  .columns .bg--float {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 767px) {
      .columns .bg--float {
        position: relative;
        min-height: 50vh;
        width: 100%;
        margin-bottom: 30px; } }
    .columns .bg--float--right {
      left: auto;
      right: 0; }
    .columns .bg--float--50 {
      width: 50%; }
      @media only screen and (max-width: 767px) {
        .columns .bg--float--50 {
          width: 100%; } }
    .columns .bg--float--full {
      width: 100%; }
    .columns .bg--float--flex {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .columns .bg--float--text {
      font-family: "Hill Bold", sans-serif;
      font-size: 10vw;
      background-color: #EFEFEF;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .columns .bg--float--text {
          position: relative;
          min-height: 20vh;
          width: 100%;
          font-size: 50px;
          margin-bottom: 40px;
          display: none; } }
  .columns--stylised_listing .heading {
    margin-bottom: 40px; }
  .columns--stylised_listing .number {
    font-family: "Hill Bold", sans-serif;
    font-size: 250px;
    color: #EFEFEF;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }
  .columns--stylised_listing .article__content {
    z-index: 1;
    position: relative; }
    .columns--stylised_listing .article__content p {
      font-size: 30px;
      line-height: 1.5em; }
      @media only screen and (max-width: 767px) {
        .columns--stylised_listing .article__content p {
          font-size: 22px;
          line-height: 1.2em; } }
  .columns--stylised_listing .article {
    padding-top: 110px;
    padding-bottom: 40px; }
  .columns--stylised_listing--nonumbers .number {
    display: none; }
  .columns--stylised_listing--nonumbers .article {
    padding-top: 40px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      .columns--stylised_listing--nonumbers .article {
        padding-top: 20px;
        padding-bottom: 20px; } }

.articles--widget-fit .article {
  margin-top: 90px;
  margin-bottom: 90px; }
  .articles--widget-fit .article .article__content {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .articles--widget-fit .article .article__content {
        padding-top: 30px;
        padding-bottom: 30px; } }
    .articles--widget-fit .article .article__content--bg {
      padding-left: 60px;
      padding-right: 60px; }
    .articles--widget-fit .article .article__content > *:first-child:not(img) {
      padding-top: 60px; }
    .articles--widget-fit .article .article__content > img:last-child {
      margin-bottom: 0; }

.articles--instagram {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.articles--nopad {
  padding: 0; }

.articles--novertpad .article {
  margin-top: 0px;
  margin-bottom: 0px; }

.article--modal {
  overflow: hidden; }
  .article--modal .content {
    padding: 20px 30px; }
  .article--modal .actions {
    padding: 0 30px 20px 30px; }
  .article--modal__img {
    width: 100%;
    height: 200px;
    position: relative;
    display: block;
    margin-bottom: 30px;
    overflow: hidden; }
    .article--modal__img img {
      position: absolute;
      object-fit: cover;
      object-position: center;
      left: 0;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      height: auto; }

.badges .article {
  padding-bottom: 0;
  padding-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .badges .article {
      padding-bottom: 10px;
      padding-top: 10px; } }
  @media only screen and (max-width: 767px) {
    .badges .article__content {
      width: 100%;
      text-align: center; } }
  .badges .article__content > * {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0; }
    @media only screen and (max-width: 767px) {
      .badges .article__content > * {
        display: block; } }
    .badges .article__content > * img {
      margin-right: 10px; }
      @media only screen and (max-width: 767px) {
        .badges .article__content > * img {
          display: table;
          margin: 0 auto 10px; } }

.strip .article {
  padding-bottom: 0;
  padding-top: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .strip .article__content {
    width: 100%; }
    .strip .article__content > * {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 auto; }

.gallery--main-item {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

.gallery--thumbnail-item {
  background-size: cover;
  background-position: center;
  min-height: 230px;
  width: 100%;
  margin: 20px 10px; }

.gallery .slick-slider {
  position: relative; }

.gallery .slick-next {
  position: absolute;
  top: 50%;
  right: -20px; }

.gallery .slick-prev {
  position: absolute;
  top: 50%;
  left: -20px; }

.gallery .slick-arrow {
  z-index: 99;
  background-color: #d43149;
  padding: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .gallery .slick-arrow span {
    font-size: 30px;
    color: #ffffff; }
    .gallery .slick-arrow span:before {
      position: relative;
      top: auto;
      left: auto;
      -webkit-transform: none;
      transform: none; }

.hub-navigation__wrapper {
  text-align: center;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  .hub-navigation__wrapper .icons {
    margin-top: 5px; }

.hub-navigation__btn {
  margin-left: 0;
  margin-top: auto;
  margin-bottom: 0;
  text-align: center; }
  @media only screen and (max-width: 1249px) {
    .hub-navigation__btn {
      display: none; } }
  @media (min-width: 992px) {
    .hub-navigation__btn {
      position: relative;
      margin-left: auto;
      margin-top: 0;
      margin-right: 0; } }
  .hub-navigation__btn i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: black;
    width: 15px;
    margin-left: 11px;
    margin-right: -5px;
    margin-bottom: 3px;
    border-top: 2px solid white; }
    .hub-navigation__btn i:before {
      content: '';
      position: absolute;
      right: 0;
      top: -5px;
      height: 6px;
      width: 6px;
      border-top: 2px solid white;
      border-right: 2px solid white;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .hub-navigation__btn a {
    background: #1A6DFF;
    color: white;
    font-size: 15px;
    text-transform: none;
    font-family: "Hill", sans-serif !important;
    margin: 0;
    box-shadow: none;
    padding-top: 12px; }
    .hub-navigation__btn a:hover {
      -webkit-transform: translate(0);
      transform: translate(0);
      box-shadow: none; }

.visible {
  display: block; }

.hidden-hub {
  display: hidden; }

.pipe-border {
  position: relative;
  display: block;
  z-index: -1;
  text-align: center;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-right: auto; }
  @media only screen and (max-width: 991px) {
    .pipe-border {
      display: none; } }
  .pipe-border:before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #999; }
    @media only screen and (max-width: 767px) {
      .pipe-border:before {
        top: auto;
        bottom: -90px;
        left: 105px;
        height: 200px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); } }

.blog-author img {
  border-radius: 50%; }

.social-share {
  margin-top: 10px; }
  .social-share li {
    display: inline-block; }
    .social-share li a {
      display: block;
      margin-right: 5px; }
    .social-share li [class^="icon-"], .social-share li [class*=" icon-"] {
      position: relative;
      height: 50px;
      width: 50px;
      display: block;
      background-color: #d43149;
      border-radius: 50%;
      overflow: hidden;
      color: #ffffff; }
      .social-share li [class^="icon-"]:before, .social-share li [class*=" icon-"]:before {
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%); }

.post-filters {
  padding: 65px 0 0 0; }
  .post-filters .col-md-8 {
    padding: 20px 0; }
    @media only screen and (max-width: 767px) {
      .post-filters .col-md-8 {
        padding: 5px 20px; } }
  .post-filters .row {
    border-bottom: 1px solid #efefef; }
  .post-filters__parents {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .post-filters__parents a {
      color: #cacaca;
      font-size: 18px;
      font-family: "sofia-pro", sans-serif;
      margin-right: 20px; }
      .post-filters__parents a.active, .post-filters__parents a:hover {
        color: black; }
  .post-filters__sector {
    font-size: 14px;
    font-family: sofia-pro-soft, sans-serif;
    font-weight: 400;
    font-style: normal; }
  .post-filters__cat-list {
    text-align: end; }
  .post-filters ul {
    position: relative;
    margin-right: -20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .post-filters ul:before {
      content: 'Filter projects: ';
      font-family: "sofia-pro", sans-serif;
      margin-right: 1rem; }
    @media only screen and (max-width: 991px) {
      .post-filters ul {
        display: block !important;
        width: 100%;
        overflow-x: auto;
        white-space: nowrap; } }
    @media only screen and (max-width: 767px) {
      .post-filters ul p {
        margin: 0 !important; } }
    @media only screen and (max-width: 991px) {
      .post-filters ul li {
        display: inline-block; } }
    @media only screen and (max-width: 767px) {
      .post-filters ul li {
        display: block; } }
    .post-filters ul li a {
      display: block;
      color: #000;
      font-family: "Hill Bold", sans-serif;
      font-size: 34px;
      border: 0 !important; }
      .post-filters ul li a.active, .post-filters ul li a:hover {
        text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .post-filters ul li a {
          padding: 15px 0 0 0; } }
      .post-filters ul li a span {
        position: relative;
        padding: 0 0px;
        border-bottom: 0px solid black;
        transition: all 100ms cubic-bezier(0.86, 0, 0.07, 1);
        text-align: center; }
        @media only screen and (max-width: 991px) {
          .post-filters ul li a span {
            padding: 0; } }
  @media only screen and (max-width: 991px) {
    .post-filters .col-md-12 {
      padding-left: 8px;
      padding-right: 8px; }
      .post-filters .col-md-12:after {
        content: '';
        display: block;
        position: absolute;
        right: 5px;
        top: 0;
        bottom: 0;
        background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, white 100%);
        width: 50px; } }

.post .row [class^="icon-"]:first-child, .post .row [class*=" icon-"]:first-child {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.post .row [class^="icon-"]:last-child, .post .row [class*=" icon-"]:last-child {
  padding-bottom: 30px;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.vanish {
  display: none !important;
  opacity: 0;
  transition: all 100ms cubic-bezier(0.86, 0, 0.07, 1); }

.js-projects-loading {
  display: none; }
  .js-projects-loading.active {
    display: block; }

.js-projects-listing {
  display: block; }
  .js-projects-listing.active {
    display: none; }

@media only screen and (max-width: 767px) {
  .intro-with-sidebar {
    padding-bottom: 0; } }

.intro-with-sidebar h2 {
  margin-top: 0px;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .intro-with-sidebar h2 {
      margin-top: 0px;
      margin-bottom: 20px; } }

.intro-with-sidebar .sidebar h1, .intro-with-sidebar .sidebar h2, .intro-with-sidebar .sidebar h3, .intro-with-sidebar .sidebar .two-tweets ul li:before, .two-tweets ul .intro-with-sidebar .sidebar li:before, .intro-with-sidebar .sidebar h4, .intro-with-sidebar .sidebar h5, .intro-with-sidebar .sidebar h6 {
  margin-bottom: 15px; }

.intro-with-sidebar [data-filters-intro] {
  display: none; }
  @media only screen and (max-width: 767px) {
    .intro-with-sidebar [data-filters-intro] {
      padding-bottom: 20px;
      padding-top: 30px; } }
  .intro-with-sidebar [data-filters-intro].active {
    display: block; }
  .intro-with-sidebar [data-filters-intro] h3, .intro-with-sidebar [data-filters-intro] .two-tweets ul li:before, .two-tweets ul .intro-with-sidebar [data-filters-intro] li:before {
    margin-bottom: 20px; }
  .intro-with-sidebar [data-filters-intro] .col-md-8 p {
    font-family: "Hill", sans-serif; }
  @media only screen and (min-width: 768px) {
    .intro-with-sidebar [data-filters-intro] .sidebar {
      margin-top: 55px; } }

.intro-with-sidebar + .hero.hero--galleryblock {
  margin-top: 60px; }

.vr-wrapper {
  padding-bottom: 56.5%;
  position: relative;
  width: 100%; }
  .vr-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }

.footer-logos-panel {
  background-color: #F0F0F0;
  padding: 0; }
  .footer-logos-panel .row {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-logos-panel img {
    display: block;
    height: 60px;
    width: auto;
    margin: 10px auto; }
    @media only screen and (max-width: 767px) {
      .footer-logos-panel img {
        margin: 15px auto; } }

.two-tweets {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .two-tweets {
      margin-top: 10px; } }
  .two-tweets ul {
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .two-tweets ul {
        display: block; } }
    .two-tweets ul li {
      width: 45%;
      background-image: url("../svg/twitter.svg");
      background-repeat: no-repeat;
      background-size: 30px 30px; }
      @media only screen and (max-width: 767px) {
        .two-tweets ul li {
          width: 100%;
          margin-bottom: 2.5rem;
          margin-top: 2.5rem; } }
      .two-tweets ul li:before {
        content: '@Space_Zer0';
        display: block;
        margin-bottom: 1rem;
        margin-top: .2rem;
        padding-left: 40px; }
        @media only screen and (min-width: 768px) {
          .two-tweets ul li:before {
            font-size: 24px; } }
        @media only screen and (max-width: 767px) {
          .two-tweets ul li:before {
            font-size: 18px; } }
    .two-tweets ul .tweet {
      display: block;
      -webkit-hyphens: auto;
      -ms-hyphens: auto;
      hyphens: auto;
      word-break: break-word; }
      @media only screen and (min-width: 768px) {
        .two-tweets ul .tweet {
          font-size: 17px;
          line-height: 1.3; } }
      @media only screen and (max-width: 767px) {
        .two-tweets ul .tweet {
          font-size: 15px; } }
      @media only screen and (min-width: 768px) {
        .two-tweets ul .tweet a {
          font-size: 17px;
          line-height: 1.3; } }
      @media only screen and (max-width: 767px) {
        .two-tweets ul .tweet a {
          font-size: 15px; } }
    .two-tweets ul .timePosted {
      margin-top: 1rem; }
    .two-tweets ul .timePosted a {
      font-family: "Hill Bold", sans-serif; }
      @media only screen and (max-width: 767px) {
        .two-tweets ul .timePosted a {
          font-size: 15px; } }
      @media only screen and (min-width: 768px) {
        .two-tweets ul .timePosted a {
          font-size: 20px; } }
    .two-tweets ul a:hover {
      border: none;
      text-decoration: underline; }

.no-flex-grow {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

.navbar__hub-nav {
  display: none; }

.main-hub-section {
  padding-top: 50px;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .main-hub-section {
      padding-top: 80px; } }
  .main-hub-section--latest-posts {
    padding-top: 140px; }

.single-hub,
.page-template-template-inside-out,
.hub-tag-cloud__tags,
.tax-hub_category,
.tax-hub_tags,
.post-type-archive-hub {
  padding-top: 40px; }
  .single-hub .navbar__hub-nav,
  .page-template-template-inside-out .navbar__hub-nav,
  .hub-tag-cloud__tags .navbar__hub-nav,
  .tax-hub_category .navbar__hub-nav,
  .tax-hub_tags .navbar__hub-nav,
  .post-type-archive-hub .navbar__hub-nav {
    display: block;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    position: absolute;
    right: 70px; }
    @media (min-width: 768px) {
      .single-hub .navbar__hub-nav,
      .page-template-template-inside-out .navbar__hub-nav,
      .hub-tag-cloud__tags .navbar__hub-nav,
      .tax-hub_category .navbar__hub-nav,
      .tax-hub_tags .navbar__hub-nav,
      .post-type-archive-hub .navbar__hub-nav {
        position: relative;
        right: auto;
        padding: 20px 100px; } }
    .single-hub .navbar__hub-nav span,
    .page-template-template-inside-out .navbar__hub-nav span,
    .hub-tag-cloud__tags .navbar__hub-nav span,
    .tax-hub_category .navbar__hub-nav span,
    .tax-hub_tags .navbar__hub-nav span,
    .post-type-archive-hub .navbar__hub-nav span {
      display: none; }
      @media (min-width: 768px) {
        .single-hub .navbar__hub-nav span,
        .page-template-template-inside-out .navbar__hub-nav span,
        .hub-tag-cloud__tags .navbar__hub-nav span,
        .tax-hub_category .navbar__hub-nav span,
        .tax-hub_tags .navbar__hub-nav span,
        .post-type-archive-hub .navbar__hub-nav span {
          display: inline-block;
          font-size: 30px;
          vertical-align: sub; } }
    .single-hub .navbar__hub-nav a,
    .page-template-template-inside-out .navbar__hub-nav a,
    .hub-tag-cloud__tags .navbar__hub-nav a,
    .tax-hub_category .navbar__hub-nav a,
    .tax-hub_tags .navbar__hub-nav a,
    .post-type-archive-hub .navbar__hub-nav a {
      margin: 0 5px;
      font-family: "Hill";
      font-size: 14px;
      font-weight: 900; }
      .single-hub .navbar__hub-nav a:hover,
      .page-template-template-inside-out .navbar__hub-nav a:hover,
      .hub-tag-cloud__tags .navbar__hub-nav a:hover,
      .tax-hub_category .navbar__hub-nav a:hover,
      .tax-hub_tags .navbar__hub-nav a:hover,
      .post-type-archive-hub .navbar__hub-nav a:hover {
        text-decoration: underline; }
      .single-hub .navbar__hub-nav a:active,
      .page-template-template-inside-out .navbar__hub-nav a:active,
      .hub-tag-cloud__tags .navbar__hub-nav a:active,
      .tax-hub_category .navbar__hub-nav a:active,
      .tax-hub_tags .navbar__hub-nav a:active,
      .post-type-archive-hub .navbar__hub-nav a:active {
        text-decoration: underline; }
      @media (min-width: 768px) {
        .single-hub .navbar__hub-nav a,
        .page-template-template-inside-out .navbar__hub-nav a,
        .hub-tag-cloud__tags .navbar__hub-nav a,
        .tax-hub_category .navbar__hub-nav a,
        .tax-hub_tags .navbar__hub-nav a,
        .post-type-archive-hub .navbar__hub-nav a {
          font-size: 20px; } }
  .single-hub p,
  .single-hub a,
  .page-template-template-inside-out p,
  .page-template-template-inside-out a,
  .hub-tag-cloud__tags p,
  .hub-tag-cloud__tags a,
  .tax-hub_category p,
  .tax-hub_category a,
  .tax-hub_tags p,
  .tax-hub_tags a,
  .post-type-archive-hub p,
  .post-type-archive-hub a {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    line-height: 1.2; }
  .single-hub .featured-carousel,
  .page-template-template-inside-out .featured-carousel,
  .hub-tag-cloud__tags .featured-carousel,
  .tax-hub_category .featured-carousel,
  .tax-hub_tags .featured-carousel,
  .post-type-archive-hub .featured-carousel {
    width: 100%;
    padding: 20px; }
  .single-hub .btn,
  .page-template-template-inside-out .btn,
  .hub-tag-cloud__tags .btn,
  .tax-hub_category .btn,
  .tax-hub_tags .btn,
  .post-type-archive-hub .btn {
    box-shadow: none !important; }
    .single-hub .btn:hover,
    .page-template-template-inside-out .btn:hover,
    .hub-tag-cloud__tags .btn:hover,
    .tax-hub_category .btn:hover,
    .tax-hub_tags .btn:hover,
    .post-type-archive-hub .btn:hover {
      -webkit-transform: translateY(0);
      transform: translateY(0); }
      .single-hub .btn:hover i,
      .page-template-template-inside-out .btn:hover i,
      .hub-tag-cloud__tags .btn:hover i,
      .tax-hub_category .btn:hover i,
      .tax-hub_tags .btn:hover i,
      .post-type-archive-hub .btn:hover i {
        -webkit-transform: translateX(3px);
        transform: translateX(3px); }
  .single-hub .slick-dots li:after,
  .page-template-template-inside-out .slick-dots li:after,
  .hub-tag-cloud__tags .slick-dots li:after,
  .tax-hub_category .slick-dots li:after,
  .tax-hub_tags .slick-dots li:after,
  .post-type-archive-hub .slick-dots li:after {
    box-shadow: 0 !important; }
  .single-hub .main-content__content a,
  .page-template-template-inside-out .main-content__content a,
  .hub-tag-cloud__tags .main-content__content a,
  .tax-hub_category .main-content__content a,
  .tax-hub_tags .main-content__content a,
  .post-type-archive-hub .main-content__content a {
    font-size: inherit; }

.hub-navigation {
  text-align: center; }
  @media (min-width: 768px) {
    .hub-navigation {
      margin-top: -80px;
      max-width: 600px;
      margin-bottom: 30px; } }
  .hub-navigation .col-md-6 {
    z-index: 1000; }
  .hub-navigation a {
    font-family: "Hill", sans-serif;
    display: inline-block;
    margin: 0 5px; }
    .hub-navigation a:hover {
      text-decoration: underline; }

.hub-tags-top {
  margin: 80px 0px; }
  .hub-tags-top .hub-tag-cloud__tags {
    padding-top: 0; }
    @media (max-width: 991px) {
      .hub-tags-top .hub-tag-cloud__tags {
        margin: 10px 0 !important;
        padding: 0; } }
    .hub-tags-top .hub-tag-cloud__tags a {
      margin: 0;
      padding: 35px 0; }
      @media (max-width: 991px) {
        .hub-tags-top .hub-tag-cloud__tags a {
          padding: 25px 0; } }

.hub-tag-cloud {
  padding: 50px 0; }
  .hub-tag-cloud .container {
    max-width: 1030px; }
  .hub-tag-cloud__tags {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .hub-tag-cloud__tags {
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .hub-tag-cloud__tags a {
      border: none !important;
      margin: 5px;
      padding-bottom: 15px; }
      @media (max-width: 991px) {
        .hub-tag-cloud__tags a {
          margin: 8px; } }

.hub-single-post {
  padding-top: 50px;
  font-family: sofia-pro, sans-serif; }
  @media (max-width: 991px) {
    .hub-single-post {
      padding-top: 0px; } }
  @media (min-width: 992px) {
    .hub-single-post__list {
      padding-right: 70px; } }
  @media (max-width: 991px) {
    .hub-single-post__list br {
      display: none; } }
  .hub-single-post__tag-link {
    font-size: 12px; }
    .hub-single-post__tag-link:hover {
      text-decoration: underline;
      border-bottom: none; }
  .hub-single-post__author {
    font-size: 15px !important;
    color: #ccc; }
    @media (max-width: 991px) {
      .hub-single-post__author {
        margin: 10px 0 !important; } }
    @media (max-width: 991px) {
      .hub-single-post__author--share-bot {
        margin-top: 30px !important;
        line-height: 4 !important; } }
  .hub-single-post .hub-card.masthead {
    background: transparent;
    height: auto !important; }
    @media (max-width: 991px) {
      .hub-single-post .hub-card.masthead .hub-card__content {
        display: none; } }
  @media (max-width: 991px) {
    .hub-single-post .container {
      padding: 0; } }
  .hub-single-post__cat p {
    font-family: sofia-pro, sans-serif;
    font-size: 20px; }
  .hub-single-post__cat a {
    font-size: 12px; }
  @media (max-width: 991px) {
    .hub-single-post__cat {
      margin-bottom: 30px; } }
  .hub-single-post__sidebar {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    font-weight: 300;
    height: 100%;
    border-right: 1px solid #e2e2e2; }
    @media (max-width: 991px) {
      .hub-single-post__sidebar {
        border-right: none;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 0px;
        margin-bottom: 40px; } }
    .hub-single-post__sidebar p {
      font-family: sofia-pro, sans-serif;
      font-size: 20px; }
    .hub-single-post__sidebar a {
      font-size: 12px; }
    .hub-single-post__sidebar .link--withimg img {
      height: 25px;
      width: 25px; }
  .hub-single-post__btn {
    margin-left: 0;
    margin-top: 40px;
    margin-bottom: 0; }
    @media (min-width: 992px) {
      .hub-single-post__btn {
        position: relative;
        margin-left: auto;
        margin-top: 20px;
        margin-right: 20px; } }
    .hub-single-post__btn i {
      position: relative;
      display: inline-block;
      vertical-align: middle;
      color: black;
      width: 15px;
      margin-left: 0px;
      margin-right: 15px;
      margin-bottom: 3px;
      border-top: 2px solid white; }
      .hub-single-post__btn i:before {
        content: '';
        position: absolute;
        left: 0;
        top: -5px;
        height: 6px;
        width: 6px;
        border-bottom: 2px solid white;
        border-left: 2px solid white;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
    .hub-single-post__btn .btn:hover i {
      -webkit-transform: translateX(-3px);
      transform: translateX(-3px); }
    .hub-single-post__btn--next i {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
      margin-left: 15px;
      margin-right: 0; }
    .hub-single-post__btn--next a.btn:hover i {
      -webkit-transform: translateX(3px) rotate(180deg);
      transform: translateX(3px) rotate(180deg); }
    .hub-single-post__btn a {
      font-family: sofia-pro, sans-serif;
      background: black;
      color: white;
      font-size: 12px;
      text-transform: none; }
  @media (max-width: 991px) {
    .hub-single-post .main-content__content + .hub-single-post__btn {
      margin-top: 50px; } }
  @media (max-width: 991px) {
    .hub-single-post__list p:first-child {
      font-weight: 500;
      margin-bottom: 5px !important; } }
  @media (max-width: 991px) {
    .hub-single-post__list .hub-single-post__btn {
      display: none; } }
  .hub-single-post__social {
    position: absolute;
    top: 0;
    right: 100%;
    width: 50px; }
  .hub-single-post .masthead {
    padding: 0px 0px 40px 0; }
    @media (max-width: 991px) {
      .hub-single-post .masthead {
        padding: 0 0px 40px 0; } }

.main-content__content {
  padding-right: 120px; }
  @media (max-width: 991px) {
    .main-content__content {
      padding-right: 0px; } }
  .main-content__content p {
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 1.5rem; }
    .main-content__content p strong {
      font-family: sofia-pro, sans-serif;
      font-weight: 500; }
    .main-content__content p em {
      font-style: italic; }

.featured-quote {
  width: 100%;
  -webkit-transform: translate(60px, 10px);
  transform: translate(60px, 10px);
  margin: 85px 0; }
  .featured-quote h1 {
    font-family: 'Hill Light';
    color: black !important; }
  @media (max-width: 991px) {
    .featured-quote {
      width: 100%;
      -webkit-transform: translate(0px, 10px);
      transform: translate(0px, 10px); } }

.single-hub {
  padding-top: 40px; }

.container--fullwidth {
  width: 1370px;
  padding-right: 80px; }
  @media (max-width: 991px) {
    .container--fullwidth {
      padding-right: 0px; } }

#instafetch {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 100%; }
  @media (max-width: 991px) {
    #instafetch {
      margin: 10px 0px 30px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; } }
  #instafetch article {
    width: 32.33333%;
    margin: 20px 20px; }
    @media only screen and (max-width: 991px) {
      #instafetch article {
        width: 100%;
        margin: 0px;
        padding: 10px 20px; } }
  #instafetch figure {
    position: relative;
    width: 100%;
    padding-bottom: 100%; }
    #instafetch figure:after {
      content: '';
      position: absolute;
      display: block;
      width: 30px;
      height: 30px;
      right: 20px;
      top: 20px;
      background-image: url("../svg/instagramblue.svg");
      background-position: center; }
  #instafetch img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  #instafetch a {
    display: block;
    height: 100%; }
  #instafetch .featured-hub-card__btn {
    z-index: 999;
    bottom: 40px; }
    @media (max-width: 991px) {
      #instafetch .featured-hub-card__btn {
        position: absolute;
        bottom: 60px;
        right: 0%; } }
  #instafetch .featured-hub-card__btn i {
    border-top: 2px solid #fff; }
    #instafetch .featured-hub-card__btn i:before {
      border-top: 2px solid white;
      border-right: 2px solid white; }
  #instafetch .btn {
    background: #1a6dff;
    color: white; }
  #instafetch .instagram-icon {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 999;
    right: 40px;
    top: 40px;
    z-index: 1; }
    @media (max-width: 991px) {
      #instafetch .instagram-icon {
        top: 40px; } }

.hub-sub-cat {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 0;
  width: 100%;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .hub-sub-cat a {
    font-size: 15px; }
    .hub-sub-cat a:hover {
      border-bottom: 0; }

.hub-header {
  background: #FFF;
  padding: 0px 20px; }

.search-hub {
  padding-top: 60px;
  padding-bottom: 60px; }

.related-hub-posts {
  padding: 60px 0px; }

.no-flex-grow {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }

@media only screen and (max-width: 991px) {
  .header-search {
    display: none; } }

.hub-menu__logo {
  margin-top: 20px;
  padding: 10px 30px !important; }

.hub-menu .logo--prime {
  fill: white; }

.main-hub-section__intro {
  padding: 60px 80px;
  text-align: center; }
  .main-hub-section__intro h3, .main-hub-section__intro .two-tweets ul li:before, .two-tweets ul .main-hub-section__intro li:before {
    font-family: sofia-pro, sans-serif; }

.hub-header .sitelogo, .hub-header .hub-header__desktop-nav {
  padding-left: 0;
  padding-right: 0; }

.hub-header__logo {
  width: 180px; }
  @media only screen and (max-width: 767px) {
    .hub-header__logo {
      width: 100px;
      margin-top: 10px; } }

@media only screen and (max-width: 991px) {
  .hub-header__desktop-nav {
    display: none; } }

.hub-header__search {
  display: none;
  background: white; }

.hub-header__sz-logo {
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0; }
  .hub-header__sz-logo a {
    font-size: 18px;
    font-family: "Hill", sans-serif !important;
    line-height: 1.1; }
  .hub-header__sz-logo span {
    font-size: 12px; }
  @media only screen and (max-width: 991px) {
    .hub-header__sz-logo {
      display: none; } }

.hub-header .logo--prime {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 20px;
  padding-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .hub-header .logo--prime {
      width: 40px;
      height: 40px; } }

.hub-header p {
  font-size: 18px; }
  @media only screen and (max-width: 767px) {
    .hub-header p {
      font-size: 14px; } }

.hub-header .navbar__burger {
  display: none; }
  @media only screen and (max-width: 991px) {
    .hub-header .navbar__burger {
      display: block;
      margin-top: 10px; } }

.hub-header__search {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: block;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%; }

.hub-header.show-search .hub-header__search {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%); }
  .hub-header.show-search .hub-header__search .hub-navigation-search__search-field {
    opacity: 1; }

.lightbox {
  display: none; }

.featherlight-iframe .featherlight-content {
  padding: 20px 15px; }

.featherlight .featherlight-close-icon {
  line-height: 20px;
  height: 20px;
  width: 20px;
  font-size: 16px; }

@media only screen and (max-width: 767px) {
  .featherlight .featherlight-close-icon {
    display: none; }
  .featherlight-iframe .featherlight-content {
    max-height: none;
    padding: 10px;
    border-bottom: 0px;
    width: 90vw; }
  .featherlight-iframe .featherlight-inner {
    width: 100%;
    height: 48.6vw; } }

.international-video {
  display: none;
  padding: 0 10px; }
  @media only screen and (max-width: 767px) {
    .international-video {
      padding: 0 20px; } }
  .international-video.vanish {
    display: none; }
  .international-video.active {
    display: block; }
  .international-video__wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    margin-bottom: 50px; }
    .international-video__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

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