
.banner__pattern {animation: banner-rot 120s linear infinite;}
@keyframes banner-rot {100% {transform: rotate(360deg)}}

.page-template-march-madness-template .banner__pattern{animation:none !important}

/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * 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 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and 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
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
}

/**
 * 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"], /* 1 */
[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;
}

/**
 * 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, /* 1 */
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;
}

/*!
Theme Name: Swarn
Theme URI: http://swarn.com
Author: the Swarn team
Author URI: http://swarn.com
Description: Silence is golden.
Version: 1.0
Tags: white, light, one-column, two-columns, three-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, translation-ready
Text Domain: swarn
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Elements
# Grids
# Typography
# Forms
# Accessibility
# Alignments
# Layout
  ## Posts
  ## Pages
  ## Header
  ## Footer
  ## Widgets
# Custom
  ## Banner
  ## Buttons
  ## Patterns
  ## Animations
  ## Social navigation
  ## Mobile navigation
  ## Nice Select
  ## CF7
--------------------------------------------------------------*/

/* Elements
   ========================================================================== */
@-ms-viewport {
  width: device-width;
}

html {
  height: 100%;
  font-size: 100%;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

body {
  min-height: 100%;
  margin: 0;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

hr {
  display: block;
  border: 0;
  width: 100%;
  height: 0;
  margin: 28px 0;
  border-bottom: solid 4px #f6f7f7;
}

@media (min-width: 768px) {
  hr {
    width: auto;
    margin-right: -15px;
    margin-left: -15px;
  }
}

hr.dash {
  width: 40px;
  margin: 56px 0 28px;
}

ul,
ol {
  margin: 0 0 28px 28px;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
  margin-left: 28px;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin: 0 0 28px;
}

dt {
  font-weight: 900;
}

dd {
  margin: 0 0 28px;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

del {
  opacity: 0.8;
}

a {
  color: #3f4244;
  text-decoration: none;
}

a:hover {
  color: #f3902d;
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

figure {
  margin: 0;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
  color: #f6f7f7;
}

:-moz-placeholder {
  color: #f6f7f7;
}

::-moz-placeholder {
  color: #f6f7f7;
  opacity: 1;
  /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
  color: #f6f7f7;
}

::-moz-selection {
  background: #212b35;
  color: #fff;
}

::selection {
  background: #212b35;
  color: #fff;
}

::-moz-selection {
  background: #212b35;
  color: #fff;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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-sm,
.col-sm-auto, .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-md,
.col-md-auto, .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-lg,
.col-lg-auto, .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, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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 {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12;
  }
  .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%;
  }
}

/* Typography
  ========================================================================== */
body,
button,
input,
select,
textarea {
  color: #162030;
  font-family: "objektiv-mk1", -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  line-height: 26px;
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus,
a:hover {
  text-decoration: none;
}

p {
  margin: 0 0 28px;
}

.h1,
h1,
.h2,
h2,
.h3,
h3,
.h4,
h4,
.h5,
h5,
.h6,
h6 {
  clear: both;
  -webkit-font-variant-ligatures: common-ligatures;
          font-variant-ligatures: common-ligatures;
  text-rendering: optimizeLegibility;
  font-weight: 900;
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 14px;
}

.h1:first-child,
h1:first-child,
.h2:first-child,
h2:first-child,
.h3:first-child,
h3:first-child,
.h4:first-child,
h4:first-child,
.h5:first-child,
h5:first-child,
.h6:first-child,
h6:first-child {
  margin-top: 0;
}

.h1,
h1 {
  font-size: 60px;
  line-height: 56px;
}

.h2,
h2 {
  font-size: 40px;
  font-weight: normal;
  line-height: 56px;
  margin-bottom: 56px;
}

@media (min-width: 992px) {
  .h2,
  h2 {
    margin-bottom: 84px;
  }
}

.h3,
h3 {
  font-size: 32px;
}

.h4,
h4 {
  font-size: 20px;
  font-weight: 500;
}

.h5,
h5 {
  font-size: 18px;
}

.h6,
h6 {
  font-size: 16px;
  font-weight: 500;
  margin-top: 28px;
}

form label {
  display: block;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

b,
strong {
  font-weight: 900;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote,
q {
  quotes: none;
  position: relative;
  border: none;
  color: inherit;
  font-size: 16px;
  font-style: normal;
  line-height: 2;
  margin: 0 0 28px;
  padding: 0;
}

blockquote::before, blockquote::after,
q::before,
q::after {
  display: none;
}

blockquote p,
q p {
  margin-bottom: 28px;
}

blockquote cite,
blockquote small,
q cite,
q small {
  color: inherit;
  display: block;
  font-size: 16px;
  line-height: 28px;
}

blockquote cite::before,
blockquote small::before,
q cite::before,
q small::before {
  content: "\2014\00a0";
}

blockquote i,
blockquote em,
blockquote cite,
q i,
q em,
q cite {
  font-style: normal;
}

blockquote > *:last-child,
q > *:last-child {
  margin-bottom: 0;
}

address {
  font-style: italic;
  margin: 0 0 28px;
}

code {
  background-color: #f6f7f7;
  padding: 14px 28px;
}

abbr,
acronym {
  border-bottom: 1px dotted #f6f7f7;
  cursor: help;
}

mark,
ins {
  background-color: #212b35;
  color: #fff;
  padding: 14px 28px;
  text-decoration: none;
}

big {
  font-size: 24px;
}

small {
  font-size: 11px;
}

.text-body-2 {
  font-size: 20px;
}

.text-body-3 {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-weight: 800;
    padding: 0px 0px 10px 0px;
    color: #2b2e33;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left;
  }
  .text-xl-right {
    text-align: right;
  }
  .text-xl-center {
    text-align: center;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

p.mark,
.mark {
  font-size: 11px;
  margin-top: 28px;
  margin-bottom: 0;
  letter-spacing: 0.25em;
}

/* Forms
   ========================================================================== */
input {
  line-height: normal;
}

button,
button[disabled]:hover,
input[type="button"],
input[type="button"][disabled]:hover,
input[type="reset"],
input[type="reset"][disabled]:hover,
input[type="submit"],
input[type="submit"][disabled]:hover {
  background-color: #212b35;
  border: none;
  color: #fff;
  font-size: 11px;
  line-height: 42px;
  padding: 3px 56px;
  min-width: 7rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 4px;
  transition: background-color 0.5s;
  will-change: background-color;
  outline: none;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #f3902d;
  outline: none;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="file"],
input[type="password"],
input[type="search"],
textarea,
select {
  display: block;
  padding: 0.5625rem 14px;
  width: 100%;
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
  letter-spacing: 0.02em;
  background-color: #fff;
  border: 1px solid #f6f7f7;
  border-radius: 4px;
  color: inherit;
  transition: border-color 0.5s;
  will-change: border-color;
}

input[type="file"] {
  padding-top: 0.42rem;
  padding-bottom: 0.42rem;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(img/arrow.svg);
  background-size: 8px;
  background-repeat: no-repeat;
  background-position: calc(100% - 0.5rem) center;
}

textarea {
  height: 126px;
  resize: vertical;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #212b35;
  color: #212b35;
  outline: 0;
}

/* Layout - Posts
   ========================================================================== */
.news {
  margin-bottom: 28px;
}

.news p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .news:first-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .news:not(:first-child) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}

.news__inner {
  position: relative;
  overflow: hidden;
}

.news__inner:hover .news__content::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.news__content {
  position: relative;
  overflow: hidden;
}

.news__content::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f3902d;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

@media (min-width: 992px) {
  .news__content p,
  .news__content h5 {
    width: 100%;
    height: 84px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.news__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.post-navigation {
  clear: both;
  margin: 28px 0;
}

.post-navigation a {
  display: block;
  padding: 28px 0;
}

.post-navigation span {
  display: block;
}

.post-navigation .post-title {
  display: inline;
}

.post-navigation div + div {
  border-top: 1px solid #f6f7f7;
}

.color-one {
  color: #212b35 !important;
}

.border--color-one {
  border-color: #212b35 !important;
}

.color-two {
  color: #f3902d !important;
}

.border--color-two {
  border-color: #f3902d !important;
}

.color-three {
  color: #46a6f9 !important;
}

.border--color-three {
  border-color: #899093 !important;
}

.color-four {
  color: #7bfd5a !important;
}

.border--color-four {
  border-color: #f6921e !important;
}

.color-five {
  color: #ee35f1 !important;
}

.border--color-five {
  border-color: #568ebd !important;
}

.color-six {
  color: #f6f7f7;
}

.border--color-six {
  border-color: #f6f7f7 !important;
}

/* Layout - Pages
   ========================================================================== */
.site {
  min-height: 100%;
  background-color: #fff;
}

@media (min-width: 992px) {
  .site {
    overflow-x: hidden;
  }
}

.content-area {
  padding-top: 84px;
  padding-bottom: 56px;
}

.page-template-landing .content-area {
  padding-top: 0;
  padding-bottom: 0;
}

.content-area.container-fluid {
  margin-bottom: 28px;
}

.section {
  position: relative;
  padding-top: 112px;
  padding-bottom: 84px;
}

.section--color {
  /*background-color: #f6f7f7;*/
  background-color: #f6f7f7;
}


.section__cta {
  margin-top: 14px;
}

@media (min-width: 992px) {
  .section__cta {
    margin-top: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: right;
  }
  .section__cta .btn {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
}

.section .container {
  position: relative;
}

.gallery__item {
  margin-bottom: 28px;
}

.gallery__item figure {
  padding-top: 36.36364%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.pagination {
  display: block;
  margin: 28px 0;
  text-align: center;
}

.pagination .nav-links {
  position: relative;
}

.pagination .nav-links::before, .pagination .nav-links::after {
  color: #fff;
  font-size: 32px;
  line-height: 51px;
  opacity: 0.3;
  position: absolute;
  width: 52px;
  z-index: 1;
}

.pagination .nav-links::before {
  content: "\f429";
  right: -1px;
}

.pagination .nav-links::after {
  content: "\f430";
  right: 55px;
}

.pagination .nav-links .page-numbers {
  display: inline-block;
  letter-spacing: 0.01em;
  line-height: 3;
  min-width: 3em;
  text-transform: uppercase;
}

.pagination .prev,
.pagination .next {
  display: inline-block;
}

.pagination .prev::before, .pagination .prev::after,
.pagination .next::before,
.pagination .next::after {
  font-size: 32px;
  height: 52px;
  line-height: 52px;
  position: relative;
  width: 52px;
}

.pagination .prev:focus,
.pagination .next:focus {
  outline: 0;
}

.brief {
  position: relative;
  margin-bottom: 28px;
  overflow: hidden;
}

.brief::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f3902d;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.brief--hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tabs__items {
  margin-top: 56px;
}

.tabs__item {
  display: none;
  will-change: opacity;
}

.tabs__item.active {
  display: block;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.tabs__thumbs {
  position: relative;
  pointer-events: none;
}

.tabs__thumb {
  position: absolute;
  top: 10%;
  right: 10%;
  bottom: 10%;
  left: 10%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s 0.5s ease;
  will-change: opacity;
}

.tabs__thumb.active {
  opacity: 1;
}

.tabs__thumb svg {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.tabs__thumb figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 50%;
  overflow: hidden;
}

.tabs__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 991px) {
  .tabs__filter {
    font-size: inherit;
  }
}

.tabs__filter label {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  opacity: 0.3;
  transition: opacity 0.5s;
  will-change: opacity;
  overflow: hidden;
  outline: 0 !important;
  cursor: pointer;
}

.tabs__filter label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f3902d;;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.tabs__filter label.active {
  color: #3f4244;
}

.tabs__filter label.active::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.tabs__filter label:hover, .tabs__filter label.active {
  opacity: 1;
}

.tabs__filter label span {
  display: block;
  border-color: transparent;
  pointer-events: none;
}

.tabs__filter label:not(:last-child) {
  margin-right: 28px;
}

.tabs .coin-dots {
  margin-top: 56px;
}

.tabs .coin-dots svg {
  display: block;
  width: 100%;
  height: auto;
}

.tabs .coin-dots svg circle {
  transition: -webkit-transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  fill: #3f4244;
  opacity: 0.5;
  will-change: transform;
}

.tabs .coin-dots svg circle:nth-child(1), .tabs .coin-dots svg circle:nth-child(6) {
  opacity: 0.3;
}

.tabs .coin-dots svg circle:nth-child(2), .tabs .coin-dots svg circle:nth-child(5) {
  opacity: 0.4;
}

.tabs .coin-dots svg circle:nth-child(1) {
  transition-delay: 210ms;
}

.tabs .coin-dots svg circle:nth-child(2) {
  transition-delay: 175ms;
}

.tabs .coin-dots svg circle:nth-child(3) {
  transition-delay: 140ms;
}

.tabs .coin-dots svg circle:nth-child(4) {
  transition-delay: 105ms;
}

.tabs .coin-dots svg circle:nth-child(5) {
  transition-delay: 70ms;
}

.tabs .coin-dots svg circle:nth-child(6) {
  transition-delay: 35ms;
}

.member .blur-filter {
  display: none;
}

.member__card__item {
  display: none;
  will-change: opacity;
}

.member__card__item.active {
  display: block;
  -webkit-animation: fadeIn 1s;
          animation: fadeIn 1s;
}

.member__copy {
  position: relative;
}

.member__thumb {
  width: 13.75rem;
  margin-right: 28px;
  margin-bottom: 28px;
}

.member__thumb figure {
  padding-top: 100%;
  border-radius: 1px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.member__name {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .member__title {
    margin-bottom: 14px;
  }
}

.member__links {
  margin-bottom: 28px;
}

.member__links.social-icons a:not(:first-child) {
  margin-left: 1rem;
}

.member__links.social-icons a::before {
  font-size: 20px;
  line-height: inherit;
  transition: color 0.5s;
  will-change: color;
}

@media (min-width: 992px) {
  .member__links {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.member__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.member__filter label {
  display: block;
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
  opacity: 0.3;
  transition: opacity 0.5s;
  will-change: opacity;
  overflow: hidden;
  cursor: pointer;
}

.member__filter label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #212b35;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.member__filter label.active::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.member__filter label:hover, .member__filter label.active {
  opacity: 1;
}

.member__filter label span {
  display: block;
  border-color: transparent;
  pointer-events: none;
}

.member__filter label:not(:last-child) {
  margin-right: 56px;
}

.member__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 56px;
}

.member__list__thumb {
  display: block;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  border-radius: 1px;
  overflow: hidden;
  cursor: pointer;
}

@media (min-width: 576px) {
  .member__list__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) {
  .member__list__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }
}

@media (min-width: 992px) {
  .member__list__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 11.11111%;
            flex: 0 0 11.11111%;
    max-width: 11.11111%;
  }
}

.member__list__thumb__box {
  position: relative;
  padding-top: 100%;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}

.member__list__thumb__avatar {
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  -webkit-filter: url(#blur);
          filter: url(#blur);
  -webkit-filter: blur(3px);
          filter: blur(3px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="3");
  transition: opacity 0.5s, -webkit-filter 0.5s;
  transition: filter 0.5s, opacity 0.5s;
  transition: filter 0.5s, opacity 0.5s, -webkit-filter 0.5s;
  opacity: 0.5;
  will-change: opacity, filter;
}

.member__list__thumb.display .member__list__thumb__avatar {
  filter: progid:DXImageTransform.Microsoft.Blur( PixelRadius="0" );
  -webkit-filter: blur(0px);
          filter: blur(0px);
  opacity: 1;
}

.member__list__thumb figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow {
  transition: color 0.5s;
  will-change: color;
}

.arrow .fa {
  margin-right: 1em;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.arrow:hover .fa {
  -webkit-transform: translateX(0.5em);
          transform: translateX(0.5em);
}

.border--top {
  padding-top: 11px;
  border-top: 3px solid;
}

.headline-cta__item {
  position: relative;
  margin-top: 14px;
  margin-bottom: 45px;
  overflow: hidden;
}

.headline-cta__item::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #f3902d;
  pointer-events: none;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  transition: -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  will-change: transform;
}

.headline-cta__item:hover::before {
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.headline-cta__link {
  display: block;
  font-weight: 900;
  border-color: #212b35;
  line-height: 1.5;
}

.headline-cta__link, .headline-cta__link:hover {
  color: inherit;
}

@media (min-width: 992px) {
  .headline-cta__link {
    font-weight: 500;
    text-align: right;
  }
}

/* Layout - Header
  ========================================================================== */
.site-header {
  position: relative;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 10px;
  z-index: 99;
}

.site-header__main-navigation {
  margin-left: 30px;
}

.site-header__social-navigation .social-icons a::before {
  line-height: inherit;
  margin-right: 10px;
}

.site-header__mobile--trigger {
  position: relative;
  color: #f3902d;
  padding: 0;
  margin: 0;
  min-width: auto;
  font-size: 24px;
  border: 0;
  background-color: transparent !important;
}

.site-header__mobile--trigger i {
  display: block;
}

.site-header nav {
  position: relative;
}

.site-header nav > div > ul > li.current-menu-parent > a span, .site-header nav > div > ul > li.current-menu-item > a span, .site-header nav > div > ul > li:hover > a span {
  opacity: 0.6;
}

.site-header nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-header nav ul ul {
  display: none;
}

.site-header nav li {
  display: inline-block;
  position: relative;
}

.site-header nav li:not(:first-child) {
  margin-left: 2.2875rem;
}

.site-header nav li ul.sub-menu {
  display: block;
  position: absolute;
  top: 90%;
  left: -1.5rem;
  min-width: 15em;
  padding: 0.5em 0;
  border-radius: 2px;
  text-align: left;
  background-color: #fff;
  box-shadow: 0 3px 20px 0 rgba(37, 38, 39, 0.25);
  overflow: hidden;
  -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  transition: opacity 0.2s, -webkit-transform 0.3s;
  transition: opacity 0.2s, transform 0.3s;
  transition: opacity 0.2s, transform 0.3s, -webkit-transform 0.3s;
  opacity: 0;
  pointer-events: none;
}

.site-header nav li ul.sub-menu li {
  display: block;
  margin: 0;
  transition: background 0.5s;
}

.site-header nav li ul.sub-menu li:hover {
  background-color: #f6f7f7;
}

.site-header nav li ul.sub-menu li a {
  display: block;
  position: relative;
  padding: 0 1.5rem;
  line-height: 2.5rem;
  opacity: 1;
  color: #212b35;
  transition: all 0.2s;
  will-change: color, background-color;
}

.site-header nav li:hover > ul.sub-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
          transform: none;
}

.site-header nav a {
  color: inherit;
  position: relative;
  font-weight: 500;
}

.site-header nav a span {
  opacity: 1;
  transition: opacity 0.5s;
  will-change: opacity;
}

.site-header ul:not(.sub-menu) > li.menu-item-has-children > a:after {
  content: "\e5c5";
  display: inline-block;
  font-family: "curtis" !important;
  speak: none;
  font-size: 1.5em;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  vertical-align: sub;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  pointer-events: none;
}

.site-branding svg {
  display: block;
  height: 55px;
  width: auto;
}

/* Layout - Footer
  ========================================================================== */
.site-footer {
  padding: 42px 0;
}

.site-footer__footer-navigation li:not(:first-child) {
  margin-left: 2.2875rem;
}

.site-footer__social-navigation li:not(:first-child) {
  margin-left: 1.875rem;
}

.site-footer__social-navigation .social-icons a::before {
  display: block;
  font-size: 20px;
  line-height: inherit;
  color: #3f4244;
  transition: color 0.5s;
  will-change: color;
}

.site-footer__social-navigation a {
  display: block;
}

.site-footer__social-navigation a:hover {
  opacity: 1;
}

.site-footer__social-navigation a:hover::before {
  /*color: #212b35;*/
  color: #f3902d;
}

.site-footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer nav li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.site-footer nav li.current-menu-parent > a span, .site-footer nav li.current-menu-item > a span, .site-footer nav li:hover > a span {
  opacity: 0.6;
}

.site-footer nav a {
  color: inherit;
  position: relative;
  font-weight: 500;
}

.site-footer nav a span {
  opacity: 1;
  transition: opacity 0.5s;
  will-change: opacity;
}

/* Layout - Widgets
  ========================================================================== */
.site-widgets .section:nth-child(even) {
  /*background-color: #f6f7f7;*/
  background-color: #f5f6f0;
  
  
}

.widget ul {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

/* Accessibility
   ========================================================================== */
.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

.d-none {
  display: none;
}

.d-inline {
  display: inline;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.d-table {
  display: table;
}

.d-table-row {
  display: table-row;
}

.d-table-cell {
  display: table-cell;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.d-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none;
  }
  .d-sm-inline {
    display: inline;
  }
  .d-sm-inline-block {
    display: inline-block;
  }
  .d-sm-block {
    display: block;
  }
  .d-sm-table {
    display: table;
  }
  .d-sm-table-row {
    display: table-row;
  }
  .d-sm-table-cell {
    display: table-cell;
  }
  .d-sm-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none;
  }
  .d-md-inline {
    display: inline;
  }
  .d-md-inline-block {
    display: inline-block;
  }
  .d-md-block {
    display: block;
  }
  .d-md-table {
    display: table;
  }
  .d-md-table-row {
    display: table-row;
  }
  .d-md-table-cell {
    display: table-cell;
  }
  .d-md-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none;
  }
  .d-lg-inline {
    display: inline;
  }
  .d-lg-inline-block {
    display: inline-block;
  }
  .d-lg-block {
    display: block;
  }
  .d-lg-table {
    display: table;
  }
  .d-lg-table-row {
    display: table-row;
  }
  .d-lg-table-cell {
    display: table-cell;
  }
  .d-lg-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none;
  }
  .d-xl-inline {
    display: inline;
  }
  .d-xl-inline-block {
    display: inline-block;
  }
  .d-xl-block {
    display: block;
  }
  .d-xl-table {
    display: table;
  }
  .d-xl-table-row {
    display: table-row;
  }
  .d-xl-table-cell {
    display: table-cell;
  }
  .d-xl-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.d-print-block {
  display: none;
}

@media print {
  .d-print-block {
    display: block;
  }
}

.d-print-inline {
  display: none;
}

@media print {
  .d-print-inline {
    display: inline;
  }
}

.d-print-inline-block {
  display: none;
}

@media print {
  .d-print-inline-block {
    display: inline-block;
  }
}

@media print {
  .d-print-none {
    display: none;
  }
}

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.align-items-baseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.align-items-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.align-content-start {
  -ms-flex-line-pack: start;
      align-content: flex-start;
}

.align-content-end {
  -ms-flex-line-pack: end;
      align-content: flex-end;
}

.align-content-center {
  -ms-flex-line-pack: center;
      align-content: center;
}

.align-content-between {
  -ms-flex-line-pack: justify;
      align-content: space-between;
}

.align-content-around {
  -ms-flex-line-pack: distribute;
      align-content: space-around;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}

.align-self-auto {
  -ms-flex-item-align: auto;
      -ms-grid-row-align: auto;
      align-self: auto;
}

.align-self-start {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.align-self-end {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.align-self-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.align-self-baseline {
  -ms-flex-item-align: baseline;
      align-self: baseline;
}

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-sm-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-sm-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-sm-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-md-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-md-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-md-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-md-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-md-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-md-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-md-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-md-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-md-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-md-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-lg-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-lg-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-lg-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .align-items-xl-start {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .align-items-xl-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .align-items-xl-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start;
        align-content: flex-start;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end;
        align-content: flex-end;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify;
        align-content: space-between;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch;
        align-content: stretch;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left;
  }
  .float-sm-right {
    float: right;
  }
  .float-sm-none {
    float: none;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left;
  }
  .float-md-right {
    float: right;
  }
  .float-md-none {
    float: none;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left;
  }
  .float-lg-right {
    float: right;
  }
  .float-lg-none {
    float: none;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left;
  }
  .float-xl-right {
    float: right;
  }
  .float-xl-none {
    float: none;
  }
}

.hidden-up {
  display: none;
}

@media (max-width: 575px) {
  .hidden-down {
    display: none;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none;
  }
}

.hidden-xl-down {
  display: none;
}

.invisible {
  visibility: hidden;
}

.visible-print-block {
  display: none;
}

@media print {
  .visible-print-block {
    display: block;
  }
}

.visible-print-inline {
  display: none;
}

@media print {
  .visible-print-inline {
    display: inline;
  }
}

.visible-print-inline-block {
  display: none;
}

@media print {
  .visible-print-inline-block {
    display: inline-block;
  }
}

@media print {
  .hidden-print {
    display: none;
  }
}

.screen-reader-text,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.screen-reader-text-focusable:active, .screen-reader-text-focusable:focus,
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* Custom - Banner
  ========================================================================== */
.page-id-5796 .banner {
  position: relative;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#87e0fd+0,f28f2e+0,f9bf2c+100 */
background: rgb(135,224,253); /* Old browsers */
background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(242,143,46,1) 0%, rgba(249,191,44,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(242,143,46,1) 0%,rgba(249,191,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(242,143,46,1) 0%,rgba(249,191,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#f9bf2c',GradientType=0 ); /* IE6-9 */
  overflow: hidden;
  z-index: 1;
}

.banner__pattern {
  position: absolute;
  top: -100%;
  right: 0;
  width: 100%;

}

.page-template-march-madness-template .banner__pattern{position:static !important}

.banner__pattern svg {
  display: block;
  width: 100%;
  height: auto;
  will-change: transform;
  opacity: 0.6;
}

@media (max-width: 767px) {
.banner__pattern{top: -25%;
    right: -100%;
    width: 300%;}
}

.banner--image {
	 
}

/*.banner--image .page-title {
  font-size: 50px;
}*/
/*.page-id-5796 .banner--image .page-title {
	font-size: 60px;
	color: #fff;
	font-weight: 100;
	max-width: 650px;
	text-align: center !important;
	margin: 0 auto;
	line-height:60px;
}

.banner--image .banner__pattern {

}*/

.banner__figure {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.banner__figure img {
  position: relative;
  top: 50%;
  width: 100%;
  min-height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*.page-id-5796 .banner__inner {
  position: relative;
  z-index: 2;
   padding: 140px 0 165px;
   max-width: 932px;
   margin:0 auto;
   background: rgb(135,224,253); /* Old browsers */
/*background: -moz-linear-gradient(top, rgba(135,224,253,1) 0%, rgba(242,143,46,1) 0%, rgba(249,191,44,1) 100%); /* FF3.6-15 */
/*background: -webkit-linear-gradient(top, rgba(135,224,253,1) 0%,rgba(242,143,46,1) 0%,rgba(249,191,44,1) 100%); /* Chrome10-25,Safari5.1-6 */
/*background: linear-gradient(to bottom, rgba(135,224,253,1) 0%,rgba(242,143,46,1) 0%,rgba(249,191,44,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87e0fd', endColorstr='#f9bf2c',GradientType=0 ); /* IE6-9 */
/*}*/
.banner__inner {
	padding: 140px 0 165px;
}
/* Custom - Buttons
  ========================================================================== */
.btn {
  display: inline-block;
  background-color: #212b35;
  border: none;
  color: #fff;
  line-height: 42px;
  padding: 0 28px;
  min-width: 10rem;
  white-space: nowrap;
  text-align: center;
  text-overflow: ellipsis;
  font-weight: 500;
  border-radius: 4px;
  transition: all 0.5s;
  will-change: background-color, color;
  overflow: hidden;
  outline: none;
}

.btn i {
  display: inline-block;
  margin-right: 0.25em;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  transition: all 0.5s;
  will-change: transform;
}

.btn:hover {
  color: #fff;
  background-color: #f3902d;
}

.btn:hover i {
  -webkit-transform: none;
          transform: none;
}

.btn--block {
  display: block;
}

/* Custom - Patterns
  ========================================================================== */
.dots-pattern {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
  pointer-events: none;
}

.color-white {
  color: #fff;
}

/* Custom - Animations
  ========================================================================== */
.lazyload--el {
  opacity: 0;
  transition: opacity 0.5s;
  will-change: opacity;
}

.lazyloaded {
  opacity: 1;
}

.inview {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s 0.2s;
  will-change: opacity;
}

.inview.in {
  opacity: 1;
  pointer-events: auto;
}

.fade {
  opacity: 0;
  transition: opacity 0.5s 0.2s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  pointer-events: none;
  will-change: opacity;
}

.fade.in {
  opacity: 1;
  pointer-events: auto;
}

.spin {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.spin > span {
  display: block;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  overflow: hidden;
  will-change: transform;
}

.spin.in > span {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.slide > span {
  display: block;
  opacity: 0;
  -webkit-transform: translateX(-5rem) skewX(8deg);
          transform: translateX(-5rem) skewX(8deg);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform, opacity;
  overflow: hidden;
}

.slide.in > span {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Custom - Social navigation
   ========================================================================== */
.social-icons a::before {
  content: "\f10c";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.social-icons a[href*="facebook.com"]::before {
  content: "\f082";
}

.social-icons a[href*="twitter.com"]::before {
  content: "\f081";
}

.social-icons a[href*="linkedin.com"]::before {
  content: "\f0e1";
}

.social-icons a[href*="youtube.com"]::before {
  content: "\f16a";
}

.social-icons a[href*="telegram.me"]::before {
  content: "\f1d8";
}

/* Custom - Mobile navigation
   ========================================================================== */
.site-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  overflow: hidden;
  opacity: 0;
  pointer-events: none;
  will-change: opacity;
}

.side-menu .site-sidenav {
  opacity: 1;
  pointer-events: auto;
}

.site-sidenav__overlay {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(27, 33, 51, 0.4);
  transition: opacity 0.3s ease-out;
  cursor: default;
  will-change: opacity;
}

.side-menu--display .site-sidenav__overlay {
  opacity: 1;
}

.side-menu--panning .site-sidenav__overlay {
  transition: none;
}

.site-sidenav__elements {
  position: absolute;
  width: 350px;
  min-width: 300px;
  max-width: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 8px 0 28px rgba(27, 33, 51, 0.24);
  transition: -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  transition: transform 0.3s cubic-bezier(0.35, 0, 0.25, 1), -webkit-transform 0.3s cubic-bezier(0.35, 0, 0.25, 1);
  -webkit-transform: translateX(-110%);
          transform: translateX(-110%);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow: auto;
  will-change: transform;
}

.side-menu--display .site-sidenav__elements {
  -webkit-transform: none;
          transform: none;
}

.side-menu--panning .site-sidenav__elements {
  transition: none;
}

.site-sidenav__branding {
  padding: 10px 28px 0;
}

.site-sidenav__nav {
  padding-top: 28px;
  padding-bottom: 28px;
}

.site-sidenav__nav ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-sidenav__nav a {
  display: block;
  position: relative;
  padding: 14px 28px;
  font-weight: 500;
}

.site-sidenav__nav a, .site-sidenav__nav a:hover {
  color: inherit;
}

.site-sidenav__cat {
  padding: 28px;
  border-top: solid 1px #f6f7f7;
}

/* Custom - CF7
  ========================================================================== */
.wpcf7 label {
  margin-top: 28px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wpcf7-form-control-wrap .nice-select,
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7 label + br,
.wpcf7-form-control-wrap + br {
  display: none;
}

div.wpcf7 .ajax-loader {
  position: absolute;
  -webkit-transform: translate3d(-1.35rem, 1rem, 0);
          transform: translate3d(-1.35rem, 1rem, 0);
  pointer-events: none;
  background-image: url("img/oval.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 1rem;
  height: 1rem;
  margin: 0;
}

div.wpcf7-response-output {
  font-size: 11px;
  margin: 1.625rem 0;
  padding: 0.8125rem 1.75rem;
  border-radius: 2px;
  background-color: #f6f7f7;
}

span.wpcf7-not-valid-tip {
  color: #ff4378;
}

div.wpcf7-mail-sent-ok {
  border: none;
  background-color: #3bd9de;
  color: #fff;
}

div.wpcf7-mail-sent-ng {
  border: none;
  background-color: #e654bb;
  color: #fff;
}

div.wpcf7-spam-blocked {
  border: none;
  background-color: #e0e654;
}

div.wpcf7-validation-errors {
  border: none;
  background-color: #ff4478;
  color: #fff;
}

.wpcf7 input[type="checkbox"],
.wpcf7 input[type="radio"] {
  display: none;
}

.wpcf7-radio,
.wpcf7-checkbox {
  display: block;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.wpcf7-radio:before,
.wpcf7-radio:after,
.wpcf7-checkbox:before,
.wpcf7-checkbox:after {
  content: "";
  display: table;
}

.wpcf7-radio:after,
.wpcf7-checkbox:after {
  clear: both;
}

span.wpcf7-list-item {
  margin: 0;
  display: block;
}

@media (min-width: 992px) {
  .wpcf7-radio,
  .wpcf7-checkbox {
    margin-right: -15px;
    margin-left: -15px;
  }
  .wpcf7-list-item {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
    float: left;
  }
}

span.wpcf7-list-item label {
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

.wpcf7-list-item-label {
  display: block;
  position: relative;
  line-height: 0.875rem;
  padding-left: 1.75rem;
  font-weight: 900;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
  text-transform: none;
  pointer-events: none;
}

span.wpcf7-list-item-label::before {
  content: "\e835";
  position: absolute;
  left: 0;
  top: 0;
  font-family: "curtis" !important;
  speak: none;
  font-size: 0.875rem;
  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;
  transition: opacity 0.5s;
  opacity: 0.2;
  will-change: opacity;
}

.wpcf7 input[type="checkbox"]:checked + span.wpcf7-list-item-label::before {
  content: "\e834";
  opacity: 1;
}

.wpcf7 input[type="radio"] + span.wpcf7-list-item-label::before {
  content: "\e836";
}

.wpcf7 input[type="radio"]:checked + span.wpcf7-list-item-label::before {
  content: "\e86c";
  opacity: 1;
}

/* Alignments
   ========================================================================== */
.vertical-align {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.vertical-align:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.centered-box {
  max-width: 99%;
  display: inline-block;
  vertical-align: middle;
}

.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

blockquote.alignleft {
  margin: 0.3157894737em 1.4736842105em 1.473684211em 0;
}

blockquote.alignright {
  margin: 0.3157894737em 0 1.473684211em 1.4736842105em;
}

blockquote.aligncenter {
  margin-bottom: 1.473684211em;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.mt {
  margin-top: 28px;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 28px;
}

.mt-2 {
  margin-top: 56px;
}

.mt-3 {
  margin-top: 84px;
}

.mt-4 {
  margin-top: 112px;
}

.mt-5 {
  margin-top: 140px;
}

.mt-xs-0 {
  margin-top: 0px;
}

.mt-xs-1 {
  margin-top: 28px;
}

.mt-xs-2 {
  margin-top: 56px;
}

.mt-xs-3 {
  margin-top: 84px;
}

.mt-xs-4 {
  margin-top: 112px;
}

.mt-xs-5 {
  margin-top: 140px;
}

@media (min-width: 576px) {
  .mt-sm-0 {
    margin-top: 0px;
  }
  .mt-sm-1 {
    margin-top: 28px;
  }
  .mt-sm-2 {
    margin-top: 56px;
  }
  .mt-sm-3 {
    margin-top: 84px;
  }
  .mt-sm-4 {
    margin-top: 112px;
  }
  .mt-sm-5 {
    margin-top: 140px;
  }
}

@media (min-width: 768px) {
  .mt-md-0 {
    margin-top: 0px;
  }
  .mt-md-1 {
    margin-top: 28px;
  }
  .mt-md-2 {
    margin-top: 56px;
  }
  .mt-md-3 {
    margin-top: 84px;
  }
  .mt-md-4 {
    margin-top: 112px;
  }
  .mt-md-5 {
    margin-top: 140px;
  }
}

@media (min-width: 992px) {
  .mt-lg-0 {
    margin-top: 0px;
  }
  .mt-lg-1 {
    margin-top: 28px;
  }
  .mt-lg-2 {
    margin-top: 56px;
  }
  .mt-lg-3 {
    margin-top: 84px;
  }
  .mt-lg-4 {
    margin-top: 112px;
  }
  .mt-lg-5 {
    margin-top: 140px;
  }
}

@media (min-width: 1200px) {
  .mt-xl-0 {
    margin-top: 0px;
  }
  .mt-xl-1 {
    margin-top: 28px;
  }
  .mt-xl-2 {
    margin-top: 56px;
  }
  .mt-xl-3 {
    margin-top: 84px;
  }
  .mt-xl-4 {
    margin-top: 112px;
  }
  .mt-xl-5 {
    margin-top: 140px;
  }
}

.mb {
  margin-bottom: 28px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 28px;
}

.mb-2 {
  margin-bottom: 56px;
}

.mb-3 {
  margin-bottom: 84px;
}

.mb-4 {
  margin-bottom: 112px;
}

.mb-5 {
  margin-bottom: 140px;
}

.mb-xs-0 {
  margin-bottom: 0px;
}

.mb-xs-1 {
  margin-bottom: 28px;
}

.mb-xs-2 {
  margin-bottom: 56px;
}

.mb-xs-3 {
  margin-bottom: 84px;
}

.mb-xs-4 {
  margin-bottom: 112px;
}

.mb-xs-5 {
  margin-bottom: 140px;
}

@media (min-width: 576px) {
  .mb-sm-0 {
    margin-bottom: 0px;
  }
  .mb-sm-1 {
    margin-bottom: 28px;
  }
  .mb-sm-2 {
    margin-bottom: 56px;
  }
  .mb-sm-3 {
    margin-bottom: 84px;
  }
  .mb-sm-4 {
    margin-bottom: 112px;
  }
  .mb-sm-5 {
    margin-bottom: 140px;
  }
}

@media (min-width: 768px) {
  .mb-md-0 {
    margin-bottom: 0px;
  }
  .mb-md-1 {
    margin-bottom: 28px;
  }
  .mb-md-2 {
    margin-bottom: 56px;
  }
  .mb-md-3 {
    margin-bottom: 84px;
  }
  .mb-md-4 {
    margin-bottom: 112px;
  }
  .mb-md-5 {
    margin-bottom: 140px;
  }
}

@media (min-width: 992px) {
  .mb-lg-0 {
    margin-bottom: 0px;
  }
  .mb-lg-1 {
    margin-bottom: 28px;
  }
  .mb-lg-2 {
    margin-bottom: 56px;
  }
  .mb-lg-3 {
    margin-bottom: 84px;
  }
  .mb-lg-4 {
    margin-bottom: 112px;
  }
  .mb-lg-5 {
    margin-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  .mb-xl-0 {
    margin-bottom: 0px;
  }
  .mb-xl-1 {
    margin-bottom: 28px;
  }
  .mb-xl-2 {
    margin-bottom: 56px;
  }
  .mb-xl-3 {
    margin-bottom: 84px;
  }
  .mb-xl-4 {
    margin-bottom: 112px;
  }
  .mb-xl-5 {
    margin-bottom: 140px;
  }
}

.mr {
  margin-right: 28px;
}

.mr-0 {
  margin-right: 0px;
}

.mr-1 {
  margin-right: 28px;
}

.mr-2 {
  margin-right: 56px;
}

.mr-3 {
  margin-right: 84px;
}

.mr-4 {
  margin-right: 112px;
}

.mr-5 {
  margin-right: 140px;
}

.mr-xs-0 {
  margin-right: 0px;
}

.mr-xs-1 {
  margin-right: 28px;
}

.mr-xs-2 {
  margin-right: 56px;
}

.mr-xs-3 {
  margin-right: 84px;
}

.mr-xs-4 {
  margin-right: 112px;
}

.mr-xs-5 {
  margin-right: 140px;
}

@media (min-width: 576px) {
  .mr-sm-0 {
    margin-right: 0px;
  }
  .mr-sm-1 {
    margin-right: 28px;
  }
  .mr-sm-2 {
    margin-right: 56px;
  }
  .mr-sm-3 {
    margin-right: 84px;
  }
  .mr-sm-4 {
    margin-right: 112px;
  }
  .mr-sm-5 {
    margin-right: 140px;
  }
}

@media (min-width: 768px) {
  .mr-md-0 {
    margin-right: 0px;
  }
  .mr-md-1 {
    margin-right: 28px;
  }
  .mr-md-2 {
    margin-right: 56px;
  }
  .mr-md-3 {
    margin-right: 84px;
  }
  .mr-md-4 {
    margin-right: 112px;
  }
  .mr-md-5 {
    margin-right: 140px;
  }
}

@media (min-width: 992px) {
  .mr-lg-0 {
    margin-right: 0px;
  }
  .mr-lg-1 {
    margin-right: 28px;
  }
  .mr-lg-2 {
    margin-right: 56px;
  }
  .mr-lg-3 {
    margin-right: 84px;
  }
  .mr-lg-4 {
    margin-right: 112px;
  }
  .mr-lg-5 {
    margin-right: 140px;
  }
}

@media (min-width: 1200px) {
  .mr-xl-0 {
    margin-right: 0px;
  }
  .mr-xl-1 {
    margin-right: 28px;
  }
  .mr-xl-2 {
    margin-right: 56px;
  }
  .mr-xl-3 {
    margin-right: 84px;
  }
  .mr-xl-4 {
    margin-right: 112px;
  }
  .mr-xl-5 {
    margin-right: 140px;
  }
}

.pt {
  padding-top: 28px;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 28px;
}

.pt-2 {
  padding-top: 56px;
}

.pt-3 {
  padding-top: 84px;
}

.pt-4 {
  padding-top: 112px;
}

.pt-5 {
  padding-top: 140px;
}

.pt-xs-0 {
  padding-top: 0px;
}

.pt-xs-1 {
  padding-top: 28px;
}

.pt-xs-2 {
  padding-top: 56px;
}

.pt-xs-3 {
  padding-top: 84px;
}

.pt-xs-4 {
  padding-top: 112px;
}

.pt-xs-5 {
  padding-top: 140px;
}

@media (min-width: 576px) {
  .pt-sm-0 {
    padding-top: 0px;
  }
  .pt-sm-1 {
    padding-top: 28px;
  }
  .pt-sm-2 {
    padding-top: 56px;
  }
  .pt-sm-3 {
    padding-top: 84px;
  }
  .pt-sm-4 {
    padding-top: 112px;
  }
  .pt-sm-5 {
    padding-top: 140px;
  }
}

@media (min-width: 768px) {
  .pt-md-0 {
    padding-top: 0px;
  }
  .pt-md-1 {
    padding-top: 28px;
  }
  .pt-md-2 {
    padding-top: 56px;
  }
  .pt-md-3 {
    padding-top: 84px;
  }
  .pt-md-4 {
    padding-top: 112px;
  }
  .pt-md-5 {
    padding-top: 140px;
  }
}

@media (min-width: 992px) {
  .pt-lg-0 {
    padding-top: 0px;
  }
  .pt-lg-1 {
    padding-top: 28px;
  }
  .pt-lg-2 {
    padding-top: 56px;
  }
  .pt-lg-3 {
    padding-top: 84px;
  }
  .pt-lg-4 {
    padding-top: 112px;
  }
  .pt-lg-5 {
    padding-top: 140px;
  }
}

@media (min-width: 1200px) {
  .pt-xl-0 {
    padding-top: 0px;
  }
  .pt-xl-1 {
    padding-top: 28px;
  }
  .pt-xl-2 {
    padding-top: 56px;
  }
  .pt-xl-3 {
    padding-top: 84px;
  }
  .pt-xl-4 {
    padding-top: 112px;
  }
  .pt-xl-5 {
    padding-top: 140px;
  }
}

.pb {
  padding-bottom: 28px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pb-1 {
  padding-bottom: 28px;
}

.pb-2 {
  padding-bottom: 56px;
}

.pb-3 {
  padding-bottom: 84px;
}

.pb-4 {
  padding-bottom: 112px;
}

.pb-5 {
  padding-bottom: 140px;
}

.pb-xs-0 {
  padding-bottom: 0px;
}

.pb-xs-1 {
  padding-bottom: 28px;
}

.pb-xs-2 {
  padding-bottom: 56px;
}

.pb-xs-3 {
  padding-bottom: 84px;
}

.pb-xs-4 {
  padding-bottom: 112px;
}

.pb-xs-5 {
  padding-bottom: 140px;
}

@media (min-width: 576px) {
  .pb-sm-0 {
    padding-bottom: 0px;
  }
  .pb-sm-1 {
    padding-bottom: 28px;
  }
  .pb-sm-2 {
    padding-bottom: 56px;
  }
  .pb-sm-3 {
    padding-bottom: 84px;
  }
  .pb-sm-4 {
    padding-bottom: 112px;
  }
  .pb-sm-5 {
    padding-bottom: 140px;
  }
}

@media (min-width: 768px) {
  .pb-md-0 {
    padding-bottom: 0px;
  }
  .pb-md-1 {
    padding-bottom: 28px;
  }
  .pb-md-2 {
    padding-bottom: 56px;
  }
  .pb-md-3 {
    padding-bottom: 84px;
  }
  .pb-md-4 {
    padding-bottom: 112px;
  }
  .pb-md-5 {
    padding-bottom: 140px;
  }
}

@media (min-width: 992px) {
  .pb-lg-0 {
    padding-bottom: 0px;
  }
  .pb-lg-1 {
    padding-bottom: 28px;
  }
  .pb-lg-2 {
    padding-bottom: 56px;
  }
  .pb-lg-3 {
    padding-bottom: 84px;
  }
  .pb-lg-4 {
    padding-bottom: 112px;
  }
  .pb-lg-5 {
    padding-bottom: 140px;
  }
}

@media (min-width: 1200px) {
  .pb-xl-0 {
    padding-bottom: 0px;
  }
  .pb-xl-1 {
    padding-bottom: 28px;
  }
  .pb-xl-2 {
    padding-bottom: 56px;
  }
  .pb-xl-3 {
    padding-bottom: 84px;
  }
  .pb-xl-4 {
    padding-bottom: 112px;
  }
  .pb-xl-5 {
    padding-bottom: 140px;
  }
}
.whitepappers h5{font-size:18px;}

.whitepappers img{margin-bottom:20px}

.partners{margin-bottom: 50px;}

.partners h5{font-size: 18px;
    margin-bottom: 25px;}

.partners img{margin-bottom:20px}

img.event-featured-img{    width: 0px;
    height: 0px;}
.has-thumbnail.active-border-top img.event-featured-img{    width: 82px;
    height: 94px;}
.has-thumbnail.active-border-top img.event-img{    width: 0px;
    height: 0px;}