/* Fonts */
/* Colors */
/* Deep orange */
/* Crimson */
/* Bright Yellow */
/* Sky Blue */
/* Deep Blue */
/* Pale golden */
/* Blue */
/* Teal */
/* Tallow */
/* Responsive Font size */
/* Responsive Padding */
/*------------------------------------|
|	Base                                |
|------------------------------------*/
body {
  font-family: "Futura Std", Arial;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  color: #3a3a3a;
  background-color: #fff;
  width: 100%;
  margin: 0;
}
body {
  font-size: 16px;
  line-height: 24.96px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  body {
    font-size: calc(16px + 0 * (100vw - 360px) / 740);
    line-height: calc((16px + 0 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  body {
    font-size: 16px;
    line-height: 24.96px;
  }
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none !important;
}

#main {
  overflow: hidden;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

h1, h2, h3, p {
  margin: 0;
}

p {
  margin-bottom: 20px;
}

i {
  font-style: normal;
}

hr {
  margin: 0;
  border: 0;
  clear: both;
}

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

.wrapper__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrapper__flex.fullWidth {
  width: 100%;
}
.wrapper__flex.space {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.wrapper__flex.right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrapper__flex.center--align {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.wrapper__flex.center--justify {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .wrapper__flex.block--onMobile {
    display: block;
    text-align: center;
  }
}
.wrapper__flex.block--onDesktop {
  display: block;
  text-align: center;
}

.wrapper__relative {
  position: relative;
}

.wrapper__block {
  display: inline-block;
  width: 100%;
}

.wrapper__center {
  margin: 0 auto;
}

.wrapper__fixed {
  position: fixed;
  width: 100%;
  top: 0;
}

.wrapper--rounded {
  -webkit-border-radius: 4px;
          border-radius: 4px;
}
.wrapper--rounded.double {
  -webkit-border-radius: 15px;
          border-radius: 15px;
}

.wrapper__panel {
  padding: 15px;
}

.wrapper__max {
  margin: 0 auto;
}
.wrapper__max.width--320 {
  max-width: 320px;
}
.wrapper__max.width--480 {
  max-width: 480px;
}
.wrapper__max.width--765 {
  max-width: 765px;
}
.wrapper__max.width--800 {
  max-width: 800px;
}

.wrapper__padding {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 360px) and (max-width: 1600px) {
  .wrapper__padding {
    padding-top: calc(32px + 0 * (100vw - 360px) / 1240);
    padding-bottom: calc(32px + 0 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .wrapper__padding {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.wrapper__padding.top {
  padding-bottom: 0 !important;
}
.wrapper__padding.top {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 360px) and (max-width: 1600px) {
  .wrapper__padding.top {
    padding-top: calc(32px + 0 * (100vw - 360px) / 1240);
    padding-bottom: calc(32px + 0 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .wrapper__padding.top {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.wrapper__padding.bottom {
  padding-top: 0 !important;
}
.wrapper__padding.bottom {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 360px) and (max-width: 1600px) {
  .wrapper__padding.bottom {
    padding-top: calc(32px + 0 * (100vw - 360px) / 1240);
    padding-bottom: calc(32px + 0 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .wrapper__padding.bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.wrapper__padding.top--bottom {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 360px) and (max-width: 1600px) {
  .wrapper__padding.top--bottom {
    padding-top: calc(32px + 0 * (100vw - 360px) / 1240);
    padding-bottom: calc(32px + 0 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .wrapper__padding.top--bottom {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.wrapper__padding.double {
  padding-top: 32px;
  padding-bottom: 32px;
}
@media (min-width: 360px) and (max-width: 1600px) {
  .wrapper__padding.double {
    padding-top: calc(32px + 32 * (100vw - 360px) / 1240);
    padding-bottom: calc(32px + 32 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .wrapper__padding.double {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.wrapper__padding.half {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 360px) and (max-width: 1600px) {
  .wrapper__padding.half {
    padding-top: calc(16px + 0 * (100vw - 360px) / 1240);
    padding-bottom: calc(16px + 0 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .wrapper__padding.half {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

.wrapper__video {
  position: relative;
  overflow: hidden;
}
.wrapper__video.active .video--preview {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
}
@media (max-width: 767px) {
  .wrapper__video {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.wrapper__video .video--preview {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 10;
  -webkit-background-size: cover;
          background-size: cover;
  -webkit-transition: 0.6s -webkit-transform;
  transition: 0.6s -webkit-transform;
  -o-transition: 0.6s transform;
  transition: 0.6s transform;
  transition: 0.6s transform, 0.6s -webkit-transform;
}
.wrapper__video .video--preview.image {
  z-index: 11;
  -webkit-background-size: contain;
          background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
}
.wrapper__video .embed-container {
  position: relative;
  padding-bottom: 56.3%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.wrapper__video .embed-container iframe,
.wrapper__video .embed-container object,
.wrapper__video .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper__video iframe {
  width: 100%;
  height: auto;
}

.wrapper__text.center {
  text-align: center;
}
.wrapper__text h1, .wrapper__text .h1 {
  padding-top: 0 !important;
  font-weight: 700;
}
.wrapper__text h1, .wrapper__text .h1 {
  font-size: 22px;
  line-height: 34.32px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .wrapper__text h1, .wrapper__text .h1 {
    font-size: calc(22px + 2 * (100vw - 360px) / 740);
    line-height: calc((22px + 2 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .wrapper__text h1, .wrapper__text .h1 {
    font-size: 24px;
    line-height: 37.44px;
  }
}
.wrapper__text h1, .wrapper__text .h1 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 360px) and (max-width: 1600px) {
  .wrapper__text h1, .wrapper__text .h1 {
    padding-top: calc(15px + 0 * (100vw - 360px) / 1240);
    padding-bottom: calc(15px + 0 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .wrapper__text h1, .wrapper__text .h1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.wrapper__text h2, .wrapper__text .h2 {
  padding-top: 0 !important;
  font-weight: 600;
}
.wrapper__text h2, .wrapper__text .h2 {
  font-size: 18px;
  line-height: 28.08px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .wrapper__text h2, .wrapper__text .h2 {
    font-size: calc(18px + 2 * (100vw - 360px) / 740);
    line-height: calc((18px + 2 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .wrapper__text h2, .wrapper__text .h2 {
    font-size: 20px;
    line-height: 31.2px;
  }
}
.wrapper__text h2, .wrapper__text .h2 {
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 360px) and (max-width: 1600px) {
  .wrapper__text h2, .wrapper__text .h2 {
    padding-top: calc(15px + 0 * (100vw - 360px) / 1240);
    padding-bottom: calc(15px + 0 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .wrapper__text h2, .wrapper__text .h2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.wrapper__text:last-of-type p {
  margin: 0;
}
.wrapper__text p {
  font-size: 14px;
  line-height: 21.84px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .wrapper__text p {
    font-size: calc(14px + 0 * (100vw - 360px) / 740);
    line-height: calc((14px + 0 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .wrapper__text p {
    font-size: 14px;
    line-height: 21.84px;
  }
}
.background__white {
  background-color: #fff;
}

.background__grey {
  background-color: #f3f5f7;
}

.background__light--grey {
  background-color: #fcfcfc;
}

.background__greyTop:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 105px;
  z-index: -1;
  background-color: #f3f5f7;
}

@media (max-width: 1023px) {
  .hide--onTablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hide--onMobile {
    display: none !important;
  }
}

.active {
  visibility: visible;
  opacity: 1;
}

.active + .modal {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(50%) translateX(50%);
      -ms-transform: translateY(50%) translateX(50%);
          transform: translateY(50%) translateX(50%);
}

.list--inline li {
  display: inline;
}

.block--inline {
  display: inline;
}

.custom-scroll::-webkit-scrollbar {
  width: 5px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #ddd;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #999;
}

/*------------------------------------|
|	Fonts                               |
|------------------------------------*/
/* montserrat-300 - latin */
@font-face {
  font-family: "Futura Std";
  src: url("../fonts/futura/FuturaStd-Medium.eot");
  src: url("../fonts/futura/FuturaStd-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/FuturaStd-Medium.woff") format("woff"), url("../fonts/futura/FuturaStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Futura Light";
  src: url("../fonts/futura/Futura-Light.eot");
  src: url("../fonts/futura/Futura-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/Futura-Light.woff") format("woff"), url("../fonts/futura/Futura-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Futura Bold";
  src: url("../fonts/futura/FuturaStd-Bold.eot");
  src: url("../fonts/futura/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/FuturaStd-Bold.woff") format("woff"), url("../fonts/futura/FuturaStd-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/fira_sans/FiraSans-Regular.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Fira Sans";
  src: url("../fonts/fira_sans/FiraSans-Bold.ttf") format("truetype");
  font-style: normal;
}
/* ----------------------------------
Load custom font with your SVG assets

1. Go to https://app.fontastic.me/accounts/login/ (details on LastPass), create and download your font kit.
2. Copy the CSS bellow this comment and load just the WOFF file format.
3. Copy your custom font on assets/fonts
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

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

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
/*csslint regex-selectors:false, known-properties:false, duplicate-properties:false*/
.pure-g {
  letter-spacing: -0.31em;
  /* Webkit: collapse white-space between units */
  *letter-spacing: normal;
  /* reset IE < 8 */
  *word-spacing: -0.43em;
  /* IE < 8: collapse white-space between units */
  text-rendering: optimizespeed;
  /* Webkit: fixes text-rendering: optimizeLegibility */
  /*
  Sets the font stack to fonts known to work properly with the above letter
  and word spacings. See: https://github.com/yahoo/pure/issues/41/

  The following font stack makes Pure Grids work on all known environments.

  * FreeSans: Ships with many Linux distros, including Ubuntu

  * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
    Arial to get picked up by the browser, even though neither is available
    in Chrome OS.

  * Droid Sans: Ships with all versions of Android.

  * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
  */
  font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;
  /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row wrap;
  /* Prevents distributing space between rows */
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  table .pure-g {
    display: block;
  }
}
/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus, .pure-g {
  word-spacing: -0.43em;
}

.pure-u {
  display: inline-block;
  *display: inline;
  /* IE < 8: fake inline-block */
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.pure-g [class*=pure-u] {
  font-family: "Futura Std", Arial;
}

.pure-u-1, .pure-u-1-1, .pure-u-1-2, .pure-u-1-3, .pure-u-2-3, .pure-u-1-4, .pure-u-3-4, .pure-u-1-5, .pure-u-2-5, .pure-u-3-5, .pure-u-4-5, .pure-u-5-5, .pure-u-1-6, .pure-u-5-6, .pure-u-1-8, .pure-u-3-8, .pure-u-5-8, .pure-u-7-8, .pure-u-1-12, .pure-u-5-12, .pure-u-7-12, .pure-u-11-12, .pure-u-1-24, .pure-u-2-24, .pure-u-3-24, .pure-u-4-24, .pure-u-5-24, .pure-u-6-24, .pure-u-7-24, .pure-u-8-24, .pure-u-9-24, .pure-u-10-24, .pure-u-11-24, .pure-u-12-24, .pure-u-13-24, .pure-u-14-24, .pure-u-15-24, .pure-u-16-24, .pure-u-17-24, .pure-u-18-24, .pure-u-19-24, .pure-u-20-24, .pure-u-21-24, .pure-u-22-24, .pure-u-23-24, .pure-u-24-24 {
  display: inline-block;
  *display: inline;
  zoom: 1;
  letter-spacing: normal;
  word-spacing: normal;
  vertical-align: top;
  text-rendering: auto;
}

.pure-u-1-24 {
  width: 4.1667%;
  *width: 4.1357%;
}

.pure-u-1-12, .pure-u-2-24 {
  width: 8.3333%;
  *width: 8.3023%;
}

.pure-u-1-8, .pure-u-3-24 {
  width: 12.5%;
  *width: 12.469%;
}

.pure-u-1-6, .pure-u-4-24 {
  width: 16.6667%;
  *width: 16.6357%;
}

.pure-u-1-5 {
  width: 20%;
  *width: 19.969%;
}

.pure-u-5-24 {
  width: 20.8333%;
  *width: 20.8023%;
}

.pure-u-1-4, .pure-u-6-24 {
  width: 25%;
  *width: 24.969%;
}

.pure-u-7-24 {
  width: 29.1667%;
  *width: 29.1357%;
}

.pure-u-1-3, .pure-u-8-24 {
  width: 33.3333%;
  *width: 33.3023%;
}

.pure-u-3-8, .pure-u-9-24 {
  width: 37.5%;
  *width: 37.469%;
}

.pure-u-2-5 {
  width: 40%;
  *width: 39.969%;
}

.pure-u-5-12, .pure-u-10-24 {
  width: 41.6667%;
  *width: 41.6357%;
}

.pure-u-11-24 {
  width: 45.8333%;
  *width: 45.8023%;
}

.pure-u-1-2, .pure-u-12-24 {
  width: 50%;
  *width: 49.969%;
}

.pure-u-13-24 {
  width: 54.1667%;
  *width: 54.1357%;
}

.pure-u-7-12, .pure-u-14-24 {
  width: 58.3333%;
  *width: 58.3023%;
}

.pure-u-3-5 {
  width: 60%;
  *width: 59.969%;
}

.pure-u-5-8, .pure-u-15-24 {
  width: 62.5%;
  *width: 62.469%;
}

.pure-u-2-3, .pure-u-16-24 {
  width: 66.6667%;
  *width: 66.6357%;
}

.pure-u-17-24 {
  width: 70.8333%;
  *width: 70.8023%;
}

.pure-u-3-4, .pure-u-18-24 {
  width: 75%;
  *width: 74.969%;
}

.pure-u-19-24 {
  width: 79.1667%;
  *width: 79.1357%;
}

.pure-u-4-5 {
  width: 80%;
  *width: 79.969%;
}

.pure-u-5-6, .pure-u-20-24 {
  width: 83.3333%;
  *width: 83.3023%;
}

.pure-u-7-8, .pure-u-21-24 {
  width: 87.5%;
  *width: 87.469%;
}

.pure-u-11-12, .pure-u-22-24 {
  width: 91.6667%;
  *width: 91.6357%;
}

.pure-u-23-24 {
  width: 95.8333%;
  *width: 95.8023%;
}

.pure-u-1, .pure-u-1-1, .pure-u-5-5, .pure-u-24-24 {
  width: 100%;
}

/*!
Pure v1.0.0
Copyright 2013 Yahoo!
Licensed under the BSD License.
https://github.com/yahoo/pure/blob/master/LICENSE.md
*/
@media screen and (min-width: 35.5em) {
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-1-2, .pure-u-sm-1-3, .pure-u-sm-2-3, .pure-u-sm-1-4, .pure-u-sm-3-4, .pure-u-sm-1-5, .pure-u-sm-2-5, .pure-u-sm-3-5, .pure-u-sm-4-5, .pure-u-sm-5-5, .pure-u-sm-1-6, .pure-u-sm-5-6, .pure-u-sm-1-8, .pure-u-sm-3-8, .pure-u-sm-5-8, .pure-u-sm-7-8, .pure-u-sm-1-12, .pure-u-sm-5-12, .pure-u-sm-7-12, .pure-u-sm-11-12, .pure-u-sm-1-24, .pure-u-sm-2-24, .pure-u-sm-3-24, .pure-u-sm-4-24, .pure-u-sm-5-24, .pure-u-sm-6-24, .pure-u-sm-7-24, .pure-u-sm-8-24, .pure-u-sm-9-24, .pure-u-sm-10-24, .pure-u-sm-11-24, .pure-u-sm-12-24, .pure-u-sm-13-24, .pure-u-sm-14-24, .pure-u-sm-15-24, .pure-u-sm-16-24, .pure-u-sm-17-24, .pure-u-sm-18-24, .pure-u-sm-19-24, .pure-u-sm-20-24, .pure-u-sm-21-24, .pure-u-sm-22-24, .pure-u-sm-23-24, .pure-u-sm-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-sm-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-sm-1-12, .pure-u-sm-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-sm-1-8, .pure-u-sm-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-sm-1-6, .pure-u-sm-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-sm-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-sm-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-sm-1-4, .pure-u-sm-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-sm-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-sm-1-3, .pure-u-sm-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-sm-3-8, .pure-u-sm-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-sm-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-sm-5-12, .pure-u-sm-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-sm-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-sm-1-2, .pure-u-sm-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-sm-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-sm-7-12, .pure-u-sm-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-sm-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-sm-5-8, .pure-u-sm-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-sm-2-3, .pure-u-sm-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-sm-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-sm-3-4, .pure-u-sm-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-sm-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-sm-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-sm-5-6, .pure-u-sm-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-sm-7-8, .pure-u-sm-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-sm-11-12, .pure-u-sm-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-sm-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-sm-1, .pure-u-sm-1-1, .pure-u-sm-5-5, .pure-u-sm-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 48em) {
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-1-2, .pure-u-md-1-3, .pure-u-md-2-3, .pure-u-md-1-4, .pure-u-md-3-4, .pure-u-md-1-5, .pure-u-md-2-5, .pure-u-md-3-5, .pure-u-md-4-5, .pure-u-md-5-5, .pure-u-md-1-6, .pure-u-md-5-6, .pure-u-md-1-8, .pure-u-md-3-8, .pure-u-md-5-8, .pure-u-md-7-8, .pure-u-md-1-12, .pure-u-md-5-12, .pure-u-md-7-12, .pure-u-md-11-12, .pure-u-md-1-24, .pure-u-md-2-24, .pure-u-md-3-24, .pure-u-md-4-24, .pure-u-md-5-24, .pure-u-md-6-24, .pure-u-md-7-24, .pure-u-md-8-24, .pure-u-md-9-24, .pure-u-md-10-24, .pure-u-md-11-24, .pure-u-md-12-24, .pure-u-md-13-24, .pure-u-md-14-24, .pure-u-md-15-24, .pure-u-md-16-24, .pure-u-md-17-24, .pure-u-md-18-24, .pure-u-md-19-24, .pure-u-md-20-24, .pure-u-md-21-24, .pure-u-md-22-24, .pure-u-md-23-24, .pure-u-md-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-md-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-md-1-12, .pure-u-md-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-md-1-8, .pure-u-md-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-md-1-6, .pure-u-md-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-md-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-md-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-md-1-4, .pure-u-md-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-md-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-md-1-3, .pure-u-md-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-md-3-8, .pure-u-md-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-md-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-md-5-12, .pure-u-md-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-md-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-md-1-2, .pure-u-md-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-md-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-md-7-12, .pure-u-md-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-md-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-md-5-8, .pure-u-md-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-md-2-3, .pure-u-md-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-md-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-md-3-4, .pure-u-md-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-md-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-md-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-md-5-6, .pure-u-md-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-md-7-8, .pure-u-md-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-md-11-12, .pure-u-md-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-md-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-md-1, .pure-u-md-1-1, .pure-u-md-5-5, .pure-u-md-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 64em) {
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-1-2, .pure-u-lg-1-3, .pure-u-lg-2-3, .pure-u-lg-1-4, .pure-u-lg-3-4, .pure-u-lg-1-5, .pure-u-lg-2-5, .pure-u-lg-3-5, .pure-u-lg-4-5, .pure-u-lg-5-5, .pure-u-lg-1-6, .pure-u-lg-5-6, .pure-u-lg-1-8, .pure-u-lg-3-8, .pure-u-lg-5-8, .pure-u-lg-7-8, .pure-u-lg-1-12, .pure-u-lg-5-12, .pure-u-lg-7-12, .pure-u-lg-11-12, .pure-u-lg-1-24, .pure-u-lg-2-24, .pure-u-lg-3-24, .pure-u-lg-4-24, .pure-u-lg-5-24, .pure-u-lg-6-24, .pure-u-lg-7-24, .pure-u-lg-8-24, .pure-u-lg-9-24, .pure-u-lg-10-24, .pure-u-lg-11-24, .pure-u-lg-12-24, .pure-u-lg-13-24, .pure-u-lg-14-24, .pure-u-lg-15-24, .pure-u-lg-16-24, .pure-u-lg-17-24, .pure-u-lg-18-24, .pure-u-lg-19-24, .pure-u-lg-20-24, .pure-u-lg-21-24, .pure-u-lg-22-24, .pure-u-lg-23-24, .pure-u-lg-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-lg-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-lg-1-12, .pure-u-lg-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-lg-1-8, .pure-u-lg-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-lg-1-6, .pure-u-lg-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-lg-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-lg-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-lg-1-4, .pure-u-lg-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-lg-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-lg-1-3, .pure-u-lg-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-lg-3-8, .pure-u-lg-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-lg-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-lg-5-12, .pure-u-lg-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-lg-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-lg-1-2, .pure-u-lg-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-lg-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-lg-7-12, .pure-u-lg-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-lg-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-lg-5-8, .pure-u-lg-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-lg-2-3, .pure-u-lg-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-lg-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-lg-3-4, .pure-u-lg-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-lg-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-lg-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-lg-5-6, .pure-u-lg-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-lg-7-8, .pure-u-lg-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-lg-11-12, .pure-u-lg-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-lg-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-lg-1, .pure-u-lg-1-1, .pure-u-lg-5-5, .pure-u-lg-24-24 {
    width: 100%;
  }
}
@media screen and (min-width: 80em) {
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-1-2, .pure-u-xl-1-3, .pure-u-xl-2-3, .pure-u-xl-1-4, .pure-u-xl-3-4, .pure-u-xl-1-5, .pure-u-xl-2-5, .pure-u-xl-3-5, .pure-u-xl-4-5, .pure-u-xl-5-5, .pure-u-xl-1-6, .pure-u-xl-5-6, .pure-u-xl-1-8, .pure-u-xl-3-8, .pure-u-xl-5-8, .pure-u-xl-7-8, .pure-u-xl-1-12, .pure-u-xl-5-12, .pure-u-xl-7-12, .pure-u-xl-11-12, .pure-u-xl-1-24, .pure-u-xl-2-24, .pure-u-xl-3-24, .pure-u-xl-4-24, .pure-u-xl-5-24, .pure-u-xl-6-24, .pure-u-xl-7-24, .pure-u-xl-8-24, .pure-u-xl-9-24, .pure-u-xl-10-24, .pure-u-xl-11-24, .pure-u-xl-12-24, .pure-u-xl-13-24, .pure-u-xl-14-24, .pure-u-xl-15-24, .pure-u-xl-16-24, .pure-u-xl-17-24, .pure-u-xl-18-24, .pure-u-xl-19-24, .pure-u-xl-20-24, .pure-u-xl-21-24, .pure-u-xl-22-24, .pure-u-xl-23-24, .pure-u-xl-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
  }
  .pure-u-xl-1-24 {
    width: 4.1667%;
    *width: 4.1357%;
  }
  .pure-u-xl-1-12, .pure-u-xl-2-24 {
    width: 8.3333%;
    *width: 8.3023%;
  }
  .pure-u-xl-1-8, .pure-u-xl-3-24 {
    width: 12.5%;
    *width: 12.469%;
  }
  .pure-u-xl-1-6, .pure-u-xl-4-24 {
    width: 16.6667%;
    *width: 16.6357%;
  }
  .pure-u-xl-1-5 {
    width: 20%;
    *width: 19.969%;
  }
  .pure-u-xl-5-24 {
    width: 20.8333%;
    *width: 20.8023%;
  }
  .pure-u-xl-1-4, .pure-u-xl-6-24 {
    width: 25%;
    *width: 24.969%;
  }
  .pure-u-xl-7-24 {
    width: 29.1667%;
    *width: 29.1357%;
  }
  .pure-u-xl-1-3, .pure-u-xl-8-24 {
    width: 33.3333%;
    *width: 33.3023%;
  }
  .pure-u-xl-3-8, .pure-u-xl-9-24 {
    width: 37.5%;
    *width: 37.469%;
  }
  .pure-u-xl-2-5 {
    width: 40%;
    *width: 39.969%;
  }
  .pure-u-xl-5-12, .pure-u-xl-10-24 {
    width: 41.6667%;
    *width: 41.6357%;
  }
  .pure-u-xl-11-24 {
    width: 45.8333%;
    *width: 45.8023%;
  }
  .pure-u-xl-1-2, .pure-u-xl-12-24 {
    width: 50%;
    *width: 49.969%;
  }
  .pure-u-xl-13-24 {
    width: 54.1667%;
    *width: 54.1357%;
  }
  .pure-u-xl-7-12, .pure-u-xl-14-24 {
    width: 58.3333%;
    *width: 58.3023%;
  }
  .pure-u-xl-3-5 {
    width: 60%;
    *width: 59.969%;
  }
  .pure-u-xl-5-8, .pure-u-xl-15-24 {
    width: 62.5%;
    *width: 62.469%;
  }
  .pure-u-xl-2-3, .pure-u-xl-16-24 {
    width: 66.6667%;
    *width: 66.6357%;
  }
  .pure-u-xl-17-24 {
    width: 70.8333%;
    *width: 70.8023%;
  }
  .pure-u-xl-3-4, .pure-u-xl-18-24 {
    width: 75%;
    *width: 74.969%;
  }
  .pure-u-xl-19-24 {
    width: 79.1667%;
    *width: 79.1357%;
  }
  .pure-u-xl-4-5 {
    width: 80%;
    *width: 79.969%;
  }
  .pure-u-xl-5-6, .pure-u-xl-20-24 {
    width: 83.3333%;
    *width: 83.3023%;
  }
  .pure-u-xl-7-8, .pure-u-xl-21-24 {
    width: 87.5%;
    *width: 87.469%;
  }
  .pure-u-xl-11-12, .pure-u-xl-22-24 {
    width: 91.6667%;
    *width: 91.6357%;
  }
  .pure-u-xl-23-24 {
    width: 95.8333%;
    *width: 95.8023%;
  }
  .pure-u-xl-1, .pure-u-xl-1-1, .pure-u-xl-5-5, .pure-u-xl-24-24 {
    width: 100%;
  }
}
#wpadminbar {
  margin: 0;
  height: 46px;
}
#wpadminbar img {
  -webkit-border-radius: 300px;
          border-radius: 300px;
  border: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 24px !important;
}
#wpadminbar img.avatar-64 {
  height: 64px !important;
}
#wpadminbar .ab-icon::before,
#wpadminbar .ab-item::before,
#wpadminbar #adminbarsearch:before {
  color: #fff;
}
#wpadminbar .quicklinks > ul > li > a, #wpadminbar #wp-admin-bar-search {
  padding: 7px 12px;
}
#wpadminbar #wp-admin-bar-wp-logo {
  display: none;
}

/* Fixes issue caused by WP V4.2.2 */
#wpadminbar div.wp-menu-image:before {
  color: #a0a5aa;
}

#wpadminbar, #wpadminbar .wp-submenu, #wpadminbarback, #wpadminbarwrap,
#wpadminbar .wp-has-current-submenu .wp-submenu, #wpadminbar .wp-has-current-submenu .wp-submenu.sub-open, #wpadminbar .wp-has-current-submenu.opensub .wp-submenu, #wpadminbar a.wp-has-current-submenu:focus + .wp-submenu, .no-js li.wp-has-current-submenu:hover .wp-submenu {
  background: #3498db;
  border-right: 1px solid #e4e4e4;
}

#wpadminbar .awaiting-mod, #wpadminbar .update-plugins {
  float: right;
  margin-right: 5px;
}

#collapse-menu,
#collapse-button div:after {
  color: #666;
}

#wpadminbar .wp-has-current-submenu .wp-submenu .wp-submenu-head, #wpadminbar .wp-menu-arrow, #wpadminbar .wp-menu-arrow div, #wpadminbar li.current a.menu-top, #wpadminbar li.wp-has-current-submenu a.wp-has-current-submenu, .folded #wpadminbar li.current.menu-top, .folded #wpadminbar li.wp-has-current-submenu,
#wpadminbar li.menu-top:hover, #wpadminbar li.opensub > a.menu-top, #wpadminbar li > a.menu-top:focus {
  background: #FFF;
}

#wpadminbar li.wp-menu-separator {
  display: none;
}

#wpadminbar .wp-submenu-head, #wpadminbar a.menu-top {
  padding: 7px 0;
}

.folded #wpadminbar .wp-submenu-head, .folded #wpadminbar a.menu-top {
  padding: 5px 0;
}

#wpadminbar .wp-not-current-submenu .wp-submenu, .folded #wpadminbar .wp-has-current-submenu .wp-submenu {
  padding: 10px;
}

#wpadminbar li.wp-has-current-submenu a.wp-has-current-submenu div.wp-menu-name {
  color: #FFF;
}

ul#wpadminbar a.wp-has-current-submenu:after, ul#wpadminbar > li.current > a.current:after, #wpadminbar li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  display: none;
}

#wpadminbar li.menu-top {
  border-bottom: 1px solid #e4e4e4;
}

#wpadminbar div.wp-menu-name {
  color: #666;
}

/*.wrap h2 {
font-size:34px;
font-weight:100;
padding:30px 25px 24px 0
}*/
.wrap .add-new-h2, .wrap .add-new-h2:active {
  color: #FFF;
  top: -8px;
}

.update-core-php h2 {
  margin-top: 1em;
}

#titlediv #title-prompt-text {
  font-size: 1.2em;
  font-weight: 100;
}

div.updated {
  border: 1px solid #e1e1e1;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.postbox {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
}

.menu.ui-sortable .menu-item-handle, .meta-box-sortables.ui-sortable .hndle {
  background: #f5f5f5;
}

#major-publishing-actions {
  background: #FFF;
  padding: 0;
}

#delete-action {
  float: none;
  padding: 15px 0;
  text-align: center;
}

#delete-action a {
  text-decoration: underline;
}

#publishing-action {
  float: none;
  display: block;
  width: 100%;
}

#publishing-action .spinner {
  width: 100%;
  background-position: top center;
  display: none;
  float: none;
  padding: 5px 0;
  margin: 0;
}

#publishing-action .spinner.is-active {
  display: block;
}

#publishing-action #publish {
  float: none;
  font-size: 16px;
  height: auto;
  padding: 10px;
  width: 100%;
  -webkit-border-radius: 0 0 5px 5px;
          border-radius: 0 0 5px 5px;
}

.wp-core-ui .button, .wp-core-ui .button-primary, .wp-core-ui .button-secondary {
  -webkit-border-radius: 0;
  border-radius: 5px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-shadow: none;
  border: 0;
}

.wp-core-ui .button.button-primary.button-hero {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
  background: #e4e4e4;
}

.wp-core-ui .button:hover, .wp-core-ui .button-secondary:hover, .wp-core-ui .button-primary {
  color: #FFF;
}

.wp-core-ui .button:hover span.wp-media-buttons-icon:before, .wp-core-ui .button-secondary:hover span.wp-media-buttons-icon:before {
  color: #FFF;
}

.wp-media-buttons .insert-media {
  font-size: 12px;
}

.wp-media-buttons .add_media span.wp-media-buttons-icon:before {
  font-size: 14px !important;
}

div.mce-toolbar-grp, .html-active .switch-html, .tmce-active .switch-tmce {
  background: #FFF !important;
}

#acf-col-right {
  display: none;
}

#acf-col-left {
  margin: 0 !important;
}

.vc_navbar.subnav-fixed {
  top: 40px !important;
}

.wp-list-table {
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

/*------------------------------------|
|	Content Wrap                        |
|------------------------------------*/
/*---- Limits width of content, adds side padding, & allows background colours to extend to screen edge ----*/
.section__constrained {
  max-width: 1600px;
  margin: 0 auto;
}
.section__constrained {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 360px) and (max-width: 1600px) {
  .section__constrained {
    padding-left: calc(15px + 35 * (100vw - 360px) / 1240);
    padding-right: calc(15px + 35 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .section__constrained {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.section__constrained.center {
  text-align: center;
}
.section__constrained.half {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 360px) and (max-width: 1600px) {
  .section__constrained.half {
    padding-left: calc(15px + 10 * (100vw - 360px) / 1240);
    padding-right: calc(15px + 10 * (100vw - 360px) / 1240);
  }
}
@media (min-width: 1600px) {
  .section__constrained.half {
    padding-left: 25px;
    padding-right: 25px;
  }
}
header {
  background-color: #0A1521;
  position: relative;
}
header h1 {
  margin: 0;
  line-height: 32px;
}
header .slick-slide-cont {
  background-color: #fff;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  height: 500px;
  width: 100%;
  pointer-events: none;
  position: relative;
}
header .slick-slide-cont .slide-title {
  background-color: rgba(1, 1, 1, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .slick-slide-cont .slide-title h1 {
  font-family: "Futura Bold", Arial;
  font-weight: 700;
  pointer-events: auto;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
  max-width: 50%;
}
header .slick-slide-cont .slide-title h1 {
  font-size: 26px;
  line-height: 29.9px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  header .slick-slide-cont .slide-title h1 {
    font-size: calc(26px + 12 * (100vw - 360px) / 740);
    line-height: calc((26px + 12 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  header .slick-slide-cont .slide-title h1 {
    font-size: 38px;
    line-height: 43.7px;
  }
}
@media (max-width: 767px) {
  header .slick-slide-cont .slide-title h1 {
    max-width: 100%;
    text-align: center;
  }
}
header .slick-slide-cont .slide-title a {
  max-width: 50%;
}
header .slick-slide-cont .slide-title a h1 {
  max-width: 100%;
}
header .slick-list,
header .slick-track {
  pointer-events: none;
}
header .slick-next {
  right: 10%;
}
header .slick-next:after {
  font-size: 5rem;
}
header .slick-prev {
  left: 10%;
  z-index: 1;
}
header .header-cont {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
  overflow: hidden;
}
header .header-cont .logo {
  max-width: 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 20px;
}
header .header-cont .logo a {
  pointer-events: auto;
}
header .header-cont .logo img {
  max-width: 150px;
}
header .header-cont .nav-cont {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  width: 100%;
  position: fixed;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all ease-out 0.2s;
  -o-transition: all ease-out 0.2s;
  transition: all ease-out 0.2s;
  background-color: transparent;
  z-index: 999;
  background-color: #0A1521;
}
@media (max-width: 979px) {
  header .header-cont .nav-cont {
    background-color: #0A1521;
  }
}
header .header-cont .nav-cont img {
  padding: 10px;
  width: 100%;
  height: 100%;
}
header .header-cont .nav-cont .nav-bar {
  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;
  z-index: 400;
}
header .header-cont .nav-cont .nav-bar ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  font-family: "Futura Bold", Arial;
  pointer-events: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-cont .nav-cont .nav-bar li {
  display: inline-block;
  color: #fff;
  margin: 0 15px;
  text-align: center;
  position: relative;
  padding: 10px 0;
}
header .header-cont .nav-cont .nav-bar li {
  font-size: 11px;
  line-height: 12.65px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  header .header-cont .nav-cont .nav-bar li {
    font-size: calc(11px + 2 * (100vw - 360px) / 740);
    line-height: calc((11px + 2 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  header .header-cont .nav-cont .nav-bar li {
    font-size: 13px;
    line-height: 14.95px;
  }
}
header .header-cont .nav-cont .nav-bar li:hover > .drop-down-content {
  display: block;
}
header .header-cont .nav-cont .nav-bar li:hover > .down-arrow:after {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
header .header-cont .nav-cont .nav-bar .drop-down-content {
  display: none;
  position: absolute;
  top: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 13px 19px 2px rgba(39, 39, 39, 0.7);
          box-shadow: 0px 13px 19px 2px rgba(39, 39, 39, 0.7);
}
header .header-cont .nav-cont .nav-bar .drop-down-content li {
  margin: 0;
  border: none;
  display: block;
  white-space: nowrap;
  text-align: right;
  padding: 5px 20px;
}
header .header-cont .nav-cont .nav-bar .drop-down-content li:hover {
  background-color: #f7f7f7;
}
header .header-cont .nav-cont .nav-bar .drop-down-content li a {
  color: #3a3a3a;
  padding: 10px 0;
}
header .header-cont .nav-cont .nav-bar a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 979px) {
  header .header-cont .nav-cont .nav-bar {
    display: none;
  }
}
header .header-cont .nav-right-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
header .header-cont .header-title {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .header-cont .header-title h1 {
  font-family: "Futura Bold", Arial;
  font-weight: 700;
  pointer-events: auto;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
header .header-cont .header-title h1 {
  font-size: 28px;
  line-height: 32.2px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  header .header-cont .header-title h1 {
    font-size: calc(28px + 10 * (100vw - 360px) / 740);
    line-height: calc((28px + 10 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  header .header-cont .header-title h1 {
    font-size: 38px;
    line-height: 43.7px;
  }
}

.breadcrumbs {
  padding: 0 0 55px;
  max-width: 1295px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 1294px) {
  .breadcrumbs {
    padding: 0 10px 55px;
  }
}
.breadcrumbs ul {
  padding: 0;
}
.breadcrumbs li {
  display: inline-block;
  color: #fff;
  pointer-events: auto;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
.breadcrumbs li:after {
  content: ">";
  padding: 0px 10px;
}
.breadcrumbs a:last-child li {
  font-weight: 700;
}
.breadcrumbs a:last-child li:after {
  content: "";
}

.burger-menu {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9999;
  pointer-events: auto;
}
@media (min-width: 1024px) {
  .burger-menu {
    display: none;
  }
}
.burger-menu .c-burger {
  margin-right: 30px;
  width: 40px;
  height: 22.5px;
  position: relative;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
@media (min-width: 980px) {
  .burger-menu .c-burger {
    display: none;
  }
}
.burger-menu .c-burger:focus {
  outline: none;
}
.burger-menu .c-burger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #FFFFFF;
  -webkit-border-radius: 8px;
          border-radius: 8px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.burger-menu .c-burger span:nth-child(1) {
  top: 0;
}
.burger-menu .c-burger span:nth-child(2), .burger-menu .c-burger span:nth-child(3) {
  top: 8.5px;
}
.burger-menu .c-burger span:nth-child(4) {
  top: 17px;
}

.search-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  margin: 20px;
  cursor: pointer;
  pointer-events: auto;
}
.search-menu img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.search-menu:hover > img {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.mobile-search {
  position: absolute;
  top: 100%;
  left: -400%;
  right: 150%;
  bottom: -1000px;
  color: #0A1521;
  background: rgba(10, 21, 33, 0.9);
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  padding: 55px 0 50px;
  pointer-events: auto;
}
.mobile-search .search-files, .mobile-search .document-list {
  background-color: #fff;
}
.mobile-search .document-list {
  max-height: 500px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding-bottom: 200px;
}
@media (max-width: 1023px) {
  .mobile-search {
    padding: 0 0 50px;
  }
}

.mobile-menu-item .mobile-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mobile-menu-item .mobile-nav-item p {
  margin: 0;
  color: #fff;
  cursor: pointer;
}
.mobile-menu-item .drop-down-content {
  padding: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease-in;
  -o-transition: max-height 0.5s ease-in;
  transition: max-height 0.5s ease-in;
}
.mobile-menu-item .drop-down-content li {
  border: none;
}
.mobile-menu-item .show-content {
  max-height: 1000px;
}

body {
  overflow: auto;
}

.is-search-open {
  overflow: hidden;
}
.is-search-open .mobile-search {
  left: 0;
  right: 0;
  visibility: visible;
}

.mobile-nav {
  position: absolute;
  top: 100%;
  left: 100%;
  right: -100%;
  background: #0A1521;
  z-index: 9999;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
}
@media (min-width: 1024px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav a {
  color: #fff;
  font-weight: 700;
  font-family: "Futura Bold", Arial;
}
.mobile-nav ul {
  padding: 50px;
}
.mobile-nav li {
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
}

.drop-down-content {
  z-index: 900;
}

.is-menu-open .mobile-nav {
  left: 0;
  right: 0;
  pointer-events: auto;
  visibility: visible;
}

.is-menu-open .c-burger span:nth-child(1) {
  top: 8px;
  width: 0%;
  left: 50%;
}
.is-menu-open .c-burger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-menu-open .c-burger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-menu-open .c-burger span:nth-child(4) {
  top: 8px;
  width: 0%;
  left: 50%;
}

footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: rgb(20, 30, 30);
  margin-top: 100px;
}
footer h4 {
  font-weight: 700;
  margin: 0 0 10px;
}
footer h4 {
  font-size: 16px;
  line-height: 18.4px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  footer h4 {
    font-size: calc(16px + 4 * (100vw - 360px) / 740);
    line-height: calc((16px + 4 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  footer h4 {
    font-size: 20px;
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  footer h4 {
    text-align: center;
    margin: 20px 0 0px;
  }
}
footer .footer-inner {
  color: #fff;
  max-width: 1295px;
  margin: 0 auto;
  font-weight: 700;
  padding: 0 0 50px;
}
@media (max-width: 1309px) {
  footer .footer-inner {
    padding: 0 30px 10px;
  }
}
footer .footer-logo {
  width: 200px;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  footer .footer-logo {
    margin: 0 auto;
  }
}
footer .footer-logo img {
  width: 100%;
}
footer .footer-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
}
footer .footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  footer .footer-nav ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .footer-nav li {
  display: inline-block;
  padding: 10px 0 10px 30px;
}
footer .footer-nav a {
  color: #fff;
}
@media (max-width: 767px) {
  footer .footer-nav li {
    display: inline-block;
    padding: 10px 20px 10px;
  }
}
footer .footer-nav-cont {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  footer .footer-nav-cont {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .copy-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 0 10px 30px;
}
@media (max-width: 767px) {
  footer .copy-footer {
    padding: 30px 0 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.social-buttons {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .social-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0;
  }
}
.social-buttons .social-button {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background-color: #fff;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border: 2px solid rgb(20, 30, 30);
}
.social-buttons .social-button:hover {
  background-color: rgb(20, 30, 30);
  border: 2px solid #fff;
}

.contact .pure-g-inner-form {
  position: relative;
  background-color: rgb(245, 245, 245);
  margin: 10px 10px 10px 30px !important;
}
.contact .form-title {
  display: block;
  width: 100%;
}
.contact h3 {
  padding: 2px 10px;
  color: #fff;
  position: absolute;
  top: 10px;
  left: -10px;
  font-weight: 700;
  font-family: "Futura Bold", Arial;
  line-height: 30px;
  max-width: 80%;
}
.contact h3 {
  font-size: 22px;
  line-height: 25.3px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .contact h3 {
    font-size: calc(22px + 8 * (100vw - 360px) / 740);
    line-height: calc((22px + 8 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .contact h3 {
    font-size: 30px;
    line-height: 34.5px;
  }
}
.contact .contact-form {
  padding: 20px;
}
.contact .contact-form {
  font-size: 12px;
  line-height: 18.72px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .contact .contact-form {
    font-size: calc(12px + 2 * (100vw - 360px) / 740);
    line-height: calc((12px + 2 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .contact .contact-form {
    font-size: 14px;
    line-height: 21.84px;
  }
}
.contact .contact-form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-bottom: 10px;
}
.contact .contact-form .form-group:first-child {
  margin-top: 90px;
}
.contact .contact-form .form-group input[type=text],
.contact .contact-form .form-group textarea {
  -webkit-box-flex: 7;
      -ms-flex: 7;
          flex: 7;
  border: 1px solid #222;
}
.contact .contact-form .form-group textarea {
  height: 100px;
}
.contact .contact-form .form-group label {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 5px 20px;
}
.contact .contact-form .form-group input[type=checkbox] {
  margin: 10px;
}
.contact .contact-form .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.contact .contact-item {
  padding: 10px 30px;
}
.contact .contact-item h2 {
  padding: 20px 0 15px;
}
.contact .contact-item h2 {
  font-size: 16px;
  line-height: 18.4px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .contact .contact-item h2 {
    font-size: calc(16px + 2 * (100vw - 360px) / 740);
    line-height: calc((16px + 2 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .contact .contact-item h2 {
    font-size: 18px;
    line-height: 20.7px;
  }
}
.contact .contact-item li {
  padding: 5px 0;
}
.contact .contact-item li {
  font-size: 12px;
  line-height: 18.72px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .contact .contact-item li {
    font-size: calc(12px + 2 * (100vw - 360px) / 740);
    line-height: calc((12px + 2 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .contact .contact-item li {
    font-size: 14px;
    line-height: 21.84px;
  }
}

.block-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-grid__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.block-grid__column--12 {
  width: 100%;
}
.block-grid__column--3 {
  width: 25%;
}
.block-grid__column--4 {
  width: 33.3333333%;
}
.block-grid__column--8 {
  width: 66.666666%;
}
.block-grid__column--6 {
  width: 50%;
}
.block-grid__column--9 {
  width: 75%;
}
@media (max-width: 767px) {
  .block-grid__column {
    width: 100% !important;
  }
}
.block-grid .pure-g-outer {
  margin: 10px;
}
.block-grid .pure-g-inner {
  min-height: 300px;
}
.block-grid .pure-g-outer, .block-grid .pure-g-inner {
  height: 100%;
}

.main-content {
  max-width: 1295px;
  margin: -50px auto 0;
  background-color: #fff;
  position: relative;
  width: 100%;
}

.g-neg {
  margin: 0 -10px;
}
@media (max-width: 1294px) {
  .g-neg {
    margin: 0;
  }
}

.pure-g .pure-g-inner {
  height: 380px;
  margin: 10px;
}

.image-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.image-cont img {
  max-width: 100%;
}

.grid-item-center,
.grid-item-article {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
}
.grid-item-center .filter-overlay,
.grid-item-article .filter-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.grid-item-center {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-item-center .article-title {
  position: relative;
  z-index: 10;
  padding: 0 40px;
  text-align: center;
  max-width: 500px;
}
.grid-item-center .article-title h3 {
  display: inline;
  color: #fff;
  left: -10px;
  font-weight: 700;
  font-family: "Futura Bold", Arial;
}
.grid-item-center .article-title h3 {
  font-size: 24px;
  line-height: 27.6px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .grid-item-center .article-title h3 {
    font-size: calc(24px + 16 * (100vw - 360px) / 740);
    line-height: calc((24px + 16 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .grid-item-center .article-title h3 {
    font-size: 40px;
    line-height: 46px;
  }
}
.grid-item-center .filter-overlay {
  background: rgba(100, 100, 100, 0.6);
}

.grid-item-article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.grid-item-article .article-title {
  margin: 20px 0 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.grid-item-article .article-title h3 {
  display: inline;
  padding: 8px 10px;
  color: #fff;
  position: absolute;
  top: 0;
  left: -10px;
  font-weight: 700;
  font-family: "Futura Bold", Arial;
  max-width: 80%;
}
.grid-item-article .article-title h3 {
  font-size: 22px;
  line-height: 25.3px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .grid-item-article .article-title h3 {
    font-size: calc(22px + 8 * (100vw - 360px) / 740);
    line-height: calc((22px + 8 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .grid-item-article .article-title h3 {
    font-size: 30px;
    line-height: 34.5px;
  }
}
.grid-item-article .article-intro {
  position: relative;
  z-index: 10;
  padding: 20px 20px 20px;
}
.grid-item-article .article-intro h6 {
  margin: 0 0 10px;
  color: #fff;
  font-weight: 700;
  font-family: "Futura Bold", Arial;
}
.grid-item-article .article-intro h6 {
  font-size: 16px;
  line-height: 18.4px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .grid-item-article .article-intro h6 {
    font-size: calc(16px + 0 * (100vw - 360px) / 740);
    line-height: calc((16px + 0 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .grid-item-article .article-intro h6 {
    font-size: 16px;
    line-height: 18.4px;
  }
}
.grid-item-article .article-intro p {
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.grid-item-article .article-intro p {
  font-size: 14px;
  line-height: 21.84px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .grid-item-article .article-intro p {
    font-size: calc(14px + 2 * (100vw - 360px) / 740);
    line-height: calc((14px + 2 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .grid-item-article .article-intro p {
    font-size: 16px;
    line-height: 24.96px;
  }
}
.grid-item-article .filter-overlay {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), color-stop(99%, #222));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #222 99%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 40%, #222 99%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, #222 99%);
}

.umb-control .grid-item-article {
  min-height: 298px;
}

.bg-orange h3 {
  background-color: #de5c45;
}
.bg-orange .filter-overlay.no-image {
  background: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #e78a79;
}
.bg-orange a:hover .filter-overlay.no-image {
  background-color: #e68270;
}

.bg-crimson h3 {
  background-color: #AF3627;
}
.bg-crimson .filter-overlay.no-image {
  background: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #d44f3f;
}
.bg-crimson a:hover .filter-overlay.no-image {
  background-color: #d24837;
}

.bg-yellow h3 {
  background-color: #F6B831;
}
.bg-yellow .filter-overlay.no-image {
  background: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #f9cc6c;
}
.bg-yellow a:hover .filter-overlay.no-image {
  background-color: #f8c962;
}

.bg-sky h3 {
  background-color: #5BB4B1;
}
.bg-sky .filter-overlay.no-image {
  background: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #85c7c5;
}
.bg-sky a:hover .filter-overlay.no-image {
  background-color: #7ec4c2;
}

.bg-navy h3 {
  background-color: #0A1521;
}
.bg-navy .filter-overlay.no-image {
  background: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #183350;
}
.bg-navy a:hover .filter-overlay.no-image {
  background-color: #162e48;
}

.bg-gold h3 {
  background-color: #EDAF59;
}
.bg-gold .filter-overlay.no-image {
  background: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #f3ca90;
}
.bg-gold a:hover .filter-overlay.no-image {
  background-color: #f2c587;
}

.bg-blue h3 {
  background-color: #31679F;
}
.bg-blue .filter-overlay.no-image {
  background: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #4785c6;
}
.bg-blue a:hover .filter-overlay.no-image {
  background-color: #3f80c4;
}

.bg-teal h3 {
  background-color: #67BB8C;
}
.bg-teal .filter-overlay.no-image {
  background: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #91ceac;
}
.bg-teal a:hover .filter-overlay.no-image {
  background-color: #8acba7;
}

.bg-tallow h3 {
  background-color: #AD9F73;
}
.bg-tallow .filter-overlay.no-image {
  background: none;
  -webkit-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  background-color: #c4b99a;
}
.bg-tallow a:hover .filter-overlay.no-image {
  background-color: #c0b593;
}

.content-outer {
  height: 100%;
}

.no-bg {
  background: none !important;
}

.blog-single.orange {
  background-color: #de5c45;
  color: #fff;
}
.blog-single.crimson {
  background-color: #AF3627;
  color: #fff;
}
.blog-single.yellow {
  background-color: #F6B831;
  color: #fff;
}
.blog-single.sky {
  background-color: #5BB4B1;
  color: #fff;
}
.blog-single.navy {
  background-color: #0A1521;
  color: #fff;
}
.blog-single.gold {
  background-color: #EDAF59;
  color: #fff;
}
.blog-single.blue {
  background-color: #31679F;
  color: #fff;
}
.blog-single.teal {
  background-color: #67BB8C;
  color: #fff;
}
.blog-single.tallow {
  background-color: #AD9F73;
  color: #fff;
}

h2, .h2 {
  font-family: "Futura Bold", Arial;
  font-weight: 700;
  letter-spacing: -1.5px;
}
h2, .h2 {
  font-size: 26px;
  line-height: 29.9px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  h2, .h2 {
    font-size: calc(26px + 4 * (100vw - 360px) / 740);
    line-height: calc((26px + 4 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 34.5px;
  }
}

.title-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
}
@media (max-width: 767px) {
  .title-block {
    padding: 30px 0;
  }
}
.title-block p, .title-block h2 {
  max-width: 750px;
  text-align: center;
}
.title-block h2 {
  padding: 20px 60px;
}
@media (max-width: 599px) {
  .title-block h2 {
    padding: 20px 20px;
  }
}
.title-block .text-cont {
  padding: 20px 60px 0px;
}
@media (max-width: 599px) {
  .title-block .text-cont {
    padding: 20px 10px 0;
  }
}
.title-block .text-cont p {
  padding: 0;
  margin: 0;
}
.title-block .underline {
  border-bottom: 1px solid #222;
}

.search-files {
  max-width: 800px;
  margin: 0 auto;
  pointer-events: auto;
}
.search-files form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media (max-width: 1023px) {
  .search-files form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-files form label {
    margin: 10px;
  }
}
.search-files label {
  margin: 0 20px;
}
.search-files .search-wrapper {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-files input {
  margin: 0;
  height: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #798286;
}
.search-files select {
  border: 1px solid #798286;
  width: 100%;
  padding: 3px 10px;
}
.search-files input[type=text] {
  border-right: none;
  width: 100%;
  padding: 3px 10px;
}
.search-files input[type=button], .search-files button {
  border-left: none;
  background-color: #5BB4B1;
  color: #fff;
  padding: 0 30px;
}
.search-files input[type=button], .search-files button {
  font-size: 14px;
  line-height: 16.1px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .search-files input[type=button], .search-files button {
    font-size: calc(14px + 2 * (100vw - 360px) / 740);
    line-height: calc((14px + 2 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .search-files input[type=button], .search-files button {
    font-size: 16px;
    line-height: 18.4px;
  }
}
.search-files input[type=button]:hover, .search-files button:hover {
  background-color: #459794;
  cursor: pointer;
}

.list-nav {
  padding: 30px 5px;
}
.list-nav .list-nav-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
.list-nav .list-nav-outer ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list-nav .list-nav-outer li {
  display: inline-block;
  margin: 0;
  padding: 10px 20px;
  border-right: 1px solid #3a3a3a;
  position: relative;
}
.list-nav .list-nav-outer li {
  font-size: 14px;
  line-height: 16.1px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .list-nav .list-nav-outer li {
    font-size: calc(14px + 2 * (100vw - 360px) / 740);
    line-height: calc((14px + 2 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .list-nav .list-nav-outer li {
    font-size: 16px;
    line-height: 18.4px;
  }
}
@media (max-width: 767px) {
  .list-nav .list-nav-outer li {
    width: 100%;
    text-align: center;
    border: none;
    border-bottom: 1px solid black;
  }
}
.list-nav .list-nav-outer li:last-child {
  border: none;
}
.list-nav .list-nav-outer li:hover > .drop-down-content {
  display: block;
}
.list-nav .list-nav-outer .drop-down-content {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 30px -7px rgba(0, 0, 0, 0.75);
          box-shadow: 5px 5px 30px -7px rgba(0, 0, 0, 0.75);
}
@media (max-width: 767px) {
  .list-nav .list-nav-outer .drop-down-content {
    display: block;
    top: 0;
    position: relative;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: 10px 0;
  }
  .list-nav .list-nav-outer .drop-down-content li {
    padding: 3px 0;
  }
  .list-nav .list-nav-outer .drop-down-content li:before {
    content: "- ";
  }
}
.list-nav .list-nav-outer .drop-down-content li {
  border: none;
  display: block;
  white-space: nowrap;
}
.list-nav .list-nav-outer a {
  color: #3a3a3a;
}
.list-nav .list-nav-outer a:hover {
  color: #070707;
}

.document-list {
  border-top: 1px solid black;
  max-width: 800px;
  margin: 0 auto;
}

.document-block {
  margin: 10px 0;
}
.document-block .pure-g-inner {
  height: unset;
  min-height: unset;
}

.document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px;
  width: 100%;
}
.document:hover {
  background-color: rgb(248, 248, 248);
}
.document .document-text {
  padding: 10px 50px 10px 10px;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
}
.document .document-text h2 {
  margin: 0 0 10px;
  color: #3a3a3a;
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
}
.document .document-text h2 {
  font-size: 16px;
  line-height: 18.4px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .document .document-text h2 {
    font-size: calc(16px + 0 * (100vw - 360px) / 740);
    line-height: calc((16px + 0 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .document .document-text h2 {
    font-size: 16px;
    line-height: 18.4px;
  }
}
.document .document-text p {
  color: #798286;
}
.document .document-text p {
  font-size: 12px;
  line-height: 18.72px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .document .document-text p {
    font-size: calc(12px + 4 * (100vw - 360px) / 740);
    line-height: calc((12px + 4 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .document .document-text p {
    font-size: 16px;
    line-height: 24.96px;
  }
}
.document .document-icon {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.document .document-icon img {
  max-height: 50px;
  width: 40%;
}

.grid-item-document {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.grid-item-document .document:hover {
  background-color: #fff;
}

.no-height {
  height: auto !important;
}

.document-container {
  background-color: rgb(248, 248, 248);
}

.doc-qtr {
  padding: 50px;
}
@media (max-width: 979px) {
  .doc-qtr {
    padding: 10px 0;
  }
}
.doc-qtr .document {
  padding: 10px 0;
  margin: 0;
}
.doc-qtr .document .document-text {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.doc-qtr .document h2 {
  margin: 0;
}
.doc-qtr .document h2 {
  font-size: 16px;
  line-height: 18.4px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .doc-qtr .document h2 {
    font-size: calc(16px + 0 * (100vw - 360px) / 740);
    line-height: calc((16px + 0 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .doc-qtr .document h2 {
    font-size: 16px;
    line-height: 18.4px;
  }
}

.doc-thirds {
  padding: 50px;
}
@media (max-width: 979px) {
  .doc-thirds {
    padding: 10px 0;
  }
}
.doc-thirds .document .document-text {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.doc-thirds .document .document-text h2 {
  margin: 5px 0 10px;
}
.doc-thirds .document .document-text h2 {
  font-size: 16px;
  line-height: 18.4px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .doc-thirds .document .document-text h2 {
    font-size: calc(16px + 0 * (100vw - 360px) / 740);
    line-height: calc((16px + 0 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .doc-thirds .document .document-text h2 {
    font-size: 16px;
    line-height: 18.4px;
  }
}
.doc-thirds .document .document-text p {
  color: #222;
}
.doc-thirds .document .document-text p {
  font-size: 12px;
  line-height: 18.72px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .doc-thirds .document .document-text p {
    font-size: calc(12px + 0 * (100vw - 360px) / 740);
    line-height: calc((12px + 0 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .doc-thirds .document .document-text p {
    font-size: 12px;
    line-height: 18.72px;
  }
}
.doc-thirds .document .document-icon {
  padding: 10px;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.doc-thirds .document .document-icon img {
  width: 100%;
}

@media (max-width: 979px) {
  .doc-half {
    padding: 30px 10px;
  }
}
.doc-half .document {
  width: 100%;
  overflow: hidden;
  padding: 10px;
  margin: 100px 0;
}
@media (max-width: 979px) {
  .doc-half .document {
    margin: 0;
  }
}
.doc-half .document .document-text {
  -webkit-box-flex: 6;
      -ms-flex: 6;
          flex: 6;
  padding: 0 30px;
}
@media (max-width: 599px) {
  .doc-half .document .document-text {
    padding: 0 20px;
  }
}
.doc-half .document .document-text h2 {
  margin: 5px 0 10px;
}
.doc-half .document .document-text h2 {
  font-size: 16px;
  line-height: 18.4px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .doc-half .document .document-text h2 {
    font-size: calc(16px + 0 * (100vw - 360px) / 740);
    line-height: calc((16px + 0 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .doc-half .document .document-text h2 {
    font-size: 16px;
    line-height: 18.4px;
  }
}
.doc-half .document .document-text p {
  color: #222;
}
.doc-half .document .document-text p {
  font-size: 12px;
  line-height: 18.72px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .doc-half .document .document-text p {
    font-size: calc(12px + 0 * (100vw - 360px) / 740);
    line-height: calc((12px + 0 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .doc-half .document .document-text p {
    font-size: 12px;
    line-height: 18.72px;
  }
}
.doc-half .document .document-icon {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.doc-half .document .document-icon img {
  width: 100%;
}

.blog-single {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.blog-single.v-align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}
.blog-single ul {
  list-style-type: disc;
}
.blog-single ul li {
  margin-left: 20px;
}
.blog-single img {
  margin: 20px;
  max-width: 100%;
  height: auto !important;
}
.blog-single table {
  border-spacing: 0;
  border-collapse: collapse;
}
.blog-single table td {
  border: 1px solid black;
  padding: 10px;
}
.blog-single iframe {
  max-width: 100%;
}
.blog-single h2 {
  padding: 20px 0;
}
.blog-single h3 {
  padding: 10px 0 20px;
}
.blog-single h6 {
  margin: 0;
  color: #798286;
  font-weight: 400;
  padding: 5px 0;
}
.blog-single h6 {
  font-size: 14px;
  line-height: 21.84px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .blog-single h6 {
    font-size: calc(14px + 0 * (100vw - 360px) / 740);
    line-height: calc((14px + 0 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .blog-single h6 {
    font-size: 14px;
    line-height: 21.84px;
  }
}
.blog-single p {
  margin-bottom: 10px;
}
.blog-single p {
  font-size: 14px;
  line-height: 21.84px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .blog-single p {
    font-size: calc(14px + 0 * (100vw - 360px) / 740);
    line-height: calc((14px + 0 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .blog-single p {
    font-size: 14px;
    line-height: 21.84px;
  }
}
.blog-single a {
  color: #de5c45;
}

.blog-single-end {
  border-bottom: 1px solid #222;
  width: 80%;
  margin: 80px auto 0;
}

.news-flash-cont h2, .news-article-cont h2 {
  background-color: #fff;
  text-align: center;
  padding: 15px;
}
.news-flash-cont h2, .news-article-cont h2 {
  font-size: 18px;
  line-height: 28.08px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .news-flash-cont h2, .news-article-cont h2 {
    font-size: calc(18px + 4 * (100vw - 360px) / 740);
    line-height: calc((18px + 4 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .news-flash-cont h2, .news-article-cont h2 {
    font-size: 22px;
    line-height: 34.32px;
  }
}

.news-flash-cont {
  background-color: #f3f5f7;
  margin: 10px 30px 0 10px;
  padding-bottom: 30px;
}
.news-flash-cont .news-flash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.news-flash-cont .news-flash h3 {
  font-weight: 900;
  font-family: "Futura Bold", Arial;
  letter-spacing: -1px;
}
.news-flash-cont .news-flash h3 {
  font-size: 18px;
  line-height: 28.08px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .news-flash-cont .news-flash h3 {
    font-size: calc(18px + 4 * (100vw - 360px) / 740);
    line-height: calc((18px + 4 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .news-flash-cont .news-flash h3 {
    font-size: 22px;
    line-height: 34.32px;
  }
}
.news-flash-cont .news-flash h6 {
  margin: 0;
  color: #798286;
  padding: 5px 0 20px;
}
.news-flash-cont .news-flash h6 {
  font-size: 14px;
  line-height: 21.84px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .news-flash-cont .news-flash h6 {
    font-size: calc(14px + 0 * (100vw - 360px) / 740);
    line-height: calc((14px + 0 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .news-flash-cont .news-flash h6 {
    font-size: 14px;
    line-height: 21.84px;
  }
}
.news-flash-cont .news-flash p {
  font-size: 16px;
  line-height: 24.96px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .news-flash-cont .news-flash p {
    font-size: calc(16px + 0 * (100vw - 360px) / 740);
    line-height: calc((16px + 0 * (100vw - 360px) / 740) * 1.56);
  }
}
@media (min-width: 1100px) {
  .news-flash-cont .news-flash p {
    font-size: 16px;
    line-height: 24.96px;
  }
}
.news-flash-cont .news-flash-inner {
  border-bottom: 2px solid lightgrey;
  margin: 0 30px;
  padding: 30px 0 20px;
}

.letter-nav,
.section-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.letter-nav ul,
.section-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.letter-nav li,
.section-nav li {
  display: inline;
}
.letter-nav li a,
.section-nav li a {
  font-family: "Futura Bold", Arial;
}
.letter-nav li a,
.section-nav li a {
  font-size: 12px;
  line-height: 13.8px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .letter-nav li a,
  .section-nav li a {
    font-size: calc(12px + 4 * (100vw - 360px) / 740);
    line-height: calc((12px + 4 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .letter-nav li a,
  .section-nav li a {
    font-size: 16px;
    line-height: 18.4px;
  }
}

.section-nav {
  padding: 30px 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-nav ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.section-nav li {
  padding: 5px 30px;
}

.color-orange a {
  color: #de5c45;
}
.color-orange a:hover {
  color: #cc3d24;
}
.color-orange li.active {
  border-bottom: 2px solid #de5c45;
}

.color-crimson a {
  color: #AF3627;
}
.color-crimson a:hover {
  color: #85291e;
}
.color-crimson li.active {
  border-bottom: 2px solid #AF3627;
}

.color-yellow a {
  color: #F6B831;
}
.color-yellow a:hover {
  color: #eaa30a;
}
.color-yellow li.active {
  border-bottom: 2px solid #F6B831;
}

.color-sky a {
  color: #5BB4B1;
}
.color-sky a:hover {
  color: #459794;
}
.color-sky li.active {
  border-bottom: 2px solid #5BB4B1;
}

.color-navy {
  color: #0A1521;
}
.color-navy a {
  color: #0A1521;
}
.color-navy a:hover {
  color: black;
}
.color-navy li.active {
  border-bottom: 2px solid #0A1521;
}

.color-gold a {
  color: #EDAF59;
}
.color-gold a:hover {
  color: #e8992b;
}
.color-gold li.active {
  border-bottom: 2px solid #EDAF59;
}

.color-blue a {
  color: #31679F;
}
.color-blue a:hover {
  color: #254e78;
}
.color-blue li.active {
  border-bottom: 2px solid #31679F;
}

.color-teal a {
  color: #67BB8C;
}
.color-teal a:hover {
  color: #4aa572;
}
.color-teal li.active {
  border-bottom: 2px solid #67BB8C;
}

.color-tallow a {
  color: #AD9F73;
}
.color-tallow a:hover {
  color: #958758;
}
.color-tallow li.active {
  border-bottom: 2px solid #AD9F73;
}

.letter-nav {
  padding: 0 0 15px;
}
@media (max-width: 1023px) {
  .letter-nav {
    padding: 20px;
  }
}
.letter-nav ul {
  margin: 20px -10px;
}
.letter-nav li {
  text-transform: uppercase;
  margin: 5px 10px;
}

/*------------------------------------|
|	Buttons                             |
|------------------------------------*/
.btn {
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
  padding: 5px 25px;
  -webkit-background-size: 300% 100%;
          background-size: 300% 100%;
  -webkit-border-radius: 150px;
          border-radius: 150px;
  text-decoration: none;
  display: inline-block;
  line-height: 24px;
  border: 1px solid #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.btn:focus {
  outline: none;
}

.btn-green {
  border: none;
  background-color: #5BB4B1;
  color: #fff;
  padding: 10px 30px;
}
.btn-green {
  font-size: 14px;
  line-height: 16.1px;
}
@media (min-width: 360px) and (max-width: 1100px) {
  .btn-green {
    font-size: calc(14px + 2 * (100vw - 360px) / 740);
    line-height: calc((14px + 2 * (100vw - 360px) / 740) * 1.15);
  }
}
@media (min-width: 1100px) {
  .btn-green {
    font-size: 16px;
    line-height: 18.4px;
  }
}
.btn-green:hover {
  background-color: #459794;
  cursor: pointer;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 0px 0px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  margin-left: 10px;
  overflow: visible;
  display: none;
}
@media (max-width: 1023px) {
  .hamburger {
    display: contents;
  }
}
.hamburger:hover {
  opacity: 0.7;
}

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

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

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

.close {
  position: absolute;
  z-index: 1000000000000;
  top: 20px;
  right: 20px;
  height: 20px;
  width: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 20px;
  display: inline-block;
}
@media (max-width: 767px) {
  .close {
    top: 15px;
    right: 15px;
  }
}
.close:before, .close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -1.5px;
  margin-left: -10px;
  display: block;
  height: 3px;
  width: 20px;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
}
.close:after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.close:hover:before, .close:hover:after {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.search-results-navigator {
  margin: 16px 24px;
}
.search-results-navigator .pagination-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search-results-navigator .pagination-links .pagination-link {
  margin-right: 16px;
  cursor: pointer;
}
.search-results-navigator .pagination-links .pagination-link.selected {
  text-decoration: underline;
  font-weight: bold;
}

.modal {
  position: fixed;
  bottom: 50%;
  right: 50%;
  width: 100%;
  height: auto;
  max-width: 1000px;
  max-height: 90%;
  background: #fff;
  z-index: 10000000;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-transform: translateY(60%) translateX(50%);
      -ms-transform: translateY(60%) translateX(50%);
          transform: translateY(60%) translateX(50%);
  -webkit-box-shadow: 0 0 101px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 101px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
}
.modal.withScroll {
  overflow: auto !important;
}
@media (max-width: 1679px) {
  .modal {
    height: 100%;
    max-height: 100%;
  }
}
.modal .wrapper__modal {
  overflow: auto;
  display: block;
}
@media (max-width: 1679px) {
  .modal .wrapper__modal {
    height: 100%;
  }
}
.modal .message {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.modal .message h2 {
  font-weight: 400;
}
.modal .message p {
  margin-bottom: 20px;
}
.modal .message p:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1279px) {
  .modal .message h1 {
    margin-top: 15px;
  }
}

.accordian-block .accordian-item {
  margin: 12px;
  margin-bottom: -14px;
}
.accordian-block .accordian-item .top-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: black;
  color: white;
  padding: 10px 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.accordian-block .accordian-item .top-section.black-heading {
  color: black;
}
.accordian-block .accordian-item .top-section:hover {
  color: gainsboro;
}
.accordian-block .accordian-item .top-section .arrow {
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  margin-left: 20px;
}
.accordian-block .accordian-item .bottom-section .wrapper {
  margin: 16px;
  display: grid;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  grid-template-rows: 0fr;
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
       -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.accordian-block .accordian-item .bottom-section .wrapper div {
  overflow: hidden;
}
.accordian-block .accordian-item .bottom-section .wrapper a {
  text-decoration: underline;
  font-weight: bold;
}
.accordian-block .accordian-item.open {
  margin-bottom: 0px;
}
.accordian-block .accordian-item.open .wrapper {
  grid-template-rows: 1fr;
}
.accordian-block .accordian-item.open .arrow {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.accordian-block .accordian-item.open .bottom-section {
  background: #f1f1f1;
  padding-top: 1px;
}

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