@charset "UTF-8";

/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/


/**
 * Foundation for Sites by ZURB
 * Version 6.3.0
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */

#__bs_notify__ {
  top: 50% !important;
  padding: 10px !important;
  border-radius: 5px 0 0 5px !important;
  font-size: 12px !important;
  letter-spacing: 0;
}

* {
  outline: none !important;
}

[data-bg] {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-background-origin: center center;
  background-origin: center center;
}

#wpadminbar {
  position: fixed !important;
}

body.admin-bar.f-topbar-fixed .sticky.fixed {
  margin-top: 2rem;
}

.wp-caption>figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}


/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */


/* Document
       ========================================================================== */


/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}


/* Sections
       ========================================================================== */


/**
     * Remove the margin in all browsers (opinionated).
     */

body {
  margin: 0;
}


/**
     * Add the correct display in IE 9-.
     */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}


/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}


/* Grouping content
       ========================================================================== */


/**
     * Add the correct display in IE 9-.
     */

figcaption,
figure {
  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 {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}


/**
     * Add the correct display in IE.
     */

main {
  display: block;
}


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


/* Links
       ========================================================================== */


/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}


/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */

a:active,
a:hover {
  outline-width: 0;
}


/* Text-level semantics
       ========================================================================== */


/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}


/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */

b,
strong {
  font-weight: inherit;
}


/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */

b,
strong {
  font-weight: bolder;
}


/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}


/**
     * Add the correct font style in Android 4.3-.
     */

dfn {
  font-style: italic;
}


/**
     * Add the correct background and color in IE 9-.
     */

mark {
  background-color: #ff0;
  color: #000;
}


/**
     * Add the correct font size in all browsers.
     */

small {
  font-size: 80%;
}


/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}


/* Embedded content
       ========================================================================== */


/**
     * Add the correct display in IE 9-.
     */

audio,
video {
  display: inline-block;
}


/**
     * Add the correct display in iOS 4-7.
     */

audio:not([controls]) {
  display: none;
  height: 0;
}


/**
     * Remove the border on images inside links in IE 10-.
     */

img {
  border-style: none;
}


/**
     * Hide the overflow in IE.
     */

svg:not(:root) {
  overflow: hidden;
}


/* Forms
       ========================================================================== */


/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}


/**
     * Show the overflow in IE.
     */

button {
  overflow: visible;
}


/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */

button,
select {
  /* 1 */
  text-transform: none;
}


/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}


/**
     * Show the overflow in Edge.
     */

input {
  overflow: visible;
}


/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  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 */
}


/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}


/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  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;
}


/* Interactive
       ========================================================================== */


/*
     * Add the correct display in Edge, IE, and Firefox.
     */

details {
  display: block;
}


/*
     * Add the correct display in all browsers.
     */

summary {
  display: list-item;
}


/*
     * Add the correct display in IE 9-.
     */

menu {
  display: block;
}


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

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
}

[data-whatinput='mouse'] button {
  outline: 0;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

.row {
  max-width: 56.25rem;
  margin-right: auto;
  margin-left: auto;
}

.row::before,
.row::after {
  display: table;
  content: ' ';
}

.row::after {
  clear: both;
}

.row.larger {
  max-width: 70rem;
}

.row.collapse>.column,
.row.collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.row .row {
  margin-right: -2.5rem;
  margin-left: -2.5rem;
}

@media print,
screen and (min-width: 40em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .row .row {
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
  }
}

.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}

.row.expanded {
  max-width: none;
}

.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}

.row.gutter-small>.column,
.row.gutter-small>.columns {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.row.gutter-medium>.column,
.row.gutter-medium>.columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.row.gutter-large>.column,
.row.gutter-large>.columns {
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}

.column,
.columns {
  width: 100%;
  float: left;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media print,
screen and (min-width: 40em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .column,
  .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.column:last-child:not(:first-child),
.columns:last-child:not(:first-child) {
  float: right;
}

.column.end:last-child:last-child,
.end.columns:last-child:last-child {
  float: left;
}

.column.row.row,
.row.row.columns {
  float: none;
}

.row .column.row.row,
.row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  width: 8.33333%;
}

.small-push-1 {
  position: relative;
  left: 8.33333%;
}

.small-pull-1 {
  position: relative;
  left: -8.33333%;
}

.small-offset-0 {
  margin-left: 0%;
}

.small-2 {
  width: 16.66667%;
}

.small-push-2 {
  position: relative;
  left: 16.66667%;
}

.small-pull-2 {
  position: relative;
  left: -16.66667%;
}

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

.small-3 {
  width: 25%;
}

.small-push-3 {
  position: relative;
  left: 25%;
}

.small-pull-3 {
  position: relative;
  left: -25%;
}

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

.small-4 {
  width: 33.33333%;
}

.small-push-4 {
  position: relative;
  left: 33.33333%;
}

.small-pull-4 {
  position: relative;
  left: -33.33333%;
}

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

.small-5 {
  width: 41.66667%;
}

.small-push-5 {
  position: relative;
  left: 41.66667%;
}

.small-pull-5 {
  position: relative;
  left: -41.66667%;
}

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

.small-6 {
  width: 50%;
}

.small-push-6 {
  position: relative;
  left: 50%;
}

.small-pull-6 {
  position: relative;
  left: -50%;
}

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

.small-7 {
  width: 58.33333%;
}

.small-push-7 {
  position: relative;
  left: 58.33333%;
}

.small-pull-7 {
  position: relative;
  left: -58.33333%;
}

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

.small-8 {
  width: 66.66667%;
}

.small-push-8 {
  position: relative;
  left: 66.66667%;
}

.small-pull-8 {
  position: relative;
  left: -66.66667%;
}

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

.small-9 {
  width: 75%;
}

.small-push-9 {
  position: relative;
  left: 75%;
}

.small-pull-9 {
  position: relative;
  left: -75%;
}

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

.small-10 {
  width: 83.33333%;
}

.small-push-10 {
  position: relative;
  left: 83.33333%;
}

.small-pull-10 {
  position: relative;
  left: -83.33333%;
}

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

.small-11 {
  width: 91.66667%;
}

.small-push-11 {
  position: relative;
  left: 91.66667%;
}

.small-pull-11 {
  position: relative;
  left: -91.66667%;
}

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

.small-12 {
  width: 100%;
}

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

.small-up-1>.column,
.small-up-1>.columns {
  float: left;
  width: 100%;
}

.small-up-1>.column:nth-of-type(1n),
.small-up-1>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-1>.column:nth-of-type(1n+1),
.small-up-1>.columns:nth-of-type(1n+1) {
  clear: both;
}

.small-up-1>.column:last-child,
.small-up-1>.columns:last-child {
  float: left;
}

.small-up-2>.column,
.small-up-2>.columns {
  float: left;
  width: 50%;
}

.small-up-2>.column:nth-of-type(1n),
.small-up-2>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-2>.column:nth-of-type(2n+1),
.small-up-2>.columns:nth-of-type(2n+1) {
  clear: both;
}

.small-up-2>.column:last-child,
.small-up-2>.columns:last-child {
  float: left;
}

.small-up-3>.column,
.small-up-3>.columns {
  float: left;
  width: 33.33333%;
}

.small-up-3>.column:nth-of-type(1n),
.small-up-3>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-3>.column:nth-of-type(3n+1),
.small-up-3>.columns:nth-of-type(3n+1) {
  clear: both;
}

.small-up-3>.column:last-child,
.small-up-3>.columns:last-child {
  float: left;
}

.small-up-4>.column,
.small-up-4>.columns {
  float: left;
  width: 25%;
}

.small-up-4>.column:nth-of-type(1n),
.small-up-4>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-4>.column:nth-of-type(4n+1),
.small-up-4>.columns:nth-of-type(4n+1) {
  clear: both;
}

.small-up-4>.column:last-child,
.small-up-4>.columns:last-child {
  float: left;
}

.small-up-5>.column,
.small-up-5>.columns {
  float: left;
  width: 20%;
}

.small-up-5>.column:nth-of-type(1n),
.small-up-5>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-5>.column:nth-of-type(5n+1),
.small-up-5>.columns:nth-of-type(5n+1) {
  clear: both;
}

.small-up-5>.column:last-child,
.small-up-5>.columns:last-child {
  float: left;
}

.small-up-6>.column,
.small-up-6>.columns {
  float: left;
  width: 16.66667%;
}

.small-up-6>.column:nth-of-type(1n),
.small-up-6>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-6>.column:nth-of-type(6n+1),
.small-up-6>.columns:nth-of-type(6n+1) {
  clear: both;
}

.small-up-6>.column:last-child,
.small-up-6>.columns:last-child {
  float: left;
}

.small-up-7>.column,
.small-up-7>.columns {
  float: left;
  width: 14.28571%;
}

.small-up-7>.column:nth-of-type(1n),
.small-up-7>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-7>.column:nth-of-type(7n+1),
.small-up-7>.columns:nth-of-type(7n+1) {
  clear: both;
}

.small-up-7>.column:last-child,
.small-up-7>.columns:last-child {
  float: left;
}

.small-up-8>.column,
.small-up-8>.columns {
  float: left;
  width: 12.5%;
}

.small-up-8>.column:nth-of-type(1n),
.small-up-8>.columns:nth-of-type(1n) {
  clear: none;
}

.small-up-8>.column:nth-of-type(8n+1),
.small-up-8>.columns:nth-of-type(8n+1) {
  clear: both;
}

.small-up-8>.column:last-child,
.small-up-8>.columns:last-child {
  float: left;
}

.small-collapse>.column,
.small-collapse>.columns {
  padding-right: 0;
  padding-left: 0;
}

.small-collapse .row {
  margin-right: 0;
  margin-left: 0;
}

.expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0;
}

.small-uncollapse>.column,
.small-uncollapse>.columns {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

.small-centered {
  margin-right: auto;
  margin-left: auto;
}

.small-centered,
.small-centered:last-child:not(:first-child) {
  float: none;
  clear: both;
}

.small-uncentered,
.small-push-0,
.small-pull-0 {
  position: static;
  float: left;
  margin-right: 0;
  margin-left: 0;
}

@media print,
screen and (min-width: 40em) {
  .medium-1 {
    width: 8.33333%;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .medium-offset-1 {
    margin-left: 8.33333%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
  }
  .medium-pull-3 {
    position: relative;
    left: -25%;
  }
  .medium-offset-2 {
    margin-left: 16.66667%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .medium-offset-4 {
    margin-left: 33.33333%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
  }
  .medium-pull-6 {
    position: relative;
    left: -50%;
  }
  .medium-offset-5 {
    margin-left: 41.66667%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .medium-offset-7 {
    margin-left: 58.33333%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
  }
  .medium-pull-9 {
    position: relative;
    left: -75%;
  }
  .medium-offset-8 {
    margin-left: 66.66667%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .medium-offset-10 {
    margin-left: 83.33333%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.66667%;
  }
  .medium-up-1>.column,
  .medium-up-1>.columns {
    float: left;
    width: 100%;
  }
  .medium-up-1>.column:nth-of-type(1n),
  .medium-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-1>.column:nth-of-type(1n+1),
  .medium-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }
  .medium-up-1>.column:last-child,
  .medium-up-1>.columns:last-child {
    float: left;
  }
  .medium-up-2>.column,
  .medium-up-2>.columns {
    float: left;
    width: 50%;
  }
  .medium-up-2>.column:nth-of-type(1n),
  .medium-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-2>.column:nth-of-type(2n+1),
  .medium-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }
  .medium-up-2>.column:last-child,
  .medium-up-2>.columns:last-child {
    float: left;
  }
  .medium-up-3>.column,
  .medium-up-3>.columns {
    float: left;
    width: 33.33333%;
  }
  .medium-up-3>.column:nth-of-type(1n),
  .medium-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-3>.column:nth-of-type(3n+1),
  .medium-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }
  .medium-up-3>.column:last-child,
  .medium-up-3>.columns:last-child {
    float: left;
  }
  .medium-up-4>.column,
  .medium-up-4>.columns {
    float: left;
    width: 25%;
  }
  .medium-up-4>.column:nth-of-type(1n),
  .medium-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-4>.column:nth-of-type(4n+1),
  .medium-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }
  .medium-up-4>.column:last-child,
  .medium-up-4>.columns:last-child {
    float: left;
  }
  .medium-up-5>.column,
  .medium-up-5>.columns {
    float: left;
    width: 20%;
  }
  .medium-up-5>.column:nth-of-type(1n),
  .medium-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-5>.column:nth-of-type(5n+1),
  .medium-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }
  .medium-up-5>.column:last-child,
  .medium-up-5>.columns:last-child {
    float: left;
  }
  .medium-up-6>.column,
  .medium-up-6>.columns {
    float: left;
    width: 16.66667%;
  }
  .medium-up-6>.column:nth-of-type(1n),
  .medium-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-6>.column:nth-of-type(6n+1),
  .medium-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }
  .medium-up-6>.column:last-child,
  .medium-up-6>.columns:last-child {
    float: left;
  }
  .medium-up-7>.column,
  .medium-up-7>.columns {
    float: left;
    width: 14.28571%;
  }
  .medium-up-7>.column:nth-of-type(1n),
  .medium-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-7>.column:nth-of-type(7n+1),
  .medium-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }
  .medium-up-7>.column:last-child,
  .medium-up-7>.columns:last-child {
    float: left;
  }
  .medium-up-8>.column,
  .medium-up-8>.columns {
    float: left;
    width: 12.5%;
  }
  .medium-up-8>.column:nth-of-type(1n),
  .medium-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }
  .medium-up-8>.column:nth-of-type(8n+1),
  .medium-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }
  .medium-up-8>.column:last-child,
  .medium-up-8>.columns:last-child {
    float: left;
  }
  .medium-collapse>.column,
  .medium-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-uncollapse>.column,
  .medium-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .medium-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .medium-centered,
  .medium-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
  }
  .large-pull-1 {
    position: relative;
    left: -8.33333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
  }
  .large-pull-2 {
    position: relative;
    left: -16.66667%;
  }
  .large-offset-1 {
    margin-left: 8.33333%;
  }
  .large-3 {
    width: 25%;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
  }
  .large-pull-3 {
    position: relative;
    left: -25%;
  }
  .large-offset-2 {
    margin-left: 16.66667%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
  }
  .large-pull-4 {
    position: relative;
    left: -33.33333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
  }
  .large-pull-5 {
    position: relative;
    left: -41.66667%;
  }
  .large-offset-4 {
    margin-left: 33.33333%;
  }
  .large-6 {
    width: 50%;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
  }
  .large-pull-6 {
    position: relative;
    left: -50%;
  }
  .large-offset-5 {
    margin-left: 41.66667%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
  }
  .large-pull-7 {
    position: relative;
    left: -58.33333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
  }
  .large-pull-8 {
    position: relative;
    left: -66.66667%;
  }
  .large-offset-7 {
    margin-left: 58.33333%;
  }
  .large-9 {
    width: 75%;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
  }
  .large-pull-9 {
    position: relative;
    left: -75%;
  }
  .large-offset-8 {
    margin-left: 66.66667%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
  }
  .large-pull-10 {
    position: relative;
    left: -83.33333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
  }
  .large-pull-11 {
    position: relative;
    left: -91.66667%;
  }
  .large-offset-10 {
    margin-left: 83.33333%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.66667%;
  }
  .large-up-1>.column,
  .large-up-1>.columns {
    float: left;
    width: 100%;
  }
  .large-up-1>.column:nth-of-type(1n),
  .large-up-1>.columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-1>.column:nth-of-type(1n+1),
  .large-up-1>.columns:nth-of-type(1n+1) {
    clear: both;
  }
  .large-up-1>.column:last-child,
  .large-up-1>.columns:last-child {
    float: left;
  }
  .large-up-2>.column,
  .large-up-2>.columns {
    float: left;
    width: 50%;
  }
  .large-up-2>.column:nth-of-type(1n),
  .large-up-2>.columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-2>.column:nth-of-type(2n+1),
  .large-up-2>.columns:nth-of-type(2n+1) {
    clear: both;
  }
  .large-up-2>.column:last-child,
  .large-up-2>.columns:last-child {
    float: left;
  }
  .large-up-3>.column,
  .large-up-3>.columns {
    float: left;
    width: 33.33333%;
  }
  .large-up-3>.column:nth-of-type(1n),
  .large-up-3>.columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-3>.column:nth-of-type(3n+1),
  .large-up-3>.columns:nth-of-type(3n+1) {
    clear: both;
  }
  .large-up-3>.column:last-child,
  .large-up-3>.columns:last-child {
    float: left;
  }
  .large-up-4>.column,
  .large-up-4>.columns {
    float: left;
    width: 25%;
  }
  .large-up-4>.column:nth-of-type(1n),
  .large-up-4>.columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-4>.column:nth-of-type(4n+1),
  .large-up-4>.columns:nth-of-type(4n+1) {
    clear: both;
  }
  .large-up-4>.column:last-child,
  .large-up-4>.columns:last-child {
    float: left;
  }
  .large-up-5>.column,
  .large-up-5>.columns {
    float: left;
    width: 20%;
  }
  .large-up-5>.column:nth-of-type(1n),
  .large-up-5>.columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-5>.column:nth-of-type(5n+1),
  .large-up-5>.columns:nth-of-type(5n+1) {
    clear: both;
  }
  .large-up-5>.column:last-child,
  .large-up-5>.columns:last-child {
    float: left;
  }
  .large-up-6>.column,
  .large-up-6>.columns {
    float: left;
    width: 16.66667%;
  }
  .large-up-6>.column:nth-of-type(1n),
  .large-up-6>.columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-6>.column:nth-of-type(6n+1),
  .large-up-6>.columns:nth-of-type(6n+1) {
    clear: both;
  }
  .large-up-6>.column:last-child,
  .large-up-6>.columns:last-child {
    float: left;
  }
  .large-up-7>.column,
  .large-up-7>.columns {
    float: left;
    width: 14.28571%;
  }
  .large-up-7>.column:nth-of-type(1n),
  .large-up-7>.columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-7>.column:nth-of-type(7n+1),
  .large-up-7>.columns:nth-of-type(7n+1) {
    clear: both;
  }
  .large-up-7>.column:last-child,
  .large-up-7>.columns:last-child {
    float: left;
  }
  .large-up-8>.column,
  .large-up-8>.columns {
    float: left;
    width: 12.5%;
  }
  .large-up-8>.column:nth-of-type(1n),
  .large-up-8>.columns:nth-of-type(1n) {
    clear: none;
  }
  .large-up-8>.column:nth-of-type(8n+1),
  .large-up-8>.columns:nth-of-type(8n+1) {
    clear: both;
  }
  .large-up-8>.column:last-child,
  .large-up-8>.columns:last-child {
    float: left;
  }
  .large-collapse>.column,
  .large-collapse>.columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0;
  }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0;
  }
  .large-uncollapse>.column,
  .large-uncollapse>.columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
  .large-centered {
    margin-right: auto;
    margin-left: auto;
  }
  .large-centered,
  .large-centered:last-child:not(:first-child) {
    float: none;
    clear: both;
  }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0;
  }
}

.column-block {
  margin-bottom: 5rem;
}

.column-block> :last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block> :last-child {
    margin-bottom: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .column-block {
    margin-bottom: 1.875rem;
  }
  .column-block> :last-child {
    margin-bottom: 0;
  }
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 300;
  color: #041b42;
  text-rendering: optimizeLegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  line-height: 0;
  color: #cacaca;
}

h1 {
  font-size: 3.125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2 {
  font-size: 0.8125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3 {
  font-size: 3rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4 {
  font-size: 1.125rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5 {
  font-size: 1.0625rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6 {
  font-size: 1rem;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print,
screen and (min-width: 40em) {
  h1 {
    font-size: 4.0625rem;
  }
  h2 {
    font-size: 0.8125rem;
  }
  h3 {
    font-size: 4.0625rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.25rem;
  }
  h6 {
    font-size: 1rem;
  }
}

a {
  line-height: inherit;
  color: #041b42;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:focus {
  color: #0a42a2;
}

a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 56.25rem;
  height: 0;
  margin: 0 auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}

dl dt {
  margin-bottom: 0.3rem;
  font-weight: 700;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

blockquote,
blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a;
}

cite:before {
  content: "— ";
}

abbr {
  border-bottom: 1px dotted #0a0a0a;
  color: #0a0a0a;
  cursor: help;
}

figure {
  margin: 0;
}

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #ccc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: 300;
  color: #0a0a0a;
}

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #ccc;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 125%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}

p+.stat {
  margin-top: -1rem;
}

.no-bullet {
  margin-left: 0;
  list-style: none;
}

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

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

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

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

@media print,
screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}

@media print,
screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}

.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: '';
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

[type='text'],
[type='password'],
[type='date'],
[type='datetime'],
[type='datetime-local'],
[type='month'],
[type='week'],
[type='email'],
[type='number'],
[type='search'],
[type='tel'],
[type='time'],
[type='url'],
[type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 0px solid #55d3d6;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 300;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

[type='text']:focus,
[type='password']:focus,
[type='date']:focus,
[type='datetime']:focus,
[type='datetime-local']:focus,
[type='month']:focus,
[type='week']:focus,
[type='email']:focus,
[type='number']:focus,
[type='search']:focus,
[type='tel']:focus,
[type='time']:focus,
[type='url']:focus,
[type='color']:focus,
textarea:focus {
  outline: none;
  border: 1px solid #041b42;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

textarea {
  max-width: 100%;
}

textarea[rows] {
  height: auto;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cacaca;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #cacaca;
}

input::placeholder,
textarea::placeholder {
  color: #cacaca;
}

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #ccc;
  cursor: not-allowed;
}

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem;
}

[type='checkbox']+label,
[type='radio']+label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
}

[type='checkbox']+label[for],
[type='radio']+label[for] {
  cursor: pointer;
}

label>[type='checkbox'],
label>[type='radio'] {
  margin-right: 0.5rem;
}

[type='file'] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.8;
  color: #0a0a0a;
}

label.middle {
  margin: 0 0 1rem;
  padding: 0.5rem 0;
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem;
}

.input-group> :first-child {
  border-radius: 0 0 0 0;
}

.input-group> :last-child>* {
  border-radius: 0 0 0 0;
}

.input-group-label,
.input-group-field,
.input-group-button,
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap;
  display: table-cell;
  vertical-align: middle;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #ccc;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%;
}

.input-group-label:first-child {
  border-right: 0;
}

.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  height: 2.5rem;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  height: 2.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1rem;
}

.input-group .input-group-button {
  display: table-cell;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.5rem;
}

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca;
}

.fieldset legend {
  margin: 0;
  margin-left: -0.1875rem;
  padding: 0 0.1875rem;
  background: #fefefe;
}

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0px solid #55d3d6;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  -webkit-background-origin: content-box;
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

@media screen and (min-width: 0\0) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}

select:focus {
  outline: none;
  border: 1px solid #041b42;
  background-color: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
}

select:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

select::-ms-expand {
  display: none;
}

select[multiple] {
  height: auto;
  background-image: none;
}

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #f9ecea;
}

.is-invalid-input:not(:focus)::-webkit-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus):-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::-ms-input-placeholder {
  color: #cc4b37;
}

.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

.is-invalid-label {
  color: #cc4b37;
}

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #cc4b37;
}

.form-error.is-visible {
  display: block;
}

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #041b42;
  color: #fefefe;
}

[data-whatinput='mouse'] .button {
  outline: 0;
}

.button:hover,
.button:focus {
  background-color: #031738;
  color: #fefefe;
}

.button.tiny {
  font-size: 0.6rem;
}

.button.small {
  font-size: 0.75rem;
}

.button.large {
  font-size: 1.25rem;
}

.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}

.button.primary {
  background-color: #041b42;
  color: #fefefe;
}

.button.primary:hover,
.button.primary:focus {
  background-color: #031635;
  color: #fefefe;
}

.button.secondary {
  background-color: #ef3b3b;
  color: #0a0a0a;
}

.button.secondary:hover,
.button.secondary:focus {
  background-color: #dc1212;
  color: #0a0a0a;
}

.button.success {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button.success:hover,
.button.success:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button.warning {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button.warning:hover,
.button.warning:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button.alert {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.alert:hover,
.button.alert:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button.hollow {
  border: 1px solid #041b42;
  color: #041b42;
}

.button.hollow,
.button.hollow:hover,
.button.hollow:focus {
  background-color: transparent;
}

.button.hollow:hover,
.button.hollow:focus {
  border-color: #020e21;
  color: #020e21;
}

.button.hollow.primary {
  border: 1px solid #041b42;
  color: #041b42;
}

.button.hollow.primary:hover,
.button.hollow.primary:focus {
  border-color: #020e21;
  color: #020e21;
}

.button.hollow.secondary {
  border: 1px solid #ef3b3b;
  color: #ef3b3b;
}

.button.hollow.secondary:hover,
.button.hollow.secondary:focus {
  border-color: #8a0b0b;
  color: #8a0b0b;
}

.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}

.button.hollow.success:hover,
.button.hollow.success:focus {
  border-color: #157539;
  color: #157539;
}

.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}

.button.hollow.warning:hover,
.button.hollow.warning:focus {
  border-color: #805700;
  color: #805700;
}

.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}

.button.hollow.alert:hover,
.button.hollow.alert:focus {
  border-color: #67251a;
  color: #67251a;
}

.button.disabled,
.button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled:hover,
.button.disabled:focus,
.button[disabled]:hover,
.button[disabled]:focus {
  background-color: #041b42;
  color: #fefefe;
}

.button.disabled.primary,
.button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.primary:hover,
.button.disabled.primary:focus,
.button[disabled].primary:hover,
.button[disabled].primary:focus {
  background-color: #041b42;
  color: #fefefe;
}

.button.disabled.secondary,
.button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.secondary:hover,
.button.disabled.secondary:focus,
.button[disabled].secondary:hover,
.button[disabled].secondary:focus {
  background-color: #ef3b3b;
  color: #fefefe;
}

.button.disabled.success,
.button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.success:hover,
.button.disabled.success:focus,
.button[disabled].success:hover,
.button[disabled].success:focus {
  background-color: #3adb76;
  color: #fefefe;
}

.button.disabled.warning,
.button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.warning:hover,
.button.disabled.warning:focus,
.button[disabled].warning:hover,
.button[disabled].warning:focus {
  background-color: #ffae00;
  color: #fefefe;
}

.button.disabled.alert,
.button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}

.button.disabled.alert:hover,
.button.disabled.alert:focus,
.button[disabled].alert:hover,
.button[disabled].alert:focus {
  background-color: #cc4b37;
  color: #fefefe;
}

.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}

.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

.button.funding {
  background-color: #ef3b3b;
  text-transform: uppercase;
  margin-top: 1rem;
  padding: .65rem 1rem;
  float: left;
  font-weight: 400;
}

.button.funding:hover {
  background-color: #e41313;
}

.button.funding svg {
  height: 0.7375rem;
  width: 1.75rem;
  margin-left: 0.625rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
  top: 2px;
}

.button.funding.white-link svg path {
  fill: #ffffff;
}

.button.funding:hover svg {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}

.accordion-item:first-child> :first-child {
  border-radius: 0 0 0 0;
}

.accordion-item:last-child> :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #ccc;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #041b42;
}

 :last-child:not(.is-active)>.accordion-title {
  border-bottom: 1px solid #ccc;
  border-radius: 0 0 0 0;
}

.accordion-title:hover,
.accordion-title:focus {
  background-color: #ccc;
}

.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: '+';
}

.is-active>.accordion-title::before {
  content: '–';
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #ccc;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}

 :last-child>.accordion-content:last-child {
  border-bottom: 1px solid #ccc;
}

.is-accordion-submenu-parent>a {
  position: relative;
}

.is-accordion-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #041b42 transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}

.is-accordion-submenu-parent[aria-expanded='true']>a::after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #041b42;
  color: #fefefe;
}

.badge.primary {
  background: #041b42;
  color: #fefefe;
}

.badge.secondary {
  background: #ef3b3b;
  color: #0a0a0a;
}

.badge.success {
  background: #3adb76;
  color: #0a0a0a;
}

.badge.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.badge.alert {
  background: #cc4b37;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}

.breadcrumbs::before,
.breadcrumbs::after {
  display: table;
  content: ' ';
}

.breadcrumbs::after {
  clear: both;
}

.breadcrumbs li {
  float: left;
  font-size: 0.6875rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}

.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: 1px;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}

.breadcrumbs a {
  color: #041b42;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
}

.button-group::before,
.button-group::after {
  display: table;
  content: ' ';
}

.button-group::after {
  clear: both;
}

.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
}

.button-group .button:last-child {
  margin-right: 0;
}

.button-group.tiny .button {
  font-size: 0.6rem;
}

.button-group.small .button {
  font-size: 0.75rem;
}

.button-group.large .button {
  font-size: 1.25rem;
}

.button-group.expanded {
  margin-right: -1px;
}

.button-group.expanded::before,
.button-group.expanded::after {
  display: none;
}

.button-group.expanded .button:first-child:nth-last-child(2),
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button {
  display: inline-block;
  width: calc(50% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(2):last-child,
.button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2)~.button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(3),
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button {
  display: inline-block;
  width: calc(33.33333% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(3):last-child,
.button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3)~.button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(4),
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button {
  display: inline-block;
  width: calc(25% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(4):last-child,
.button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4)~.button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(5),
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button {
  display: inline-block;
  width: calc(20% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(5):last-child,
.button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5)~.button:last-child {
  margin-right: -6px;
}

.button-group.expanded .button:first-child:nth-last-child(6),
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button {
  display: inline-block;
  width: calc(16.66667% - 1px);
  margin-right: 1px;
}

.button-group.expanded .button:first-child:nth-last-child(6):last-child,
.button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6)~.button:last-child {
  margin-right: -6px;
}

.button-group.primary .button {
  background-color: #041b42;
  color: #fefefe;
}

.button-group.primary .button:hover,
.button-group.primary .button:focus {
  background-color: #031635;
  color: #fefefe;
}

.button-group.secondary .button {
  background-color: #ef3b3b;
  color: #0a0a0a;
}

.button-group.secondary .button:hover,
.button-group.secondary .button:focus {
  background-color: #dc1212;
  color: #0a0a0a;
}

.button-group.success .button {
  background-color: #3adb76;
  color: #0a0a0a;
}

.button-group.success .button:hover,
.button-group.success .button:focus {
  background-color: #22bb5b;
  color: #0a0a0a;
}

.button-group.warning .button {
  background-color: #ffae00;
  color: #0a0a0a;
}

.button-group.warning .button:hover,
.button-group.warning .button:focus {
  background-color: #cc8b00;
  color: #0a0a0a;
}

.button-group.alert .button {
  background-color: #cc4b37;
  color: #fefefe;
}

.button-group.alert .button:hover,
.button-group.alert .button:focus {
  background-color: #a53b2a;
  color: #fefefe;
}

.button-group.stacked .button,
.button-group.stacked-for-small .button,
.button-group.stacked-for-medium .button {
  width: 100%;
}

.button-group.stacked .button:last-child,
.button-group.stacked-for-small .button:last-child,
.button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    width: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 39.9375em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a;
}

.callout> :first-child {
  margin-top: 0;
}

.callout> :last-child {
  margin-bottom: 0;
}

.callout.primary {
  background-color: #c1d6fb;
  color: #0a0a0a;
}

.callout.secondary {
  background-color: #fde2e2;
  color: #0a0a0a;
}

.callout.success {
  background-color: #e1faea;
  color: #0a0a0a;
}

.callout.warning {
  background-color: #fff3d9;
  color: #0a0a0a;
}

.callout.alert {
  background-color: #f7e4e1;
  color: #0a0a0a;
}

.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}

.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  margin-bottom: 1rem;
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fefefe;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}

.card> :last-child {
  margin-bottom: 0;
}

.card-divider {
  padding: 1rem;
  background: #ccc;
}

.card-divider> :last-child {
  margin-bottom: 0;
}

.card-section {
  padding: 1rem;
}

.card-section> :last-child {
  margin-bottom: 0;
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}

[data-whatinput='mouse'] .close-button {
  outline: 0;
}

.close-button:hover,
.close-button:focus {
  color: #0a0a0a;
}

.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button,
.close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.menu {
  margin: 0;
  list-style-type: none;
}

.menu>li {
  display: table-cell;
  vertical-align: middle;
}

[data-whatinput='mouse'] .menu>li {
  outline: 0;
}

.menu>li>a {
  display: block;
  padding: 0.7rem 1rem;
  line-height: 1;
}

.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}

.menu>li>a img,
.menu>li>a i,
.menu>li>a svg {
  vertical-align: middle;
}

.menu>li>a img+span,
.menu>li>a i+span,
.menu>li>a svg+span {
  vertical-align: middle;
}

.menu>li>a img,
.menu>li>a i,
.menu>li>a svg {
  margin-right: 0.25rem;
  display: inline-block;
}

.menu>li,
.menu.horizontal>li {
  display: table-cell;
}

.menu.expanded {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.menu.expanded>li:first-child:last-child {
  width: 100%;
}

.menu.vertical>li {
  display: block;
}

@media print,
screen and (min-width: 40em) {
  .menu.medium-horizontal>li {
    display: table-cell;
  }
  .menu.medium-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.medium-expanded>li:first-child:last-child {
    width: 100%;
  }
  .menu.medium-vertical>li {
    display: block;
  }
}

@media print,
screen and (min-width: 64em) {
  .menu.large-horizontal>li {
    display: table-cell;
  }
  .menu.large-expanded {
    display: table;
    width: 100%;
    table-layout: fixed;
  }
  .menu.large-expanded>li:first-child:last-child {
    width: 100%;
  }
  .menu.large-vertical>li {
    display: block;
  }
}

.menu.simple li {
  display: inline-block;
  margin-right: 1rem;
  line-height: 1;
}

.menu.simple a {
  padding: 0;
}

.menu.align-right::before,
.menu.align-right::after {
  display: table;
  content: ' ';
}

.menu.align-right::after {
  clear: both;
}

.menu.align-right>li {
  float: right;
}

.menu.icon-top>li>a {
  text-align: center;
}

.menu.icon-top>li>a img,
.menu.icon-top>li>a i,
.menu.icon-top>li>a svg {
  display: block;
  margin: 0 auto 0.25rem;
}

.menu.icon-top.vertical a>span {
  margin: auto;
}

.menu.nested {
  margin-left: 1rem;
}

.menu .active>a {
  background: #041b42;
  color: #fefefe;
}

.menu.menu-bordered li {
  border: 1px solid #ccc;
}

.menu.menu-bordered li:not(:first-child) {
  border-top: 0;
}

.menu.menu-hover li:hover {
  background-color: #ccc;
}

.menu-text {
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

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

.menu-centered>.menu {
  display: inline-block;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #fefefe;
  -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
  content: '';
}

.menu-icon:hover::after {
  background: #cacaca;
  -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}

.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: '';
}

.menu-icon.dark:hover::after {
  background: #8a8a8a;
  -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}

.is-drilldown li {
  display: block;
}

.is-drilldown.animate-height {
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
}

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}

.is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.drilldown-submenu-cover-previous {
  min-height: 100%;
}

.is-drilldown-submenu-parent>a {
  position: relative;
}

.is-drilldown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #041b42;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}

.js-drilldown-back>a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #041b42 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  font-size: 1rem;
}

.dropdown-pane.is-open {
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.dropdown.menu>li.opens-left>.is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}

.dropdown.menu>li.opens-right>.is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
  position: relative;
  padding-right: 1.5rem;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #041b42 transparent transparent;
  right: 5px;
  margin-top: -3px;
}

[data-whatinput='mouse'] .dropdown.menu a {
  outline: 0;
}

.no-js .dropdown.menu ul {
  display: none;
}

.dropdown.menu.vertical>li .is-dropdown-submenu {
  top: 0;
}

.dropdown.menu.vertical>li.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.dropdown.menu.vertical>li.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.dropdown.menu.vertical>li>a::after {
  right: 14px;
}

.dropdown.menu.vertical>li.opens-left>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #041b42 transparent transparent;
}

.dropdown.menu.vertical>li.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #041b42;
}

@media print,
screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #041b42 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical>li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical>li>a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #041b42 transparent transparent;
  }
  .dropdown.menu.medium-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #041b42;
  }
}

@media print,
screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal>li.opens-left>.is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal>li.opens-right>.is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal>li.is-dropdown-submenu-parent>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #041b42 transparent transparent;
    right: 5px;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical>li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical>li.opens-left>.is-dropdown-submenu {
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical>li.opens-right>.is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical>li>a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical>li.opens-left>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #041b42 transparent transparent;
  }
  .dropdown.menu.large-vertical>li.opens-right>a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #041b42;
  }
}

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}

.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}

.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -6px;
}

.is-dropdown-submenu-parent.opens-inner>.is-dropdown-submenu {
  top: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-left>.is-dropdown-submenu {
  right: 100%;
  left: auto;
}

.is-dropdown-submenu-parent.opens-right>.is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #fefefe;
}

.is-dropdown-submenu .is-dropdown-submenu-parent>a::after {
  right: 14px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #041b42 transparent transparent;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #041b42;
}

.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}

.is-dropdown-submenu>li {
  width: 100%;
}

.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden;
}

.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #041b42;
  color: #fefefe;
}

.label.primary {
  background: #041b42;
  color: #fefefe;
}

.label.secondary {
  background: #ef3b3b;
  color: #0a0a0a;
}

.label.success {
  background: #3adb76;
  color: #0a0a0a;
}

.label.warning {
  background: #ffae00;
  color: #0a0a0a;
}

.label.alert {
  background: #cc4b37;
  color: #fefefe;
}

.media-object {
  display: block;
  margin-bottom: 1rem;
}

.media-object img {
  max-width: none;
}

@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    display: block;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  display: table-cell;
  vertical-align: top;
}

.media-object-section:first-child {
  padding-right: 1rem;
}

.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}

.media-object-section> :last-child {
  margin-bottom: 0;
}

.media-object-section.middle {
  vertical-align: middle;
}

.media-object-section.bottom {
  vertical-align: bottom;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(254, 254, 254, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}

.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}

.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}

.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #2c3840;
}

[data-whatinput='mouse'] .off-canvas {
  outline: 0;
}

.off-canvas.is-transition-overlap {
  z-index: 10;
}

.off-canvas.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #2c3840;
}

[data-whatinput='mouse'] .off-canvas-absolute {
  outline: 0;
}

.off-canvas-absolute.is-transition-overlap {
  z-index: 10;
}

.off-canvas-absolute.is-transition-overlap.is-open {
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}

.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
  overflow-y: auto;
}

.position-left.is-open~.off-canvas-content {
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
}

.position-left.is-transition-push::after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-left.is-transition-overlap.is-open~.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px);
  overflow-y: auto;
}

.position-right.is-open~.off-canvas-content {
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px);
}

.position-right.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-right.is-transition-overlap.is-open~.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
  overflow-x: auto;
}

.position-top.is-open~.off-canvas-content {
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
}

.position-top.is-transition-push::after {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-top.is-transition-overlap.is-open~.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px);
  overflow-x: auto;
}

.position-bottom.is-open~.off-canvas-content {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}

.position-bottom.is-transition-push::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
  content: " ";
}

.position-bottom.is-transition-overlap.is-open~.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.off-canvas-content {
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

@media print,
screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-medium~.off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-medium~.off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-medium~.off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-medium~.off-canvas-content {
    margin-bottom: 250px;
  }
}

@media print,
screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-left.reveal-for-large~.off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-right.reveal-for-large~.off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-top.reveal-for-large~.off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1;
  }
  .position-bottom.reveal-for-large~.off-canvas-content {
    margin-bottom: 250px;
  }
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
}

.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-previous,
.orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}

[data-whatinput='mouse'] .orbit-previous,
[data-whatinput='mouse'] .orbit-next {
  outline: 0;
}

.orbit-previous:hover,
.orbit-next:hover,
.orbit-previous:active,
.orbit-next:active,
.orbit-previous:focus,
.orbit-next:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}

[data-whatinput='mouse'] .orbit-bullets {
  outline: 0;
}

.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}

.orbit-bullets button:hover {
  background-color: #8a8a8a;
}

.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}

.pagination::before,
.pagination::after {
  display: table;
  content: ' ';
}

.pagination::after {
  clear: both;
}

.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}

.pagination li:last-child,
.pagination li:first-child {
  display: inline-block;
}

@media print,
screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}

.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #0a0a0a;
}

.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #041b42;
  color: #fefefe;
  cursor: default;
}

.pagination .current a {
  color: #fefefe;
}

.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}

.pagination .disabled:hover {
  background: transparent;
}

.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: '\2026';
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab';
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb';
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}

.progress.primary .progress-meter {
  background-color: #041b42;
}

.progress.secondary .progress-meter {
  background-color: #ef3b3b;
}

.progress.success .progress-meter {
  background-color: #3adb76;
}

.progress.warning .progress-meter {
  background-color: #ffae00;
}

.progress.alert .progress-meter {
  background-color: #cc4b37;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #041b42;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #ccc;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.slider-fill.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #041b42;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[data-whatinput='mouse'] .slider-handle {
  outline: 0;
}

.slider-handle:hover {
  background-color: #031738;
}

.slider-handle.is-dragging {
  -webkit-transition: all 0s linear;
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}

.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
}

.sticky.is-stuck.is-at-top {
  top: 0;
}

.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}

.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

body.is-reveal-open {
  overflow: hidden;
}

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9100;
  display: none;
  background-color: rgba(4, 27, 66, 0.75);
  overflow-y: scroll;
}

.reveal {
  z-index: 9101;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}

[data-whatinput='mouse'] .reveal {
  outline: 0;
}

@media print,
screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}

.reveal .column,
.reveal .columns,
.reveal .columns {
  min-width: 0;
}

.reveal> :last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 56.25rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .reveal .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}

.reveal.collapse {
  padding: 0;
}

@media print,
screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 56.25rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 56.25rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 56.25rem;
  }
}

.reveal.full {
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  height: 100vh;
  min-height: 100vh;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 39.9375em) {
  .reveal {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}

.reveal.without-overlay {
  position: fixed;
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fefefe;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}

input+.switch-paddle {
  margin: 0;
}

.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #fefefe;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  content: '';
}

input:checked~.switch-paddle {
  background: #041b42;
}

input:checked~.switch-paddle::after {
  left: 2.25rem;
}

[data-whatinput='mouse'] input:focus~.switch-paddle {
  outline: 0;
}

.switch-active,
.switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}

input:checked+label>.switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}

input:checked+label>.switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem;
}

.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}

.switch.tiny input:checked~.switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem;
}

.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}

.switch.small input:checked~.switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem;
}

.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}

.switch.large input:checked~.switch-paddle::after {
  left: 2.75rem;
}

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}

thead,
tbody,
tfoot {
  border: 1px solid #f1f1f1;
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
}

thead {
  background: #041b42;
  color: #fefefe;
}

tfoot {
  background: #f1f1f1;
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}

thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f1f1f1;
  background-color: #fefefe;
}

table.striped tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f1f1f1;
}

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #031738;
}

table.hover tfoot tr:hover {
  background-color: #ececec;
}

table.hover tbody tr:hover {
  background-color: #f9f9f9;
}

table.hover.striped tr:nth-of-type(even):hover {
  background-color: #ececec;
}

.table-scroll {
  overflow-x: auto;
}

.table-scroll table {
  width: auto;
}

.tabs {
  margin: 0;
  border: 1px solid #ccc;
  background: #fefefe;
  list-style-type: none;
}

.tabs::before,
.tabs::after {
  display: table;
  content: ' ';
}

.tabs::after {
  clear: both;
}

.tabs.vertical>li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple>li>a {
  padding: 0;
}

.tabs.simple>li>a:hover {
  background: transparent;
}

.tabs.primary {
  background: #041b42;
}

.tabs.primary>li>a {
  color: #fefefe;
}

.tabs.primary>li>a:hover,
.tabs.primary>li>a:focus {
  background: #052357;
}

.tabs-title {
  float: left;
}

.tabs-title>a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #041b42;
}

.tabs-title>a:hover {
  background: #fefefe;
  color: #031739;
}

.tabs-title>a:focus,
.tabs-title>a[aria-selected='true'] {
  background: #ccc;
  color: #041b42;
}

.tabs-content {
  border: 1px solid #ccc;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #ccc;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}

.tabs-panel[aria-hidden="false"] {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  -webkit-box-shadow: 0 0 6px 1px rgba(4, 27, 66, 0.5);
  box-shadow: 0 0 6px 1px rgba(4, 27, 66, 0.5);
}

a.thumbnail image {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.title-bar {
  padding: 0.5rem;
  background: #2c3840;
  color: #fefefe;
}

.title-bar::before,
.title-bar::after {
  display: table;
  content: ' ';
}

.title-bar::after {
  clear: both;
}

.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left {
  float: left;
}

.title-bar-right {
  float: right;
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: 700;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe;
}

.tooltip::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #0a0a0a;
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #0a0a0a transparent transparent;
  top: 100%;
  bottom: auto;
}

.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #0a0a0a;
  top: 50%;
  bottom: auto;
  left: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #0a0a0a transparent transparent;
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-bar {
  padding: 0;
}

.top-bar::before,
.top-bar::after {
  display: table;
  content: ' ';
}

.top-bar::after {
  clear: both;
}

.top-bar,
.top-bar ul {
  background-color: #2c3840;
}

.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}

.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}

.top-bar input.button {
  width: auto;
}

.top-bar .top-bar-left,
.top-bar .top-bar-right {
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: auto;
  }
}

@media screen and (max-width: 63.9375em) {
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    width: 100%;
  }
}

@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    width: 100%;
  }
}

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0;
}

.top-bar-title .menu-icon {
  bottom: 2px;
}

.top-bar-left {
  float: left;
}

.top-bar-right {
  float: right;
}

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em),
screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.9375em),
screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print,
screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.9375em),
screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
}

.show-on-focus:active,
.show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}

@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}

@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}

@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before,
.clearfix::after {
  display: table;
  content: ' ';
}

.clearfix::after {
  clear: both;
}

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
  -ms-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  -ms-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  -webkit-transition-duration: 750ms !important;
  transition-duration: 750ms !important;
}

.fast {
  -webkit-transition-duration: 250ms !important;
  transition-duration: 250ms !important;
}

.linear {
  -webkit-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

.ease {
  -webkit-transition-timing-function: ease !important;
  transition-timing-function: ease !important;
}

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
  transition-timing-function: ease-in !important;
}

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.snap {
  -webkit-transition-timing-function: cubic-bezier(0.57, 0.01, 0.61, 1) !important;
  transition-timing-function: cubic-bezier(0.57, 0.01, 0.61, 1) !important;
}

.short-delay {
  -webkit-transition-delay: 300ms !important;
  transition-delay: 300ms !important;
}

.long-delay {
  -webkit-transition-delay: 700ms !important;
  transition-delay: 700ms !important;
}

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7;
}

@-webkit-keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

@keyframes shake-7 {
  0%,
  10%,
  20%,
  30%,
  40%,
  50%,
  60%,
  70%,
  80%,
  90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%);
  }
  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%);
  }
}

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn;
}

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg;
}

@-webkit-keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes wiggle-7deg {
  40%,
  50%,
  60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg);
  }
  35%,
  45%,
  55%,
  65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
  }
  0%,
  30%,
  70%,
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important;
}

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important;
}

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important;
}

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important;
}

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important;
}

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.snap {
  -webkit-animation-timing-function: cubic-bezier(0.57, 0.01, 0.61, 1) !important;
  animation-timing-function: cubic-bezier(0.57, 0.01, 0.61, 1) !important;
}

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important;
}

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important;
}


/*
  My custom styles:
  Add your scss files below to structure your project styles
*/

@media screen and (max-width: 63.9375em) {
  .gutter {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.spacing {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

@media print,
screen and (min-width: 64em) {
  .spacing {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
  }
}

.top-spacing {
  padding-top: 5rem;
  padding-bottom: 0;
}

@media print,
screen and (min-width: 64em) {
  .top-spacing {
    padding-top: 7.5rem;
    padding-bottom: 0;
  }
}

.bottom-spacing {
  padding-top: 0;
  padding-bottom: 5rem;
}

@media print,
screen and (min-width: 64em) {
  .bottom-spacing {
    padding-top: 0;
    padding-bottom: 7.5rem;
  }
}

.section-border {
  border-bottom: 1px solid #cacaca;
}

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

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

h3.heading-spacing,
h3 .gsection_title,
.gsection.heading-spacing,
.gsection .gsection_title {
  margin-bottom: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  h3.heading-spacing,
  h3 .gsection_title,
  .gsection.heading-spacing,
  .gsection .gsection_title {
    margin-bottom: 2.1875rem;
  }
}

.gsection {
  text-align: center;
  margin-top: 70px;
  padding-bottom: 50px;
}

h2 {
  display: inline-block;
  padding: 0.9375rem 0.9375rem 0.75rem 0.9375rem;
  color: #041b42;
  text-transform: uppercase;
  border: 1px solid #ef3b3b;
  letter-spacing: 0.1em;
}

h2.heading-spacing {
  margin-bottom: 2.5rem;
}

@media print,
screen and (min-width: 64em) {
  h2.heading-spacing {
    margin-bottom: 5rem;
  }
}

h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #555555;
}

.offwhite-bg {
  background-color: #fcf9f4;
}


/*----------  Masthead  ----------*/

#masthead {
  position: fixed;
  padding: 0;
  height: 4.375rem;
  z-index: 500;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#masthead * {
  will-change: transform;
}

@media print,
screen and (min-width: 64em) {
  #masthead {
    position: fixed;
    z-index: 9000;
    width: auto;
    height: 6.0625rem;
    top: 4.125rem;
    left: 2.125rem;
    right: 2.9875rem;
    background: transparent;
  }
  .scrolled #masthead {
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
  }
}

.scrolled #masthead {
  top: 0;
}

#masthead #logo {
  display: block;
  width: 60%;
  float: left;
  text-align: left;
  margin-top: 15px;
  margin-left: 20px;
  position: relative;
  z-index: 500;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

#masthead #logo svg {
  width: 160px;
  height: 40px;
}

#masthead #logo svg .text path {
  fill: #12345a;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

@media print,
screen and (min-width: 64em) {
  .home #masthead #logo {
    margin: 0;
  }

  #masthead #logo {
    width: 15.625rem;
    margin: 0;
  }
  .scrolled #masthead #logo {
    margin-top: 20px;
  }
  .scrolled #masthead #logo .text path {
    fill: #041b42;
  }
  #masthead #logo svg {
    width: 100%;
    height: 60px;
  }
  #masthead #logo svg .text path {
    fill: #fefefe;
  }
}

body.menu-open #masthead #searchtoggle {
  display: none !important;
}

@media print, 
screen and (max-width: 64em)  {
  #masthead #searchtoggle {
    display: none !important;
  }
}

.scrolled #masthead #searchtoggle svg path {
  fill: #041b42;
}

@media print,
screen and (min-width: 40em) {
  #masthead #searchtoggle {
    display: block;
    position: absolute;
    top: 0;
    right: 70px;
    height: 70px;
    width: 70px;
    text-align: center;
  }
  #masthead #searchtoggle svg {
    width: 20px;
    height: 100%;
    display: block;
    margin: auto;
    opacity: .5;
  }
}

@media print,
screen and (min-width: 64em) {
  body:not(.menu-open):not(.scrolled) #masthead #searchtoggle {
    right: 36px;
    height: 60px;
    width: 60px;
  }
  #masthead #searchtoggle {
    right: 97px;
    height: 97px;
    width: 97px;
  }
  body:not(.menu-open):not(.scrolled) #masthead #searchtoggle svg {
    width: 22px;
    height: 100%;
    display: block;
    margin: auto;
    opacity: 1;
  }
  #masthead #searchtoggle svg {
    width: 30px;
    height: 100%;
    display: block;
    margin: auto;
    opacity: 1;
  }
  #masthead #searchtoggle svg path {
    fill: #fefefe;
  }
}

#masthead #menutoggle {
  position: absolute;
  z-index: 400;
  top: 0;
  right: 0;
  display: block;
  width: 4.375rem;
  height: 4.375rem;
  background: #041b42;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1), -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
}

#masthead #menutoggle span {
  position: absolute;
  height: 2px;
  left: 15px;
  right: 15px;
  background: #fefefe;
  top: 50%;
  margin-top: -2px;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1), -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}

#masthead #menutoggle span.line1 {
  -webkit-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
  transform: translate(0, -15px);
}

#masthead #menutoggle span.line3 {
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
}

@media print,
screen and (min-width: 64em) {
  #masthead #menutoggle {
    width: 6.0625rem;
    height: 6.0625rem;
    -webkit-transition: -webkit-transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
    transition: -webkit-transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
    transition: transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
    transition: transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1), -webkit-transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
  }
  #masthead #menutoggle span {
    left: 30px;
    right: 30px;
  }

  body.home.menu-open:not(.scrolled) #masthead #menutoggle {
    top: -2.025rem;
    right: -0.8875rem;
  }

  body.menu-open:not(.scrolled):not(.home) #masthead #menutoggle {
    top: -4.125rem;
    right: -2.9875rem;
  }

  body:not(.menu-open):not(.scrolled) #masthead #menutoggle {
    width: 36px;
    height: 36px;
    top: 12px;
  }

  body:not(.menu-open):not(.scrolled) #masthead #menutoggle span {
    left: 10px;
    right: 10px;
  }

  body:not(.menu-open):not(.scrolled) #masthead #menutoggle span.line1 {
    -webkit-transform: translate(0, -6px);
    -ms-transform: translate(0, -6px);
    transform: translate(0, -6px);
  }

  body:not(.menu-open):not(.scrolled) #masthead #menutoggle span.line3 {
    -webkit-transform: translate(0, 6px);
    -ms-transform: translate(0, 6px);
    transform: translate(0, 6px);
  }
}

.menu-open #masthead #menutoggle span.line1 {
  -webkit-transform: translate(0, 0) rotate(45deg);
  -ms-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}

.menu-open #masthead #menutoggle span.line2 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.menu-open #masthead #menutoggle span.line3 {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  -ms-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}

@media print,
screen and (min-width: 64em) {
  .home.menu-open #masthead #menutoggle {
    -webkit-transform: translate(2.125rem, -2.125rem);
    -ms-transform: translate(2.125rem, -2.125rem);
    transform: translate(2.125rem, -2.125rem);
  }
}

@media print,
screen and (min-width: 64em) {
  .home.menu-open.scrolled #masthead #menutoggle {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

.menu-top-menu-container {
  display: block;
  position: absolute;
  top: 0;
  right: 96px;
  margin: .4rem 0;
}

.menu-top-menu-container li a {
  color: #ffffff;
  text-transform: uppercase; 
  font-weight: 400;
  font-size: 1.1rem;
}

.scrolled .menu-top-menu-container {
  right: 194px;
  margin: 1.55rem 0;
}

.scrolled .menu-top-menu-container li a {
  color: #041b42;
}

.menu-top-menu-container .menu-item-home:before {
  content: "\f015";
  font-family: FontAwesome;
  position: absolute;
  color: #ffffff;
  margin-top: .65rem;
}

.menu-top-menu-container .menu-item-home a {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
}

.scrolled .menu-top-menu-container .menu-item-home:before {
  color: #041b42;
}

@media print,
screen and (max-width: 64em) {
  .menu-top-menu-container  {
    display: none;
  }
}

@media print,
screen and (min-width: 64em) and (max-width: 1170px) {
  .menu-top-menu-container li a {
    padding: 1em 0.6rem;
    font-size: 0.9rem;
  }

  .menu-top-menu-container .menu-item-home a {
    padding-right: 1.2rem;
  }

  .menu-top-menu-container .menu-item-home:before {
    margin-top: 0.67rem;
  }
}


/*----------  Search Form  ----------*/

#searchform {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

@media print,
screen and (min-width: 64em) {
  #searchform {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 94px);
    height: 97px;
  }
}

#searchform input {
  height: 3.125rem;
  background: rgba(17, 45, 81, 0.2);
  color: #112d51;
  font-size: 1.25rem;
  line-height: 1.8;
  padding-left: 2.5rem;
  padding-right: 1.25rem;
}

#searchform input::-webkit-input-placeholder {
  color: rgba(17, 45, 81, 0.5);
}

#searchform input:-ms-input-placeholder {
  color: rgba(17, 45, 81, 0.5);
}

#searchform input::-ms-input-placeholder {
  color: rgba(17, 45, 81, 0.5);
}

#searchform input::placeholder {
  color: rgba(17, 45, 81, 0.5);
}

@media print,
screen and (min-width: 64em) {
  #searchform input {
    height: 97px;
  }
}

#searchform button {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 60px;
  height: 50px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px;
}

#searchform button svg {
  width: 30px;
  height: 50px;
}

#searchform button svg path {
  fill: #041b42;
}

@media print,
screen and (min-width: 64em) {
  #searchform button {
    height: 97px;
  }
  #searchform button svg {
    height: 97px;
  }
}


/*----------  Apply  ----------*/

#apply {
  display: none;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}

@media print,
screen and (min-width: 64em) {
  #apply {
    display: block;
    position: fixed;
    top: 14rem;
    right: 0;
    z-index: 350;
    padding: 0.375rem 3.875rem 0.375rem 1.25rem;
    color: #fefefe;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #ef3b3b;
    -webkit-transition: all 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
    transition: all 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  .menu-open #apply {
    -webkit-transform: translate(-470px, 0);
    -ms-transform: translate(-470px, 0);
    transform: translate(-470px, 0);
    -webkit-transition: all 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
    transition: all 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
  }
}

#apply:hover {
  padding-right: 5.125rem;
  background-color: #e41313;
}


/*----------  Menu Wrapper  ----------*/

nav {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #fefefe;
  z-index: 350;
  pointer-events: none;
  font-family: "Amiri";
  font-size: 1.8125rem;
  padding: 6.875rem 1.875rem 3.125rem;
  overflow: scroll;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1), -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

@media print,
screen and (min-width: 40em) {
  nav {
    max-width: 470px;
  }
}

@media print,
screen and (min-width: 64em) {
  nav {
    padding: 9.375rem 6.0625rem 3.125rem 3.75rem;
  }
}

.menu-open nav {
  pointer-events: all;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1), -webkit-transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}


/*----------  Menu Content  ----------*/

ul#nav {
  margin: 0;
  padding: 0;
}

ul#nav li {
  font-size: 29px;
  font-family: "Amiri";
  list-style: none;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: -1px;
  letter-spacing: 0.04em;
}

ul#nav li>a {
  display: block;
  padding: 6px 0 2px;
}

ul#nav li a:hover {
  color: #ef3b3b;
}

ul#nav li.menu-item-has-children {
  background-image: url("../images/svg/menu-expand.svg");
  -webkit-background-size: 30px 30px;
  background-size: 30px 30px;
  background-position: 98% 12px;
  background-repeat: no-repeat;
}

ul#nav li.menu-item-has-children.is-open {
  background-image: url("../images/svg/menu-close.svg");
}

ul#nav li .sub-menu {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 150ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: max-height 150ms cubic-bezier(0.57, 0.01, 0.61, 1);
}

ul#nav li .sub-menu.sub-menu-in {
  max-height: 800px;
}

ul#nav li .sub-menu li {
  border: none;
  font-size: 18px;
}

ul#nav li .sub-menu li:last-of-type {
  margin-bottom: 10px;
}

@media print,
screen and (min-width: 64em) {
  ul#nav li.mobile-only {
    display: none;
  }
}

/*----------  Corporate Menu  ----------*/

#corp-menu {
  margin: 0;
  padding: 45px 0;
  border-bottom: 1px solid #ccc;
}

#corp-menu li {
  list-style: none;
  font-size: 14px;
  line-height: 26px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  letter-spacing: 0.04em;
}

#corp-menu li a {
  color: #6a6a6a;
}


/*----------  Social  ----------*/

.social {
  color: #ef3b3b;
  padding-top: 45px;
}

.social span {
  font-family: "Amiri";
  font-size: 19px;
  display: inline-block;
  padding-right: 15px;
}

.social a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 25px;
  background: #ef3b3b;
  position: relative;
  top: 5px;
}

.social a svg {
  width: 25px;
  height: 15px;
  position: relative;
  top: -9px;
}

.social a svg * {
  fill: #fefefe;
}


/*----------  Underlay  ----------*/

.menu-underlay {
  background: #041b42;
  position: fixed;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  opacity: .9;
  -webkit-transition: -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1), -webkit-transform 200ms cubic-bezier(0.57, 0.01, 0.61, 1);
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

.menu-open .menu-underlay {
  pointer-events: all;
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
  transition: transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1), -webkit-transform 300ms cubic-bezier(0.57, 0.01, 0.61, 1);
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: rgba(4, 27, 66, 0.9);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  font-family: "Amiri";
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  font-size: 13px;
  font-family: "Amiri";
  color: #041b42;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 -5px;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 3px 8px 0;
  font-family: "Amiri";
  color: #041b42;
  text-transform: uppercase;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  height: auto;
  margin-bottom: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #041b42;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #041b42 !important;
  color: white;
}

.select2-container--default .select2-results__option--highlighted:hover {
  background-color: #041b42 !important;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #041b42;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #041b42;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #041b42;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #041b42;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #041b42 !important;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #041b42;
}

span.select2 input {
  height: auto;
}

span.select2 input::-webkit-input-placeholder {
  font-family: "Amiri";
  color: rgba(4, 27, 66, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.1em;
}

span.select2 input:-ms-input-placeholder {
  font-family: "Amiri";
  color: rgba(4, 27, 66, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.1em;
}

span.select2 input::-ms-input-placeholder {
  font-family: "Amiri";
  color: rgba(4, 27, 66, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.1em;
}

span.select2 input::placeholder {
  font-family: "Amiri";
  color: rgba(4, 27, 66, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.1em;
}

#footer-secondary-container {
  background-color: #041b42;
  color: #fff;
  padding: 2.8125rem 0;
}

#footer-secondary-container p {
  font-size: 0.875rem;
  line-height: 170%;
  margin-bottom: 0;
}

@media print,
screen and (min-width: 64em) {
  #footer-secondary-container p {
    font-size: 0.875rem;
  }
}

#footer-secondary-container #copyright a {
  display: block;
  color: #fefefe;
}

@media print,
screen and (min-width: 40em) {
  #footer-secondary-container #copyright a {
    display: inline-block;
  }
}

#footer-secondary-container #copyright a:hover {
  color: #e5e5e5;
}

#footer-secondary-container .company-info {
  font-size: 12px;
  margin-top: 20px;
  text-align: center;
}

@media print,
screen and (min-width: 64em) {
  #footer-secondary-container .company-info {
    text-align: left;
  }
}

#footer-secondary-container #social {
  margin-top: 1.875rem;
  text-align: center;
}

@media print,
screen and (min-width: 64em) {
  #footer-secondary-container #social {
    margin-top: 0;
    text-align: right;
  }
}

#footer-secondary-container #social p {
  font-family: "Amiri";
  font-size: 1.1875rem;
}

#footer-secondary-container #social .icons {
  display: block;
}

#footer-secondary-container #social .icons a {
  width: 1.875rem;
  height: 1.875rem;
  background: #fefefe;
  border-radius: 100%;
  line-height: 1;
}

#footer-secondary-container #social .icons svg {
  padding: 0.3125rem;
}

#footer-secondary-container #social .icons svg path,
#footer-secondary-container #social .icons svg rect {
  fill: #041b42;
}

@media print,
screen and (min-width: 64em) {
  #footer-secondary-container #social .icons {
    display: inline-block;
  }
}

#footer-container {
  width: 100%;
  text-align: center;
  background: #3ed6da;
}

#footer-container a {
  display: block;
  padding: 2.3125rem 0 2rem 0;
  font-family: "Amiri";
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  color: #fefefe;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  letter-spacing: 0.04em;
}

#footer-container a:hover {
  color: #041b42;
}

@media print,
screen and (min-width: 64em) {
  #footer-container a {
    font-size: 1.5rem;
    padding: 2.3125rem 0 1.875rem 0;
  }
}

.social-icon {
  display: inline-block;
  margin-left: 0.625rem;
}

.social-icon svg {
  width: 1.875rem;
  height: 1.875rem;
}

.social-icon svg:hover {
  opacity: .8;
}


/*----------  Newsletter Modal  ----------*/

#newsletter-modal {
  padding: 40px 2%;
  width: 100%;
  max-width: 800px;
}

#newsletter-modal .row:not(:last-of-type) {
  margin-bottom: 10px;
}

#newsletter-modal h6 {
  font-size: 25px;
  line-height: 25px;
  margin-bottom: 30px;
}

#newsletter-modal input,
#newsletter-modal select,
#newsletter-modal textarea {
  border: 1px solid #041b42;
}

#newsletter-modal .checkbox input[type=checkbox] {
  display: none;
}

#newsletter-modal .checkbox input[type=checkbox]+label {
  padding-left: 30px;
  position: relative;
  margin: 0;
}

#newsletter-modal .checkbox input[type=checkbox]+label:before {
  content: ' ';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid #041b42;
}

#newsletter-modal .checkbox input[type=checkbox]:checked+label:before {
  background: #041b42;
}

.sidebar {
  width: 100%;
  float: left;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  width: 100% !important;
  margin-top: 0 !important;
  padding: 3.125rem !important;
  text-align: center;
  border: 1px solid #ef3b3b;
}

@media print,
screen and (min-width: 40em) {
  .sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.sidebar:last-child:not(:first-child) {
  float: right;
}

@media print,
screen and (min-width: 40em) {
  .sidebar {
    width: 33.33333%;
    float: left;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    margin-top: 1rem;
  }
}

@media print,
screen and (min-width: 40em) and (min-width: 40em) {
  .sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 40em) and (min-width: 64em) {
  .sidebar {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 40em) {
  .sidebar:last-child:not(:first-child) {
    float: right;
  }
}

.sidebar ul {
  list-style-type: none;
  margin-left: 0;
}

.sidebar li {
  color: #041b42;
  font-size: 0.9375rem;
  font-weight: 400;
}

.sidebar li a {
  color: #0a0a0a;
}

.sidebar h6 {
  margin-bottom: 2.1875rem;
  padding-bottom: 2.1875rem;
  color: #041b42;
  font-size: 2.1875rem;
  border-bottom: 1px solid #d7d7d7;
}

.follow-up-section .twitter {
  position: relative;
}

.follow-up-section .twitter p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.follow-up-section .twitter svg {
  width: 3.75rem;
  height: 3.75rem;
}

.follow-up-section .icon {
  position: absolute;
  top: -1.875rem;
  right: 50%;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

@media print,
screen and (min-width: 64em) {
  .follow-up-section .icon {
    top: -1.875rem;
    right: -0.625rem;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.follow-up-section h3 {
  font-size: 2.1875rem;
}

.follow-up-section .border {
  padding: 2.5rem 1.25rem 1.25rem 1.25rem;
  border: 1px solid #ef3b3b;
}

@media print,
screen and (min-width: 64em) {
  .follow-up-section .border {
    padding: 3.75rem;
  }
}

.follow-up-section .newsletter {
  padding: 3.75rem 1.875rem;
}

.follow-up-section .newsletter .link {
  display: block;
  margin-top: 3.75rem;
}

.blog .newsletter,
.archive .newsletter {
  margin-top: 1.5rem;
  padding: 1rem;
  background-color: #f4f1f1;
}

.blog .newsletter h4,
.archive .newsletter h4 {
  font-family: "Amiri";
  font-style: normal;
  font-weight: 300;
  color: #041b42;
}

.blog .newsletter .link,
.archive .newsletter .link {
  font-size: 1.1375rem;
}


/*----------  Resource Card  ----------*/

.card-image img {
  width: 100%;
  margin-bottom: -0.125rem;
}

.card-image.card-gradient {
  min-height: 135px;
}

.gif-card {
  text-align: center;
  margin-bottom: 1.875rem;
  /*----------  Image Overlay Variant  ----------*/
}

@media print,
screen and (min-width: 40em) {
  body:not(.blog):not(.archive) .gif-card {
    max-width: 35%;
    text-align: left;
    float: left;
  }
}

@media print,
screen and (min-width: 64em) {
  .gif-card {
    margin-bottom: 1.875rem;
  }
}

.gif-card .card-info {
  position: relative;
  padding: 2.8125rem 1.25rem 2.8125rem;
  color: #fefefe;
  background: #041b42;
}

.gif-card .card-cat {
  position: absolute;
  font-size: 0.75rem;
  font-weight: 400;
  text-transform: uppercase;
  left: 50px;
  right: 50px;
  top: -18px;
  text-align: center;
  background: #ef3b3b;
  padding: 0.625rem;
  letter-spacing: 0.06em;
}

.gif-card .card-cat.category-name {
  background-color: #3ed6da;
}

.gif-card .card-date {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.06em;
}

.gif-card h3 {
  margin: 0 0 0.625rem;
  color: #fefefe;
  font-size: 1.375rem;
  line-height: 1.625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
}

@media print,
screen and (min-width: 40em) {
  .gif-card h3 {
    font-size: 1.5625rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .gif-card h3 {
    font-size: 1.6875rem;
  }
}

.gif-card h4 {
  font-size: 1.25rem;
  line-height: 1.625rem;
  font-family: "Amiri";
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.02em;
}

.gif-card .readmore {
  color: #3ed6da;
}

.gif-card .readmore:hover {
  color: #25bcc0;
}

.gif-card.imageoverlay-variant .card-info {
  position: relative;
  background: none;
  padding-bottom: 0;
  padding-top: 0;
}

.gif-card.imageoverlay-variant .card-info .inside {
  position: absolute;
  padding: 2.8125rem 1.25rem 1.25rem;
  bottom: 100%;
  width: 100%;
  left: 0;
  background: rgba(18, 52, 90, 0.75);
}

.blog .gif-card,
.archive .gif-card {
  margin-bottom: 3rem;
}

.blog .gif-card .card-image,
.archive .gif-card .card-image {
  position: relative;
}

.blog .gif-card .card-info,
.archive .gif-card .card-info {
  padding: 1.5rem 0 0 0;
  background-color: transparent;
  color: #0a0a0a;
  text-align: left;
}

.blog .gif-card .card-date,
.archive .gif-card .card-date {
  margin-bottom: 0.625rem;
} 

.blog .gif-card h3,
.archive .gif-card h3 {
  color: #0a0a0a;
  text-align: left;
}

.blog .card-readmore,
.archive .card-readmore {
  text-align: left;
}

.blog .sidebar-left {
  margin-bottom: 4rem;
}

@media print,
screen and (min-width: 64em) {
  .blog .sidebar-left {
    margin-bottom: 0;
  } 

  .blog .gif-card,
  .archive .gif-card {
    display: flex;
  }

  .blog .gif-card .card-image,
  .archive .gif-card .card-image {
    flex-basis: 36%
  }

  .blog .gif-card .card-info,
  .archive .gif-card .card-info {
    flex-basis: 64%;
  }

  .blog .gif-card .card-info,
  .archive .gif-card .card-info {
    padding: 0 2rem;
  }
}

.about-team-card {
  max-width: 100%;
}

.about-team-card .card-info h3 {
  position: relative;
  margin-top: 1.875rem;
}

.about-team-card .card-info h3:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  left: 0;
  width: 73px;
  height: 3px;
  background: #fefefe;
}

.entry-content h3 {
  margin-bottom: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  .entry-content h3 {
    margin-bottom: 2.1875rem;
  }
}

.entry-content .link {
  display: block;
  margin-top: 1.875rem;
}

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media print,
screen and (min-width: 40em) {
  .flex-card-example {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.flex-card-example .card {
  width: 100%;
}

.flex-card-example .card img {
  width: 100%;
}

@media print,
screen and (min-width: 40em) {
  .flex-card-example .card {
    width: 32%;
  }
}

.flex-card-example .card .card-content {
  padding: 1rem;
}

.page-banner {
  padding-top: 2.1875rem;
  height: 17.5rem;
  width: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.single .page-banner::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #041b42;
  opacity: 0.3;
  z-index: 0;
}

@media print,
screen and (min-width: 64em) {
  .page-banner {
    padding-top: 0;
    height: 22.5rem;
  }
}

.page-banner .heading {
  position: relative;
  padding-top: 6.875rem;
  font-size: 1.875rem;
  color: #fefefe;
  z-index: 100;
}

@media print,
screen and (min-width: 64em) {
  .page-banner .heading {
    font-size: 5.3125rem;
    padding-top: 10.625rem;
  }
}

.page-banner .heading:after {
  position: absolute;
  width: 5.625rem;
  height: 0.3125rem;
  background-color: #fefefe;
  content: '';
  bottom: -1.875rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media print,
screen and (min-width: 64em) {
  .page-banner .heading:after {
    width: 7.5rem;
    height: 0.625rem;
    bottom: -2.5rem;
  }
}

.category-news .page-banner,
.category-news-news .page-banner,
.category-blog .page-banner {
  height: 22.5rem;
}

@media print,
screen and (min-width: 64em) {
  .category-news .page-banner, 
  .category-news-news .page-banner,
  .category-blog .page-banner {
    display: flex;
    justify-content: center;
    padding-top: 0;
    height: 28rem;
  }
  .category-news .page-banner .heading,
  .category-news-news .page-banner .heading,
  .category-blog .page-banner .heading {
    font-size: 3rem;
    padding-left: 12rem;
    padding-right: 12rem;
    padding-top: 0;
    align-self: center;
  }
}

.single-post:not(.category-news,.category-news-news,.category-blog) .top-content {
  display: none;
}

.category-news .top-content,
.category-news-news .top-content,
.category-blog .top-content  {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}

.category-news .top-content .author,
.category-news-news .top-content .author,
.category-blog .top-content .author {
  font-weight: bold;
} 

#featured-hero {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem;
}

@media print,
screen and (min-width: 40em) {
  #featured-hero {
    height: 12.5rem;
  }
}

@media screen and (min-width: 75em) {
  #featured-hero {
    height: 25rem;
  }
}

.single #featured-hero.investments {
  height: 360px;
  background-image: url("../images/investment-single-bg.jpg");
  position: relative;
}

.single #featured-hero.investments h2 {
  display: inline-block;
  left: 50%;
  top: auto;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.single #featured-hero.investments h2:after {
  position: absolute;
  content: '';
  width: 120px;
  height: 5px;
  background-color: #FFF;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
}

.single #featured-hero.investments .heading {
  color: #fff;
  font-family: "Amiri";
  text-transform: capitalize;
  font-size: 2.8125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media print,
screen and (min-width: 40em) {
  .single #featured-hero.investments .heading {
    font-size: 5.3125rem;
  }
}

.single #featured-hero.investments .heading:after {
  content: '';
  width: 90px;
  height: 5px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}

@media print,
screen and (min-width: 40em) {
  .single #featured-hero.investments .heading:after {
    width: 120px;
  }
}


/*----------  Commitment Section  ----------*/

.commitment-background {
  background: url("../images/static/funding-banner.jpg");
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top right;
  color: #ffffff;
}

.commitment-background h3 {
  color: #ffffff;
}

@media print,
screen and (min-width: 64em) {
  .commitment-background {
    padding: 0;
  }
}

@media print,
screen and (min-width: 64em) {
  .commitment-background .row {
    padding: 3.75rem 0;
  }
}

.commitment-background h2 {
  font-weight: 600;
  color: #fefefe;
  border: 1px solid #fefefe;
}

.commitment-background .link {
  display: block;
  margin-top: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  .commitment-background .link {
    margin-top: 3.125rem;
  }

  .commitment-background .right {
    position: relative;
    margin-left: 8.33333%;
  }
}

@media print,
screen and (max-width: 64em) {
  .commitment-background .right {
    margin-top: 2rem;
  }
}

.blue-background {
  background-color: #3ed6da;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  opacity: .85;
}

.front-offset-banner {
  text-align: center;
}

.front-offset-banner ul {
  list-style: none;
}

.front-offset-banner ul li:before {
  content: '-';
  margin-right: 0.3125rem;
}

.scale-banner-row {
  max-width: 56.25rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 65rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.scale-banner-row::before,
.scale-banner-row::after {
  display: table;
  content: ' ';
}

.scale-banner-row::after {
  clear: both;
}

.scale-offset-banner p {
  font-weight: 400;
}

.scale-quote {
  position: relative;
  margin-top: 1.875rem;
  font-family: "Amiri", sans-serif;
  text-align: left;
  font-size: 2.5rem;
  color: #fefefe;
  line-height: 1.2;
  font-weight: 400;
}

@media print,
screen and (min-width: 64em) {
  .scale-quote {
    text-align: right;
  }
}

.scale-quote svg {
  position: absolute;
  top: -2.5rem;
  right: -3.125rem;
}

@media screen and (max-width: 63.9375em) {
  .scale-quote svg {
    display: none;
  }
}

.link {
  font-family: "Amiri", sans-serif;
  font-size: 1.4375rem;
  font-style: italic;
  font-weight: 400;
}

.link svg {
  height: 0.9375rem;
  width: 1.75rem;
  margin-left: 0.625rem;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  position: relative;
  top: 2px;
}

.link.light-blue-link {
  color: #3ed6da;
}

.link.light-blue-link svg path {
  fill: #3ed6da;
}

.link.primary-link {
  color: #12345a;
}

.link.primary-link svg path {
  fill: #041b42;
}

.link.secondary-link {
  color: #ef3b3b;
}

.link.secondary-link svg path {
  fill: #ef3b3b;
}

.link.white-link {
  color: #fefefe;
}

.link.white-link svg path {
  fill: #fefefe;
}

.link:hover svg {
  -webkit-transform: translateX(20%);
  -ms-transform: translateX(20%);
  transform: translateX(20%);
}

.link:hover.light-blue-link {
  color: #25bcc0;
}

.link:hover.light-blue-link svg path {
  fill: #25bcc0;
}

.link:hover.primary-link {
  color: #010712;
}

.link:hover.primary-link svg path {
  fill: #010712;
}

.link:hover.secondary-link {
  color: #b50f0f;
}

.link:hover.secondary-link svg path {
  fill: #b50f0f;
}

.link:hover.white-link {
  color: #041b42;
}

.link:hover.white-link svg path {
  fill: #041b42;
}

.card-readmore {
  font-family: "Amiri", sans-serif;
  font-size: 1.4375rem;
  font-style: italic;
  font-weight: 400;
  color: #3ed6da;
}

@media print,
screen and (min-width: 40em) {
  .card-readmore {
    font-size: 1.125rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .card-readmore {
    font-size: 1.4375rem;
  }
}

.card-readmore svg {
  position: relative;
  top: 0.5rem;
  height: 1.875rem;
  width: 1.875rem;
  margin-left: 0.3125rem;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

@media print,
screen and (min-width: 40em) {
  .card-readmore svg {
    top: 0.3125rem;
    height: 1.25rem;
    width: 1.25rem;
    margin-top: 1.25rem;
    margin-left: 0.3125rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .card-readmore svg {
    top: 0.5rem;
    height: 1.875rem;
    width: 1.875rem;
    margin-top: 0;
  }
}

.card-readmore svg path {
  fill: #3ed6da;
}

.card-readmore:hover {
  color: #bef1f3;
}

.card-readmore:hover svg path {
  fill: #bef1f3;
}

.taxonomies {
  display: inline-block;
  text-transform: capitalize;
  padding: 0.9375rem 1.5625rem 1.5625rem 1.5625rem;
  margin: 3.125rem auto;
  font-size: 0.9375rem;
  border: 1px solid #ef3b3b;
}

@media print,
screen and (min-width: 64em) {
  .taxonomies {
    padding: 1.5625rem;
  }
}

.taxonomies ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: inline-block;
}

.taxonomies ul li .taxonomy-name {
  display: block;
  width: 10rem;
  margin-top: 0.625rem;
  font-weight: bold;
  color: #12345a;
}

@media print,
screen and (min-width: 64em) {
  .taxonomies ul li .taxonomy-name {
    display: inline-block;
    margin-top: 0;
  }
}

.scale-media h3 {
  font-size: 2.5rem;
}

.media-objects-left h3 {
  margin-bottom: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  .media-objects-left h3 {
    margin-bottom: 2.1875rem;
  }
}

.media-objects-left .link {
  display: block;
  margin-top: 3.75rem;
}

.media-objects-right {
  margin-top: 3.125rem;
}

@media print,
screen and (min-width: 64em) {
  .media-objects-right {
    margin-top: 0;
    padding-left: 2.8125rem;
    border-left: 1px solid #cacaca;
  }
}

.media-objects-right .element-spacing {
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 63.9375em) {
  .media-objects-right img {
    margin-bottom: 0.625rem;
  }
}

.media-objects-right svg {
  width: 3.4375rem;
  height: 4.0625rem;
}

.stages-small-button {
  margin-top: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  .stages-small-button {
    display: none;
  }
}

.bordered {
  border: 1px solid #ef3b3b;
}

.primary-color-border {
  border: 1px solid #ef3b3b;
}

.image-gradient-shadow {
  display: none;
  position: relative;
  width: 100%;
  height: 100%;
}

@media print,
screen and (min-width: 64em) {
  .image-gradient-shadow {
    display: block;
  }
}

.image-gradient-shadow:after {
  position: absolute;
  bottom: -3.125rem;
  right: 0;
  content: '';
  width: 90%;
  height: 3.125rem;
  background-color: #ef3b3b;
}

#gif-dropdown-filter {
  padding: 5%;
  margin: 0;
  border: 1px solid #ef3b3b;
}

@media print,
screen and (min-width: 40em) {
  #gif-dropdown-filter {
    padding: 50px;
  }
}

#gif-dropdown-filter .form-selects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}

#gif-dropdown-filter .form-selects .select-wrap {
  width: 18%;
  margin: 1%;
}

@supports (display: flex) {
  #gif-dropdown-filter .form-selects .select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  @media print,
  screen and (min-width: 40em) {
    #gif-dropdown-filter .form-selects .select-wrap {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 18%;
      flex: 1 1 18%;
    }
  }
}

#gif-dropdown-filter .form-selects .select-wrap label {
  font-size: 13px;
  font-family: "Amiri";
  color: #041b42;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

#gif-dropdown-filter button {
  margin: 30px 0 0;
}

#gif-dropdown-filter-2 .categories-menu li:not(.Blog):not(.News) {
  display: none;
}

#gif-dropdown-filter-2 .is-dropdown-submenu-parent a {
  margin: 0 auto;
  padding: 0.75rem 1.875rem 0.75rem 1.25rem;
  font-size: 0.8125rem;
  font-family: 'Amiri';
  text-transform: uppercase;
  color: #12345a;
  letter-spacing: 0.075rem;
  border: 1px solid #ef3b3b;
}

#gif-dropdown-filter-2 .submenu {
  position: absolute;
  margin-top: 1.25rem;
}

#gif-dropdown-filter-2 .submenu a {
  color: #fefefe;
  text-align: center;
  border: none;
  background-color: rgba(4, 27, 66, 0.8);
}

#gif-dropdown-filter-2 .submenu:before {
  content: '';
  position: absolute;
  top: -1.25rem;
  right: 50%;
  border-bottom: 0.625rem solid rgba(4, 27, 66, 0.8);
  border-top: 0.625rem solid transparent;
  border-left: 0.625rem solid transparent;
  border-right: 0.625rem solid transparent;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}

.gmap {
  margin-bottom: 3.125rem;
  width: 100%;
  height: 26.25rem;
  background: #000;
}

ul.categories-menu {
  list-style: none;
  margin: 0;
}

/*----------  Hero Banner  ----------*/

.hero-banner .crellyslider,
.hero-banner .crellyslider >.cs-slides>.cs-slide {
  height: 38rem !important;
  width: 100% !important;
}

.hero-banner .crellyslider {
  white-space: normal !important;
}

.hero-banner .hero-category {
  color: #ef3b3b;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;  
  font-size: 1.1rem !important;
  font-weight: 400;
}

.hero-banner .hero-title h3 {
  color: #ffffff;
  font-size: 3.5rem !important;
  max-width: 75%;
}

.hero-banner .hero-content {
  color: #ffffff;
  font-family: 'Roboto', sans-serif;  
  font-size: 1.1rem !important;
  line-height: 1.25rem;
  font-weight: 300;
  max-width: 40%;
}

.hero-banner .hero-button {
  background-color: transparent;
  border: 1px solid #ef3b3b;
  padding: .65rem 1rem;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;  
  font-size: 1.1rem !important;
  font-weight: 400;
}

.hero-banner .crellyslider>.cs-navigation {
  bottom: 60px;
}

.crellyslider>.cs-navigation>.cs-slide-link {
  border: 1px solid #ffffff;
  box-shadow: 0 0 0;
  background-color: transparent;
  opacity: 1;
}

.crellyslider>.cs-navigation>.cs-slide-link.cs-active {
  background-color: #ef3b3b;
  border: 1px solid #ffffff;
}

@media print,
screen and (min-width: 40em) {
  .hero-banner .crellyslider,
  .hero-banner .crellyslider >.cs-slides>.cs-slide {
    height: 37.5rem !important;
  }
}

@media print,
screen and (min-width: 64em) {
  .hero-banner .crellyslider,
  .hero-banner .crellyslider >.cs-slides>.cs-slide {
    height: 100vh !important;
  }
}

@media print,
screen and (max-width: 64em) {
  .hero-banner .hero-category {
    top: 160px !important;
    left: 30px !important;
  }

  .hero-banner .hero-title {
    top: 200px !important;
    left: 30px !important
  }

  .hero-banner .hero-title h3 {
    font-size: 1.6rem !important;
    max-width: initial !important;
  }

  .hero-banner .hero-content {
    top: 270px !important;
    max-width: 80% !important;
    left: 30px !important;
    font-size: 1rem !important;
  }

  .hero-banner a {
    top: 460px !important;
    left: 30px !important;
    right: 30px !important;
  }

  .hero-banner .hero-button {
    font-size: 1rem !important;
  }
}

@media print and (max-height: 860px),
screen and (min-width: 64em) and (max-height: 860px) {
  .hero-banner .crellyslider,
  .hero-banner .crellyslider >.cs-slides>.cs-slide {
    height: 44.125rem !important;
  }
}


/*----------  About Us Section  ----------*/

.front-about-section {
  position: relative;
  background: url("../images/static/what-we-do-banner.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
  color: #ffffff;
}

.front-about-section p:last-child {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 64em) {
  .front-about-section .row {
    padding: 3.75rem 0;
  }
}

.front-about-section h3 {
  color: #ffffff;
}

.front-about-section .right-about-section {
  text-align: left;
}

@media print,
screen and (min-width: 64em) {
  .front-about-section .right-about-section {
    text-align: right;
  }
}


/*----------  Latest Projects  ----------*/

.front-projects [data-equalizer] {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.front-projects .link {
  display: block;
  text-align: center;
}


/*----------  Stages of Success  ----------*/

.front-stages-right h5 {
  font-family: 'Roboto', sans-serif;  
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.front-stages-left .link {
  display: none;
  margin-top: 3.125rem;
}

.front-stages-right .flex-container { 
  display: flex;
  align-items: center; 
  margin-bottom: 1.25rem;
}

.front-stages-right .flex-container:last-child {
  margin-bottom: 0;
}

.front-stages-right .row {
  display: flex;
  flex-direction: column;
}

.front-stages-right .icon {
  flex-basis: 37%;
}

.front-stages-right .heading {
  flex-basis: 63%;
}

.front-stages-right .last-icon-section p {
  margin-bottom: 0;
}

.front-stages-right img {
  max-height: 6.25rem;
  width: auto;
}

@media print,
screen and (min-width: 64em) {
  .front-stages-left .link {
    display: block;
  }

  .front-stages-left p {
    padding-right: 3.75rem;
  }

  .front-stages-right {
    position: relative;
    margin-left: 8.33333%;
  }
}

@media print,
screen and (max-width: 64em) {
  .front-stages-right {
    margin-top: 2rem;
  }

  .front-stages-right .icon {
  flex-basis: 40%;
}

.front-stages-right .heading {
  flex-basis: 60%;
}
}

/*----------  Latest News  ----------*/

@media screen and (max-width: 63.9375em) {
  .front-news .link {
    display: block;
    margin-bottom: 1.875rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .front-news {
    text-align: right;
  }
}


/*----------  Keyframes  ----------*/

@-webkit-keyframes slide_in_out {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  30% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  70% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}

@keyframes slide_in_out {
  0% {
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  30% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  70% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}


/*----------  Default page content  ----------*/

.gform_wrapper ul {
  list-style: none;
}

.gform_wrapper label {
  margin-bottom: 0.3125rem;
  font-size: 1.0625rem;
  font-weight: 100;
}

.gform_wrapper input,
.gform_wrapper textarea,
.gform_wrapper select {
  border: 1px solid #8a8a8a;
}

@media screen and (max-width: 63.9375em) {
  .about-large-intro {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.about-large-intro .about-content h3 {
  margin-bottom: 3.125rem;
}

.about-large-intro .about-content .link {
  display: block;
  margin-top: 2.5rem;
}

@media print,
screen and (min-width: 64em) {
  .about-large-intro .about-content {
    float: right;
    max-width: 36.25rem;
    padding-right: 4.375rem;
  }
}

.team-intro {
  margin-bottom: 2.5rem;
}

@media print,
screen and (min-width: 64em) {
  .team-intro {
    margin-bottom: 5rem;
    padding-left: 2.5rem;
    border-left: 1px solid #cacaca;
  }
}

.about-investment-hero {
  padding-top: 8.75rem;
  background: contain;
  background-position: bottom center;
}

.about-investment-hero .content {
  padding: 3.75rem 5.625rem;
  background: #041b42;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  opacity: .8;
}

.about-investment-hero .content h2 {
  color: #fefefe;
  border: 1px solid #fefefe;
}

.about-investment-hero .content h3 {
  color: #fefefe;
}

.about-investment-hero .content p {
  color: #fefefe;
}

.about-investment-hero .content .link {
  display: block;
  margin-top: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  .about-investment-hero .content .link {
    margin-top: 4.375rem;
  }
}

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

.about-supporters .intro {
  margin-bottom: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  .about-supporters .intro {
    margin-bottom: 4.375rem;
  }
}

.about-supporters h3 {
  margin-bottom: 1.25rem;
}

.about-supporters .about-logos {
  margin: auto;
  max-width: 42.5rem;
}

.about-supporters .about-logos img {
  max-height: 100px;
}

@media print,
screen and (min-width: 64em) {
  .about-supporters .about-logos img {
    margin-bottom: 2.8125rem;
  }
}

.approach-image-top {
  height: 34.375rem;
  background: url("../images/static/explore-projects.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.approach-overlap-content {
  margin-top: 6.25rem;
  text-align: center;
}

.approach-overlap-content .link {
  display: block;
  margin-top: 3.125rem;
}

@media screen and (min-width: 64em) {
  .approach-overlap-content {
    max-width: 34.375rem;
    margin-top: 5.625rem;
    margin-left: -5rem;
    padding: 3.75rem 3.75rem 2.5rem 6.875rem;
    border: 1px solid #ef3b3b;
  }
}

.approach-bottom-content {
  text-align: center;
}

.approach-bottom-content p {
  margin-bottom: 3.125rem;
}

@media print,
screen and (min-width: 64em) {
  .approach-bottom-content {
    padding-right: 3.125rem;
    text-align: right;
  }
  .approach-bottom-content p {
    margin-bottom: 0;
  }
}

.approach-image-bottom {
  height: 34.375rem;
  background: url("../images/static/investment-01.jpg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

@media print,
screen and (min-width: 64em) {
  .approach-image-bottom {
    background-position: top right;
  }
}

.featured-post {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 64em) {
  .featured-post {
    margin-bottom: 4.375rem;
  }
}

.featured-post .column,
.featured-post .columns {
  position: relative;
  padding-top: 25rem;
  -webkit-background-size: cover;
  background-size: cover;
}

@media print,
screen and (min-width: 64em) {
  .featured-post .column,
  .featured-post .columns {
    padding-top: 0;
  }
}

.featured-post .featured-post-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.875rem 3.125rem;
  background: rgba(4, 27, 66, 0.8);
}

.featured-post .featured-post-content .post-category {
  left: 5rem;
}

.postwrap {
  margin-top: 40px;
}

.post-category {
  position: absolute;
  top: -1.5625rem;
  left: 50%;
  padding: 0.625rem;
  text-align: center;
  background: #ef3b3b;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.post-category span {
  margin: 0 0.125rem;
  color: #fefefe;
}

.post-category a {
  font-size: 0.75rem;
  font-weight: 500;
  text-transform: uppercase;
  color: #fefefe;
  letter-spacing: 0.0625rem;
}

.post-title {
  margin: 1.25rem 0 1.875rem 0;
  font-family: "Amiri", sans-serif;
  font-size: 1.6875rem;
  color: #fefefe;
  line-height: 1.875rem;
}

.header-table {
  background: #041b42;
}

.heading-position {
  width: 33%;
}

.heading-cut {
  width: 33%;
  text-align: center;
}

.heading-apply {
  width: 33%;
}

@media print,
screen and (min-width: 64em) {
  .heading-position {
    width: 40%;
  }
  .heading-cut {
    width: 30%;
    text-align: center;
  }
  .heading-apply {
    width: 30%;
  }
}

.jobs-intro h1,
.jobs-intro h3 {
  margin-bottom: 1.875rem;
}

.no-jobs {
  padding: 3.75rem 0 0 0;
  text-align: center;
  border-top: 1px solid #cacaca;
}

@media print,
screen and (min-width: 64em) {
  .no-jobs {
    padding: 3.75rem 0 3.125rem 0;
    border-bottom: 1px solid #cacaca;
  }
}

.no-jobs p {
  font-family: Amiri;
  font-style: italic;
  margin-top: 1.875rem;
  font-weight: 100;
  font-size: 1.25rem;
  color: #ef3b3b;
}

.job-description h2 {
  margin-bottom: 3.75rem;
}

.jobs-board table {
  margin-bottom: 0;
}

.jobs-board table th {
  padding-left: 0.625rem;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0.06875rem;
  text-transform: uppercase;
}

.jobs-board table td {
  padding-bottom: 1.875rem;
  font-family: "Amiri", sans-serif;
  font-size: 1.25rem;
  color: #041b42;
}

.jobs-board table td svg {
  margin-right: 0.9375rem;
  width: 2.1875rem;
  height: 2.1875rem;
}

.jobs-board table td svg path {
  fill: #041b42;
}

.jobs-board .single-job-list {
  padding: 0 0 1.875rem 0;
  border-bottom: 1px solid #041b42;
}

.jobs-board .single-job-list table {
  margin-top: 1.5625rem;
}

.jobs-board .single-job-list .link {
  display: block;
  margin-top: 1.25rem;
}

.single-job-title h2 {
  margin-bottom: 1.875rem;
}

@media print,
screen and (min-width: 64em) {
  .single-job-title h2 {
    margin-bottom: 3.125rem;
  }
}

.single-job-title .link {
  display: block;
}

.requirements ul,
.duties ul {
  list-style: none;
  margin-left: 0;
}

.requirements {
  margin-top: 2.1875rem;
  padding: 2.5rem;
  border: 1px solid #ef3b3b;
}

@media print,
screen and (min-width: 64em) {
  .requirements {
    margin-top: 4.6875rem;
  }
}

.requirements h3 {
  margin-bottom: 1.875rem;
  font-size: 1.875rem;
  color: #041b42;
}

.requirements li {
  margin-bottom: 0.9375rem;
}

.duties {
  margin-top: 4.6875rem;
  font-weight: 400;
}

@media print,
screen and (min-width: 64em) {
  .duties {
    padding: 0 2.5rem;
  }
}

.duties h2 {
  margin-bottom: 3.125rem;
}

.how-to-apply strong {
  font-weight: 500;
}

.how-to-apply ul {
  list-style: none;
}

@media print,
screen and (min-width: 64em) {
  .how-to-apply .link {
    width: 50%;
    float: left;
  }
}

.how-to-apply li:before {
  content: '\2022';
  margin-right: 0.3125rem;
  color: #ef3b3b;
}

.how-to-apply .links {
  margin-top: 3.125rem;
}

@media screen and (max-width: 63.9375em) {
  .how-to-apply .links a {
    display: block;
    margin-bottom: 1.25rem;
  }
}

.how-to-apply .return-link span {
  color: #041b42 !important;
}

.how-to-apply .return-link svg path {
  fill: #041b42 !important;
}

.search-result {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.search-result p {
  margin-bottom: 5px;
}

.search-result .link {
  font-size: 18px;
}

.contact-form .contact-content .link {
  display: block;
  margin-top: 1.875rem;
}

.contact-form .mail-link {
  display: block;
  margin-top: 1.875rem;
  font-weight: 400;
}

.contact-form .contact-apply {
  margin-top: 2.8125rem;
}

.contact-form form {
  margin-top: 4.375rem;
}

.contact-form form ul {
  margin-left: 0;
}

.contact-form form label {
  font-weight: 100;
}

.contact-form form .link {
  margin-top: 2.5rem;
}

@media print,
screen and (min-width: 64em) {
  .contact-form form .link {
    float: right;
  }
}

.contact-maps .column-block {
  margin-bottom: 5rem;
}

@media print,
screen and (min-width: 64em) {
  .contact-maps .column-block {
    margin-bottom: 6.25rem;
  }
}

.contact-maps h4 {
  color: #555555;
  font-family: "Roboto", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
}

.contact-maps a {
  display: block;
  margin-top: 1.25rem;
  font-weight: 600;
}

.contact-maps address {
  margin-top: 0.9375rem;
  font-style: normal;
}

.gform_validation_container {
  display: none !important;
}


/*----------  Apply - About  ----------*/

.apply-about .apply-about-intro p {
  max-width: 630px;
  margin: 50px auto 80px;
}

.apply-about-stages .stages-content p a {
  text-decoration: underline;
}

.apply-about-stages {
  max-width: 56.25rem;
  margin-right: auto;
  margin-left: auto;
}

.apply-about-stages .accordions {
  margin-bottom: 20px;
}

.apply-about-stages .accordions:last-of-type {
  margin-bottom: 0;
}

.apply-about-stages h2 {
  text-transform: initial;
  font-size: 21px;
  margin-bottom: 1rem;
  padding-bottom: .5rem;
  padding-left: 0;
  display: block;
  border-bottom: 2px solid #55bfcc;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.apply-about-stages::before,
.apply-about-stages::after {
  display: table;
  content: ' ';
}

.apply-about-stages::after {
  clear: both;
}

.stages-menu {
  width: 100%;
  float: left;
  padding-bottom: 40px;
}

.stages-menu .heading {
  font-weight: 600;
  margin-bottom: .25rem;
  padding-bottom: .25rem;
  border-bottom: 3px solid #e41313;    
}

.stages-menu .menu__list  {
  font-size: 15px;
}

ul.page-menu.ancestor-tree.menu__list,
.stages-menu .menu__list ul {
  margin-left: 0;
}

.stages-menu .menu__list li {
  list-style: none;
}

.stages-menu .menu__list .page_item a {
  display: block;
}

.stages-menu .menu__list .page-item-62 > a {
    display: none !important;
}

.stages-menu .menu__list .children .page_item_has_children:not(.current_page_item):not(.current_page_parent):not(.current_page_ancestor) .children {
    display: none;
}

.stages-menu .menu__list li.page_item a:hover,
.stages-menu .menu__list li.page_item.active > a {
  background-color: #ccf2f3;
}

.stages-menu .menu__list ul.children .page_item {
  border-bottom: 1px solid #CCC;
}

.stages-menu .menu__list ul.children .page_item.page_item_has_children ul.children .page_item {
  border-bottom: 0;
}

.stages-menu .menu__list ul.children .page_item.page_item_has_children ul.children .page_item a {
  padding-left: 1em;
  text-indent: -.5em;
}

.stages-menu .menu__list ul.children ul.children li a:before {
  content: '-';
  padding-right: 0.25rem;
}

@media print,
screen and (min-width: 40em) {
  .stages-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .stages-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.stages-menu:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 50em) {
  .stages-menu {
    width: 30%;
    float: left;
    padding-top: 1rem;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 30px !important;
  }
}

@media screen and (min-width: 50em) and (min-width: 40em) {
  .stages-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 50em) and (min-width: 64em) {
  .stages-menu {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 50em) {
  .stages-menu:last-child:not(:first-child) {
    float: right;
  }
}

.page-template-appy-steps h1,
.page-template-application-process h1,
.page-template-stages-of-financing h1 {
  font-size: 3.0625rem;
  margin-bottom: 1rem;
}

.page-template-appy-steps .page-banner .heading,
.page-template-application-process  .page-banner .heading,
.page-template-stages-of-financing .page-banner .heading {
  display: none;
}

.page-template-appy-steps #apply,
.page-template-application-process #apply,
.page-template-stages-of-financing #apply {
  display: none;
}

.page-template-appy-steps .stages-content a {
  text-decoration: underline;
}

.page-template-stages-of-financing .tabs-content {
  padding: 0;
}

.page-template-stages-of-financing .ui-tabs .ui-tabs-nav li a, 
.page-template-stages-of-financing .ui-tabs .ui-tabs-nav li a span {
  cursor: pointer;
}

.page-template-stages-of-financing .ui-tabs .ui-tabs-panel {
  padding: 0;
  border-top: 10px solid #55bfcc;
}

.page-template-stages-of-financing .tabs-content p {
  display: none;
}

.page-template-stages-of-financing .tablepress tbody,
.page-template-stages-of-financing .tablepress tbody tr,
.page-template-stages-of-financing .tablepress tbody td {
  border: 0;
}

.page-template-stages-of-financing .tablepress tbody tr:nth-child(even) {
  background-color: #eef8fa;
}

.page-template-stages-of-financing .accordions-tabs .accordion-icons {
  display: none;
}

.page-template-stages-of-financing .accordions-tabs .tabs-nav {
  padding: 0 !important;
}

.page-template-stages-of-financing .accordions-tabs .accordions-head-title {  
  padding: 20px;
  display: block;
  text-align: left;
}

.page-template-stages-of-financing .accordions-tabs .ui-tabs-active {
  font-weight: 600;
}

.page-template-stages-of-financing td.column-1 {
  font-weight: 600;
  text-align: right;
}

.apply-about-stages .stages-content {
  width: 100%;
  float: left;
  text-align: left;
}

.apply-about-stages .stages-content .row {
  margin-left: auto;
  margin-right: auto;
}

.apply-about-stages .stages-content .row .stage-repeater-icon {
  order: 1;
  padding: 2rem;
}

.apply-about-stages .stages-content .row .stage-repeater-icon svg {
  margin: 0 auto;
}

.apply-about-stages .stages-content .row .stage-repeater-content {
  order: 2;
  padding: 2rem;
}

.apply-about-stages .stages-content .row .stage-repeater-content p:last-child {
  margin-bottom: 0;
}

.apply-about-stages .stages-content .row .stage-repeater-icon {
  text-align: center;
}

.apply-about-stages .stages-content .row:nth-child(even) {
  background-color: #ccf2f3;
}

.apply-about-stages .stages-content .row:nth-child(odd) .stage-repeater-icon {
  order: 2;
}

.apply-about-stages .stages-content .row:nth-child(odd) .stage-repeater-content {
  order: 1;
}

.apply-about-stages .stages-content .stage-repeater-content {
  border-left: 0;
  padding-top: 1.5rem;
}

.apply-about-stages form ol li {
  display: flex;
  justify-content: space-between;
}

.apply-about-stages .stages-content ol li label {
  font-size: initial;
  padding-right: 2rem;
  margin-top: .1rem;
  padding-left: .25rem;
  width: 100%;
}

.apply-about-stages .stages-content ol li input {
  margin-top: .5rem;
}

.apply-about-stages .stages-content a.button {
  float: right;
  background-color: #55bfcc;
  text-transform: uppercase;
  font-size: initial;
  text-decoration: none;
  transition: background-color 0.25s ease;
}

.apply-about-stages .stages-content a.button:hover {
  background-color: #43959f;
}

@media screen and (max-width: 50em) {
  .apply-about-stages .stages-content .row .stage-repeater-icon {
    padding-bottom: 0;
  }

  .page-template-stages-of-financing .post-content .ui-tabs .ui-tabs-nav li {
    width: 100%;
  }
}

@media print,
screen and (min-width: 40em) {
  .apply-about-stages .stages-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .apply-about-stages .stages-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

.apply-about-stages .stages-content:last-child:not(:first-child) {
  float: right;
}

@media screen and (min-width: 50em) {
  .apply-about-stages .stages-content {
    width: 69.93333%;
    float: left;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    padding-left: 40px !important;
  }

  .apply-about-stages .stages-content .row {
    display: flex;
  }

  .apply-about-stages .stages-content .row .stage-repeater-icon {
    flex-basis: 25%;
  }

  .apply-about-stages .stages-content .row .stage-repeater-content {
    flex-basis: 75%;
  }

  .page-template-stages-of-financing .tablepress tbody tr {
    height: 150px;
  }

  .page-template-stages-of-financing .post-content {
    margin-top: 60px;
    padding-left: 60px;
  }

  .page-template-stages-of-financing .ui-tabs .ui-tabs-nav {
    display: flex;
    margin-left: 242px !important;
  }

  .page-template-stages-of-financing td.column-1 {
    width: 250px;
  }

  .page-template-stages-of-financing .ui-tabs .ui-tabs-nav li {
    white-space: initial;
    width: 33.333%;
  }
}

@media screen and (min-width: 50em) and (min-width: 40em) {
  .apply-about-stages .stages-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 50em) and (min-width: 64em) {
  .apply-about-stages .stages-content {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media screen and (min-width: 50em) {
  .apply-about-stages .stages-content:last-child:not(:first-child) {
    float: right;
  }
}

.apply-about-stages .stages-content h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  margin-bottom: 22px;
}

.apply-about-stages .stages-content p {
  margin-bottom: 22px;
}

.apply-about-stages .stages-content ol {
  margin-bottom: 20px;
}

.apply-about-stages .stages-content ol li {
  margin-bottom: .75rem;
}

.apply-about-stages .stages-content ol li::marker {
  font-family: "Amiri";
  color: #041b42;
  font-size: 21px;
}

.apply-about-stages .stages-content form ol {
  margin-bottom: 20px;
  margin-left: 0;
}

.apply-about-stages .stages-content form ol li {
  counter-increment: my-counter;
  margin-bottom: .75rem;
}

.apply-about-stages .stages-content form ol li::before {
  content: counter(my-counter) ". ";
  font-family: "Amiri";
  color: #041b42;
  font-size: 21px;
}

/*----------  Step Counter  ----------*/

.step-counter {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 55px;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 80px;
}

.step-counter:before {
  content: ' ';
  height: 1px;
  width: 80%;
  left: 10%;
  top: 90px;
  position: absolute;
  background: #d7d7d7;
  z-index: 1;
  display: none;
}

@media print,
screen and (min-width: 64em) {
  .step-counter:before {
    display: block;
  }
}

.step-counter .step {
  width: 100%;
  display: block;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 9;
  text-align: left;
}

@media print,
screen and (min-width: 64em) {
  .step-counter .step {
    width: 25%;
    text-align: center;
  }
}

.step-counter .step span {
  display: block;
  margin: 0 0 5px;
  float: left;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  line-height: 32px;
  font-size: 14px;
  font-family: "Amiri";
  color: #acacac;
  border: 1px solid #d7d7d7;
  background: #fff;
  text-align: center;
}

@media print,
screen and (min-width: 64em) {
  .step-counter .step span {
    width: 70px;
    height: 70px;
    border-radius: 70px;
    font-size: 35px;
    line-height: 72px;
    margin: 0 auto 20px;
    float: none;
  }
}

.step-counter .step h6 {
  font-family: "Amiri";
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  color: #acacac;
  padding: 8px 0 0 40px;
  letter-spacing: 0.1em;
}

@media print,
screen and (min-width: 64em) {
  .step-counter .step h6 {
    padding: 0;
  }
}

.step-counter .step.active span,
.step-counter .step.active h6 {
  color: #041b42;
}


/*----------  Step Content  ----------*/

.step-content h1 {
  font-size: 45px;
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.step-content hr {
  margin-top: 35px;
  margin-bottom: 35px;
}

.step-content h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #555;
}

.step-content p {
  margin-bottom: 25px;
}

.step-content .post-content {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}

.step-content a.disabled {
  pointer-events: none;
  opacity: .2;
  cursor: not-allowed;
}

.step-content .step-confirmation {
  padding-top: 20px;
  margin: 0;
}

.step-content .step-confirmation input[type=checkbox] {
  display: none;
}

.step-content .step-confirmation input[type=checkbox]+label {
  padding-left: 30px;
  position: relative;
  margin: 0;
  line-height: 18px;
}

.step-content .step-confirmation input[type=checkbox]+label:before {
  content: ' ';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #041b42;
}

.step-content .step-confirmation input[type=checkbox]:checked+label:before {
  background: #041b42;
}

.step-content .step-confirmation+.text-right {
  padding-top: 20px;
  text-align: left !important;
}

@media print,
screen and (min-width: 40em) {
  .step-content .step-confirmation+.text-right {
    text-align: right !important;
  }
}

.step-content.step-content-1 ul:first-of-type {
  margin: 0 auto;
  padding: 25px 0 20px;
  max-width: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.step-content.step-content-1 ul:first-of-type li {
  list-style: none;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 33%;
  flex: 1 1 33%;
  max-width: 100px;
  font-family: "Amiri";
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
}

.step-content.step-content-1 ul:first-of-type li img {
  width: 95px;
  height: auto;
  margin-bottom: 25px;
}


/*----------  Table of Contents  ----------*/

.step-table-of-contents,
.form-steps-toc {
  text-align: center;
  border-bottom: 1px solid #d7d7d7;
  padding: 10px 0 50px;
  margin-bottom: 40px;
}

.step-table-of-contents p,
.form-steps-toc p {
  font-size: 17px;
  line-height: 20px;
  font-weight: 600;
  margin: 0 0 8px;
  padding: 0;
  color: #041b42;
}


/*----------  Step Counter  ----------*/

.gf_page_steps {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  padding-top: 55px;
  padding-bottom: 45px;
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  float: left;
}

.gf_page_steps:before {
  content: ' ';
  height: 1px;
  width: 60%;
  left: 20%;
  top: 90px;
  position: absolute;
  background: #d7d7d7;
  z-index: 1;
}

.gf_page_steps .gf_step {
  width: 33%;
  display: block;
  float: left;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 10;
}

.gf_page_steps .gf_step .gf_step_number {
  display: block;
  margin: 0 auto 20px;
  width: 70px;
  height: 70px;
  border-radius: 70px;
  font-family: "Amiri";
  font-size: 35px;
  line-height: 72px;
  color: #acacac;
  border: 1px solid #d7d7d7;
  background: #fff;
}

.gf_page_steps .gf_step .gf_step_label {
  font-family: "Amiri";
  font-size: 13px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  color: #acacac;
  letter-spacing: 0.1em;
}

.gf_page_steps .gf_step.gf_step_active .gf_step_number {
  border-color: #041b42;
}

.gf_page_steps .gf_step.gf_step_active .gf_step_number,
.gf_page_steps .gf_step.gf_step_active .gf_step_label {
  color: #041b42;
}


/*----------  Apply Form  ----------*/

#gform_wrapper_2 {
  padding-left: 3%;
  padding-right: 3%;
}

@media print,
screen and (min-width: 64em) {
  #gform_wrapper_2 {
    padding-left: 0;
    padding-right: 0;
  }
}

#gform_wrapper_2 .gform_body {
  width: 100%;
  float: left;
  text-align: left;
}

#gform_wrapper_2 .gform_body ul {
  margin: 0;
}

#gform_wrapper_2 .gform_body .gfield {
  margin-bottom: 20px;
}

#gform_wrapper_2 .gform_body .gfield_label {
  font-size: 17px;
  font-weight: 600;
  color: #041b42;
  display: block;
  margin-bottom: 5px;
}

#gform_wrapper_2 .gform_body .gfield_description {
  font-size: 17px;
  line-height: 25px;
  color: #010101;
  display: block;
  margin: 0 0 15px;
}

#gform_wrapper_2 .gform_body .ginput_counter {
  display: block;
  text-align: right;
  display: block;
  margin-top: -10px;
  font-size: 14px;
}

#gform_wrapper_2 .gform_body textarea {
  height: 100px;
}

#gform_wrapper_2 .gform_body .gfield_checkbox {
  margin: 0;
}

#gform_wrapper_2 .gform_body input[type=checkbox] {
  display: none;
}

#gform_wrapper_2 .gform_body input[type=checkbox]+label {
  padding-left: 30px;
  position: relative;
  margin: 0;
}

#gform_wrapper_2 .gform_body input[type=checkbox]+label:before {
  content: ' ';
  width: 15px;
  height: 15px;
  position: absolute;
  top: 5px;
  left: 0;
  border: 1px solid #041b42;
}

#gform_wrapper_2 .gform_body input[type=checkbox]:checked+label:before {
  background: #041b42;
}

#gform_wrapper_2 .gform_page_footer {
  text-align: right;
}

#gform_wrapper_2 .gform_page_footer .link {
  display: inline-block;
  margin: 0 0 0 30px;
  position: relative;
  top: -5px;
}

#gform_wrapper_2 .validation_error {
  width: 100%;
  float: left;
  color: #cc4b37 !important;
  font-weight: 600;
  margin-bottom: 40px !important;
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #f7e4e1;
  color: #0a0a0a;
}

#gform_wrapper_2 .validation_error> :first-child {
  margin-top: 0;
}

#gform_wrapper_2 .validation_error> :last-child {
  margin-bottom: 0;
}

#gform_wrapper_2 .gfield_error {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: #f7e4e1;
  color: #0a0a0a;
}

#gform_wrapper_2 .gfield_error> :first-child {
  margin-top: 0;
}

#gform_wrapper_2 .gfield_error> :last-child {
  margin-bottom: 0;
}

#gform_wrapper_2 .validation_message {
  color: #cc4b37 !important;
  font-weight: 600;
  font-size: 14px !important;
}

@media print,
screen and (min-width: 64em) {
  .invest-narrow-content {
    max-width: 28.125rem;
    margin: auto;
  }
}

.invest-img-fluid {
  margin-top: 1.25rem;
}

@media print,
screen and (min-width: 64em) {
  .invest-img-fluid {
    margin-top: 1.875rem;
  }
}

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

.invest-stats h3 {
  margin-top: 2.5rem;
  margin-bottom: 0.625rem;
  font-size: 2.5rem;
}

@media print,
screen and (min-width: 64em) {
  .invest-stats h3 {
    margin-bottom: 1.5625rem;
  }
}

.invest-stats p {
  margin-bottom: 0;
}

.invest-stats .column-block {
  margin-bottom: 0;
}

@media print,
screen and (min-width: 64em) {
  .invest-icons .column,
  .invest-icons .columns {
    margin-bottom: 4.0625rem;
  }
  .invest-icons .column:last-of-type,
  .invest-icons .columns:last-of-type {
    margin-bottom: 0;
  }
}

.invest-icons img {
  width: 5rem;
}

@media screen and (max-width: 63.9375em) {
  .invest-icons img {
    margin-top: 1.875rem;
    margin-bottom: 1.25rem;
  }
}

@media print,
screen and (min-width: 64em) {
  .invest-icons img {
    float: right;
  }
}

.invest-info .link {
  display: block;
  margin-top: 3.125rem;
}

.team-introduction .link {
  display: block;
  margin-top: 4.375rem;
}


/*----------  People Card  ----------*/

.people-card {
  float: none !important;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}

@media print,
screen and (min-width: 40em) {
  .people-card {
    float: left !important;
  }
}

.people-card .people-card-info {
  background: #041b42;
  color: #fff;
  padding: 1.875rem 1.25rem 1.25rem;
  position: relative;
  text-align: center;
}

.people-card h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 27px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  padding-top: 20px;
  letter-spacing: 0.02em;
}

.people-card h3::before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -35px;
  width: 70px;
  height: 3px;
  background: #fff;
}

.people-card h4 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.02em;
}

.people-card .readmore {
  color: #ef3b3b;
}


/*----------  Team Modal  ----------*/

#team-modal {
  width: 100%;
  max-width: 800px;
  padding: 2.5%;
  z-index: 9100;
  margin-bottom: 100px;
  position: relative;
  padding-top: 70px;
}

@media print,
screen and (min-width: 40em) {
  #team-modal {
    padding-top: 2.5%;
  }
  #team-modal::after {
    content: ' ';
    position: absolute;
    pointer-events: none;
    width: 100%;
    height: 100px;
    bottom: 40px;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
    background: linear-gradient(rgba(255, 255, 255, 0), white);
  }
}

#team-modal .team-pic {
  max-width: 320px;
  float: none;
  margin-bottom: 20px;
  position: relative;
  z-index: 500;
}

@media print,
screen and (min-width: 40em) {
  #team-modal .team-pic {
    float: left;
    margin-bottom: 0;
  }
}

#team-modal .team-projects {
  background: #041b42;
  color: #fff;
  text-align: center;
  padding: 0 30px 30px;
}

#team-modal .resource-card-cat {
  position: relative;
  max-width: 150px;
  z-index: 10;
  display: block;
  margin: -18px auto 25px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  background: #ef3b3b;
  padding: 10px;
  color: #fff;
  letter-spacing: 0.06em;
}

#team-modal .team-content {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 50px;
}

#team-modal .team-content p {
  text-align: left !important;
}

@media print,
screen and (min-width: 40em) {
  #team-modal .team-content {
    padding-left: 40px;
    max-height: 495px;
    overflow: scroll;
  }
}

#team-modal h3 {
  margin: 0 0 5px;
  font-size: 27px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
  color: #041b42;
  letter-spacing: 0.02em;
}

#team-modal h4 {
  font-size: 20px;
  line-height: 26px;
  color: #041b42;
  letter-spacing: 0.02em;
}

#team-modal h5 {
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  margin: 0 0 20px;
}

#team-modal .team-social {
  margin-top: 25px;
  margin-bottom: 25px;
  height: 35px;
}

#team-modal .team-social a {
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
}

#team-modal .team-social a svg {
  width: 35px;
  height: 35px;
}

#team-modal .team-social a svg path {
  fill: #041b42;
}

#team-modal .team-close {
  width: 25px;
  height: 25px;
  float: right;
  position: absolute;
  z-index: 100;
  display: block;
  cursor: pointer;
  top: 20px;
  right: 20px;
}

#team-modal .team-close svg {
  width: 25px;
  height: 25px;
}

#team-modal .team-close svg path {
  fill: #041b42;
}

#team-modal .readmore {
  color: #ef3b3b;
}


/*----------  Other Team  ----------*/

#otherteam {
  padding-top: 120px;
  padding-bottom: 120px;
  max-width: 56.25rem;
  margin-right: auto;
  margin-left: auto;
}

#otherteam::before,
#otherteam::after {
  display: table;
  content: ' ';
}

#otherteam::after {
  clear: both;
}

@media screen and (max-width: 63.9375em) {
  #otherteam {
    text-align: center;
  }
}

#otherteam .team-left-side {
  width: 100%;
  float: left;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

@media print,
screen and (min-width: 40em) {
  #otherteam .team-left-side {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  #otherteam .team-left-side {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#otherteam .team-left-side:last-child:not(:first-child) {
  float: right;
}

@media print,
screen and (min-width: 64em) {
  #otherteam .team-left-side {
    width: 50%;
    float: left;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
    border-right: 1px solid #d7d7d7;
  }
}

@media print,
screen and (min-width: 64em) and (min-width: 40em) {
  #otherteam .team-left-side {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) and (min-width: 64em) {
  #otherteam .team-left-side {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  #otherteam .team-left-side:last-child:not(:first-child) {
    float: right;
  }
}

#otherteam .team-left-side h2 {
  margin-bottom: 40px;
}

@media print,
screen and (min-width: 64em) {
  #otherteam .team-left-side h3 span {
    display: block;
  }
}

#otherteam .team-right-side {
  width: 100%;
  float: left;
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  text-align: center;
  padding-left: 50px !important;
}

@media print,
screen and (min-width: 40em) {
  #otherteam .team-right-side {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  #otherteam .team-right-side {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

#otherteam .team-right-side:last-child:not(:first-child) {
  float: right;
}

@media print,
screen and (min-width: 64em) {
  #otherteam .team-right-side {
    width: 50%;
    float: left;
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media print,
screen and (min-width: 64em) and (min-width: 40em) {
  #otherteam .team-right-side {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) and (min-width: 64em) {
  #otherteam .team-right-side {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem;
  }
}

@media print,
screen and (min-width: 64em) {
  #otherteam .team-right-side:last-child:not(:first-child) {
    float: right;
  }
}

#otherteam .team-right-side .link {
  display: block;
  margin-top: 2.1875rem;
}


/*----------  Stages of funding  ----------*/

.staging-intro h3 {
  margin-bottom: 1.875rem;
  text-align: center;
}

@media print,
screen and (min-width: 64em) {
  .staging-intro h3 {
    margin-bottom: 2.1875rem;
  }
}

.staging-intro img {
  margin-top: 0.3125rem;
  padding: 0 3.125rem 1.25rem 0;
}

@media screen and (max-width: 39.9375em) {
  .staging-intro img {
    width: 100%;
    padding: 1.25rem 0 1.875rem 0;
  }
}

.staging-intro p:first-of-type {
  margin-bottom: 1.875rem;
  text-align: center;
}

@media print,
screen and (min-width: 64em) {
  .stage-border-intro {
    margin-bottom: 3.125rem;
  }
}

.stage-border-intro h3 {
  font-size: 2.5rem;
}

@media print,
screen and (min-width: 64em) {
  .stage-border-intro-right {
    border-left: 1px solid #cacaca;
  }
  .stage-border-intro-right p {
    margin-bottom: 0;
    padding-left: 1.25rem;
  }
}

.stage-border {
  padding: 0 0 3.75rem 0;
}

@media print,
screen and (min-width: 64em) {
  .stage-border {
    border: 1px solid #ef3b3b;
  }
}

.stage-border .row {
  padding-top: 1.875rem;
  padding-bottom: 3.75rem;
  border-top: 1px solid #cacaca;
  margin-left: 5%;
  margin-right: 5%;
}

.stage-border .row:first-of-type {
  border-top: none;
}

@media print,
screen and (min-width: 64em) {
  .stage-border .row {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.stage-repeater-icon svg {
  width: 6.25rem;
  margin: 1.25rem;
}

@media print,
screen and (min-width: 64em) {
  .stage-repeater-icon svg {
    float: right;
    margin-right: 2.5rem;
    margin-bottom: 0;
  }
}

.stage-repeater-content {
  border-left: none;
}

@media print,
screen and (min-width: 64em) {
  .stage-repeater-content {
    padding-left: 2.5rem;
    border-left: 1px solid #cacaca;
  }
}

.stage-repeater-content h4 {
  margin-bottom: 1.25rem;
}

.funding-types-heading {
  margin-bottom: 1.875rem;
}

.funding-image {
  height: 34.375rem;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

.funding-overlap-content {
  margin-top: 6.25rem;
  text-align: left;
}

.funding-overlap-content .link {
  display: block;
  margin-top: 3.125rem;
}

@media screen and (min-width: 64em) {
  .funding-overlap-content {
    max-width: 34.375rem;
    margin-top: 5.625rem;
    margin-left: -5rem;
    padding: 3.75rem 3.75rem 2.5rem 6.875rem;
    border: 1px solid #ef3b3b;
  }
}


/*----------  Types of financing  ----------*/

.funding-types-heading h3 {
  margin-bottom: 2.5rem;
}

.fin-quote {
  position: relative;
  color: #041b42;
  font-size: 2.1875rem;
  font-weight: 400;
  line-height: 40px;
  text-align: left;
  padding-left: 30px;
  margin: 0 0 40px;
}

.fin-quote:before {
  content: '';
  position: absolute;
  top: -3.125rem;
  left: -1.25rem;
  background: url("../images/static/financing-quotes.png") 0 0 no-repeat;
  height: 3.125rem;
  width: 3.125rem;
}

@media print,
screen and (min-width: 64em) {
  .fin-quote {
    font-size: 2.375rem;
    text-align: right;
  }
}

.financing-split .link {
  display: block;
  margin-top: 3.125rem;
}

.financing-split img {
  width: 100%;
  margin-bottom: 1.875rem;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: rgba(4, 27, 66, 0.9);
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  font-family: "Amiri";
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.1em;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 0px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
  font-size: 13px;
  font-family: "Amiri";
  color: #041b42;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 0px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
  margin: 0 0 -5px;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
  font-size: 13px;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 3px 8px 0;
  font-family: "Amiri";
  color: #041b42;
  text-transform: uppercase;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown {
  display: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  height: auto;
  margin-bottom: 0;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #041b42;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted {
  background-color: #041b42 !important;
  color: white;
}

.select2-container--default .select2-results__option--highlighted:hover {
  background-color: #041b42 !important;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #041b42;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #041b42;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #041b42;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #041b42;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #041b42 !important;
  color: white;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #041b42;
}

span.select2 input {
  height: auto;
}

span.select2 input::-webkit-input-placeholder {
  font-family: "Amiri";
  color: rgba(4, 27, 66, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.1em;
}

span.select2 input:-ms-input-placeholder {
  font-family: "Amiri";
  color: rgba(4, 27, 66, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.1em;
}

span.select2 input::-ms-input-placeholder {
  font-family: "Amiri";
  color: rgba(4, 27, 66, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.1em;
}

span.select2 input::placeholder {
  font-family: "Amiri";
  color: rgba(4, 27, 66, 0.5);
  text-transform: uppercase;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.1em;
}

.gform_validation_container {
  display: none !important;
}

.page-template-gif-impact-report .page-banner {
  position: relative;
  height: 31.25rem;
}

@media (min-width: 991px) {
  .page-template-gif-impact-report .page-banner {
    height: 38rem;
  }
}

.page-template-gif-impact-report.scrolled #masthead {
  top: 0;
  left: 0;
  right: 0;
}

.page-template-gif-impact-report .c-imp-forecast-inn-box-text {
  color: #12345b;
}

.h2padding {
  padding: 15px 40px;
}

.c-skybg {
  background-color: #f3fcfc;
}

.c-whitebg {
  background-color: #fff;
}

.c-inner-banner {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  max-width: 95%;
  width: 100%;
  margin: 0 auto;
  padding: 80px 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#012b4f+0,012b4f+30,55d3d6+63,55d3d6+100 */
  background: #012b4f;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(1, 43, 79, 0.9) 0%, rgba(1, 43, 79, 0.9) 30%, rgba(85, 211, 214, 0.9) 63%, rgba(85, 211, 214, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(rgba(1, 43, 79, 0.9)), color-stop(30%, rgba(1, 43, 79, 0.9)), color-stop(63%, rgba(85, 211, 214, 0.9)), to(rgba(85, 211, 214, 0.9)));
  background: linear-gradient(to right, rgba(1, 43, 79, 0.9) 0%, rgba(1, 43, 79, 0.9) 30%, rgba(85, 211, 214, 0.9) 63%, rgba(85, 211, 214, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#012b4f', endColorstr='#55d3d6', GradientType=1);
  /* IE6-9 */
}

@media (min-width: 991px) {
  .c-inner-banner {
    padding: 160px 0 30px;
  }
}

@media (max-width: 992px) {
  .c-inner-banner {
    top: 100px;
    padding: 50px 3% 0;
  }
}

.c-inner-banner .heading {
  padding-top: 0;
}

.c-inner-banner-text {
  text-align: center;
  padding: 70px 20px;
}

@media (min-width: 567px) {
  .c-inner-banner-text {
    padding-top: 120px;
  }
}

.c-inner-banner-text p {
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}


/*** c-imp-merric ***/

.c-imp-metric {
  margin-top: 60px;
}

@media (min-width: 991px) {
  .c-imp-metric {
    margin-top: 130px;
  }
}

.c-imp-metric-inn {
  background: url(../images/imp-metric.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 650px;
}

.c-imp-metric-inn h2 {
  font-weight: 600;
  color: #fefefe;
  border: 1px solid #fefefe;
}

.c-imp-metric-inn h3 {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .c-imp-metric-inn h3 {
    margin-top: 80px;
  }
}

@media (max-width: 992px) {
  .c-imp-metric-inn h3 {
    font-size: 30px;
  }
}

.c-imp-metric-inn-box {
  max-width: 85%;
  width: 100%;
  margin: 70px 68px;
  padding: 50px 30px;
  float: left;
  background-color: rgba(62, 218, 218, 0.9);
  text-align: center;
}

@media (max-width: 991px) {
  .c-imp-metric-inn-box {
    display: grid;
    float: none;
    margin: 40px auto;
    padding: 40px 0;
    max-width: 95%;
  }
}

@media (min-width: 991px) {
  .c-imp-metric-inn-box {
    text-align: left;
  }
}

.c-imp-metric-inn-box-text span {
  background-color: #e62c2a;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.c-imp-metric-inn-box-text h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin: 10px 0;
}

.c-imp-metric-inn-box-text p {
  font-size: 14px;
  line-height: 20px;
}

.c-imp-measurement {
  padding: 30px 20px;
}

@media (min-width: 991px) {
  .c-imp-measurement {
    padding: 0;
  }
}

.c-imp-measurement-inn {
  margin: 40px 0;
  float: left;
}

.c-imp-measurement-inn h2 {
  margin-bottom: 40px;
}

.c-imp-measurement-inn-block {
  margin: 20px 0;
  float: left;
}

@media (min-width: 991px) {
  .c-imp-measurement-inn-block {
    margin: 40px 0;
  }
}

.c-imp-measurement-inn-block h3 {
  margin-bottom: 50px;
  font-size: 40px;
  color: #3ed6da;
}

@media (max-width: 992px) {
  .c-imp-measurement-inn-block h3 {
    font-size: 30px;
  }
}

.c-imp-measurement-inn-block h4 {
  color: #12345b;
  font-size: 20px;
  margin-bottom: 25px;
}

@media (min-width: 991px) {
  .c-imp-measurement-inn-block h4 {
    min-height: 40px;
  }
}

.c-imp-measurement-inn-block ul {
  margin: 20px 0 20px 20px;
}

@media (min-width: 991px) {
  .c-imp-measurement-inn-block ul {
    padding: 0;
  }
}

.c-imp-measurement-inn-block ul li {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
  list-style-type: none;
  position: relative;
}

.c-imp-measurement-inn-block ul li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.c-imp-soloution {
  background: url(../images/img-soloution.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 650px;
  margin-bottom: 50px;
}

.c-imp-soloution-overlay {
  min-height: 650px;
  padding: 60px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55d3d6+0,012b4f+39&0.91+0,0.9+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(85, 211, 214, 0.91) 0%, rgba(1, 43, 79, 0.91) 39%, rgba(1, 43, 79, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 211, 214, 0.91)), color-stop(39%, rgba(1, 43, 79, 0.91)), to(rgba(1, 43, 79, 0.9)));
  background: linear-gradient(to bottom, rgba(85, 211, 214, 0.91) 0%, rgba(1, 43, 79, 0.91) 39%, rgba(1, 43, 79, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e855d3d6', endColorstr='#e6012b4f', GradientType=0);
  /* IE6-9 */
}

@media (min-width: 991px) {
  .c-imp-soloution-overlay {
    padding: 120px 0;
  }
}

.c-imp-soloution h2 {
  margin-bottom: 40px;
  color: #fff;
}

.c-imp-soloution h3 {
  margin: 40px 0;
  font-size: 40px;
  color: #3ed6da;
}

@media (max-width: 992px) {
  .c-imp-soloution h3 {
    font-size: 30px;
  }
}

.c-imp-soloution .btnblock {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #3ed6da;
  width: 150px;
  margin: 10px auto 100px;
}

.c-imp-soloution-inn-box .column:last-child .c-imp-soloution-inn-text:after,
.c-imp-soloution-inn-box .columns:last-child .c-imp-soloution-inn-text:after {
  display: none;
}

.c-imp-soloution-inn-text {
  border: 1px solid #3ed6da;
  padding: 0 20px;
  min-height: 280px;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 639px) {
  .c-imp-soloution-inn-text {
    margin-bottom: 110px;
  }
}

.c-imp-soloution-inn-text:after {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url(../images/imp-cross.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  content: '';
  right: -21px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

@media (max-width: 639px) {
  .c-imp-soloution-inn-text:after {
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: inherit;
  }
}

@media (min-width: 639px) {
  .c-imp-soloution-inn-text {
    margin-bottom: 0px;
  }
}

.c-imp-soloution-inn-text span {
  background-color: #e62c2a;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 110px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: -50px;
}

.c-imp-soloution-inn-text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #3ed6da;
}

.c-imp-soloution-inn-text p {
  color: #fff;
}

.c-imp-magnitude {
  margin: 50px 0;
  padding: 0 20px;
}

@media (min-width: 991px) {
  .c-imp-magnitude {
    padding: 0;
  }
}

@media (max-width: 992px) {
  .c-imp-magnitude {
    margin-bottom: 0;
  }
}

.c-imp-magnitude-inn-img {
  min-height: 216px;
  margin-bottom: 5px;
}

.c-imp-magnitude-inn h3 {
  margin: 40px 0 50px;
  font-size: 40px;
}

@media (max-width: 992px) {
  .c-imp-magnitude-inn h3 {
    font-size: 30px;
  }
}

.c-imp-magnitude-inn h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #3ed6da;
  margin: 40px 0 50px;
}

.c-imp-deptimpt {
  padding: 50px 20px;
  background-color: #f3fbfb;
}

@media (min-width: 991px) {
  .c-imp-deptimpt {
    padding: 100px 0 80px;
  }
}

.c-imp-deptimpt-inn-box h5 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #ef3b3b;
}

.c-imp-deptimpt-inn-box li {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
  list-style-type: none;
  position: relative;
}

.c-imp-deptimpt-inn-box li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.c-imp-deptimpt-inn-cont {
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid #c1c1c1;
  text-align: center;
}

.c-imp-deptimpt-inn-cont h3 {
  margin: 20px 0;
  font-size: 40px;
  text-align: center;
}

@media (min-width: 991px) {
  .c-imp-deptimpt-inn-cont h3 {
    margin: 0px 0 50px;
    text-align: left;
  }
}

@media (max-width: 992px) {
  .c-imp-deptimpt-inn-cont h3 {
    font-size: 30px;
  }
}

.c-imp-deptimpt-inn-table {
  padding: 50px 0 0;
  overflow-y: hidden;
}

@media (min-width: 991px) {
  .c-imp-deptimpt-inn-table {
    padding: 50px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .c-imp-deptimpt-inn-table table {
    min-width: 650px;
  }
}

.c-imp-deptimpt-inn-table table thead th {
  border-right: 1px solid #fff;
  padding: 10px;
}

.c-imp-deptimpt-inn-table table thead th:last-child {
  border-right: 0;
}

.c-imp-deptimpt-inn-table table tbody tr {
  background-color: #d3f2f3;
}

.c-imp-deptimpt-inn-table table tbody tr:nth-child(odd) {
  background-color: #e3f6f6;
}

.c-imp-deptimpt-inn-table table tbody tr td {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}

.c-imp-deptimpt-inn-table table tbody tr td:last-child {
  padding: 0px;
  border-right: 0;
}

.c-imp-practicalimpt {
  position: relative;
}

@media (min-width: 991px) {
  .c-imp-practicalimpt {
    top: -100px;
  }
}

.c-imp-practicalimpt-inn {
  background: url(../images/imp-practicalimpt.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 330px;
  margin-bottom: 50px;
}

.c-imp-practicalimpt-inn-overlay {
  background-color: rgba(18, 53, 90, 0.9);
  padding: 50px 20px 20px 20px;
  min-height: 330px;
}

@media (min-width: 991px) {
  .c-imp-practicalimpt-inn-overlay {
    padding: 70px 50px 40px;
  }
}

.c-imp-practicalimpt-inn h3 {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.c-imp-practicalimpt-inn h3:before {
  position: absolute;
  content: '';
  width: 75px;
  height: 5px;
  background-color: #fff;
  left: 0;
  top: -15px;
}

.c-imp-practicalimpt-inn .italic {
  font-style: italic;
  font-style: 20px;
  font-family: 'Amiri';
  color: #3ed6da;
  margin-bottom: 20px;
}

.c-imp-practicalimpt-inn ul {
  margin-left: 0px;
}

.c-imp-practicalimpt-inn ul li {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  list-style-type: none;
  margin-bottom: 5px;
}

.c-imp-riskanalist-inn {
  padding: 40px 20px;
  position: relative;
  z-index: 10;
}

@media (min-width: 991px) {
  .c-imp-riskanalist-inn {
    padding: 0px 100px 80px;
  }
}

.c-imp-riskanalist-inn h3 {
  margin: 40px 0 50px;
  font-size: 40px;
}

@media (max-width: 992px) {
  .c-imp-riskanalist-inn h3 {
    font-size: 30px;
  }
}

@media (min-width: 991px) {
  .c-imp-riskanalist-inn:last-child {
    padding: 80px 100px;
  }
}

.c-imp-riskanalist-inn-text h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #ef3b3b;
}

.c-imp-estimate {
  background: url(../images/imp-estimate-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  top: -50px;
  margin-bottom: 50px;
}

@media (min-width: 991px) {
  .c-imp-estimate {
    min-height: 580px;
  }
}

.c-imp-estimate-overlay {
  background-color: rgba(18, 53, 90, 0.9);
  padding: 70px 5% 40px;
}

@media (min-width: 991px) {
  .c-imp-estimate-overlay {
    padding: 110px 50px 40px;
    min-height: 580px;
  }
}

.c-imp-estimate-inn h3 {
  font-size: 40px;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .c-imp-estimate-inn h3 {
    font-size: 30px;
  }
}

.c-imp-estimate-inn h3:after {
  position: absolute;
  content: '';
  width: 75px;
  height: 5px;
  background-color: #ef3b3b;
  left: 0;
  bottom: -25px;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 991px) {
  .c-imp-portfolios {
    padding: 0;
  }
}

.c-imp-portfolios-inn {
  padding: 40px;
}

@media (min-width: 991px) {
  .c-imp-portfolios-inn {
    padding: 40px 100px;
  }
}

.c-imp-portfolios-inn h3 {
  margin: 40px 0 50px;
  font-size: 40px;
  color: #3ed6da;
}

@media (max-width: 992px) {
  .c-imp-portfolios-inn h3 {
    font-size: 30px;
  }
}

.c-imp-portfolios-inn ul {
  margin: 0 20px;
}

@media (min-width: 991px) {
  .c-imp-portfolios-inn ul {
    margin: 0 80px;
  }
}

.c-imp-portfolios-inn ul li {
  font-size: 17px;
  line-height: 25px;
  list-style-type: none;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
}

.c-imp-portfolios-inn ul li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.c-imp-forecast {
  padding: 40px 0 0;
}

@media (min-width: 991px) {
  .c-imp-forecast {
    padding: 40px 0 100px;
  }
}

@media (max-width: 992px) {
  .c-imp-forecast .column,
  .c-imp-forecast .columns {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.c-imp-forecast-inn {
  background: url(../images/imp-forcast.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 640px;
  margin-bottom: 50px;
}

.c-imp-forecast-inn-box {
  margin: 50px 45px 0 45px;
  float: left;
  padding: 50px;
  background-color: rgba(62, 214, 218, 0.9);
  text-align: center;
  max-width: 90%;
}

@media (max-width: 991px) {
  .c-imp-forecast-inn-box {
    display: grid;
    float: none;
    margin: 10px;
    padding: 40px 0;
    margin: 0 auto;
  }
}

@media (min-width: 991px) {
  .c-imp-forecast-inn-box {
    text-align: left;
  }
}

.c-imp-forecast-inn-box:last-child {
  margin-top: 0px;
  background-color: rgba(18, 53, 90, 0.9);
  text-align: left;
  padding: 40px 20px;
}

@media (min-width: 991px) {
  .c-imp-forecast-inn-box:last-child {
    padding: 80px 45px 40px;
  }
}

.c-imp-forecast-inn-box:last-child h4 {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  font-family: 'Amiri';
}

.c-imp-forecast-inn-box:last-child h4:before {
  position: absolute;
  content: '';
  width: 75px;
  height: 5px;
  background-color: #fff;
  left: 0;
  top: -25px;
}

.c-imp-forecast-inn-box:last-child .italic {
  font-style: italic;
  font-style: 20px;
  font-family: 'Amiri';
  color: #3ed6da;
  margin-bottom: 20px;
}

.c-imp-forecast-inn-box:last-child ul {
  margin-left: 0px;
}

.c-imp-forecast-inn-box:last-child ul li {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  list-style-type: none;
  margin-bottom: 5px;
}

.c-imp-forecast-inn-box:last-child p {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  list-style-type: none;
  margin-bottom: 0px !important;
}

.c-imp-forecast-inn-box p {
  font-size: 32px;
  line-height: 36px;
  font-family: 'Amiri';
}

.c-imp-forecast-inn-box p span {
  font-size: 72px;
  font-weight: 700;
  line-height: 60px;
  vertical-align: top;
}

@media (max-width: 992px) {
  .c-imp-forecast-inn-box p span {
    font-size: 50px;
    line-height: 50px;
  }
}

.c-imp-forecast-inn-box-text {
  margin: 20px 0;
}

@media (min-width: 991px) {
  .c-imp-forecast-inn-box-text {
    margin: 0px;
  }
}

.c-imp-levelriskana {
  padding: 30px 0 0 0;
  background-color: #f3fbfb;
}

@media (min-width: 991px) {
  .c-imp-levelriskana {
    padding: 60px 0 0 0;
  }
}

.c-imp-levelriskana-inn {
  padding: 40px 20px;
}

@media (min-width: 991px) {
  .c-imp-levelriskana-inn {
    padding: 40px 100px 40px 100px;
  }
}

.c-imp-levelriskana-inn:last-child {
  position: relative;
  bottom: -100px;
  max-width: 95%;
  margin: 0 auto;
}

@media (min-width: 991px) {
  .c-imp-levelriskana-inn:last-child {
    margin: 0 80px;
    max-width: 100%;
  }
}

.c-imp-levelriskana-inn h3 {
  margin: 40px 0 50px;
  font-size: 40px;
}

@media (max-width: 992px) {
  .c-imp-levelriskana-inn h3 {
    font-size: 30px;
  }
}

.c-imp-levelriskana-inn ul {
  margin: 0 20px;
}

.c-imp-levelriskana-inn ul li {
  font-size: 17px;
  line-height: 25px;
  list-style-type: none;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
}

.c-imp-levelriskana-inn ul li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.c-imp-foo {
  background: url(../images/imp-foo.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 250px;
}

@media (min-width: 639px) {
  .c-imp-foo {
    min-height: 500px;
  }
}

.c-imp-foo-overlay {
  background-color: rgba(18, 53, 90, 0.9);
  min-height: 250px;
}

@media (min-width: 639px) {
  .c-imp-foo-overlay {
    min-height: 500px;
  }
}

.c-skybg {
  background-color: #f3fcfc;
}

.c-gray {
  background-color: #a8a8a8;
}

.c-whitebg {
  background-color: #fff;
}

.c-blue-1 {
  background-color: #15244b;
}

.c-blue-2 {
  background-color: #2c5673;
}

.c-blue-3 {
  background-color: #3d8497;
}

.c-blue-4 {
  background-color: #55d3d6;
}

.c-blue-5 {
  background-color: #1c3657;
}

.page-template-gif-portfolio .page-banner {
  position: relative;
  height: 31.25rem;
}

@media (min-width: 991px) {
  .page-template-gif-portfolio .page-banner {
    height: 38rem;
  }
}

.page-template-gif-portfolio.scrolled #masthead {
  top: 0;
  left: 0;
  right: 0;
}

@media (min-width: 991px) {
  .page-template-gif-portfolio .c-inner-banner {
    padding: 160px 0 30px;
  }
}

.page-template-gif-portfolio .c-inner-banner-text {
  padding-bottom: 30px;
}

.h2padding {
  padding: 15px 40px;
}


/*** c-imp-merric ***/

.custom-theme-metric {
  margin-top: 60px;
}

@media (min-width: 991px) {
  .custom-theme-metric {
    margin-top: 130px;
  }
}

.custom-theme-metric .innovationarea {
  padding: 0px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 80px;
}

.custom-theme-metric .innovationarea h2 {
  color: #3ed6da;
  font-size: 40px;
  margin-bottom: 20px;
  padding: 0;
  text-transform: inherit;
  border: none;
  letter-spacing: 0;
}

.custom-theme-metric .innovationarea ul {
  margin: 0 20px;
}

@media (min-width: 991px) {
  .custom-theme-metric .innovationarea ul {
    margin: 0 80px;
  }
}

.custom-theme-metric .innovationarea ul li {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
  list-style-type: none;
  position: relative;
}

.custom-theme-metric .innovationarea ul li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.custom-theme-metric .innovationarea ul li span {
  color: #ef3b3b;
  font-weight: bold;
}

.custom-theme-metric-inn {
  background: url(../images/imp-metric.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 650px;
}

.custom-theme-metric-inn h2 {
  font-weight: 600;
  color: #fefefe;
  border: 1px solid #fefefe;
}

.custom-theme-metric-inn h3 {
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 991px) {
  .custom-theme-metric-inn h3 {
    margin-top: 80px;
  }
}

@media (max-width: 992px) {
  .custom-theme-metric-inn h3 {
    font-size: 30px;
  }
}

.custom-theme-metric-inn-box {
  max-width: 85%;
  width: 100%;
  margin: 70px 68px;
  padding: 50px 30px;
  float: left;
  background-color: rgba(62, 218, 218, 0.9);
  text-align: center;
}

@media (max-width: 991px) {
  .custom-theme-metric-inn-box {
    display: grid;
    float: none;
    margin: 40px auto;
    padding: 40px 0;
    max-width: 95%;
  }
}

@media (min-width: 991px) {
  .custom-theme-metric-inn-box {
    text-align: left;
  }
}

.custom-theme-metric-inn-box-text span {
  background-color: #e62c2a;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}

.custom-theme-metric-inn-box-text h4 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  margin: 10px 0;
}

.custom-theme-metric-inn-box-text p {
  font-size: 14px;
  line-height: 20px;
}

.custom-theme-measurement {
  padding: 30px 20px;
}

@media (min-width: 991px) {
  .custom-theme-measurement {
    padding: 0;
  }
}

.custom-theme-measurement-inn {
  margin: 40px 0;
  float: left;
}

.custom-theme-measurement-inn h2 {
  margin-bottom: 40px;
}

.custom-theme-measurement-inn-block {
  margin: 20px 0;
  float: left;
}

@media (min-width: 991px) {
  .custom-theme-measurement-inn-block {
    margin: 40px 0;
  }
}

.custom-theme-measurement-inn-block h3 {
  margin-bottom: 50px;
  font-size: 40px;
  color: #3ed6da;
}

@media (max-width: 992px) {
  .custom-theme-measurement-inn-block h3 {
    font-size: 30px;
  }
}

.custom-theme-measurement-inn-block h4 {
  color: #12345b;
  font-size: 20px;
  margin-bottom: 25px;
}

@media (min-width: 991px) {
  .custom-theme-measurement-inn-block h4 {
    min-height: 40px;
  }
}

.custom-theme-measurement-inn-block ul {
  margin: 20px 0 20px 20px;
}

@media (min-width: 991px) {
  .custom-theme-measurement-inn-block ul {
    padding: 0;
  }
}

.custom-theme-measurement-inn-block ul li {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
  list-style-type: none;
  position: relative;
}

.custom-theme-measurement-inn-block ul li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.custom-theme-soloution {
  background: url(../images/img-soloution.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 650px;
  margin-bottom: 50px;
}

.custom-theme-soloution-overlay {
  min-height: 650px;
  padding: 60px 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#55d3d6+0,012b4f+39&0.91+0,0.9+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(85, 211, 214, 0.91) 0%, rgba(1, 43, 79, 0.91) 39%, rgba(1, 43, 79, 0.9) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 211, 214, 0.91)), color-stop(39%, rgba(1, 43, 79, 0.91)), to(rgba(1, 43, 79, 0.9)));
  background: linear-gradient(to bottom, rgba(85, 211, 214, 0.91) 0%, rgba(1, 43, 79, 0.91) 39%, rgba(1, 43, 79, 0.9) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e855d3d6', endColorstr='#e6012b4f', GradientType=0);
  /* IE6-9 */
}

@media (min-width: 991px) {
  .custom-theme-soloution-overlay {
    padding: 120px 0;
  }
}

.custom-theme-soloution h2 {
  margin-bottom: 40px;
  color: #fff;
}

.custom-theme-soloution h3 {
  margin: 40px 0;
  font-size: 40px;
  color: #3ed6da;
}

@media (max-width: 992px) {
  .custom-theme-soloution h3 {
    font-size: 30px;
  }
}

.custom-theme-soloution .btnblock {
  padding: 10px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #3ed6da;
  width: 150px;
  margin: 10px auto 100px;
}

.custom-theme-soloution-inn-box .column:last-child .c-imp-soloution-inn-text:after,
.custom-theme-soloution-inn-box .columns:last-child .c-imp-soloution-inn-text:after {
  display: none;
}

.custom-theme-soloution-inn-text {
  border: 1px solid #3ed6da;
  padding: 0 20px;
  min-height: 280px;
  margin-bottom: 70px;
  position: relative;
}

@media (max-width: 639px) {
  .custom-theme-soloution-inn-text {
    margin-bottom: 110px;
  }
}

.custom-theme-soloution-inn-text:after {
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url(../images/imp-cross.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  content: '';
  right: -21px;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

@media (max-width: 639px) {
  .custom-theme-soloution-inn-text:after {
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: inherit;
  }
}

@media (min-width: 639px) {
  .custom-theme-soloution-inn-text {
    margin-bottom: 0px;
  }
}

.custom-theme-soloution-inn-text span {
  background-color: #e62c2a;
  width: 110px;
  height: 110px;
  border-radius: 100px;
  font-size: 20px;
  line-height: 110px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: -50px;
}

.custom-theme-soloution-inn-text h4 {
  font-size: 20px;
  font-weight: 600;
  color: #3ed6da;
}

.custom-theme-soloution-inn-text p {
  color: #fff;
}

.custom-theme-magnitude {
  margin: 50px 0;
  padding: 0 20px;
}

@media (min-width: 991px) {
  .custom-theme-magnitude {
    padding: 0;
  }
}

.custom-theme-magnitude-inn-img {
  min-height: 216px;
  margin-bottom: 5px;
}

.custom-theme-magnitude-inn h3 {
  margin: 40px 0 50px;
  font-size: 40px;
}

@media (max-width: 992px) {
  .custom-theme-magnitude-inn h3 {
    font-size: 30px;
  }
}

.custom-theme-magnitude-inn h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #3ed6da;
  margin: 40px 0 50px;
}

.custom-theme-deptimpt {
  padding: 50px 20px;
  background-color: #f3fbfb;
}

@media (min-width: 991px) {
  .custom-theme-deptimpt {
    padding: 100px 0 80px;
  }
}

.custom-theme-deptimpt-inn-box h5 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #ef3b3b;
}

.custom-theme-deptimpt-inn-box li {
  font-size: 17px;
  line-height: 22px;
  margin-bottom: 5px;
  list-style-type: none;
  position: relative;
}

.custom-theme-deptimpt-inn-box li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.custom-theme-deptimpt-inn-cont {
  padding: 50px 0;
  margin-top: 50px;
  border-top: 1px solid #c1c1c1;
  text-align: center;
}

.custom-theme-deptimpt-inn-cont h3 {
  margin: 20px 0;
  font-size: 40px;
  text-align: center;
}

@media (min-width: 991px) {
  .custom-theme-deptimpt-inn-cont h3 {
    margin: 0px 0 50px;
    text-align: left;
  }
}

@media (max-width: 992px) {
  .custom-theme-deptimpt-inn-cont h3 {
    font-size: 30px;
  }
}

.custom-theme-deptimpt-inn-table {
  padding: 50px 0 0;
  overflow-y: hidden;
}

@media (min-width: 991px) {
  .custom-theme-deptimpt-inn-table {
    padding: 50px 0 100px 0;
  }
}

@media (max-width: 767px) {
  .custom-theme-deptimpt-inn-table table {
    min-width: 650px;
  }
}

.custom-theme-deptimpt-inn-table table thead th {
  border-right: 1px solid #fff;
  padding: 10px;
}

.custom-theme-deptimpt-inn-table table thead th:last-child {
  border-right: 0;
}

.custom-theme-deptimpt-inn-table table tbody tr {
  background-color: #d3f2f3;
}

.custom-theme-deptimpt-inn-table table tbody tr:nth-child(odd) {
  background-color: #e3f6f6;
}

.custom-theme-deptimpt-inn-table table tbody tr td {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #fff;
}

.custom-theme-deptimpt-inn-table table tbody tr td:last-child {
  padding: 0px;
  border-right: 0;
}

.custom-theme-practicalimpt {
  position: relative;
}

@media (min-width: 991px) {
  .custom-theme-practicalimpt {
    top: -100px;
  }
}

.custom-theme-practicalimpt-inn {
  background: url(../images/imp-practicalimpt.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 330px;
  margin-bottom: 50px;
}

.custom-theme-practicalimpt-inn-overlay {
  background-color: rgba(18, 53, 90, 0.9);
  padding: 50px 20px 20px 20px;
  min-height: 330px;
}

@media (min-width: 991px) {
  .custom-theme-practicalimpt-inn-overlay {
    padding: 70px 50px 40px;
  }
}

.custom-theme-practicalimpt-inn h3 {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
}

.custom-theme-practicalimpt-inn h3:before {
  position: absolute;
  content: '';
  width: 75px;
  height: 5px;
  background-color: #fff;
  left: 0;
  top: -15px;
}

.custom-theme-practicalimpt-inn .italic {
  font-style: italic;
  font-style: 20px;
  font-family: 'Amiri';
  color: #3ed6da;
  margin-bottom: 20px;
}

.custom-theme-practicalimpt-inn ul {
  margin-left: 0px;
}

.custom-theme-practicalimpt-inn ul li {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  list-style-type: none;
  margin-bottom: 5px;
}

.custom-theme-riskanalist-inn {
  padding: 40px 20px;
  position: relative;
  z-index: 10;
}

@media (min-width: 991px) {
  .custom-theme-riskanalist-inn {
    padding: 0px 100px 80px;
  }
}

.custom-theme-riskanalist-inn h3 {
  margin: 40px 0 50px;
  font-size: 40px;
}

@media (max-width: 992px) {
  .custom-theme-riskanalist-inn h3 {
    font-size: 30px;
  }
}

@media (min-width: 991px) {
  .custom-theme-riskanalist-inn:last-child {
    padding: 80px 100px;
  }
}

.custom-theme-riskanalist-inn-text h4 {
  font-size: 20px;
  line-height: 27px;
  font-weight: 600;
  color: #ef3b3b;
}

.custom-theme-estimate {
  background: url(../images/imp-estimate-bg.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  top: -50px;
  margin-bottom: 50px;
}

@media (min-width: 991px) {
  .custom-theme-estimate {
    min-height: 580px;
  }
}

.custom-theme-estimate-overlay {
  background-color: rgba(18, 53, 90, 0.9);
  padding: 70px 50px 40px;
}

@media (min-width: 991px) {
  .custom-theme-estimate-overlay {
    padding: 110px 50px 40px;
    min-height: 580px;
  }
}

.custom-theme-estimate-inn h3 {
  font-size: 40px;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .custom-theme-estimate-inn h3 {
    font-size: 30px;
  }
}

.custom-theme-estimate-inn h3:after {
  position: absolute;
  content: '';
  width: 75px;
  height: 5px;
  background-color: #ef3b3b;
  left: 0;
  bottom: -25px;
  right: 0;
  margin: 0 auto;
}

@media (min-width: 991px) {
  .custom-theme-portfolios {
    padding: 0;
  }
}

.custom-theme-portfolios-inn {
  padding: 40px;
}

@media (min-width: 991px) {
  .custom-theme-portfolios-inn {
    padding: 40px 100px;
  }
}

.custom-theme-portfolios-inn h3 {
  margin: 40px 0 50px;
  font-size: 40px;
  color: #3ed6da;
}

@media (max-width: 992px) {
  .custom-theme-portfolios-inn h3 {
    font-size: 30px;
  }
}

.custom-theme-portfolios-inn ul {
  margin: 0 20px;
}

@media (min-width: 991px) {
  .custom-theme-portfolios-inn ul {
    margin: 0 80px;
  }
}

.custom-theme-portfolios-inn ul li {
  font-size: 17px;
  line-height: 25px;
  list-style-type: none;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
}

.custom-theme-portfolios-inn ul li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.custom-theme-forecast {
  padding: 40px 0;
}

@media (min-width: 991px) {
  .custom-theme-forecast {
    padding: 40px 0 100px;
  }
}

.custom-theme-forecast-inn {
  background: url(../images/imp-forcast.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  min-height: 640px;
  margin-bottom: 50px;
}

.custom-theme-forecast-inn-box {
  margin: 50px 45px 0 45px;
  float: left;
  padding: 50px;
  background-color: rgba(62, 214, 218, 0.9);
  text-align: center;
  max-width: 90%;
}

@media (max-width: 991px) {
  .custom-theme-forecast-inn-box {
    display: grid;
    float: none;
    margin: 10px;
    padding: 40px 0;
    margin: 0 auto;
  }
}

@media (min-width: 991px) {
  .custom-theme-forecast-inn-box {
    text-align: left;
  }
}

.custom-theme-forecast-inn-box:last-child {
  margin-top: 0px;
  background-color: rgba(18, 53, 90, 0.9);
  text-align: left;
  padding: 40px 20px;
}

@media (min-width: 991px) {
  .custom-theme-forecast-inn-box:last-child {
    padding: 80px 45px 40px;
  }
}

.custom-theme-forecast-inn-box:last-child h4 {
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  position: relative;
  margin-bottom: 20px;
  font-family: 'Amiri';
}

.custom-theme-forecast-inn-box:last-child h4:before {
  position: absolute;
  content: '';
  width: 75px;
  height: 5px;
  background-color: #fff;
  left: 0;
  top: -25px;
}

.custom-theme-forecast-inn-box:last-child .italic {
  font-style: italic;
  font-style: 20px;
  font-family: 'Amiri';
  color: #3ed6da;
  margin-bottom: 20px;
}

.custom-theme-forecast-inn-box:last-child ul {
  margin-left: 0px;
}

.custom-theme-forecast-inn-box:last-child ul li {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  list-style-type: none;
  margin-bottom: 5px;
}

.custom-theme-forecast-inn-box:last-child p {
  font-size: 17px;
  line-height: 25px;
  color: #fff;
  list-style-type: none;
  margin-bottom: 0px !important;
}

.custom-theme-forecast-inn-box p {
  font-size: 32px;
  line-height: 36px;
  font-family: 'Amiri';
}

.custom-theme-forecast-inn-box p span {
  font-size: 72px;
  font-weight: 700;
  line-height: 80px;
  vertical-align: top;
}

.custom-theme-forecast-inn-box-text {
  margin: 20px 0;
}

@media (min-width: 991px) {
  .custom-theme-forecast-inn-box-text {
    margin: 0px;
  }
}

.custom-theme-levelriskana {
  padding: 30px 0 0 0;
  background-color: #f3fbfb;
}

@media (min-width: 991px) {
  .custom-theme-levelriskana {
    padding: 60px 0 0 0;
  }
}

.custom-theme-levelriskana-inn {
  padding: 40px 20px;
}

@media (min-width: 991px) {
  .custom-theme-levelriskana-inn {
    padding: 40px 100px 40px 100px;
  }
}

.custom-theme-levelriskana-inn:last-child {
  position: relative;
  bottom: -100px;
  max-width: 95%;
  margin: 0 auto;
}

@media (min-width: 991px) {
  .custom-theme-levelriskana-inn:last-child {
    margin: 0 80px;
    max-width: 100%;
  }
}

.custom-theme-levelriskana-inn h3 {
  margin: 40px 0 50px;
  font-size: 40px;
}

@media (max-width: 992px) {
  .custom-theme-levelriskana-inn h3 {
    font-size: 30px;
  }
}

.custom-theme-levelriskana-inn ul {
  margin: 0 20px;
}

@media (min-width: 991px) {
  .custom-theme-levelriskana-inn ul {
    margin: 0 80px;
  }
}

.custom-theme-levelriskana-inn ul li {
  font-size: 17px;
  line-height: 25px;
  list-style-type: none;
  margin-bottom: 5px;
  text-align: left;
  position: relative;
}

.custom-theme-levelriskana-inn ul li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.custom-theme-foo {
  background: url(../images/imp-foo.png);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 250px;
}

@media (min-width: 639px) {
  .custom-theme-foo {
    min-height: 500px;
  }
}

.custom-theme-foo-overlay {
  background-color: rgba(18, 53, 90, 0.9);
  min-height: 250px;
}

@media (min-width: 639px) {
  .custom-theme-foo-overlay {
    min-height: 500px;
  }
}

.custom-theme-investarea {
  display: inline-block;
  width: 100%;
  margin-bottom: -10px;
  background: url(../images/giff-export.jpg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 992px) {
  .custom-theme-investarea .column,
  .custom-theme-investarea .columns {
    padding-left: 5%;
    padding-right: 5%;
  }
}

.custom-theme-investarea-inn {
  background-color: rgba(18, 53, 90, 0.9);
  padding: 50px 20px;
}

@media (min-width: 639px) {
  .custom-theme-investarea-inn {
    min-height: 40px;
  }
}

@media (min-width: 991px) {
  .custom-theme-investarea-inn {
    padding: 80px 0px;
  }
}

.custom-theme-investarea h2 {
  font-weight: 600;
  color: #fff;
  font-size: 40px;
  margin-bottom: 90px;
  padding: 0;
  text-transform: inherit;
  border: none;
  letter-spacing: 0;
  position: relative;
  text-align: center;
  width: 100%;
}

@media (min-width: 639px) {
  .custom-theme-investarea h2 {
    margin-bottom: 160px;
  }
}

.custom-theme-investarea h2:after {
  position: absolute;
  width: 5.625rem;
  height: 10px;
  background-color: #ef3b3b;
  content: '';
  bottom: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 992px) {
  .custom-theme-investarea h2:after {
    bottom: -50px;
  }
}

.custom-theme-investarea h4 {
  margin-top: 20px;
  color: #fff;
  margin-bottom: 30px;
  line-height: inherit;
}

@media (min-width: 991px) {
  .custom-theme-investarea h4 {
    margin-top: 60px;
  }
}

.custom-theme-investarea h4 span {
  display: block;
  font-size: 17px;
  font-weight: 300;
}

.custom-theme-investarea h5 {
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 5px;
  font-weight: bold;
  color: #fff;
  font-family: 'Roboto', sans-serif;
}

@media (max-width: 991px) {
  .custom-theme-investarea h5 {
    text-align: center;
  }
}

.custom-theme-investarea ul {
  margin-top: 0px;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .custom-theme-investarea ul {
    max-width: 80%;
    margin: 20px auto;
  }
}

.custom-theme-investarea ul li {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
  list-style-type: none;
  position: relative;
}

.custom-theme-investarea ul li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.custom-theme-investarea .numbers {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

@media (max-width: 991px) {
  .custom-theme-investarea .numbers {
    text-align: center;
  }
}

.custom-theme-investarea .numbers ul {
  margin-top: 0px;
  margin-left: 0px;
}

@media (max-width: 991px) {
  .custom-theme-investarea .numbers ul {
    max-width: 100%;
    margin: 10px auto;
  }
}

.custom-theme-investarea .numbers ul li {
  width: 58px;
  height: 58px;
  display: inline-block;
  text-align: center;
  line-height: 58px;
  color: #fff;
  font-weight: bold;
  background-color: #fff;
  margin-bottom: 0px;
  margin-right: 18px;
}

.custom-theme-investarea .numbers ul li:last-child {
  margin-right: 0px;
}

.custom-theme-investarea .numbers ul li.dark-blue {
  background: #2d5687;
}

.custom-theme-investarea .numbers ul li.light-blue {
  background: #6a97c4;
}

.custom-theme-investarea .numbers ul li.light-brown {
  background: #bab0ab;
}

.custom-theme-investarea .numbers ul li:before {
  display: none;
}

.custom-theme-rangeinstructionarea {
  padding: 40px 10px;
  display: inline-block;
  width: 100%;
  background: #fff;
  overflow-y: hidden;
}

@media (min-width: 639px) {
  .custom-theme-rangeinstructionarea {
    padding: 80px 40px;
  }
}

@media (min-width: 991px) {
  .custom-theme-rangeinstructionarea {
    padding: 95px 0px;
  }
}

.custom-theme-rangeinstructionarea .row {
  max-width: 75.1rem;
}

.custom-theme-rangeinstructionarea h2.h2padding {
  font-weight: 300;
  color: #12345b;
  font-size: 16px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.custom-theme-rangeinstructionarea h3 {
  margin-top: 0px;
  color: #12345b;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
}

.custom-theme-rangeinstructionarea ul {
  margin-top: 0px;
  margin-left: 0px;
}

.custom-theme-rangeinstructionarea ul li {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #fff;
  list-style-type: none;
  position: relative;
}

.custom-theme-rangeinstructionarea ul li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.custom-theme-rangeinstructionarea .c-imp-deptimpt-inn-table {
  padding: 50px 0 0px 0;
}

.custom-theme-rangeinstructionarea .c-imp-deptimpt-inn-table span.note {
  font-size: 12px;
  text-align: left;
  display: block;
}

.custom-theme-rangeinstructionarea table thead {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.custom-theme-rangeinstructionarea table thead span {
  text-transform: capitalize;
  display: block;
  font-weight: 300;
}

.custom-theme-rangeinstructionarea table thead th {
  text-align: center;
  padding: 30px 30px;
}

.custom-theme-rangeinstructionarea table tbody tr:nth-child(odd) {
  background: #d5f3f4;
}

.custom-theme-rangeinstructionarea table tbody tr:nth-child(even) {
  background: #d5f3f4;
}

.custom-theme-rangeinstructionarea table tbody tr td {
  padding: 38px 30px;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: solid 1px #fff;
  color: #fff;
}

.custom-theme-rangeinstructionarea table tbody tr td span {
  text-transform: capitalize;
  display: block;
  font-weight: 300;
}

.custom-theme-rangeinstructionarea table tbody tr td:last-child {
  padding: 38px 30px;
}

.custom-theme-rangeinstructionarea table tbody tr:last-child td {
  border-bottom: none;
}

.custom-theme-geographicesarea {
  padding: 30px 0px;
  display: inline-block;
  width: 100%;
  background: #f3fbfb;
  color: #fff;
}

@media (min-width: 639px) {
  .custom-theme-geographicesarea {
    padding: 45px 0px;
  }
}

@media (min-width: 991px) {
  .custom-theme-geographicesarea {
    padding: 95px 0px;
  }
}

.custom-theme-geographicesarea-inn {
  width: 100%;
  float: left;
  padding: 20px 20px;
  border-bottom: 1px solid #c1c1c1;
  margin-bottom: 20px;
}

@media (min-width: 639px) {
  .custom-theme-geographicesarea-inn {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}

@media (max-width: 992px) {
  .custom-theme-geographicesarea-inn-box ul {
    margin-bottom: 50px;
  }
}

@media (max-width: 567px) {
  .custom-theme-geographicesarea-inn-box .column,
  .custom-theme-geographicesarea-inn-box .columns {
    padding: 0px;
  }
}

.custom-theme-geographicesarea-inn:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media (min-width: 992px) {
  .custom-theme-geographicesarea-inn table tr td {
    height: 120% !important;
  }
}

@media (max-width: 992px) {
  .custom-theme-geographicesarea-inn table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .custom-theme-geographicesarea-inn table tr td {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.custom-theme-geographicesarea .row {
  max-width: 75.1rem;
}

.custom-theme-geographicesarea h2 {
  font-weight: 300;
  color: #12345b;
  font-size: 16px;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.custom-theme-geographicesarea h3 {
  margin-top: 0px;
  color: #12345b;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .custom-theme-geographicesarea h3 {
    margin-bottom: 80px;
  }
}

.custom-theme-geographicesarea h4 {
  margin-top: 0px;
  color: #eb5751;
  font-size: 23px;
  line-height: 1;
  margin-bottom: 20px;
}

.custom-theme-geographicesarea ul {
  margin-top: 0px;
  text-align: left;
}

@media (min-width: 639px) {
  .custom-theme-geographicesarea ul {
    margin-left: 50px;
  }
}

.custom-theme-geographicesarea ul li {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: 400;
  color: #000;
  list-style-type: none;
  position: relative;
}

.custom-theme-geographicesarea ul li:before {
  content: '';
  color: #e62c2a;
  width: 5px;
  height: 5px;
  background-color: #e62c2a;
  position: absolute;
  left: -16px;
  top: 7px;
  border-radius: 100px;
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table {
  padding: 0px 0 30px 0;
  text-align: left;
  overflow-y: hidden;
}

@media (min-width: 992px) {
  .custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table {
    padding-bottom: 0;
  }
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table small {
  color: #010101;
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table table {
  margin-bottom: 50px;
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table table tbody {
  text-align: center;
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table table tbody tr:nth-child(odd) {
  background: #d5f3f4;
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table table tbody tr:nth-child(even) {
  background: #d5f3f4;
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table table tbody tr td {
  padding: 30px 10px;
  font-size: 14px;
  font-weight: 600;
  border-bottom: solid 1px #fff;
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table table tbody tr td span {
  text-transform: capitalize;
  display: block;
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table table tbody tr td.first-child {
  background-color: #16234e;
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table table tbody tr:last-child td {
  border-bottom: none;
}

.custom-theme-geographicesarea .custom-theme-geographicesarea-inn-table table:last-child {
  margin-bottom: 0px;
}


/*----------  Statistics Section  ----------*/

.front-statistics-section .wpsm_counter_b_row .wpsm_counterbox {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.front-statistics-section .wpsm_counterbox .wpsm_count-title {
  min-height: auto !important;
}

.front-statistics-section .wpsm_counter_b_row .wpsm_counterbox .wpsm_number {
  font-family: "Amiri" !important;
  letter-spacing: normal !important;
  margin-top: 0 !important;
}

.front-statistics-section .wpsm_row > div:nth-child(1) .wpsm_counterbox .wpsm_number span:before {
  content: '$';
}

.front-statistics-section .wpsm_counter_b_row .wpsm_counterbox .wpsm_count-title {
  font-family: "Roboto", sans-serif !important;
  letter-spacing: normal !important;
  line-height: 1.5 !important;
  margin-top: 0 !important;
}

.front-statistics-section .wpsm_row > div:before {
  content: "";
  background-size: 5rem;
  display: inline-block;
  width: 5rem;
  height: 4.4rem;  
}

.front-statistics-section .wpsm_row > div:nth-child(1):before {
  background-image: url(../images/svg/counter-financing.svg); 
}

.front-statistics-section .wpsm_row > div:nth-child(2):before {
  background-image: url(../images/svg/counter-active-projects.svg);
}

.front-statistics-section .wpsm_row > div:nth-child(3):before {
  background-image: url(../images/svg/counter-gif-investments.svg); 
}

@media print,
screen and (max-width: 64em) {
  .front-statistics-section .wpsm_counterbox .wpsm_count-title {
    margin-bottom: 2rem !important;
  }

  .front-statistics-section .wpsm_row > div:nth-child(3) .wpsm_counterbox .wpsm_count-title {
    margin-bottom: 0 !important;
  }
}


/*----------  Case Studies Section  ----------*/

@media print,
screen and (min-width: 64em) {
  .front-case-studies .row {
    padding: 3.75rem 0;
  }
}

.front-case-studies .wpupg-filter-container {
  margin-bottom: 1.5rem;
}

.front-case-studies .wpupg-filter-container .wpupg-filter-label {
  text-transform: uppercase;
  margin-right: .75rem;
}

.front-case-studies .wpupg-filter-container .wpupg-filter-item {
  text-transform: uppercase;
}

.front-case-studies .wpupg-item-title:before {
  content: 'Project:';
  margin-right: .25rem;
}

.front-case-studies .wpupg-item-title {
  position: absolute;
  top: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 400 !important;
  background-color: #ef3b3b;
  padding: .5rem;
  text-transform: uppercase;
  color: #ffffff;
}

.front-case-studies .wpupg-template-simple-with-excerpt .wpupg-meta-container {
  padding: 0;
}

.front-case-studies .wpupg-block-text-normal {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

.front-case-studies .wpupg-item {
  border: 0;
  margin-bottom: 3rem !important;
}

.front-case-studies .wpupg-item-image {
  margin-bottom: 1.5rem;
}

.front-case-studies .wpupg-item-image img {
  width: 100%;
}

.front-case-studies .wpupg-item-image img:hover {
  opacity: .8;
  -webkit-transition: opacity 0.5s ease, visibility 0.5s ease;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

@media print,
screen and (max-width: 64em) {
  .front-case-studies .wpupg-item:last-child {
    margin-bottom: 0 !important;
  }
}

/*----------  COVID-19 Banner  ----------*/

.covid19-banner {
  background: #041b42; 
  padding: 10px;
  z-index: 1000; 
  width: 100%;
}

.covid19-banner p {
  color: #ffffff; 
  text-align: center;
  margin-bottom: 0;
}

.covid19-banner a {
  color: #ffffff; t
  text-decoration: underline;
}

@media print,
screen and (min-width: 64em) {
  .covid19-banner {
    position: absolute;
  }
}

@media print,
screen and (max-width: 64em) {
  body.menu-open .covid19-banner {
    display: none;
  }
}

/*----------  Accordions  ----------*/

.accordions .accordions-head {
  margin-bottom: 20px !important;
  border: 0 !important;    
}

.accordions .accordions-head-title {
  text-align: left;
  padding-right: 20px;
}

.accordions .accordion-content {
  text-align: left;
}

/*----------  Tables  ----------*/

.dataTables_scrollHeadInner {
  margin-top: 15px;
}

.dataTables_wrapper label {
  font-size: initial;
}

.dataTables_wrapper label input,
.dataTables_wrapper label select {
  border: 1px solid #041b42;
}

.dataTables_wrapper .dt-buttons {
  float: right;
}

.dataTables_wrapper .dt-buttons button {
  border: 0;
  background-color: #041b42;
  color: #ffffff;
  font-size: 15px;    
  margin: 2px 2px 0px 10px;
  padding: 7px 10px;
  border-radius: 0;
}

.dataTables_wrapper .dt-buttons button.dt-button:hover:not(.disabled),
.dataTables_wrapper .dt-buttons button.dt-button:focus:not(.disabled),
.dataTables_wrapper .dt-buttons button.dt-button:active:not(.disabled) {
  border: 0;
  background-color: #041b42;  
  background: #041b42;
  color: #ffffff;
  text-shadow: 0 0 0;
}

.tablepress th {
  text-align: center;
  padding: 4px;
}

.tablepress .sorting, 
.tablepress .sorting_asc, 
.tablepress .sorting_desc {
  padding-left: 4px;
}

.dataTables_wrapper .tablepress {
  width: auto !important;
}

.dataTables_scrollHeadInner {
  width: auto !important;
}

.tablepress-row-details .row-details-toggle .row-details-open,
.tablepress-row-details .row-details-toggle .row-details-close {
  background: none;
}

.tablepress-row-details .row-details-toggle .row-details-open:after {
  content: "\f055";
  font-family: FontAwesome;
  position: absolute;
  color: #b2b2b2;
  font-size: 16px;
}

.tablepress-row-details .row-details-toggle .row-details-close:after {
  content: "\f056";
  font-family: FontAwesome;
  position: absolute;
  color: #b2b2b2;
  font-size: 16px;
}

.tablepress-row-details tbody tr .row-details-left {
  float: left;
  width: 100%;
  font-weight: bold;
}

.tablepress-row-details tbody tr .row-details-right {
  float: left;
  margin-bottom: 10px;
}

.tablepress tfoot th, 
.tablepress thead th {
  background-color: #041b42 !important;
  font-weight: initial !important;
}

.paging_simple .paginate_button.next:after, 
.paging_simple .paginate_button.previous:before {
  display: none;
}

.dataTables_paginate.paging_simple {
  padding: 0px 0px 0px 15px;
}


/* Shortcodes Ultimate */
.su-box {
  float: right;
  width: 300px;
  margin-left: 25px !important;
  border-color: #041b42 !important;
}

.su-box-content {
  font-size: .9em;
  font-style: italic;
  color: #041b42;
}

@media print,
screen and (max-width: 64em) {
  .su-box {
    width: 100%;
  }
}
/*# sourceMappingURL=foundation.css.map */