/*! style.css v5.3.4 */

/**
 * Theme Name:  Exponent Philanthropy
 * Theme URI:   http://
 * Description: Website theme.
 * Author:      Wood Street, Inc.
 * Author URI:  http://woodst.com
 * Version:     1.00
 * Copyright:   2017, All Rights Reserved.
 */

/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Core
 * 3.0 - Components
 * 4.0 - Modules
 * 5.0 - Print
 */

/*! reset.css */

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

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

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

body {
  margin: 0;
}

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

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

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

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

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

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

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

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

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

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

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

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

b,
strong {
  font-weight: inherit;
}

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

b,
strong {
  font-weight: bolder;
}

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

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

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

dfn {
  font-style: italic;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

audio,
video {
  display: inline-block;
}

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

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

button,
input {
  /* 1 */
  overflow: visible;
}

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

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */

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

/**
 * Restore the focus styles unset by the previous rule.
 */

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

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

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

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

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

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

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

details,
menu {
  display: block;
}

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

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

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

canvas {
  display: inline-block;
}

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

template {
  display: none;
}

/* Hidden
   ========================================================================== */

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

[hidden] {
  display: none;
}

/*! core.css */

/* Reset
   ========================================================================== */

/**
 * Make viewport responsive.
 */

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/**
 * Box model.
 */

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */

abbr[title],
dfn[title] {
  cursor: help;
}

/**
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Make images, iframes and videos responsive.
 */

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

iframe {
  max-width: 100%;
}

/**
 * Remove default fieldset styles.
 */

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

/**
 * Remove default figure styles.
 */

figure {
  margin: 0 0 20px;
}

/**
 * So that label text is aligned to the top.
 */

textarea {
  vertical-align: top;
  resize: vertical;
}

/**
 * Remove outline from tabindex.
 */

[tabindex="-1"]:focus {
  outline: none !important;
}

/**
 * Maps canvas.
 */

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

/* Fonts
   ========================================================================== */

/**
 * font-family: 'Lato', sans-serif;
 */

/* Base
   ========================================================================== */

html {
  background-color: #cfe0f7;
}

body {
  background-color: #cfe0f7;
  color: #666868;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  body {
    font-size: 20px;
    line-height: 32px;
  }
}

/**
 * Admin bar
 */

body.admin-bar {
  padding-top: 46px;
}

@media (min-width: 783px) {
  body.admin-bar {
    padding-top: 32px;
  }
}

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

/**
 * Links.
 */

a {
  color: #4f81c2;
}

a:hover,
a:focus {
  color: #385a84;
  text-decoration: none;
}

a[href^=tel] {
  color: inherit;
  text-decoration: none;
}

/**
 * Headings 1–6.
 */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #4f81c2;
  font-weight: 700;
  margin-top: 0;
}

h1,
.h1 {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 20px;
  padding-top: 24px;
}

h1 strong,
.h1 strong {
  font-weight: 900;
}

h2,
.h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 20px;
  padding-top: 16px;
}

h3,
.h3 {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
  padding-top: 16px;
}

h4,
.h4 {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 20px;
  padding-top: 16px;
}

h5,
.h5 {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 16px;
  padding-top: 16px;
}

h6,
.h6 {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  padding-top: 16px;
}

@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1px;
    margin-bottom: 28px;
  }

  h2,
  .h2 {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 28px;
  }

  h3,
  .h3 {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  h4,
  .h4 {
    font-size: 26px;
    line-height: 32px;
  }

  h5,
  .h5 {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 20px;
  }

  h6,
  .h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 16px;
  }
}

@media (min-width: 1280px) {
  h1,
  .h1 {
    font-weight: bold;
    font-size: 64px;
    line-height: 68px;
  }

  h2,
  .h2 {
    font-size: 48px;
    line-height: 52px;
    padding-top: 24px;
  }

  h3,
  .h3 {
    font-size: 36px;
    line-height: 40px;
    padding-top: 24px;
  }

  h4,
  .h4 {
    font-size: 32px;
    line-height: 36px;
    padding-top: 24px;
  }

  h5,
  .h5 {
    font-size: 24px;
    line-height: 28px;
  }

  h6,
  .h6 {
    font-size: 20px;
    line-height: 24px;
  }
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  color: inherit;
  text-decoration: none;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  line-height: 1;
}

/**
 * Paragraph.
 */

p {
  margin-top: 0;
  margin-bottom: 24px;
}

/**
 * Lead.
 */

.lead {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -.01px;
  margin-bottom: 28px;
}

@media (min-width: 768px) {
  .lead {
    font-size: 22px;
    line-height: 32px;
  }

  .lead .dropcap {
    font-size: 108px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}

@media (min-width: 1280px) {
  .lead {
    font-size: 24px;
    line-height: 36px;
  }

  .lead .dropcap {
    font-size: 120px;
    margin-top: -8px;
    margin-bottom: -8px;
  }
}

/**
 * Dropcap.
 */

.dropcap {
  float: left;
  color: #ffae3d;
  font-weight: bold;
  font-size: 3em;
  line-height: 1;
  margin-right: 12px;
}

/**
 * Address.
 */

address {
  font-style: normal;
  line-height: inherit;
  margin-bottom: 20px;
}

/**
 * Blockquote.
 */

blockquote {
  border-left: 3px solid #ffae3d;
  color: #385a84;
  margin: 0 0 24px 0;
  padding: 0 0 0 29px;
}

blockquote *:last-child {
  margin-bottom: 0;
}

blockquote cite {
  display: block;
  color: #ffae3d;
  font-weight: 800;
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2px;
  font-style: normal;
  text-transform: uppercase;
  padding-left: 16px;
}

blockquote cite:before {
  content: "\2014";
  margin-left: -16px;
}

blockquote cite em {
  display: block;
  color: #666868;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  text-transform: none;
}

@media (min-width: 544px) {
  blockquote {
    font-size: 22px;
    line-height: 28px;
    margin-left: 32px;
  }
}

@media (min-width: 1280px) {
  blockquote {
    font-size: 24px;
    line-height: 36px;
  }

  blockquote cite {
    letter-spacing: 4px;
  }
}

/**
 * Code.
 */

code {
  background-color: #e8f2ff;
  padding: 2px 4px;
  border-radius: 4px;
}

kbd {
  background-color: #4f81c2;
  padding: 2px 4px;
  color: #fff;
  border-radius: 4px;
}

kbd kbd {
  padding: 0;
  font-weight: bolder;
  -webkit-box-shadow: none;
  box-shadow: none;
}

pre {
  display: block;
  background-color: #e8f2ff;
  border-width: 1px 1px 1px 4px;
  border-style: solid;
  border-color: #cfdef3 #cfdef3 #cfdef3 #4f81c2;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 15px 15px 15px 16px;
  word-break: break-all;
  word-wrap: break-word;
  overflow: auto;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
}

/**
 * Horizontal rule.
 */

hr,
.hr {
  display: block;
  border-top: 3px solid transparent;
  border-right-width: 0;
  border-bottom: 1px solid #cfdef3;
  border-left-width: 0;
  color: inherit;
  margin-top: 28px;
  margin-bottom: 32px;
}

/* Images
   ========================================================================== */

/* Image caption
   -------------------------------------------------------------------------- */

.img-caption {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 20px;
}

.img-caption img {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-caption-text {
  color: #4f81c2;
  font-size: 90%;
  line-height: 20px;
  text-align: center;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  padding-top: 16px;
  padding-bottom: 16px;
}

/* Contextual variations
   -------------------------------------------------------------------------- */

/**
 * 1. Set dimensions on parent.
 */

.img-cover,
.img-contain {
  position: relative;
  width: 100%;
  /* 1 */
  height: 100%;
  /* 1 */
  overflow: hidden;
}

.img-contain img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
  max-width: 10%;
  max-height: 10%;
  -webkit-transform: scale(10);
  transform: scale(10);
}

.img-cover img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  width: auto;
  height: auto;
}

.img-fluid,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  display: block;
  background-color: #fff;
  border: 2px solid #cfdef3;
  margin-bottom: 20px;
  padding: 6px;
  width: auto;
}

.img-rounded {
  border-radius: 8px;
}

.img-circle {
  border-radius: 50%;
}

/**
 * Alignment.
 */

img.alignright,
.img-caption.alignright {
  float: right;
  margin-left: 32px;
  margin-bottom: 20px;
}

img.alignleft,
.img-caption.alignleft {
  float: left;
  margin-right: 32px;
  margin-bottom: 20px;
}

img.aligncenter,
.img-caption.aligncenter {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

img.alignnone,
.img-caption.alignnone {
  float: none;
  display: block;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

@media (max-width: 543px) {
  img.alignright-xs,
  .img-caption.alignright-xs {
    float: right;
    margin-left: 32px;
    margin-bottom: 20px;
  }

  img.alignleft-xs,
  .img-caption.alignleft-xs {
    float: left;
    margin-right: 32px;
    margin-bottom: 20px;
  }

  img.aligncenter-xs,
  .img-caption.aligncenter-xs {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  img.alignnone-xs,
  .img-caption.alignnone-xs {
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  img.alignright-sm,
  .img-caption.alignright-sm {
    float: right;
    margin-left: 32px;
    margin-bottom: 20px;
  }

  img.alignleft-sm,
  .img-caption.alignleft-sm {
    float: left;
    margin-right: 32px;
    margin-bottom: 20px;
  }

  img.aligncenter-sm,
  .img-caption.aligncenter-sm {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  img.alignnone-sm,
  .img-caption.alignnone-sm {
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  img.alignright-md,
  .img-caption.alignright-md {
    float: right;
    margin-left: 32px;
    margin-bottom: 20px;
  }

  img.alignleft-md,
  .img-caption.alignleft-md {
    float: left;
    margin-right: 32px;
    margin-bottom: 20px;
  }

  img.aligncenter-md,
  .img-caption.aligncenter-md {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  img.alignnone-md,
  .img-caption.alignnone-md {
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  img.alignright-lg,
  .img-caption.alignright-lg {
    float: right;
    margin-left: 32px;
    margin-bottom: 20px;
  }

  img.alignleft-lg,
  .img-caption.alignleft-lg {
    float: left;
    margin-right: 32px;
    margin-bottom: 20px;
  }

  img.aligncenter-lg,
  .img-caption.aligncenter-lg {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  img.alignnone-lg,
  .img-caption.alignnone-lg {
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media (min-width: 1280px) {
  img.alignright-xl,
  .img-caption.alignright-xl {
    float: right;
    margin-left: 32px;
    margin-bottom: 20px;
  }

  img.alignleft-xl,
  .img-caption.alignleft-xl {
    float: left;
    margin-right: 32px;
    margin-bottom: 20px;
  }

  img.aligncenter-xl,
  .img-caption.aligncenter-xl {
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }

  img.alignnone-xl,
  .img-caption.alignnone-xl {
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* Lists
   ========================================================================== */

ul,
ol {
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 32px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dd {
  margin-left: 32px;
}

/* Contextual variations
   -------------------------------------------------------------------------- */

/**
 * Unstyled list.
 */

ul.list-unstyled,
ol.list-unstyled,
.list-unstyled > ul,
.list-unstyled > ol {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}

ul.list-unstyled > li,
ol.list-unstyled > li,
.list-unstyled > ul > li,
.list-unstyled > ol > li {
  margin-bottom: 0;
}

/**
 * Inline list.
 */

ul.list-inline,
ol.list-inline,
.list-inline > ul,
.list-inline > ol {
  list-style: none;
  margin-left: -4px;
  padding-left: 0;
}

ul.list-inline > li,
ol.list-inline > li,
.list-inline > ul > li,
.list-inline > ol > li {
  display: inline-block;
  margin-bottom: 0;
  padding-right: 4px;
  padding-left: 4px;
}

/**
 * Columned list.
 */

@media (min-width: 544px) {
  ul.list-columned,
  ol.list-columned,
  .list-columned > ul,
  .list-columned > ol {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 64px;
    -moz-column-gap: 64px;
    column-gap: 64px;
  }

  ul.list-columned > li,
  ol.list-columned > li,
  .list-columned > ul > li,
  .list-columned > ol > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

/**
 * Unordered list.
 */

ul.list-unordered,
.list-unordered > ul {
  list-style: none;
}

ul.list-unordered > li,
.list-unordered > ul > li {
  position: relative;
  margin-bottom: 8px;
}

ul.list-unordered > li:before,
.list-unordered > ul > li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eaf2";
  color: #ffae3d;
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
  position: absolute;
  right: 100%;
  margin-right: 4px;
}

ul.list-unordered > li > ul,
ul.list-unordered > li > ol,
.list-unordered > ul > li > ul,
.list-unordered > ul > li > ol {
  margin-top: 8px;
}

/**
 * Ordered list.
 */

ol.list-ordered,
.list-ordered > ol {
  list-style: none;
  counter-reset: li;
}

ol.list-ordered > li,
.list-ordered > ol > li {
  position: relative;
  margin-bottom: 8px;
}

ol.list-ordered > li:before,
.list-ordered > ol > li:before {
  counter-increment: li;
  content: counter(li) ".";
  color: #ffae3d;
  text-align: right;
  white-space: nowrap;
  position: absolute;
  right: 100%;
  margin-right: 4px;
}

ol.list-ordered > li > ul,
ol.list-ordered > li > ol,
.list-ordered > ol > li > ul,
.list-ordered > ol > li > ol {
  margin-top: 8px;
}

/**
 * Definition list.
 */

dl.list-definition > dt,
.list-definition > dl > dt {
  color: #4f81c2;
  font-weight: bolder;
}

dl.list-definition > dd,
.list-definition > dl > dd {
  border-bottom: 1px solid #cfdef3;
  margin-bottom: 16px;
  margin-left: 0;
  padding-bottom: 15px;
}

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

legend {
  color: #ffae3d;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  caption-side: top;
  overflow: hidden;
  text-align: center;
  width: 100%;
}

legend:before,
legend:after {
  background-color: #cfdef3;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

legend:before {
  right: 16px;
  margin-left: -50%;
}

legend:after {
  left: 16px;
  margin-right: -50%;
}

label {
  display: inline-block;
  color: #4f81c2;
  font-weight: bolder;
  margin-bottom: 4px;
}

button,
input,
optgroup,
select,
textarea {
  color: #666868;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  line-height: normal;
}

input,
select,
textarea {
  display: block;
  background-color: #fff;
  border: 2px solid #cfdef3;
  width: 100%;
  height: 48px;
  padding: 0 0 0 14px;
}

input:focus,
select:focus,
textarea:focus {
  border-color: #4f81c2;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: inherit;
  text-overflow: ellipsis;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
  text-overflow: ellipsis;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: inherit;
  text-overflow: ellipsis;
  opacity: 1;
}

input[type="checkbox"],
input[type="radio"] {
  display: inline-block;
  background-color: transparent;
  border: 0;
  width: auto;
  height: auto;
  margin: 0 4px 0 0;
  padding: 0;
}

select[multiple] {
  height: auto;
}

textarea {
  line-height: 24px;
  height: auto;
  min-height: 120px;
  padding: 7px 15px;
}

/**
 * Input and select large.
 */

.input-large,
.select-large {
  height: 56px;
}

/**
 * Input and select small.
 */

.input-small,
.select-small {
  height: 40px;
}

/**
 * Checkbox and radio.
 */

.checkbox,
.radio {
  font-weight: normal;
  position: relative;
  padding-left: 20px;
  vertical-align: top;
}

.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  margin-left: -20px;
}

/**
 * Field.
 */

.field {
  margin-bottom: 20px;
}

/* Tables
   ========================================================================== */

table {
  /*border-collapse: collapse; TODO: Review property.*/
  border-spacing: 0;
  text-align: left;
}

caption {
  color: #ffae3d;
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 800;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  caption-side: top;
}

thead {
  vertical-align: bottom;
}

th {
  font-weight: bolder;
}

th,
td {
  padding: 0;
}

td {
  vertical-align: top;
}

/*! components.css */

/* Media
   ========================================================================== */

.media,
.media-body {
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}

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

.media-right {
  padding-left: 16px;
}

.media-left {
  padding-right: 16px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-top {
  vertical-align: top;
}

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

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

.media-heading {
  padding-top: 0;
}

.media-reverse {
  direction: rtl;
}

.media-reverse > .media-left,
.media-reverse > .media-right,
.media-reverse > .media-body {
  direction: ltr;
}

.media-reverse > .media-right {
  padding-left: 0;
  padding-right: 16px;
}

.media-reverse > .media-left {
  padding-left: 16px;
  padding-right: 0;
}

@media (min-width: 544px) {
  .media-sm,
  .media-body-sm {
    overflow: hidden;
  }

  .media-body-sm {
    width: 10000px;
  }

  .media-object-sm {
    display: block;
  }

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

  .media-right-sm {
    padding-left: 16px;
  }

  .media-left-sm {
    padding-right: 16px;
  }

  .media-left-sm,
  .media-right-sm,
  .media-body-sm {
    display: table-cell;
    vertical-align: top;
  }

  .media-top-sm {
    vertical-align: top;
  }

  .media-middle-sm {
    vertical-align: middle;
  }

  .media-bottom-sm {
    vertical-align: bottom;
  }

  .media-heading-sm {
    padding-top: 0;
  }

  .media-reverse-sm {
    direction: rtl;
  }

  .media-reverse-sm > .media-left-sm,
  .media-reverse-sm > .media-right-sm,
  .media-reverse-sm > .media-body-sm {
    direction: ltr;
  }

  .media-reverse-sm > .media-right-sm {
    padding-left: 0;
    padding-right: 16px;
  }

  .media-reverse-sm > .media-left-sm {
    padding-left: 16px;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .media-md,
  .media-body-md {
    overflow: hidden;
  }

  .media-body-md {
    width: 10000px;
  }

  .media-object-md {
    display: block;
  }

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

  .media-right-md {
    padding-left: 16px;
  }

  .media-left-md {
    padding-right: 16px;
  }

  .media-left-md,
  .media-right-md,
  .media-body-md {
    display: table-cell;
    vertical-align: top;
  }

  .media-top-md {
    vertical-align: top;
  }

  .media-middle-md {
    vertical-align: middle;
  }

  .media-bottom-md {
    vertical-align: bottom;
  }

  .media-heading-md {
    padding-top: 0;
  }

  .media-reverse-md {
    direction: rtl;
  }

  .media-reverse-md > .media-left-md,
  .media-reverse-md > .media-right-md,
  .media-reverse-md > .media-body-md {
    direction: ltr;
  }

  .media-reverse-md > .media-right-md {
    padding-left: 0;
    padding-right: 16px;
  }

  .media-reverse-md > .media-left-md {
    padding-left: 16px;
    padding-right: 0;
  }
}

@media (min-width: 1024px) {
  .media-lg,
  .media-body-lg {
    overflow: hidden;
  }

  .media-body-lg {
    width: 10000px;
  }

  .media-object-lg {
    display: block;
  }

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

  .media-right-lg {
    padding-left: 16px;
  }

  .media-left-lg {
    padding-right: 16px;
  }

  .media-left-lg,
  .media-right-lg,
  .media-body-lg {
    display: table-cell;
    vertical-align: top;
  }

  .media-top-lg {
    vertical-align: top;
  }

  .media-middle-lg {
    vertical-align: middle;
  }

  .media-bottom-lg {
    vertical-align: bottom;
  }

  .media-heading-lg {
    padding-top: 0;
  }

  .media-reverse-lg {
    direction: rtl;
  }

  .media-reverse-lg > .media-left-lg,
  .media-reverse-lg > .media-right-lg,
  .media-reverse-lg > .media-body-lg {
    direction: ltr;
  }

  .media-reverse-lg > .media-right-lg {
    padding-left: 0;
    padding-right: 16px;
  }

  .media-reverse-lg > .media-left-lg {
    padding-left: 16px;
    padding-right: 0;
  }
}

@media (min-width: 1280px) {
  .media-xl,
  .media-body-xl {
    overflow: hidden;
  }

  .media-body-xl {
    width: 10000px;
  }

  .media-object-xl {
    display: block;
  }

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

  .media-right-xl {
    padding-left: 16px;
  }

  .media-left-xl {
    padding-right: 16px;
  }

  .media-left-xl,
  .media-right-xl,
  .media-body-xl {
    display: table-cell;
    vertical-align: top;
  }

  .media-top-xl {
    vertical-align: top;
  }

  .media-middle-xl {
    vertical-align: middle;
  }

  .media-bottom-xl {
    vertical-align: bottom;
  }

  .media-heading-xl {
    padding-top: 0;
  }

  .media-reverse-xl {
    direction: rtl;
  }

  .media-reverse-xl > .media-left-xl,
  .media-reverse-xl > .media-right-xl,
  .media-reverse-xl > .media-body-xl {
    direction: ltr;
  }

  .media-reverse-xl > .media-right-xl {
    padding-left: 0;
    padding-right: 16px;
  }

  .media-reverse-xl > .media-left-xl {
    padding-left: 16px;
    padding-right: 0;
  }
}

/* Grids
   ========================================================================== */

.container {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 960px;
  }
}

@media (min-width: 1280px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-right: -16px;
  margin-left: -16px;
}

.container:after,
.container-fluid:after,
.row:after {
  display: table;
  content: "";
  clear: both;
}

@media (max-width: 543px) {
  .container-xs-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-xs-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .row-xs-only {
    margin-right: -16px;
    margin-left: -16px;
  }

  .container-xs-only:after,
  .container-fluid-xs-only:after,
  .row-xs-only:after {
    display: table;
    content: "";
    clear: both;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .container-sm-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-sm-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .row-sm-only {
    margin-right: -16px;
    margin-left: -16px;
  }

  .container-sm-only:after,
  .container-fluid-sm-only:after,
  .row-sm-only:after {
    display: table;
    content: "";
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .container-md-only {
    width: 720px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-md-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .row-md-only {
    margin-right: -16px;
    margin-left: -16px;
  }

  .container-md-only:after,
  .container-fluid-md-only:after,
  .row-md-only:after {
    display: table;
    content: "";
    clear: both;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .container-lg-only {
    width: 960px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-lg-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .row-lg-only {
    margin-right: -16px;
    margin-left: -16px;
  }

  .container-lg-only:after,
  .container-fluid-lg-only:after,
  .row-lg-only:after {
    display: table;
    content: "";
    clear: both;
  }
}

@media (min-width: 1280px) {
  .container-xl-only {
    width: 1200px;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .container-fluid-xl-only {
    padding-right: 16px;
    padding-left: 16px;
    margin-right: auto;
    margin-left: auto;
  }

  .row-xl-only {
    margin-right: -16px;
    margin-left: -16px;
  }

  .container-xl-only:after,
  .container-fluid-xl-only:after,
  .row-xl-only:after {
    display: table;
    content: "";
    clear: both;
  }
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 16px;
  padding-left: 16px;
}

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

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

.col-xs-10 {
  width: 83.33334%;
}

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

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

.col-xs-7 {
  width: 58.33334%;
}

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

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

.col-xs-4 {
  width: 33.33334%;
}

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

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

.col-xs-1 {
  width: 8.33334%;
}

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

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

.col-xs-pull-10 {
  right: 83.33334%;
}

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

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

.col-xs-pull-7 {
  right: 58.33334%;
}

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

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

.col-xs-pull-4 {
  right: 33.33334%;
}

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

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

.col-xs-pull-1 {
  right: 8.33334%;
}

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

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

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

.col-xs-push-10 {
  left: 83.33334%;
}

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

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

.col-xs-push-7 {
  left: 58.33334%;
}

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

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

.col-xs-push-4 {
  left: 33.33334%;
}

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

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

.col-xs-push-1 {
  left: 8.33334%;
}

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

.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-0 {
  margin-left: 0;
}

@media (min-width: 544px) {
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-10 {
    width: 83.33334%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-7 {
    width: 58.33334%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-4 {
    width: 33.33334%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-1 {
    width: 8.33334%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-10 {
    right: 83.33334%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-7 {
    right: 58.33334%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-4 {
    right: 33.33334%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-1 {
    right: 8.33334%;
  }

  .col-sm-pull-0 {
    right: 0;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-10 {
    left: 83.33334%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-7 {
    left: 58.33334%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-4 {
    left: 33.33334%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-1 {
    left: 8.33334%;
  }

  .col-sm-push-0 {
    left: 0;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }

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

  .col-sm-offset-10 {
    margin-left: 83.33334%;
  }

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

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

  .col-sm-offset-7 {
    margin-left: 58.33334%;
  }

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

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

  .col-sm-offset-4 {
    margin-left: 33.33334%;
  }

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

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

  .col-sm-offset-1 {
    margin-left: 8.33334%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-10 {
    width: 83.33334%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-7 {
    width: 58.33334%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-4 {
    width: 33.33334%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-1 {
    width: 8.33334%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-10 {
    right: 83.33334%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-7 {
    right: 58.33334%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-4 {
    right: 33.33334%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-1 {
    right: 8.33334%;
  }

  .col-md-pull-0 {
    right: 0;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-10 {
    left: 83.33334%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-7 {
    left: 58.33334%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-4 {
    left: 33.33334%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-1 {
    left: 8.33334%;
  }

  .col-md-push-0 {
    left: 0;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }

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

  .col-md-offset-10 {
    margin-left: 83.33334%;
  }

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

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

  .col-md-offset-7 {
    margin-left: 58.33334%;
  }

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

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

  .col-md-offset-4 {
    margin-left: 33.33334%;
  }

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

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

  .col-md-offset-1 {
    margin-left: 8.33334%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1024px) {
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-10 {
    width: 83.33334%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-7 {
    width: 58.33334%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-4 {
    width: 33.33334%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-1 {
    width: 8.33334%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-10 {
    right: 83.33334%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-7 {
    right: 58.33334%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-4 {
    right: 33.33334%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-1 {
    right: 8.33334%;
  }

  .col-lg-pull-0 {
    right: 0;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-10 {
    left: 83.33334%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-7 {
    left: 58.33334%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-4 {
    left: 33.33334%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-1 {
    left: 8.33334%;
  }

  .col-lg-push-0 {
    left: 0;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }

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

  .col-lg-offset-10 {
    margin-left: 83.33334%;
  }

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

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

  .col-lg-offset-7 {
    margin-left: 58.33334%;
  }

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

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

  .col-lg-offset-4 {
    margin-left: 33.33334%;
  }

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

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

  .col-lg-offset-1 {
    margin-left: 8.33334%;
  }

  .col-lg-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1280px) {
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-11 {
    width: 91.66667%;
  }

  .col-xl-10 {
    width: 83.33334%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-8 {
    width: 66.66667%;
  }

  .col-xl-7 {
    width: 58.33334%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-5 {
    width: 41.66667%;
  }

  .col-xl-4 {
    width: 33.33334%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-2 {
    width: 16.66667%;
  }

  .col-xl-1 {
    width: 8.33334%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-pull-11 {
    right: 91.66667%;
  }

  .col-xl-pull-10 {
    right: 83.33334%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-8 {
    right: 66.66667%;
  }

  .col-xl-pull-7 {
    right: 58.33334%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-5 {
    right: 41.66667%;
  }

  .col-xl-pull-4 {
    right: 33.33334%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-2 {
    right: 16.66667%;
  }

  .col-xl-pull-1 {
    right: 8.33334%;
  }

  .col-xl-pull-0 {
    right: 0;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-push-11 {
    left: 91.66667%;
  }

  .col-xl-push-10 {
    left: 83.33334%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-8 {
    left: 66.66667%;
  }

  .col-xl-push-7 {
    left: 58.33334%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-5 {
    left: 41.66667%;
  }

  .col-xl-push-4 {
    left: 33.33334%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-2 {
    left: 16.66667%;
  }

  .col-xl-push-1 {
    left: 8.33334%;
  }

  .col-xl-push-0 {
    left: 0;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }

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

  .col-xl-offset-10 {
    margin-left: 83.33334%;
  }

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

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

  .col-xl-offset-7 {
    margin-left: 58.33334%;
  }

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

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

  .col-xl-offset-4 {
    margin-left: 33.33334%;
  }

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

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

  .col-xl-offset-1 {
    margin-left: 8.33334%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }
}

/* Grids flex
   -------------------------------------------------------------------------- */

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row-flex > [class*='col-'] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.row-flex > .col-flex-top {
  align-self: flex-start;
}

.row-flex > .col-flex-center {
  align-self: center;
}

.row-flex > .col-flex-bottom {
  align-self: flex-end;
}

/* Icons
   ========================================================================== */

[class^="icon-"],
[class*=" icon-"] {
  text-decoration: none;
  letter-spacing: 0;
}

/* Buttons
   ========================================================================== */

[role=button] {
  cursor: pointer;
}

.btn {
  display: inline-block;
  background-color: transparent;
  border: 3px solid currentColor;
  border-radius: 0;
  box-shadow: none;
  color: #4f81c2;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  white-space: normal;
  width: auto;
  height: auto;
  padding: 11px 19px;
  cursor: pointer;
}

.btn:hover,
.btn:focus {
  background-color: #385a84;
  border-color: #385a84;
  color: #fff;
  text-decoration: none;
}

.btn[disabled],
.btn.disabled {
  opacity: .25;
  cursor: not-allowed;
}

/* Button sizes
   -------------------------------------------------------------------------- */

/**
 * Button large.
 */

.btn-large {
  padding-top: 15px;
  padding-bottom: 15px;
}

/**
 * Button small.
 */

.btn-small {
  padding-top: 7px;
  padding-bottom: 7px;
}

/* Contextual variations
   -------------------------------------------------------------------------- */

/**
 * Button primary.
 */

.btn-primary {
  background-color: #4f81c2;
  border-color: #4f81c2;
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #385a84;
  border-color: #385a84;
  color: #fff;
}

/**
 * Button secondary.
 */

.btn-secondary {
  background-color: #ffae3d;
  border-color: #ffae3d;
  color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #ec8900;
  border-color: #ec8900;
  color: #fff;
}

/* Block buttons
   -------------------------------------------------------------------------- */

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 16px;
}

@media (max-width: 543px) {
  .btn-block-xs-only {
    display: block;
    width: 100%;
  }

  .btn-block-xs-only + .btn-block-xs-only {
    margin-top: 16px;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .btn-block-sm-only {
    display: block;
    width: 100%;
  }

  .btn-block-sm-only + .btn-block-sm-only {
    margin-top: 16px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .btn-block-md-only {
    display: block;
    width: 100%;
  }

  .btn-block-md-only + .btn-block-md-only {
    margin-top: 16px;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .btn-block-lg-only {
    display: block;
    width: 100%;
  }

  .btn-block-lg-only + .btn-block-lg-only {
    margin-top: 16px;
  }
}

@media (min-width: 1280px) {
  .btn-block-xl-only {
    display: block;
    width: 100%;
  }

  .btn-block-xl-only + .btn-block-xl-only {
    margin-top: 16px;
  }
}

/* Panels
   ========================================================================== */

.panel {
  margin-top: 28px;
  margin-bottom: 28px;
}

.panel-header {
  position: relative;
}

.panel-title {
  background-color: #4f81c2;
  border: 2px solid #4f81c2;
  color: #fff;
  font-weight: bolder;
  font-size: 100%;
  line-height: 24px;
  margin-bottom: 0;
  padding: 14px;
}

.panel-body {
  background-color: #fff;
  border: 2px solid #cfdef3;
  padding: 26px 14px;
}

.panel-footer {
  background-color: #e8f2ff;
  color: #4f81c2;
  font-size: 16px;
  line-height: 24px;
  border: 2px solid #cfdef3;
  padding: 6px 14px 10px;
}

.panel-header + .panel-body {
  margin-top: -2px;
  padding-top: 28px;
}

.panel-body + .panel-footer {
  margin-top: -2px;
  padding-top: 8px;
}

@media (min-width: 1280px) {
  .panel-body {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Iconboxes
   ========================================================================== */

.iconbox {
  margin-bottom: 32px;
  padding-left: 64px;
  position: relative;
}

.iconbox-icon {
  display: block;
  background-color: #fff;
  border: 2px solid #ffae3d;
  border-radius: 50%;
  color: #4d81c2;
  font-size: 28px;
  line-height: 52px;
  text-align: center;
  width: 56px;
  height: 56px;
  position: absolute;
  left: 0;
}

.iconbox-title {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 1px;
}

.iconbox-text {
  color: #808181;
  font-size: 14px;
  margin-bottom: 0;
  position: relative;
  top: 1px;
}

@media (min-width: 768px) {
  .iconbox-title {
    font-size: 22px;
  }

  .iconbox-text {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .iconbox-title {
    font-size: 24px;
  }

  .iconbox-text {
    font-size: 18px;
  }
}

/* Pull quotes
   ========================================================================== */

.pullquote {
  margin-top: 28px;
  margin-bottom: 28px;
  position: relative;
}

.pullquote-content {
  font-style: italic;
  font-size: 18px;
  line-height: 28px;
  border: 0;
  margin: 0;
  padding: 0;
}

.pullquote-content:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1; */
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e977";
  background-color: #4f81c2;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  display: inline-block;
  width: 48px;
  height: 48px;
  vertical-align: top;
  float: left;
  margin-right: 16px;
}

.pullquote-caption {
  font-weight: bolder;
  margin-top: 12px;
}

.pullquote-source {
  font-style: normal;
}

/**
 * Alignment.
 */

.pullquote.alignleft {
  float: left;
  width: 50%;
  width: calc(50% - 16px);
  margin-right: 32px;
}

.pullquote.alignright {
  float: right;
  width: 50%;
  width: calc(50% - 16px);
  margin-left: 32px;
}

.pullquote.aligncenter {
  float: none;
  width: 50%;
  width: calc(50% - 16px);
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 543px) {
  .pullquote,
  .pullquote.alignleft,
  .pullquote.alignright,
  .pullquote.aligncenter {
    float: none;
    margin-left: auto;
    margin-right: auto;
    width: auto;
  }
}

@media (min-width: 544px) {
  .pullquote {
    padding-left: 64px;
  }

  .pullquote-content:before {
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media (min-width: 1024px) {
  .pullquote-content {
    font-size: 20px;
  }
}

/* Divider
   ========================================================================== */

.divider {
  margin: 40px auto;
  width: 100%;
  text-align: center;
  position: relative;
  clear: both;
  overflow: hidden;
}

.divider-content {
  color: #4f81c2;
  font-weight: bolder;
  font-size: 18px;
  line-height: 24px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.divider-content:before,
.divider-content:after {
  content: "";
  display: block;
  width: 10000px;
  height: 1px;
  position: absolute;
  top: 50%;
  background-color: #cfdef3;
  margin-top: -1px;
}

.divider-content:before {
  right: 100%;
  margin-right: 16px;
}

.divider-content:after {
  left: 100%;
  margin-left: 16px;
}

.divider-content .icon {
  display: block;
  background-color: #fff;
  border: 2px solid #ffae3d;
  border-radius: 50%;
  color: #4f81c2;
  font-size: 28px;
  line-height: 52px;
  width: 56px;
  height: 56px;
}

@media (min-width: 1024px) {
  .divider-content {
    font-size: 20px;
  }
}

/* Tables
   ========================================================================== */

.table {
  font-size: 90%;
  line-height: 20px;
  width: 100%;
  max-width: 100%;
  margin-top: 28px;
  margin-bottom: 28px;
}

.table thead th {
  background-color: #4f81c2;
  color: #fff;
  font-size: 100%;
  line-height: 24px;
  padding: 16px 16px 16px;
}

.table tbody th {
  background-color: #e8f2ff;
  border-bottom: 2px solid #cfdef3;
  color: #4f81c2;
  line-height: 24px;
  padding: 16px 16px 14px;
}

.table tbody td {
  background-color: #fff;
  border-bottom: 2px solid #cfdef3;
  padding: 16px 16px 14px;
}

/* Striped table
   -------------------------------------------------------------------------- */

.table-striped tbody tr:nth-child(odd) th {
  background-color: #e8f2ff;
}

.table-striped tbody tr:nth-child(even) th {
  background-color: #cfdef3;
}

.table-striped tbody tr:nth-child(odd) td {
  background-color: #fff;
}

.table-striped tbody tr:nth-child(even) td {
  background-color: #e8f2ff;
}

/* Border table
   -------------------------------------------------------------------------- */

.table-bordered thead th {
  border-left: 2px solid #cfdef3;
  padding-left: 14px;
}

.table-bordered thead th:first-child {
  border-left: 2px solid #4f81c2;
  padding-left: 14px;
}

.table-bordered thead th:last-child {
  border-right: 2px solid #4f81c2;
  padding-right: 14px;
}

.table-bordered tbody th {
  border-left: 2px solid #cfdef3;
  padding-left: 14px;
}

.table-bordered tbody th:first-child {
  border-left: 2px solid #cfdef3;
  padding-left: 14px;
}

.table-bordered tbody th:last-child {
  border-right: 2px solid #cfdef3;
  padding-right: 14px;
}

.table-bordered tbody td {
  border-left: 2px solid #cfdef3;
  padding-left: 14px;
}

.table-bordered tbody td:first-child {
  border-left: 2px solid #cfdef3;
  padding-left: 14px;
}

.table-bordered tbody td:last-child {
  border-right: 2px solid #cfdef3;
  padding-right: 14px;
}

.table-bordered tbody tr:first-child th,
.table-bordered tbody tr:first-child td {
  border-top: 2px solid #cfdef3;
  padding-top: 14px;
}

.table-bordered thead + tbody tr:first-child th,
.table-bordered thead + tbody tr:first-child td {
  border-top: 0;
  padding-top: 16px;
}

/* Responsive table
   -------------------------------------------------------------------------- */

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0%;
  overflow-x: auto;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-top: 28px;
  margin-bottom: 28px;
}

.table-responsive table {
  margin-top: 0;
  margin-bottom: 0;
}

/* Video Overlay
   ========================================================================== */

.video-overlay {
  background-color: black;
  padding-bottom: 56.25%;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.video-overlay iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video-overlay-cover img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.video-overlay-cover:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea15";
  display: block;
  color: #fff;
  font-size: 48px;
  text-align: center;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

/* Accordion
   ========================================================================== */

.accordion {
  margin-top: 28px;
  margin-bottom: 28px;
}

.accordion-header {
  background-color: #e8f2ff;
  border: 2px solid #cfdef3;
  margin: 0;
  padding: 14px 14px;
  cursor: pointer;
  position: relative;
}

.accordion-content + .accordion-header {
  margin-top: -2px;
  padding-bottom: 14px;
}

.accordion-title {
  color: #4f81c2;
  font-weight: bolder;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  padding: 0 32px 0 0;
  position: relative;
}

.accordion-title:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1; */
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eaee";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.accordion-content {
  background-color: #fff;
  border-left: 2px solid #cfdef3;
  border-right: 2px solid #cfdef3;
  border-bottom: 2px solid #cfdef3;
  padding: 28px 14px 26px;
}

.accordion-header:hover .accordion-title {
  color: #385a84;
}

.accordion-header.active {
  background-color: #4f81c2;
  border-color: #4f81c2;
}

.accordion-header.active .accordion-title {
  color: #fff;
}

.accordion-header.active .accordion-title:after {
  content: "\eaec";
}

@media (min-width: 768px) {
  .accordion-title {
    font-size: 18px;
  }
}

@media (min-width: 1280px) {
  .accordion-title {
    font-size: 20px;
  }

  .accordion-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Tabset
   ========================================================================== */

.tabset {
  margin-top: 28px;
  margin-bottom: 28px;
}

.tabset:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Tabs.
 */

.tabs {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 0;
  letter-spacing: 0;
  width: 100%;
  margin: 0;
  padding: 0;
}

.tab-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  padding: 0;
}

/**
 * Tab link.
 */

.tab-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e8f2ff;
  border: 2px solid #cfdef3;
  color: #4f81c2;
  font-weight: bolder;
  font-size: 90%;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  padding: 14px 14px 14px;
  height: 100%;
}

.tab-link:hover,
.tab-link:focus {
  background-color: #cfdef3;
  color: #4f81c2;
  text-decoration: none;
}

.tab-link.active {
  background-color: #fff;
  border-bottom-color: transparent;
}

/**
 * Tab previous and next.
 */

.tab-previous,
.tab-next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4f81c2;
  font-size: 0;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
  padding: 12px 16px;
  height: 100%;
}

.tab-previous:before,
.tab-next:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1; */
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  vertical-align: top;
}

.tab-previous:before {
  content: "\eaed";
}

.tab-next:after {
  content: "\eaee";
}

.tab-previous:hover,
.tab-previous:focus,
.tab-next:hover,
.tab-next:focus {
  color: #4f81c2;
  text-decoration: none;
}

/**
 * Tab toggle.
 */

.tab-toggle {
  display: none;
  background-color: #e8f2ff;
  border: 2px solid #cfdef3;
  color: #4f81c2;
  font-weight: bolder;
  font-size: 100%;
  line-height: 24px;
  text-decoration: none;
  padding: 14px 46px 14px 14px;
  position: relative;
}

.tab + .tab-toggle {
  margin-top: -2px;
  padding-bottom: 14px;
}

.tab-toggle:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1; */
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eaee";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
}

.tab-toggle:hover,
.tab-toggle:focus {
  text-decoration: none;
}

.tab-toggle.active {
  background-color: #4f81c2;
  border-color: #4f81c2;
  color: #fff;
}

.tab-toggle.active:after {
  content: "\eaec";
}

/**
 * Tab.
 */

.tab {
  display: none;
  background-color: #fff;
  border: 2px solid #cfdef3;
  margin-top: -2px;
  padding-top: 26px;
  padding-bottom: 28px;
  padding-left: 14px;
  padding-right: 14px;
}

.tab:after {
  content: "";
  display: table;
  clear: both;
}

.tab.active {
  display: block;
}

@media (min-width: 1280px) {
  .tab {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* Responsive tabset
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
  .tabset-responsive .tabs {
    display: none;
  }

  .tabset-responsive .tab-toggle {
    display: block;
  }

  .tabset-responsive .tab {
    border-top: 0;
    margin-top: 0;
  }

  .tabset-responsive .tab.active {
    display: block;
  }
}

/* Sliders
   ========================================================================== */

/* Slick slider
   -------------------------------------------------------------------------- */

.slick-slider {
  position: relative;
  display: block;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

/**
 * Slick list.
 */

.slick-list {
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

/**
 * Slick slide.
 */

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0;
  padding: 0;
}

.slick-slide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
}

/**
 * Slick arrows.
 */

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

.slick-prev,
.slick-next {
  background-color: rgba(0,0,0,0.25);
  font-size: 0;
  line-height: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: #fff;
  text-align: center;
  border: none;
  padding: 16px;
  position: absolute;
  top: 50%;
  z-index: 2;
}

.slick-prev {
  left: 16px;
}

.slick-next {
  right: 16px;
}

.slick-prev:before,
.slick-next:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 1;
}

.slick-prev:before {
  content: "\eaed";
}

.slick-next:after {
  content: "\eaee";
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  background-color: rgba(0,0,0,0.50);
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0;
  cursor: auto;
}

/**
 * Slick dots.
 */

.slick-dots {
  list-style: none;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  padding: 0;
  position: relative;
  z-index: 1;
}

.slick-dots button {
  display: block;
  background-color: rgba(0,0,0,0.25);
  border-radius: 50%;
  border: 2px solid rgba(255,255,255,0.50);
  font-size: 0;
  line-height: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots button:hover,
.slick-dots button:focus {
  background-color: rgba(0,0,0,0.50);
}

.slick-dots .slick-active button {
  position: relative;
}

.slick-dots .slick-active button:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
}

/* Slider
   -------------------------------------------------------------------------- */

.slider {
  background-color: #e8f2ff;
  margin-top: 40px;
  margin-bottom: 40px;
}

.slide {
  display: none;
  margin: 0;
  padding: 8px;
}

.slide:first-child {
  display: block;
}

/* Modals
   ========================================================================== */

/* Fancybox
   -------------------------------------------------------------------------- */

.fancybox-enabled {
  overflow: hidden;
}

.fancybox-enabled body {
  overflow: visible;
  height: 100%;
}

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden;
}

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-container ~ .fancybox-container {
  z-index: 99992;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.fancybox-bg {
  background: #000;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .80;
  transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box;
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s;
}

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px;
}

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  text-align: center;
  color: #ddd;
  background-color: rgba(30,30,30,.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox-toolbar {
  top: 0;
  right: 0;
}

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translateZ(0);
}

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000;
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #fff;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 16px;
  margin: 44px 0;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box;
}

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff;
}

.fancybox-iframe {
  display: block;
  padding: 0;
  border: 0;
  height: 100%;
}

.fancybox-error,
.fancybox-iframe {
  margin: 0;
  width: 100%;
  background: #fff;
}

.fancybox-error {
  padding: 40px;
  max-width: 380px;
  cursor: default;
}

.fancybox-error p {
  margin: 0;
  padding: 0;
}

.fancybox-close-small {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  color: #ddd;
  border-radius: 0;
  outline: none;
  background: rgba(30,30,30,.6);
  z-index: 10;
  cursor: pointer;
}

.fancybox-close-small:before,
.fancybox-close-small:after {
  content: "";
  pointer-events: none;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-close-small:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-close-small:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-close-small:hover {
  background: rgba(0,0,0,.8);
  color: #fff;
}

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px;
}

.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0;
  background: linear-gradient(180deg, transparent 0, rgba(0,0,0,.1) 20%, rgba(0,0,0,.2) 40%, rgba(0,0,0,.6) 80%, rgba(0,0,0,.8));
  pointer-events: none;
}

.fancybox-caption {
  padding: 31px 0 32px;
  border-top: 1px solid hsla(0,0%,100%,.4);
  color: #fff;
  -webkit-text-size-adjust: none;
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
}

.fancybox-caption a {
  color: #fff;
  text-decoration: underline;
}

.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none;
}

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none;
}

.fancybox-button,
.fancybox-infobar__body {
  background: rgba(30,30,30,.6);
}

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0,0,0,.8);
}

.fancybox-button:after,
.fancybox-button:before {
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: .9;
  box-sizing: border-box;
  display: inline-block;
}

.fancybox-button[disabled]:after,
.fancybox-button[disabled]:before {
  opacity: .3;
}

.fancybox-button--left:after,
.fancybox-button--right:after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
}

.fancybox-button--left:after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fancybox-button--right:after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--left {
  border-bottom-left-radius: 5px;
}

.fancybox-button--right {
  border-bottom-right-radius: 5px;
}

.fancybox-button--close:after,
.fancybox-button--close:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px);
}

.fancybox-button--close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fancybox-button--close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: opacity .25s;
}

.fancybox-arrow:after {
  content: "";
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30,30,30,.8);
  background-image: url("data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=");
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 24px 24px;
}

.fancybox-arrow--right {
  right: 0;
}

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.fancybox-arrow--left:after,
.fancybox-arrow--right:after {
  left: 0;
}

.fancybox-show-nav .fancybox-arrow {
  opacity: .6;
}

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: .3;
}

.fancybox-loading {
  border: 6px solid hsla(0,0%,39%,.4);
  border-top: 6px solid hsla(0,0%,100%,.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(.5, .5, .5);
  transform: scale3d(.5, .5, .5);
  opacity: 0;
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}

.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
  opacity: 0;
}

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0;
}

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
  opacity: 1;
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-width:800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0;
  }

  .fancybox-button--left,
  .fancybox-button--right {
    display: none!important;
  }

  .fancybox-caption {
    padding: 19px 0 20px;
    margin: 0;
  }
}

.fancybox-button--fullscreen:before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none;
}

.fancybox-button--pause:before,
.fancybox-button--play:before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent;
}

.fancybox-button--play:before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px;
}

.fancybox-button--pause:before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px;
}

.fancybox-button--thumbs,
.fancybox-thumbs {
  display: none;
}

@media (min-width:800px) {
  .fancybox-button--thumbs {
    display: inline-block;
  }

  .fancybox-button--thumbs span {
    font-size: 23px;
  }

  .fancybox-button--thumbs:before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, inset 0 0 0 32px, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0;
  }

  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995;
  }

  .fancybox-show-thumbs .fancybox-thumbs {
    display: block;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 220px;
  }

  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0;
  }

  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box;
  }

  li.fancybox-thumbs-loading {
    background: rgba(0,0,0,.1);
  }

  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fancybox-thumbs > ul > li:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0;
    border: 4px solid #cfdef3;
    z-index: 99991;
    opacity: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
  }

  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1;
  }
}

/* Gallery
   ========================================================================== */

.gallery {
  margin: 28px -16px 28px;
}

.gallery-columns {
  display: table;
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.gallery-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 32px;
  padding: 0 16px;
}

.gallery-thumbnail img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.gallery-caption {
  color: #4f81c2;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  margin-top: 16px;
}

@media (min-width: 768px) {
  .gallery-caption {
    font-size: 16px;
  }
}

@media (min-width: 1280px) {
  .gallery-caption {
    font-size: 18px;
  }
}

.gallery-item {
  width: 50%;
}

@media (min-width: 544px) {
  .gallery-columns-1 .gallery-item {
    width: 100%;
  }

  .gallery-columns-2 .gallery-item {
    width: 50%;
  }

  .gallery-columns-3 .gallery-item {
    width: 33.33334%;
  }

  .gallery-columns-4 .gallery-item {
    width: 25%;
  }

  .gallery-columns-5 .gallery-item {
    width: 20%;
  }

  .gallery-columns-6 .gallery-item {
    width: 16.66667%;
  }

  .gallery-columns-7 .gallery-item {
    width: 14.2857%;
  }

  .gallery-columns-8 .gallery-item {
    width: 12.5%;
  }

  .gallery-columns-9 .gallery-item {
    width: 11.11111%;
  }
}

/* Navigations
   ========================================================================== */

.navigation:after {
  content: "";
  display: table;
  clear: both;
}

/* Paging navigation
   -------------------------------------------------------------------------- */

.paging-navigation {
  clear: both;
  background-color: #385a84;
  padding-top: 44px;
  padding-bottom: 44px;
}

.paging-navigation .nav-links {
  display: table;
  width: 100%;
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
  text-align: center;
}

.paging-navigation .page-numbers {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
  min-width: 32px;
}

.paging-navigation .page-numbers:hover,
.paging-navigation .page-numbers:focus {
  color: rgba(255,255,255,0.50);
}

.paging-navigation .previous,
.paging-navigation .next {
  color: #9cadc2;
  font-size: 0;
  min-width: auto;
}

.paging-navigation .previous {
  float: left;
  margin-right: 8px;
}

.paging-navigation .next {
  float: right;
  margin-left: 8px;
}

.paging-navigation .previous:before,
.paging-navigation .next:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  /* line-height: 1; */
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
}

.paging-navigation .previous:before {
  content: "\eaed";
  margin-right: 8px;
}

.paging-navigation .next:after {
  content: "\eaee";
  margin-left: 8px;
}

.paging-navigation .previous:hover,
.paging-navigation .previous:focus,
.paging-navigation .next:hover,
.paging-navigation .next:focus {
  color: #fff;
}

.paging-navigation .current,
.paging-navigation .current:hover,
.paging-navigation .current:focus {
  border-radius: 50%;
  box-shadow: inset 0 0 0 2px #9cadc2;
  font-weight: bolder;
}

@media (min-width: 1024px) {
  .paging-navigation .nav-links {
    padding-left: 32px;
    padding-right: 32px;
  }
}

/* Pager navigation
   -------------------------------------------------------------------------- */

.pager-navigation {
  background-color: #385a84;
  border-bottom: 1px solid rgba(255,255,255,0.20);
  clear: both;
  padding-top: 36px;
  padding-bottom: 35px;
}

.pager-navigation .nav-links {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.pager-navigation .nav-previous,
.pager-navigation .nav-next {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  overflow: hidden;
}

.pager-navigation .nav-previous img,
.pager-navigation .nav-next img {
  border: 3px solid #cfdef3;
  border-radius: 50%;
}

.pager-navigation .nav-previous strong,
.pager-navigation .nav-next strong {
  color: rgba(255,255,255,0.50);
  display: block;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 3px;
}

.pager-navigation .nav-previous {
  text-align: left;
}

.pager-navigation .nav-previous img {
  float: left;
  margin-right: 16px;
}

.pager-navigation .nav-next {
  text-align: right;
}

.pager-navigation .nav-next img {
  float: right;
  margin-left: 16px;
}

.pager-navigation .nav-previous a,
.pager-navigation .nav-next a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.pager-navigation .nav-previous a:hover,
.pager-navigation .nav-previous a:focus,
.pager-navigation .nav-next a:hover,
.pager-navigation .nav-next a:focus {
  color: #ffae3d;
}

@media (max-width: 767px) {
  .pager-navigation .nav-previous + .nav-next {
    border-top: 1px solid rgba(255,255,255,0.20);
    margin-top: 19px;
    padding-top: 20px;
  }
}

@media (min-width: 768px) {
  .pager-navigation {
    padding-top: 44px;
    padding-bottom: 43px;
  }

  .pager-navigation .nav-previous {
    float: left;
    width: 50%;
  }

  .pager-navigation .nav-next {
    float: right;
    width: 50%;
  }
}

@media (min-width: 1280px) {
  .pager-navigation {
    padding-top: 20px;
    padding-bottom: 19px;
  }

  .pager-navigation .nav-previous,
  .pager-navigation .nav-next {
    font-size: 18px;
  }

  .pager-navigation .nav-previous strong,
  .pager-navigation .nav-next strong {
    letter-spacing: 4px;
  }
}

/* Menus
   ========================================================================== */

.menu,
.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu:after,
.sub-menu:after {
  display: table;
  content: "";
  clear: both;
}

/* Social
   ========================================================================== */

.social {
  text-align: center;
  margin-bottom: 40px;
}

.social-title {
  color: #385a84;
  font-weight: 800;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 16px;
  padding-top: 1px;
  padding-bottom: 3px;
  overflow: hidden;
}

.social-title:before,
.social-title:after {
  background-color: #cfdef3;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.social-title:before {
  right: 12px;
  margin-left: -50%;
}

.social-title:after {
  left: 12px;
  margin-right: -50%;
}

@media (min-width: 1280px) {
  .social {
    margin-bottom: 56px;
  }

  .social-title {
    margin-bottom: 32px;
  }
}

/**
 * Social menu.
 */

.social-menu {
  font-size: 0;
  line-height: 0;
  letter-spacing: 0;
}

.social-menu li {
  display: inline-block;
  vertical-align: top;
  margin-right: 8px;
  margin-bottom: 0;
}

.social-menu li:last-child {
  margin-right: 0;
}

.social-menu a {
  background-color: #385a84;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  display: block;
  width: 36px;
  height: 36px;
  text-decoration: none;
}

.social-menu a:before {
  font-size: 20px;
  line-height: 36px;
}

.social-menu a:hover,
.social-menu a:focus {
  background-color: #4f81c2;
}

/* Ratio
   ========================================================================== */

.ratio {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.ratio .ratio-item,
.ratio iframe,
.ratio embed,
.ratio object,
.ratio video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.ratio-21x9 {
  padding-bottom: 42.857143%;
}

.ratio-16x9 {
  padding-bottom: 56.25%;
}

.ratio-4x3 {
  padding-bottom: 75%;
}

.ratio-1x1 {
  padding-bottom: 100%;
}

/* Text
   ========================================================================== */

.text-large {
  font-size: 120%;
}

.text-small {
  font-size: 80%;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-underline {
  text-decoration: underline;
}

.text-strikethrough {
  text-decoration: line-through;
}

.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-hyphenate {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

.text-line,
.text-line-left,
.text-line-right {
  display: block;
  overflow: hidden;
}

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

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

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

.text-line:before,
.text-line:after,
.text-line-left:before,
.text-line-right:after {
  background-color: currentColor;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}

.text-line:before {
  right: 16px;
  margin-left: -50%;
}

.text-line:after {
  left: 16px;
  margin-right: -50%;
}

.text-line-left:before {
  right: 16px;
  margin-left: -100%;
  width: 100%;
}

.text-line-right:after {
  left: 16px;
  margin-right: -100%;
  width: 100%;
}

/* Helper classes
   ========================================================================== */

/**
 * Alignment.
 */

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

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

.alignnone {
  float: none;
}

/**
 * Clear floats.
 */

.clear {
  clear: both;
}

.clearleft {
  clear: left;
}

.clearright {
  clear: right;
}

/**
 * Clearfix.
 */

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**
 * Pull.
 */

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

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

.pull-xs-none {
  float: none !important;
}

@media (min-width: 544px) {
  .pull-sm-left {
    float: left !important;
  }

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

  .pull-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .pull-md-left {
    float: left !important;
  }

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

  .pull-md-none {
    float: none !important;
  }
}

@media (min-width: 1024px) {
  .pull-lg-left {
    float: left !important;
  }

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

  .pull-lg-none {
    float: none !important;
  }
}

@media (min-width: 1280px) {
  .pull-xl-left {
    float: left !important;
  }

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

  .pull-xl-none {
    float: none !important;
  }
}

/**
 * Display.
 */

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

.display-inline {
  display: inline !important;
}

.display-inline-block {
  display: inline-block !important;
}

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

@media (max-width: 543px) {
  .display-block-xs {
    display: block !important;
  }

  .display-inline-xs {
    display: inline !important;
  }

  .display-inline-block-xs {
    display: inline-block !important;
  }

  .display-none-xs {
    display: none !important;
  }
}

@media (min-width: 544px) and (max-width: 767px) {
  .display-block-sm {
    display: block !important;
  }

  .display-inline-sm {
    display: inline !important;
  }

  .display-inline-block-sm {
    display: inline-block !important;
  }

  .display-none-sm {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .display-block-md {
    display: block !important;
  }

  .display-inline-md {
    display: inline !important;
  }

  .display-inline-block-md {
    display: inline-block !important;
  }

  .display-none-md {
    display: none !important;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .display-block-lg {
    display: block !important;
  }

  .display-inline-lg {
    display: inline !important;
  }

  .display-inline-block-lg {
    display: inline-block !important;
  }

  .display-none-lg {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .display-block-xl {
    display: block !important;
  }

  .display-inline-xl {
    display: inline !important;
  }

  .display-inline-block-xl {
    display: inline-block !important;
  }

  .display-none-xl {
    display: none !important;
  }
}

/**
 * Image replacement.
 */

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
}

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

/**
 * Hide from both screenreaders and browsers.
 */

.hidden {
  display: none !important;
  visibility: hidden;
}

/**
 * Hide only visually, but have it available for screenreaders.
 */

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/**
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard.
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/**
 * Hide visually and from screenreaders, but maintain layout.
 */

.invisible {
  visibility: hidden;
}

/**
 * Text meant only for screen readers.
 */

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

.screen-reader-text:focus {
  display: block;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.5);
  clip: auto !important;
  color: #000;
  font-size: 14px;
  font-weight: bolder;
  line-height: 24px;
  text-decoration: none;
  height: auto;
  padding: 8px;
  top: 4px;
  left: 4px;
  width: auto;
  z-index: 100000;
}

/**
 * Baseline grid.
 */

.baseline {
  position: relative;
}

.baseline:after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMSA0OCI+PGRlZnM+ICAgIDxzdHlsZT4gICAgICAuY2xzLTEsIC5jbHMtMiwgLmNscy0zIHsgICAgICAgIGZpbGw6IHJlZDsgICAgICB9ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICAgIG9wYWNpdHk6IDAuMTsgICAgICB9ICAgICAgLmNscy0yIHsgICAgICAgIG9wYWNpdHk6IDAuMjU7ICAgICAgfSAgICAgIC5jbHMtMyB7ICAgICAgICBvcGFjaXR5OiAwLjU7ICAgICAgfSAgICA8L3N0eWxlPiAgPC9kZWZzPiAgPHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMCwwSDFWOEgwVjBaTTAsOEgxdjhIMFY4Wm0wLDhIMXY4SDBWMTZaIi8+ICA8cmVjdCBjbGFzcz0iY2xzLTIiIHk9IjciIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iMTUiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMyIgeT0iMjMiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iMzEiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMiIgeT0iMzkiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz4gIDxyZWN0IGNsYXNzPSJjbHMtMyIgeT0iNDciIHdpZHRoPSIxIiBoZWlnaHQ9IjEiLz48L3N2Zz4=");
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

/*! modules.css */

/* Site
   ========================================================================== */

.site {
  background-color: #fff;
  min-width: 320px;
  max-width: 2560px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

/* Site branding
   ========================================================================== */

.site-branding {
  float: left;
  padding-top: 8px;
  padding-bottom: 8px;
}

.site-brand {
  text-decoration: none;
}

.site-logo {
  vertical-align: top;
  height: 40px;
  width: auto;
  display: inline-block;
}

.site-logo-2 {
  display: none;
}

.site-title {
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.site-tagline {
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .site-branding {
    float: left;
  }

  .site-logo-2 {
    display: inline-block;
    height: 24px;
    position: relative;
    left: 12px;
    top: 4px;
  }
}

@media (min-width: 1024px) {
  .site-logo-2 {
    height: 28px;
    left: 24px;
  }
}

@media (min-width: 1280px) {
  .site-branding {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .site-logo {
    height: 52px;
  }

  .site-logo-2 {
    height: 40px;
    left: 32px;
  }
}

/* Site header
   ========================================================================== */

.site-header {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#15283a+0,15283a+100&0.5+0,0.5+18,0.46+28,0.31+51,0.07+84,0+100 */
  background: -moz-linear-gradient(top, rgba(21,40,58,0.5) 0%, rgba(21,40,58,0.5) 18%, rgba(21,40,58,0.46) 28%, rgba(21,40,58,0.31) 51%, rgba(21,40,58,0.07) 84%, rgba(21,40,58,0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(21,40,58,0.5) 0%,rgba(21,40,58,0.5) 18%,rgba(21,40,58,0.46) 28%,rgba(21,40,58,0.31) 51%,rgba(21,40,58,0.07) 84%,rgba(21,40,58,0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(21,40,58,0.5) 0%,rgba(21,40,58,0.5) 18%,rgba(21,40,58,0.46) 28%,rgba(21,40,58,0.31) 51%,rgba(21,40,58,0.07) 84%,rgba(21,40,58,0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8015283a', endColorstr='#0015283a',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

/* Site navigation
   ========================================================================== */

/* Navigation area
   -------------------------------------------------------------------------- */

.navigation-area {
  float: right;
  padding-top: 8px;
}

@media (min-width: 1280px) {
  .navigation-area {
    padding-top: 32px;
  }
}

/**
 * Navigation Toggle
 */

@media (max-width: 1023px) {
  .navigation-toggle {
    float: right;
    background-color: transparent;
    border: transparent;
    margin: 0;
    padding: 0;
    z-index: 8000;
    cursor: pointer;
  }

  .navigation-toggle-title {
    font-size: 14px;
    line-height: 24px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 8px;
  }

  .navigation-toggle-icon {
    display: table-cell;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    position: relative;
  }

  .navigation-toggle-icon .icon-bar,
  .navigation-toggle-icon .icon-bar:before,
  .navigation-toggle-icon .icon-bar:after {
    display: block;
    content: "";
    background-color: #4f81c2;
    height: 4px;
    width: 24px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    left: 0;
    right: 0;
    transition: all 300ms ease-out;
  }

  .navigation-toggle-icon .icon-bar {
    margin-top: -2px;
  }

  .navigation-toggle-icon .icon-bar:before {
    top: -8px;
  }

  .navigation-toggle-icon .icon-bar:after {
    bottom: -8px;
  }

  .navigation-toggle-active .icon-bar {
    background-color: transparent;
  }

  .navigation-toggle-active .icon-bar:before,
  .navigation-toggle-active .icon-bar:after {
    top: 0;
  }

  .navigation-toggle-active .icon-bar:before {
    transform: rotate(45deg);
  }

  .navigation-toggle-active .icon-bar:after {
    transform: rotate(-45deg);
  }

  .navigation-collapse {
    max-height: 0;
    overflow: hidden;
    transition-property: max-height;
    transition-duration: 0s;
  }

  .navigation-open {
    max-height: 1200px;
    transition-duration: 1.2s;
  }
}

@media (min-width: 1024px) {
  .navigation-toggle {
    display: none;
  }
}

/* Site menu
   -------------------------------------------------------------------------- */

.site-menu {
  display: none;
  float: left;
}

.site-menu > li {
  float: left;
  font-size: 16px;
  line-height: 20px;
}

.site-menu > li + li {
  margin-left: 24px;
}

.site-menu > li > a {
  display: block;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
}

.site-menu > li > a:hover,
.site-menu > li > a:focus {
  color: #ffae3d;
}

@media (min-width: 768px) {
  .site-menu {
    display: block;
  }
}

@media (min-width: 1280px) {
  .site-menu {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}

/* Site search
   -------------------------------------------------------------------------- */

.search-form {
  position: relative;
}

.search-form label {
  display: block;
  margin-bottom: 0;
}

.search-field {
  display: block;
  width: 100%;
}

.search-field:focus {
  border-color: #b8b8b9;
}

.search-submit {
  background-color: transparent;
  border: 0;
  font-size: 0;
  letter-spacing: 0;
  margin: auto 0;
  padding: 0 12px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
}

.search-submit:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  vertical-align: middle;
  content: "\eafc";
  font-size: 16px;
  text-align: center;
}

.search-submit:hover:before,
.search-submit:focus:before {
  color: #fff;
}

.site-search {
  float: right;
}

.search-toggle {
  background-color: transparent;
  border: none;
  color: #ffae3d;
  margin: 0;
  padding: 9px 4px 7px;
  cursor: pointer;
}

.search-toggle-icon:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\eafc";
}

.search-toggle.active .search-toggle-icon:before {
  content: "\eafe";
}

.search-form {
  display: none;
  position: absolute;
  top: 56px;
  left: 16px;
  right: 16px;
}

.search-form.active {
  display: block;
}

.search-field {
  background-color: #15283a;
  border: 2px solid #b8b8b9;
  color: #fff;
  height: 56px;
}

.search-submit {
  color: #f8b646;
  padding-left: 16px;
  padding-right: 16px;
  right: 0;
}

@media (max-width: 1279px) {
  .search-form.active:before {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: transparent transparent #b8b8b9 transparent;
    position: absolute;
    right: 0;
    top: -12px;
  }
}

@media (min-width: 768px) {
  .site-search {
    position: relative;
    margin-left: 24px;
  }

  .search-form {
    width: 268px;
    position: absolute;
    left: auto;
    right: 0;
  }

  .home .search-form {
    width: 368px;
  }

  .search-field {
    background-color: rgba(21,40,58,0.50);
  }
}

@media (min-width: 1024px) {
  .site-search {
    float: right;
    margin-left: 24px;
  }
}

@media (min-width: 1280px) {
  .search-toggle {
    display: none;
  }

  .search-form {
    display: block;
    position: static;
  }
}

/* Site body
   ========================================================================== */

/* Site content
   ========================================================================== */

.content-header {
  position: relative;
}

.content-header-container {
  min-height: 320px;
}

.content-header-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  position: absolute;
  margin-left: -16px;
  margin-right: -16px;
  min-height: 320px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.content-header-bg:before {
  content: "";
  background-color: rgba(21,40,58,0.70);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.content-header-inner {
  text-align: center;
  padding-top: 100px;
  position: relative;
  padding-bottom: 40px;
}

.content-header-icon {
  height: 32px;
  width: auto;
}

.content-title {
  color: #fff;
  margin-bottom: 12px;
  padding-top: 12px;
}

.content-title em {
  font-style: normal;
  font-weight: 400;
}

.content-subtitle {
  color: #fff;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
  text-shadow: 0 0 10px rgba(21,40,58,0.50);
}

.content-meta {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 3px;
}

.content-meta > span:not(:first-child):before {
  content: "\2022";
}

.content-meta a {
  color: #fff;
  text-decoration: none;
}

.content-meta a:hover,
.content-meta a:focus {
  text-decoration: underline;
}

.content-body {
  clear: both;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content-header-wrap-1 {
  display: none;
}

.content-footer {
  margin-top: -24px;
}

@media (min-width: 768px) {
  .content-header {
    min-height: 400px;
  }

  .content-header-container {
    position: relative;
    height: 400px;
  }

  .content-header-inner {
    background: url("../img/bg-02.png") no-repeat center 112%;
    padding-top: 124px;
    margin: auto;
    top: 0;
    bottom: 0;
  }

  .content-header-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    float: right;
    width: 1188px;
    height: 400px;
    position: absolute;
    right: -908px;
    top: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .content-header-wrap-1 {
    display: block;
    width: 2000px;
    height: 400px;
    overflow: hidden;
    position: absolute;
    left: -1155px;
  }

  .content-header-wrap-1:before {
    content: "";
    background: url("../img/lines.png") no-repeat left bottom;
    display: block;
    width: 1168px;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 356px;
    z-index: 1;
  }

  .content-header-overlay {
    height: 1099.95px;
    overflow: hidden;
    display: block;
    position: relative;
    transform: rotate(45deg);
    margin-top: -147px;
  }

  .content-header-overlay-img {
    transform: rotate(-45deg);
    margin-top: -23px;
    margin-left: 172px;
    height: 400px;
  }

  .content-header-overlay-img:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: -moz-linear-gradient( 126deg, rgb(79,129,194) 0%, rgb(12,58,118) 100%);
    background-image: -webkit-linear-gradient( 126deg, rgb(79,129,194) 0%, rgb(12,58,118) 100%);
    background-image: -ms-linear-gradient( 126deg, rgb(79,129,194) 0%, rgb(12,58,118) 100%);
    background-image: -linear-gradient( 126deg, rgb(79,129,194) 0%, rgb(12,58,118) 100%);
    opacity: 0.7;
  }

  .content-header-icon {
    height: 52px;
  }

  .content-title {
    padding-top: 9px;
    padding-bottom: 3px;
  }

  .content-header-arrow {
    border: 2px solid rgba(255,255,255,0.20);
    border-radius: 50%;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: 52px;
    height: 52px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 24px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-header-arrow .icon {
    display: block;
    background-color: rgba(21,40,58,0.50);
    border-radius: 50%;
    line-height: 48px;
    width: 48px;
    height: 48px;
  }

  .content-header-arrow:hover,
  .content-header-arrow:focus {
    color: #ffae3d;
  }
}

@media (min-width: 1024px) {
  .content-header-wrap-1 {
    left: -1035px;
  }

  .content-body {
    background: url("../img/bg-01.png") no-repeat center 60px;
  }

  .content-body blockquote {
    width: 368px;
  }

  .content-body img.alignleft,
  .content-body .img-caption.alignleft,
  .content-body blockquote.alignleft {
    margin-top: 8px;
    margin-left: -100px;
  }

  .content-body img.alignright,
  .content-body .img-caption.alignright,
  .content-body blockquote.alignright {
    margin-top: 8px;
    margin-right: -100px;
  }
}

@media (min-width: 1280px) {
  .content-header {
    min-height: 512px;
  }

  .content-header-container {
    height: 512px;
  }

  .content-header-inner {
    padding-top: 156px;
  }

  .content-header-bg {
    width: 1520px;
    height: 512px;
    right: -1040px;
  }

  .content-header-wrap-1 {
    width: 2048px;
    height: 512px;
    left: -1040px;
  }

  .content-header-wrap-1:before {
    height: 52px;
  }

  .content-header-overlay-img {
    margin-top: 0;
    height: 512px;
  }

  .content-header-icon {
    height: 72px;
    margin-bottom: 20px;
  }

  .content-title {
    margin-bottom: 16px;
  }

  .content-subtitle {
    font-size: 28px;
  }

  .content-meta {
    font-size: 13px;
    letter-spacing: 4px;
  }

  .content-body {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-body img.alignleft,
  .content-body .img-caption.alignleft,
  .content-body blockquote.alignleft {
    margin-left: -200px;
  }

  .content-body img.alignright,
  .content-body .img-caption.alignright,
  .content-body blockquote.alignright {
    margin-right: -200px;
  }
}

/* Home content area
   -------------------------------------------------------------------------- */

/* Archive content area
   -------------------------------------------------------------------------- */

.archive-content-area {
  background-color: #e8f2ff;
}

/**
 * Archive entry.
 */

.archive-entry {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(79,129,194,0.15);
  margin-bottom: 32px;
}

.archive-entry:last-child {
  margin-bottom: 0;
}

.archive-entry .entry-thumbnail {
  display: block;
  position: relative;
  margin-bottom: 8px;
}

.archive-entry .entry-thumbnail:before {
  content: "";
  background-color: rgba(21,40,58,0.30);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.archive-entry .entry-thumbnail:hover:before {
  opacity: 0;
}

.archive-entry .entry-header,
.archive-entry .entry-summary {
  padding-left: 16px;
  padding-right: 16px;
}

.archive-entry .entry-header {
  margin-bottom: 20px;
  padding-top: 20px;
}

.archive-entry .entry-title {
  margin-bottom: 0;
  padding-top: 0;
}

.archive-entry .entry-title a:hover {
  color: #385a84;
}

.archive-entry .entry-meta {
  color: #ffae3d;
  font-weight: 800;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.archive-entry .entry-summary a {
  font-size: 90%;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: top;
  position: relative;
  top: 1px;
  margin-left: 4px;
}

.archive-entry .entry-summary .icon {
  color: #ffae3d;
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-right: 4px;
}

@media (min-width: 544px) {
  .archive-entry .row {
    min-height: 400px;
  }

  .archive-entry .entry-thumbnail {
    position: relative;
    width: auto;
    margin-right: -16px;
    margin-bottom: 0;
    height: 100%;
    overflow: hidden;
  }

  .archive-entry .entry-thumbnail img {
    position: absolute;
    left: -10000%;
    right: -10000%;
    top: -10000%;
    bottom: -10000%;
    margin: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    width: auto;
    height: auto;
  }
}

@media (min-width: 1024px) {
  .archive-entry .entry-header,
  .archive-entry .entry-summary {
    padding-left: 32px;
    padding-right: 48px;
  }
}

@media (min-width: 1280px) {
  .archive-entry .row {
    min-height: 440px;
  }

  .archive-entry .entry-header,
  .archive-entry .entry-summary {
    padding-left: 40px;
  }
}

/* Singular content area
   -------------------------------------------------------------------------- */

/* Page content area
   -------------------------------------------------------------------------- */

/* Site footer
   ========================================================================== */

.site-footer {
  background-color: #26415f;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (min-width: 1280px) {
  .site-footer {
    padding-top: 36px;
    padding-bottom: 36px;
  }
}

/* Footer social
   -------------------------------------------------------------------------- */

.footer-social {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}

.footer-social .social-menu li {
  margin-right: 4px;
}

.footer-social .social-menu li:last-child {
  margin-right: 0;
}

.footer-social .social-menu a {
  background-color: transparent;
}

.footer-social .social-menu a:hover,
.footer-social .social-menu a:focus {
  color: #ffae3d;
}

/* Site copyright
   -------------------------------------------------------------------------- */

.site-copyright {
  color: #fff;
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
  position: relative;
  top: 1px;
}

.site-copyright a {
  color: inherit;
  text-decoration: none;
}

.site-copyright a:hover,
.site-copyright a:focus {
  color: #ffae3d;
}

@media (min-width: 768px) {
  .site-copyright {
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
  }
}

@media (min-width: 1280px) {
  .site-copyright {
    font-size: 15px;
  }
}

/* Site Comments
   ========================================================================== */

.comments-area {
  background-color: #e8f2ff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.comments-title {
  text-align: center;
  margin-bottom: 32px;
  padding-top: 0;
}

.comments-title:after {
  display: block;
  content: "";
  background-color: #f8b646;
  width: 200px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
}

@media (min-width: 1024px) {
  .comments-area {
    background: #e8f2ff url("../img/bg-01.png") no-repeat center 60px;
  }
}

@media (min-width: 1280px) {
  .comments-area {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

/* Comment list
   -------------------------------------------------------------------------- */

.comment-list,
.comment-list .children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(79,129,194,0.15);
  margin-bottom: 40px;
  padding: 32px 32px 0;
}

.comment-list .children {
  padding-left: 32px;
}

.comment-list > .comment:last-child .comment-body {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 32px;
}

.comment-body {
  border-bottom: 1px solid #cfdef3;
  margin-bottom: 32px;
  padding-bottom: 31px;
  position: relative;
}

.comment-meta {
  line-height: 24px;
  margin-bottom: 20px;
}

.comment-author .avatar {
  float: left;
  margin-right: 16px;
  width: 48px;
  height: 48px;
}

.comment-author .fn {
  color: #4f81c2;
  font-weight: 800;
  vertical-align: top;
}

.comment-author .says {
  display: none;
}

.comment-author .url {
  color: inherit;
  text-decoration: none;
}

.comment-metadata {
  color: #385a84;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.comment-content {
  clear: both;
}

.comment-awaiting-moderation {
  margin: 0;
}

.comment-reply-link {
  vertical-align: top;
  font-size: 90%;
  font-weight: bolder;
  text-decoration: none;
}

.comment-reply-link:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffae3d;
  content: "\e96a";
  margin-right: 8px;
}

@media (min-width: 768px) {
  .comment-content {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (min-width: 1024px) {
  .comment-body {
    margin-left: 64px;
  }

  .comment-author .avatar {
    margin-left: -64px;
    margin-right: 0;
  }

  .comment-content {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (min-width: 1280px) {
  .comment-list {
    margin-bottom: 80px;
  }
}

/* Comment respond
   -------------------------------------------------------------------------- */

.comment-reply-title {
  text-align: center;
  margin-bottom: 32px;
  padding-top: 0;
}

.comment-reply-title:after {
  display: block;
  content: "";
  background-color: #f8b646;
  width: 200px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
}

.comment-notes {
  display: none;
}

.comment-form {
  line-height: 24px;
}

.comment-form label {
  vertical-align: top;
}

.comment-form textarea {
  height: 224px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
  margin-bottom: 12px;
}

.comment-form-submit {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
}

.comment-form-submit:before,
.comment-form-submit:after {
  background-color: #cfdef3;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  top: -7px;
}

.comment-form-submit:before {
  right: 16px;
  margin-left: -50%;
}

.comment-form-submit:after {
  left: 16px;
  margin-right: -50%;
}

.comment-form-allowed-tags {
  display: none;
}

/* Intro area
   ========================================================================== */

/* Intro header
   -------------------------------------------------------------------------- */

.intro-header-bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right center;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.intro-header-bg:before {
  content: "";
  background-color: rgba(21,40,58,0.70);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.intro-header-inner {
  background: url("../img/bg-02.png") no-repeat center bottom;
  background-size: contain;
  margin: auto;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-top: 100px;
  padding-left: 16px;
  padding-right: 16px;
  height: 100%;
}

.intro-container {
  position: relative;
  height: 480px;
}

.intro-title {
  text-align: center;
  margin-bottom: 16px;
}

.intro-title img {
  display: block;
  height: 48px;
  width: auto;
  margin: auto;
}

.intro-title:after {
  display: block;
  content: "";
  background-color: #ffae3d;
  width: 200px;
  height: 3px;
  margin-top: 21px;
  margin-left: auto;
  margin-right: auto;
}

.intro-subtitle {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  text-shadow: 0 0 10px rgba(21,40,58,0.50);
}

.intro-body {
  clear: both;
}

.intro-content {
  font-size: 18px;
  line-height: 28px;
  padding-top: 44px;
  padding-bottom: 16px;
}

.intro-header-icon {
  display: block;
  height: 32px;
  margin-left: auto;
  margin-right: auto;
}

.intro-header-arrow {
  border: 2px solid rgba(255,255,255,0.20);
  border-radius: 50%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 52px;
  height: 52px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  z-index: 200;
  transition: margin-bottom 0.2s;
}

.intro-header-arrow:hover,
.intro-header-arrow:focus {
  color: #ffae3d;
  margin-bottom: -4px;
}

.intro-header-arrow .icon {
  display: block;
  background-color: rgba(21,40,58,0.50);
  border-radius: 50%;
  line-height: 48px;
  width: 48px;
  height: 48px;
}

@media (min-width: 544px) {
  .intro-subtitle {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .intro-header-inner {
    background-size: auto;
    padding-top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .intro-header-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    float: right;
    width: 1680px;
    height: 100vh;
    max-height: 600px;
    position: absolute;
    right: -680px;
    left: auto;
  }

  .intro-header-overlay {
    float: left;
    width: 1824px;
    height: 100vh;
    max-height: 600px;
    position: absolute;
    left: -680px;
  }

  .intro-header-overlay:before {
    content: "";
    background: url("../img/lines.png") no-repeat left bottom;
    display: block;
    width: 1168px;
    height: 32px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .intro-container {
    background: url("../img/bg-02.png") no-repeat center bottom;
    position: relative;
    height: 100vh;
    max-height: 600px;
  }

  .intro-header-icon {
    height: 52px;
  }

  .intro-title {
    margin-bottom: 24px;
  }

  .intro-title img {
    height: 72px;
  }

  .intro-subtitle {
    font-size: 24px;
    line-height: 36px;
  }

  .intro-content {
    font-size: 22px;
    line-height: 32px;
    padding-top: 72px;
    padding-bottom: 48px;
  }

  .intro-content .dropcap {
    font-size: 108px;
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .intro-content blockquote {
    font-size: 24px;
    line-height: 32px;
    margin-top: 16px;
    margin-bottom: 40px;
  }
}

@media (min-width: 1024px) {
  .intro-title,
  .intro-subtitle {
    width: 54%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro-body {
    background: url("../img/bg-01.png") no-repeat center 60px;
  }

  .intro-content {
    background: url("../img/bg-04.png") no-repeat 100px bottom;
  }

  .intro-content blockquote {
    margin-left: 8px;
  }
}

@media (min-width: 1280px) {
  .intro-header-bg {
    max-height: 1000px;
    min-height: 600px;
  }

  .intro-header-overlay {
    max-height: 1000px;
    min-height: 600px;
  }

  .intro-header-overlay:before {
    height: 52px;
  }

  .intro-header-icon {
    height: 88px;
    margin-bottom: 12px;
  }

  .intro-container {
    max-height: 1000px;
    min-height: 600px;
  }

  .intro-title img {
    height: 104px;
  }

  .intro-title:after {
    margin-top: 29px;
  }

  .intro-subtitle {
    font-size: 28px;
    line-height: 40px;
  }

  .intro-content {
    font-size: 24px;
    line-height: 36px;
    padding-top: 108px;
    padding-bottom: 80px;
  }

  .intro-content p {
    margin-bottom: 32px;
  }

  .intro-content .dropcap {
    font-size: 120px;
    margin-top: -8px;
    margin-bottom: -8px;
  }

  .intro-content blockquote {
    margin-top: -4px;
    font-size: 28px;
    line-height: 40px;
    margin-right: -16px;
  }
}

/* Member area
   ========================================================================== */

.member-header {
  background-color: #385a84;
}

.member-title {
  color: #fff;
  font-weight: 400;
  text-align: center;
  letter-spacing: -1px;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 40px;
}

.member-footer {
  clear: both;
  background-color: #385a84;
  text-align: center;
  padding-top: 32px;
  padding-bottom: 32px;
}

.member-footer .btn {
  color: #fff;
}

.member-footer .btn .icon {
  font-size: 16px;
  margin-left: 4px;
}

.member-footer .btn:hover,
.member-footer .btn:focus {
  background-color: #4f81c2;
  border-color: #4f81c2;
  color: #fff;
}

@media (min-width: 768px) {
  .member-header {
    background-image: url("../img/bg-03.png");
    background-repeat: no-repeat;
    background-position: center top;
  }

  .member-title {
    padding-top: 63px;
    padding-bottom: 73px;
  }

  .member-footer .btn {
    font-size: 24px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (min-width: 1280px) {
  .member-title {
    padding-top: 81px;
    padding-bottom: 91px;
  }
}

/**
 * Member story entry.
 */

.member-story-entry {
  position: relative;
  color: #fff;
  height: 360px;
  overflow: hidden;
}

.member-story-entry .entry-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.member-story-entry .entry-thumbnail:before {
  content: "";
  background-color: rgba(21,40,58,0.50);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -moz-transition: opacity .25s ease-in-out;
  -webkit-transition: opacity .25s ease-in-out;
  transition: opacity .25s ease-in-out;
}

.member-story-entry .entry-thumbnail:after {
  content: "";
  background-image: -moz-linear-gradient( 75deg, rgb(21,40,58) 0%, rgba(21,40,58,0) 100%);
  background-image: -webkit-linear-gradient( 75deg, rgb(21,40,58) 0%, rgba(21,40,58,0) 100%);
  background-image: -ms-linear-gradient( 75deg, rgb(21,40,58) 0%, rgba(21,40,58,0) 100%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.member-story-entry:hover .entry-thumbnail:before {
  opacity: 0;
}

.member-story-entry .entry-thumbnail img {
  position: absolute;
  left: -10000%;
  right: -10000%;
  top: -10000%;
  bottom: -10000%;
  margin: auto;
  min-width: 1000%;
  min-height: 1000%;
  max-width: none;
  max-height: none;
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  width: auto;
  height: auto;
}

.member-story-entry .entry-body {
  text-shadow: 0 0 10px rgba(21,40,58,1.00);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.member-story-entry .entry-header {
  margin-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}

.member-story-entry .entry-title {
  color: #ffae3d;
  margin-bottom: 0;
  padding-top: 1px;
  padding-bottom: 3px;
  position: relative;
}

.member-story-entry .entry-title a:hover,
.member-story-entry .entry-title a:focus {
  color: #fff;
}

.member-story-entry .entry-meta {
  color: rgba(255,255,255,0.50);
  font-size: 13px;
  line-height: 16px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 1px;
}

.member-story-entry .entry-summary {
  padding-left: 16px;
  padding-right: 32px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.member-story-entry .entry-link {
  display: block;
  background-color: #4f81c2;
  color: #fff;
  font-size: 0;
  text-shadow: none;
  text-decoration: none;
  width: 76px;
  height: 76px;
  position: absolute;
  right: -38px;
  bottom: -39px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 100;
  -moz-transition: background-color .25s ease-in-out;
  -webkit-transition: background-color .25s ease-in-out;
  transition: background-color .25s ease-in-out;
}

.member-story-entry .entry-link:hover,
.member-story-entry .entry-link:focus {
  background-color: #ffae3d;
}

.member-story-entry .entry-link .icon {
  display: block;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  font-size: 12px;
  position: relative;
  right: 2px;
  top: 6px;
}

@media (min-width: 768px) {
  .member-story-entry {
    float: left;
    width: 50%;
    height: 480px;
  }

  .member-story-entry .entry-body {
    padding-bottom: 16px;
  }

  .member-story-entry .entry-header,
  .member-story-entry .entry-summary {
    padding-left: 32px;
    padding-right: 32px;
  }

  .member-story-entry .entry-header {
    margin-bottom: 12px;
  }

  .member-story-entry .entry-title {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .member-story-entry .entry-summary {
    padding-top: 3px;
    padding-bottom: 1px;
  }

  .member-story-entry .entry-link {
    width: 104px;
    height: 104px;
    right: -53px;
    bottom: -52px;
  }

  .member-story-entry .entry-link .icon {
    font-size: 20px;
    right: 2px;
    top: 14px;
  }
}

@media (min-width: 1024px) {
  .member-story-entry .entry-body {
    padding-bottom: 48px;
  }

  .member-story-entry .entry-header,
  .member-story-entry .entry-summary {
    padding-left: 60px;
    padding-right: 16px;
  }

  .member-story-entry .entry-title:before {
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\eaee";
    color: rgba(255,255,255,0.50);
    font-size: 28px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: -36px;
  }
}

@media (min-width: 1280px) {
  .member-story-entry {
    float: left;
    width: 50%;
    height: 0;
    min-height: 480px;
    padding-bottom: 28.125%;
  }

  .member-story-entry .entry-thumbnail {
    position: relative;
    width: 100%;
    height: 0;
    min-height: 480px;
    overflow: hidden;
    padding-bottom: 56.25%;
  }

  .member-story-entry .entry-meta {
    letter-spacing: 4px;
    margin-bottom: 12px;
  }

  .member-story-entry .entry-body {
    padding-bottom: 72px;
  }

  .member-story-entry .entry-header,
  .member-story-entry .entry-summary {
    padding-left: 100px;
    padding-right: 100px;
  }

  .member-story-entry .entry-summary {
    padding-top: 8px;
    padding-bottom: 0;
  }

  .member-story-entry .entry-title:before {
    left: -48px;
  }

  .member-story-entry .entry-link {
    width: 228px;
    height: 228px;
    right: -115px;
    bottom: -114px;
  }

  .member-story-entry .entry-link .icon {
    font-size: 28px;
    right: 2px;
    top: 30px;
  }
}

/* Partner area
   ========================================================================== */

.partner-header {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 88px;
}

.partner-title {
  font-weight: 400;
  letter-spacing: -1px;
  margin-bottom: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.partner-title:after {
  display: block;
  content: "";
  background-color: #ffae3d;
  width: 200px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  position: relative;
  top: 2px;
}

.partner-text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.partner-body {
  background-color: #e8f2ff;
  box-shadow: inset 0 0 8px rgba(79,129,194,0.15);
}

.partner-container {
  position: relative;
  top: -60px;
}

.partner-row {
  padding-top: 20px;
  margin-bottom: -36px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .partner-header {
    padding-top: 72px;
    padding-bottom: 116px;
  }

  .partner-container {
    top: -68px;
  }

  .partner-row {
    margin-bottom: -20px;
  }

  .partner-text {
    font-size: 22px;
    line-height: 32px;
  }
}

@media (min-width: 1024px) {
  .partner-header {
    background: url("../img/bg-05.png") no-repeat center bottom;
  }

  .partner-body {
    background-image: url("../img/bg-06.png");
    background-repeat: no-repeat;
    background-position: center top;
  }
}

@media (min-width: 1280px) {
  .partner-header {
    padding-top: 112px;
    padding-bottom: 204px;
  }

  .partner-container {
    max-width: 1632px;
    top: -128px;
  }

  .partner-row {
    margin-bottom: -40px;
  }

  .partner-text {
    font-size: 24px;
    line-height: 36px;
  }
}

/**
 * Partner story entry.
 */

.partner-story-entry {
  margin-bottom: 32px;
}

.partner-story-entry .entry-thumbnail {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.partner-story-entry .entry-thumbnail:after {
  content: "";
  background-color: rgba(21,40,58,0.60);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.partner-story-entry .entry-body {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.partner-story-entry .entry-header {
  padding-left: 16px;
  padding-right: 16px;
}

.partner-story-entry .entry-title {
  color: #ffffff;
  text-shadow: 0 0 10px rgba(21,40,58,1.00);
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.partner-story-entry .entry-title a:hover {
  color: #ffae3d;
}

.partner-story-entry .entry-meta {
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
  padding-top: 3px;
  padding-bottom: 1px;
}

.partner-story-entry .entry-btn {
  color: #fff;
  text-shadow: 0 0 10px rgba(21,40,58,1.00);
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  text-decoration: none;
  width: 180px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  padding-top: 14px;
  padding-bottom: 26px;
}

.partner-story-entry .entry-btn .text {
  position: relative;
}

.partner-story-entry .entry-btn .icon {
  font-size: 12px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}

.partner-story-entry .entry-btn:before,
.partner-story-entry .entry-btn:before {
  content: "";
  display: block;
  background-color: #ffae3d;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  transition: height 0.25s;
}

.partner-story-entry .entry-link {
  display: block;
  position: relative;
  min-height: 288px;
  box-shadow: 0 0 20px rgba(56,90,132,0);
  -moz-transition: box-shadow .25s ease-in-out;
  -webkit-transition: box-shadow .25s ease-in-out;
  transition: box-shadow .25s ease-in-out;
}

.partner-story-entry .entry-link:hover,
.partner-story-entry .entry-link:focus {
  display: block;
  box-shadow: 0 0 20px rgba(56,90,132,0.50);
}

.partner-story-entry .entry-link:hover .entry-btn,
.partner-story-entry .entry-link:focus .entry-btn {
  text-shadow: none;
}

.partner-story-entry .entry-link:hover .entry-btn:before,
.partner-story-entry .entry-link:focus .entry-btn:before {
  height: 60px;
  bottom: 0;
}

@media (min-width: 768px) {
  .partner-story-entry .entry-header {
    padding-left: 32px;
    padding-right: 32px;
  }

  .partner-story-entry .entry-btn {
    font-size: 20px;
    bottom: 20px;
  }
}

@media (min-width: 1280px) {
  .partner-story-entry .entry-link {
    min-height: 384px;
  }

  .partner-story-entry .entry-header {
    padding-left: 48px;
    padding-right: 48px;
  }
}

/* Overview area
   ========================================================================== */

.overview-header {
  text-align: center;
  padding-top: 48px;
  padding-bottom: 48px;
}

.overview-title {
  font-weight: 400;
  margin-bottom: 24px;
  padding-top: 2px;
  padding-bottom: 2px;
}

.overview-title:after {
  display: block;
  content: "";
  background-color: #ffae3d;
  width: 200px;
  height: 3px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 21px;
  position: relative;
  top: 2px;
}

.overview-text {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.overview-section {
  background-repeat: no-repeat;
}

.overview-section-body {
  border-left: 4px solid #ffae3d;
  padding-left: 24px;
  margin-bottom: 40px;
}

.overview-section-title {
  color: #fff;
  margin-bottom: 12px;
  padding-top: 0;
}

.overview-section-title strong {
  font-size: 32px;
}

.overview-section-value {
  color: #fff;
  font-weight: 900;
  font-size: 32px;
  line-height: 1;
  margin-bottom: 0;
}

.overview-section-text {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-top: 16px;
  margin-bottom: 0;
}

@media (max-width: 543px) {
  .overview-section img {
    display: block;
    max-width: 288px;
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .overview-section {
    background: #5081c3 !important;
  }

  .overview-section:nth-child(odd) {
    background: #5c8dcf !important;
  }
}

@media (min-width: 544px) {
  .overview-section {
    background-position: center top;
    background-size: cover;
  }

  .overview-section .row {
    min-height: 480px;
  }
}

@media (min-width: 768px) {
  .overview-header {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .overview-text {
    font-size: 22px;
    line-height: 32px;
  }

  .overview-section-body {
    margin-bottom: 0;
  }

  .overview-section-title strong {
    font-size: 48px;
  }

  .overview-section-text {
    font-size: 22px;
    line-height: 32px;
  }

  .overview-section-value {
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .overview-header {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .overview-text {
    font-size: 24px;
    line-height: 36px;
  }

  .overview-section .row {
    min-height: 720px;
  }

  .overview-section-body {
    padding-left: 64px;
    padding-top: 4px;
  }

  .overview-section-title {
    margin-bottom: 20px;
  }

  .overview-section-text {
    font-size: 24px;
    line-height: 36px;
    margin-top: 20px;
  }

  .overview-section-value {
    font-size: 64px;
  }
}

/*! print.css */

@media print {
  *,
  :before,
  :after {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  /*a[href]:after {
		content: " (" attr(href) ")"
	}
	
	abbr[title]:after {
		content: " (" attr(title) ")"
	}
	
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: ""
	}*/

  pre,
  blockquote {
    border: 1px solid gray;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  /* Print Styles */

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: white !important;
  }

  .table-bordered th,
  .table-bordered td {
    border: 1px solid gray !important;
  }

  .navigation,
  .menu {
    display: none;
  }
}