@charset "UTF-8";
/*! normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE6/7/8/9 & FF3.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

/*
 * Corrects `inline-block` display not defined in IE6/7/8/9 & FF3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*
 * Addresses styling for `hidden` attribute not present in IE7/8/9, FF3, S4.
 * Known issue: no IE6 support.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/*
 * Addresses `font-family` inconsistency between `textarea` and other form
 * elements.
 */
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/*
 * Addresses margins handled incorrectly in IE6/7.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses font sizes and margins set differently in IE6/7.
 * Addresses font sizes within `section` and `article` in FF4+, Chrome, S5.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

/*
 * Addresses styling not present in IE7/8/9, S5, Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to `bolder` in FF3+, S4/5, Chrome.
 */
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome.
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Addresses margins set differently in IE6/7.
 */
p,
pre {
  margin: 1em 0;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome.
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Addresses CSS quotes not supported in IE6/7.
 */
q {
  quotes: none;
}

/*
 * Addresses `quotes` property not supported in S4.
 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Lists
   ========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu,
ol,
ul {
  padding: 0 0 0 40px;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside `a` element in IE6/7/8/9, FF3.
 * 2. Improves image quality when scaled in IE7.
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7.
 */
form {
  margin: 0;
}

/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9.
 * 2. Corrects text not wrapping in FF3.
 * 3. Corrects alignment displayed oddly in IE6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/*
 * 1. Corrects font size not being inherited in all browsers.
 * 2. Addresses margins set differently in IE6/7, FF3+, S5, Chrome.
 * 3. Improves appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * Addresses FF3/4 setting `line-height` on `input` using `!important` in the
 * UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Removes inner spacing in IE7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default;
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9.
 * 2. Removes excess padding in IE8/9.
 * 3. Removes excess padding in IE7.
 *    Known issue: excess padding remains in IE6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/*
 * 1. Addresses `appearance` set to `searchfield` in S5, Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in S5, Chrome (include `-moz`
 *    to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/*
 * Removes inner padding and search cancel button in S5, Chrome on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Removes inner padding and border in FF3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/******************************************************************
CUSTOMIZED RESET VALUES
I added these extra styles as a more personalized reset. Feel free
to remove them if you like or add your own. If you want to update
the normalize styles, make sure to edit from this point up.
******************************************************************/
b, strong {
  font-weight: bold;
}

dfn, em {
  font-style: italic;
}

small {
  font-size: 75%;
}

dd {
  margin: 0;
}

/**
 * This is the most useful file in the framework.
 * Set up the variables for this skin here.
 * Feel free to add your own for use throughout.
 */
/* === TYPOGRAPHY === */
/* === COLOURS === */
/* === BREAKPOINTS === */
/* === GRID === */
/* === ELEMENTS === */
/**
 * A few mixins used by the framework
 */
@font-face {
  font-family: 'FuturaStd-Bold';
  src: url("../fonts/futura/FuturaStd-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/futura/FuturaStd-Bold.otf") format("opentype"), url("../fonts/futura/FuturaStd-Bold.woff") format("woff"), url("../fonts/futura/FuturaStd-Bold.ttf") format("truetype"), url("../fonts/futura/FuturaStd-Bold.svg#FuturaStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.4.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.4.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.4.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.4.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.4.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon, .social-media-links a:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
.icon-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.icon-2x {
  font-size: 2em;
}

.icon-3x {
  font-size: 3em;
}

.icon-4x {
  font-size: 4em;
}

.icon-5x {
  font-size: 5em;
}

.icon-fw {
  width: 1.28571em;
  text-align: center;
}

.icon-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.icon-ul > li {
  position: relative;
}

.icon-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}

.icon-li.icon-lg {
  left: -1.85714em;
}

.icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.icon-pull-left {
  float: left;
}

.icon-pull-right {
  float: right;
}

.icon.icon-pull-left, .social-media-links a.icon-pull-left:before {
  margin-right: .3em;
}

.icon.icon-pull-right, .social-media-links a.icon-pull-right:before {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.icon.pull-left, .social-media-links a.pull-left:before {
  margin-right: .3em;
}

.icon.pull-right, .social-media-links a.pull-right:before {
  margin-left: .3em;
}

.icon-spin {
  animation: fa-spin 2s infinite linear;
}

.icon-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}

.icon-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}

.icon-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}

.icon-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}

.icon-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scale(-1, 1);
}

.icon-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scale(1, -1);
}

:root .icon-rotate-90,
:root .icon-rotate-180,
:root .icon-rotate-270,
:root .icon-flip-horizontal,
:root .icon-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.icon-stack-1x, .icon-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.icon-stack-1x {
  line-height: inherit;
}

.icon-stack-2x {
  font-size: 2em;
}

.icon-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "";
}

.icon-music:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-envelope-o:before {
  content: "";
}

.icon-heart:before {
  content: "";
}

.icon-star:before {
  content: "";
}

.icon-star-o:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-film:before {
  content: "";
}

.icon-th-large:before {
  content: "";
}

.icon-th:before {
  content: "";
}

.icon-th-list:before {
  content: "";
}

.icon-check:before {
  content: "";
}

.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "";
}

.icon-search-plus:before {
  content: "";
}

.icon-search-minus:before {
  content: "";
}

.icon-power-off:before {
  content: "";
}

.icon-signal:before {
  content: "";
}

.icon-gear:before,
.icon-cog:before {
  content: "";
}

.icon-trash-o:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-file-o:before {
  content: "";
}

.icon-clock-o:before {
  content: "";
}

.icon-road:before {
  content: "";
}

.icon-download:before {
  content: "";
}

.icon-arrow-circle-o-down:before {
  content: "";
}

.icon-arrow-circle-o-up:before {
  content: "";
}

.icon-inbox:before {
  content: "";
}

.icon-play-circle-o:before {
  content: "";
}

.icon-rotate-right:before,
.icon-repeat:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-list-alt:before {
  content: "";
}

.icon-lock:before {
  content: "";
}

.icon-flag:before {
  content: "";
}

.icon-headphones:before {
  content: "";
}

.icon-volume-off:before {
  content: "";
}

.icon-volume-down:before {
  content: "";
}

.icon-volume-up:before {
  content: "";
}

.icon-qrcode:before {
  content: "";
}

.icon-barcode:before {
  content: "";
}

.icon-tag:before {
  content: "";
}

.icon-tags:before {
  content: "";
}

.icon-book:before {
  content: "";
}

.icon-bookmark:before {
  content: "";
}

.icon-print:before {
  content: "";
}

.icon-camera:before {
  content: "";
}

.icon-font:before {
  content: "";
}

.icon-bold:before {
  content: "";
}

.icon-italic:before {
  content: "";
}

.icon-text-height:before {
  content: "";
}

.icon-text-width:before {
  content: "";
}

.icon-align-left:before {
  content: "";
}

.icon-align-center:before {
  content: "";
}

.icon-align-right:before {
  content: "";
}

.icon-align-justify:before {
  content: "";
}

.icon-list:before {
  content: "";
}

.icon-dedent:before,
.icon-outdent:before {
  content: "";
}

.icon-indent:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-photo:before,
.icon-image:before,
.icon-picture-o:before {
  content: "";
}

.icon-pencil:before {
  content: "";
}

.icon-map-marker:before {
  content: "";
}

.icon-adjust:before {
  content: "";
}

.icon-tint:before {
  content: "";
}

.icon-edit:before,
.icon-pencil-square-o:before {
  content: "";
}

.icon-share-square-o:before {
  content: "";
}

.icon-check-square-o:before {
  content: "";
}

.icon-arrows:before {
  content: "";
}

.icon-step-backward:before {
  content: "";
}

.icon-fast-backward:before {
  content: "";
}

.icon-backward:before {
  content: "";
}

.icon-play:before {
  content: "";
}

.icon-pause:before {
  content: "";
}

.icon-stop:before {
  content: "";
}

.icon-forward:before {
  content: "";
}

.icon-fast-forward:before {
  content: "";
}

.icon-step-forward:before {
  content: "";
}

.icon-eject:before {
  content: "";
}

.icon-chevron-left:before {
  content: "";
}

.icon-chevron-right:before {
  content: "";
}

.icon-plus-circle:before {
  content: "";
}

.icon-minus-circle:before {
  content: "";
}

.icon-times-circle:before {
  content: "";
}

.icon-check-circle:before {
  content: "";
}

.icon-question-circle:before {
  content: "";
}

.icon-info-circle:before {
  content: "";
}

.icon-crosshairs:before {
  content: "";
}

.icon-times-circle-o:before {
  content: "";
}

.icon-check-circle-o:before {
  content: "";
}

.icon-ban:before {
  content: "";
}

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

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

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

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

.icon-mail-forward:before,
.icon-share:before {
  content: "";
}

.icon-expand:before {
  content: "";
}

.icon-compress:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-minus:before {
  content: "";
}

.icon-asterisk:before {
  content: "";
}

.icon-exclamation-circle:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-leaf:before {
  content: "";
}

.icon-fire:before {
  content: "";
}

.icon-eye:before {
  content: "";
}

.icon-eye-slash:before {
  content: "";
}

.icon-warning:before,
.icon-exclamation-triangle:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-calendar:before {
  content: "";
}

.icon-random:before {
  content: "";
}

.icon-comment:before {
  content: "";
}

.icon-magnet:before {
  content: "";
}

.icon-chevron-up:before {
  content: "";
}

.icon-chevron-down:before {
  content: "";
}

.icon-retweet:before {
  content: "";
}

.icon-shopping-cart:before {
  content: "";
}

.icon-folder:before {
  content: "";
}

.icon-folder-open:before {
  content: "";
}

.icon-arrows-v:before {
  content: "";
}

.icon-arrows-h:before {
  content: "";
}

.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "";
}

.icon-twitter-square:before {
  content: "";
}

.icon-facebook-square:before {
  content: "";
}

.icon-camera-retro:before {
  content: "";
}

.icon-key:before {
  content: "";
}

.icon-gears:before,
.icon-cogs:before {
  content: "";
}

.icon-comments:before {
  content: "";
}

.icon-thumbs-o-up:before {
  content: "";
}

.icon-thumbs-o-down:before {
  content: "";
}

.icon-star-half:before {
  content: "";
}

.icon-heart-o:before {
  content: "";
}

.icon-sign-out:before {
  content: "";
}

.icon-linkedin-square:before {
  content: "";
}

.icon-thumb-tack:before {
  content: "";
}

.icon-external-link:before {
  content: "";
}

.icon-sign-in:before {
  content: "";
}

.icon-trophy:before {
  content: "";
}

.icon-github-square:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-lemon-o:before {
  content: "";
}

.icon-phone:before {
  content: "";
}

.icon-square-o:before {
  content: "";
}

.icon-bookmark-o:before {
  content: "";
}

.icon-phone-square:before {
  content: "";
}

.icon-twitter:before, .social-media-links .twitter a:before {
  content: "";
}

.icon-facebook-f:before,
.icon-facebook:before,
.social-media-links .facebook a:before {
  content: "";
}

.icon-github:before {
  content: "";
}

.icon-unlock:before {
  content: "";
}

.icon-credit-card:before {
  content: "";
}

.icon-feed:before,
.icon-rss:before,
.social-media-links .feed a:before {
  content: "";
}

.icon-hdd-o:before {
  content: "";
}

.icon-bullhorn:before {
  content: "";
}

.icon-bell:before {
  content: "";
}

.icon-certificate:before {
  content: "";
}

.icon-hand-o-right:before {
  content: "";
}

.icon-hand-o-left:before {
  content: "";
}

.icon-hand-o-up:before {
  content: "";
}

.icon-hand-o-down:before {
  content: "";
}

.icon-arrow-circle-left:before {
  content: "";
}

.icon-arrow-circle-right:before {
  content: "";
}

.icon-arrow-circle-up:before {
  content: "";
}

.icon-arrow-circle-down:before {
  content: "";
}

.icon-globe:before {
  content: "";
}

.icon-wrench:before {
  content: "";
}

.icon-tasks:before {
  content: "";
}

.icon-filter:before {
  content: "";
}

.icon-briefcase:before {
  content: "";
}

.icon-arrows-alt:before {
  content: "";
}

.icon-group:before,
.icon-users:before {
  content: "";
}

.icon-chain:before,
.icon-link:before {
  content: "";
}

.icon-cloud:before {
  content: "";
}

.icon-flask:before {
  content: "";
}

.icon-cut:before,
.icon-scissors:before {
  content: "";
}

.icon-copy:before,
.icon-files-o:before {
  content: "";
}

.icon-paperclip:before {
  content: "";
}

.icon-save:before,
.icon-floppy-o:before {
  content: "";
}

.icon-square:before {
  content: "";
}

.icon-navicon:before,
.icon-reorder:before,
.icon-bars:before {
  content: "";
}

.icon-list-ul:before {
  content: "";
}

.icon-list-ol:before {
  content: "";
}

.icon-strikethrough:before {
  content: "";
}

.icon-underline:before {
  content: "";
}

.icon-table:before {
  content: "";
}

.icon-magic:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-pinterest:before {
  content: "";
}

.icon-pinterest-square:before {
  content: "";
}

.icon-google-plus-square:before {
  content: "";
}

.icon-google-plus:before {
  content: "";
}

.icon-money:before {
  content: "";
}

.icon-caret-down:before {
  content: "";
}

.icon-caret-up:before {
  content: "";
}

.icon-caret-left:before {
  content: "";
}

.icon-caret-right:before {
  content: "";
}

.icon-columns:before {
  content: "";
}

.icon-unsorted:before,
.icon-sort:before {
  content: "";
}

.icon-sort-down:before,
.icon-sort-desc:before {
  content: "";
}

.icon-sort-up:before,
.icon-sort-asc:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-linkedin:before, .social-media-links .linkedin a:before {
  content: "";
}

.icon-rotate-left:before,
.icon-undo:before {
  content: "";
}

.icon-legal:before,
.icon-gavel:before {
  content: "";
}

.icon-dashboard:before,
.icon-tachometer:before {
  content: "";
}

.icon-comment-o:before {
  content: "";
}

.icon-comments-o:before {
  content: "";
}

.icon-flash:before,
.icon-bolt:before {
  content: "";
}

.icon-sitemap:before {
  content: "";
}

.icon-umbrella:before {
  content: "";
}

.icon-paste:before,
.icon-clipboard:before {
  content: "";
}

.icon-lightbulb-o:before {
  content: "";
}

.icon-exchange:before {
  content: "";
}

.icon-cloud-download:before {
  content: "";
}

.icon-cloud-upload:before {
  content: "";
}

.icon-user-md:before {
  content: "";
}

.icon-stethoscope:before {
  content: "";
}

.icon-suitcase:before {
  content: "";
}

.icon-bell-o:before {
  content: "";
}

.icon-coffee:before {
  content: "";
}

.icon-cutlery:before {
  content: "";
}

.icon-file-text-o:before {
  content: "";
}

.icon-building-o:before {
  content: "";
}

.icon-hospital-o:before {
  content: "";
}

.icon-ambulance:before {
  content: "";
}

.icon-medkit:before {
  content: "";
}

.icon-fighter-jet:before {
  content: "";
}

.icon-beer:before {
  content: "";
}

.icon-h-square:before {
  content: "";
}

.icon-plus-square:before {
  content: "";
}

.icon-angle-double-left:before {
  content: "";
}

.icon-angle-double-right:before {
  content: "";
}

.icon-angle-double-up:before {
  content: "";
}

.icon-angle-double-down:before {
  content: "";
}

.icon-angle-left:before {
  content: "";
}

.icon-angle-right:before {
  content: "";
}

.icon-angle-up:before {
  content: "";
}

.icon-angle-down:before {
  content: "";
}

.icon-desktop:before {
  content: "";
}

.icon-laptop:before {
  content: "";
}

.icon-tablet:before {
  content: "";
}

.icon-mobile-phone:before,
.icon-mobile:before {
  content: "";
}

.icon-circle-o:before {
  content: "";
}

.icon-quote-left:before {
  content: "";
}

.icon-quote-right:before {
  content: "";
}

.icon-spinner:before {
  content: "";
}

.icon-circle:before {
  content: "";
}

.icon-mail-reply:before,
.icon-reply:before {
  content: "";
}

.icon-github-alt:before {
  content: "";
}

.icon-folder-o:before {
  content: "";
}

.icon-folder-open-o:before {
  content: "";
}

.icon-smile-o:before {
  content: "";
}

.icon-frown-o:before {
  content: "";
}

.icon-meh-o:before {
  content: "";
}

.icon-gamepad:before {
  content: "";
}

.icon-keyboard-o:before {
  content: "";
}

.icon-flag-o:before {
  content: "";
}

.icon-flag-checkered:before {
  content: "";
}

.icon-terminal:before {
  content: "";
}

.icon-code:before {
  content: "";
}

.icon-mail-reply-all:before,
.icon-reply-all:before {
  content: "";
}

.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
  content: "";
}

.icon-location-arrow:before {
  content: "";
}

.icon-crop:before {
  content: "";
}

.icon-code-fork:before {
  content: "";
}

.icon-unlink:before,
.icon-chain-broken:before {
  content: "";
}

.icon-question:before {
  content: "";
}

.icon-info:before {
  content: "";
}

.icon-exclamation:before {
  content: "";
}

.icon-superscript:before {
  content: "";
}

.icon-subscript:before {
  content: "";
}

.icon-eraser:before {
  content: "";
}

.icon-puzzle-piece:before {
  content: "";
}

.icon-microphone:before {
  content: "";
}

.icon-microphone-slash:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-calendar-o:before {
  content: "";
}

.icon-fire-extinguisher:before {
  content: "";
}

.icon-rocket:before {
  content: "";
}

.icon-maxcdn:before {
  content: "";
}

.icon-chevron-circle-left:before {
  content: "";
}

.icon-chevron-circle-right:before {
  content: "";
}

.icon-chevron-circle-up:before {
  content: "";
}

.icon-chevron-circle-down:before {
  content: "";
}

.icon-html5:before {
  content: "";
}

.icon-css3:before {
  content: "";
}

.icon-anchor:before {
  content: "";
}

.icon-unlock-alt:before {
  content: "";
}

.icon-bullseye:before {
  content: "";
}

.icon-ellipsis-h:before {
  content: "";
}

.icon-ellipsis-v:before {
  content: "";
}

.icon-rss-square:before {
  content: "";
}

.icon-play-circle:before {
  content: "";
}

.icon-ticket:before {
  content: "";
}

.icon-minus-square:before {
  content: "";
}

.icon-minus-square-o:before {
  content: "";
}

.icon-level-up:before {
  content: "";
}

.icon-level-down:before {
  content: "";
}

.icon-check-square:before {
  content: "";
}

.icon-pencil-square:before {
  content: "";
}

.icon-external-link-square:before {
  content: "";
}

.icon-share-square:before {
  content: "";
}

.icon-compass:before {
  content: "";
}

.icon-toggle-down:before,
.icon-caret-square-o-down:before {
  content: "";
}

.icon-toggle-up:before,
.icon-caret-square-o-up:before {
  content: "";
}

.icon-toggle-right:before,
.icon-caret-square-o-right:before {
  content: "";
}

.icon-euro:before,
.icon-eur:before {
  content: "";
}

.icon-gbp:before {
  content: "";
}

.icon-dollar:before,
.icon-usd:before {
  content: "";
}

.icon-rupee:before,
.icon-inr:before {
  content: "";
}

.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
  content: "";
}

.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "";
}

.icon-won:before,
.icon-krw:before {
  content: "";
}

.icon-bitcoin:before,
.icon-btc:before {
  content: "";
}

.icon-file:before {
  content: "";
}

.icon-file-text:before {
  content: "";
}

.icon-sort-alpha-asc:before {
  content: "";
}

.icon-sort-alpha-desc:before {
  content: "";
}

.icon-sort-amount-asc:before {
  content: "";
}

.icon-sort-amount-desc:before {
  content: "";
}

.icon-sort-numeric-asc:before {
  content: "";
}

.icon-sort-numeric-desc:before {
  content: "";
}

.icon-thumbs-up:before {
  content: "";
}

.icon-thumbs-down:before {
  content: "";
}

.icon-youtube-square:before {
  content: "";
}

.icon-youtube:before, .social-media-links .youtube a:before {
  content: "";
}

.icon-xing:before {
  content: "";
}

.icon-xing-square:before {
  content: "";
}

.icon-youtube-play:before {
  content: "";
}

.icon-dropbox:before {
  content: "";
}

.icon-stack-overflow:before {
  content: "";
}

.icon-instagram:before, .social-media-links .instagram a:before {
  content: "";
}

.icon-flickr:before {
  content: "";
}

.icon-adn:before {
  content: "";
}

.icon-bitbucket:before {
  content: "";
}

.icon-bitbucket-square:before {
  content: "";
}

.icon-tumblr:before {
  content: "";
}

.icon-tumblr-square:before {
  content: "";
}

.icon-long-arrow-down:before {
  content: "";
}

.icon-long-arrow-up:before {
  content: "";
}

.icon-long-arrow-left:before {
  content: "";
}

.icon-long-arrow-right:before {
  content: "";
}

.icon-apple:before {
  content: "";
}

.icon-windows:before {
  content: "";
}

.icon-android:before {
  content: "";
}

.icon-linux:before {
  content: "";
}

.icon-dribbble:before {
  content: "";
}

.icon-skype:before {
  content: "";
}

.icon-foursquare:before {
  content: "";
}

.icon-trello:before {
  content: "";
}

.icon-female:before {
  content: "";
}

.icon-male:before {
  content: "";
}

.icon-gittip:before,
.icon-gratipay:before {
  content: "";
}

.icon-sun-o:before {
  content: "";
}

.icon-moon-o:before {
  content: "";
}

.icon-archive:before {
  content: "";
}

.icon-bug:before {
  content: "";
}

.icon-vk:before {
  content: "";
}

.icon-weibo:before {
  content: "";
}

.icon-renren:before {
  content: "";
}

.icon-pagelines:before {
  content: "";
}

.icon-stack-exchange:before {
  content: "";
}

.icon-arrow-circle-o-right:before {
  content: "";
}

.icon-arrow-circle-o-left:before {
  content: "";
}

.icon-toggle-left:before,
.icon-caret-square-o-left:before {
  content: "";
}

.icon-dot-circle-o:before {
  content: "";
}

.icon-wheelchair:before {
  content: "";
}

.icon-vimeo-square:before {
  content: "";
}

.icon-turkish-lira:before,
.icon-try:before {
  content: "";
}

.icon-plus-square-o:before {
  content: "";
}

.icon-space-shuttle:before {
  content: "";
}

.icon-slack:before {
  content: "";
}

.icon-envelope-square:before {
  content: "";
}

.icon-wordpress:before {
  content: "";
}

.icon-openid:before {
  content: "";
}

.icon-institution:before,
.icon-bank:before,
.icon-university:before {
  content: "";
}

.icon-mortar-board:before,
.icon-graduation-cap:before {
  content: "";
}

.icon-yahoo:before {
  content: "";
}

.icon-google:before {
  content: "";
}

.icon-reddit:before {
  content: "";
}

.icon-reddit-square:before {
  content: "";
}

.icon-stumbleupon-circle:before {
  content: "";
}

.icon-stumbleupon:before {
  content: "";
}

.icon-delicious:before {
  content: "";
}

.icon-digg:before {
  content: "";
}

.icon-pied-piper:before {
  content: "";
}

.icon-pied-piper-alt:before {
  content: "";
}

.icon-drupal:before {
  content: "";
}

.icon-joomla:before {
  content: "";
}

.icon-language:before {
  content: "";
}

.icon-fax:before {
  content: "";
}

.icon-building:before {
  content: "";
}

.icon-child:before {
  content: "";
}

.icon-paw:before {
  content: "";
}

.icon-spoon:before {
  content: "";
}

.icon-cube:before {
  content: "";
}

.icon-cubes:before {
  content: "";
}

.icon-behance:before {
  content: "";
}

.icon-behance-square:before {
  content: "";
}

.icon-steam:before {
  content: "";
}

.icon-steam-square:before {
  content: "";
}

.icon-recycle:before {
  content: "";
}

.icon-automobile:before,
.icon-car:before {
  content: "";
}

.icon-cab:before,
.icon-taxi:before {
  content: "";
}

.icon-tree:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-deviantart:before {
  content: "";
}

.icon-soundcloud:before {
  content: "";
}

.icon-database:before {
  content: "";
}

.icon-file-pdf-o:before {
  content: "";
}

.icon-file-word-o:before {
  content: "";
}

.icon-file-excel-o:before {
  content: "";
}

.icon-file-powerpoint-o:before {
  content: "";
}

.icon-file-photo-o:before,
.icon-file-picture-o:before,
.icon-file-image-o:before {
  content: "";
}

.icon-file-zip-o:before,
.icon-file-archive-o:before {
  content: "";
}

.icon-file-sound-o:before,
.icon-file-audio-o:before {
  content: "";
}

.icon-file-movie-o:before,
.icon-file-video-o:before {
  content: "";
}

.icon-file-code-o:before {
  content: "";
}

.icon-vine:before {
  content: "";
}

.icon-codepen:before {
  content: "";
}

.icon-jsfiddle:before {
  content: "";
}

.icon-life-bouy:before,
.icon-life-buoy:before,
.icon-life-saver:before,
.icon-support:before,
.icon-life-ring:before {
  content: "";
}

.icon-circle-o-notch:before {
  content: "";
}

.icon-ra:before,
.icon-rebel:before {
  content: "";
}

.icon-ge:before,
.icon-empire:before {
  content: "";
}

.icon-git-square:before {
  content: "";
}

.icon-git:before {
  content: "";
}

.icon-y-combinator-square:before,
.icon-yc-square:before,
.icon-hacker-news:before {
  content: "";
}

.icon-tencent-weibo:before {
  content: "";
}

.icon-qq:before {
  content: "";
}

.icon-wechat:before,
.icon-weixin:before {
  content: "";
}

.icon-send:before,
.icon-paper-plane:before {
  content: "";
}

.icon-send-o:before,
.icon-paper-plane-o:before {
  content: "";
}

.icon-history:before {
  content: "";
}

.icon-circle-thin:before {
  content: "";
}

.icon-header:before {
  content: "";
}

.icon-paragraph:before {
  content: "";
}

.icon-sliders:before {
  content: "";
}

.icon-share-alt:before {
  content: "";
}

.icon-share-alt-square:before {
  content: "";
}

.icon-bomb:before {
  content: "";
}

.icon-soccer-ball-o:before,
.icon-futbol-o:before {
  content: "";
}

.icon-tty:before {
  content: "";
}

.icon-binoculars:before {
  content: "";
}

.icon-plug:before {
  content: "";
}

.icon-slideshare:before {
  content: "";
}

.icon-twitch:before {
  content: "";
}

.icon-yelp:before {
  content: "";
}

.icon-newspaper-o:before {
  content: "";
}

.icon-wifi:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-paypal:before {
  content: "";
}

.icon-google-wallet:before {
  content: "";
}

.icon-cc-visa:before {
  content: "";
}

.icon-cc-mastercard:before {
  content: "";
}

.icon-cc-discover:before {
  content: "";
}

.icon-cc-amex:before {
  content: "";
}

.icon-cc-paypal:before {
  content: "";
}

.icon-cc-stripe:before {
  content: "";
}

.icon-bell-slash:before {
  content: "";
}

.icon-bell-slash-o:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-copyright:before {
  content: "";
}

.icon-at:before {
  content: "";
}

.icon-eyedropper:before {
  content: "";
}

.icon-paint-brush:before {
  content: "";
}

.icon-birthday-cake:before {
  content: "";
}

.icon-area-chart:before {
  content: "";
}

.icon-pie-chart:before {
  content: "";
}

.icon-line-chart:before {
  content: "";
}

.icon-lastfm:before {
  content: "";
}

.icon-lastfm-square:before {
  content: "";
}

.icon-toggle-off:before {
  content: "";
}

.icon-toggle-on:before {
  content: "";
}

.icon-bicycle:before {
  content: "";
}

.icon-bus:before {
  content: "";
}

.icon-ioxhost:before {
  content: "";
}

.icon-angellist:before {
  content: "";
}

.icon-cc:before {
  content: "";
}

.icon-shekel:before,
.icon-sheqel:before,
.icon-ils:before {
  content: "";
}

.icon-meanpath:before {
  content: "";
}

.icon-buysellads:before {
  content: "";
}

.icon-connectdevelop:before {
  content: "";
}

.icon-dashcube:before {
  content: "";
}

.icon-forumbee:before {
  content: "";
}

.icon-leanpub:before {
  content: "";
}

.icon-sellsy:before {
  content: "";
}

.icon-shirtsinbulk:before {
  content: "";
}

.icon-simplybuilt:before {
  content: "";
}

.icon-skyatlas:before {
  content: "";
}

.icon-cart-plus:before {
  content: "";
}

.icon-cart-arrow-down:before {
  content: "";
}

.icon-diamond:before {
  content: "";
}

.icon-ship:before {
  content: "";
}

.icon-user-secret:before {
  content: "";
}

.icon-motorcycle:before {
  content: "";
}

.icon-street-view:before {
  content: "";
}

.icon-heartbeat:before {
  content: "";
}

.icon-venus:before {
  content: "";
}

.icon-mars:before {
  content: "";
}

.icon-mercury:before {
  content: "";
}

.icon-intersex:before,
.icon-transgender:before {
  content: "";
}

.icon-transgender-alt:before {
  content: "";
}

.icon-venus-double:before {
  content: "";
}

.icon-mars-double:before {
  content: "";
}

.icon-venus-mars:before {
  content: "";
}

.icon-mars-stroke:before {
  content: "";
}

.icon-mars-stroke-v:before {
  content: "";
}

.icon-mars-stroke-h:before {
  content: "";
}

.icon-neuter:before {
  content: "";
}

.icon-genderless:before {
  content: "";
}

.icon-facebook-official:before {
  content: "";
}

.icon-pinterest-p:before {
  content: "";
}

.icon-whatsapp:before {
  content: "";
}

.icon-server:before {
  content: "";
}

.icon-user-plus:before {
  content: "";
}

.icon-user-times:before {
  content: "";
}

.icon-hotel:before,
.icon-bed:before {
  content: "";
}

.icon-viacoin:before {
  content: "";
}

.icon-train:before {
  content: "";
}

.icon-subway:before {
  content: "";
}

.icon-medium:before {
  content: "";
}

.icon-yc:before,
.icon-y-combinator:before {
  content: "";
}

.icon-optin-monster:before {
  content: "";
}

.icon-opencart:before {
  content: "";
}

.icon-expeditedssl:before {
  content: "";
}

.icon-battery-4:before,
.icon-battery-full:before {
  content: "";
}

.icon-battery-3:before,
.icon-battery-three-quarters:before {
  content: "";
}

.icon-battery-2:before,
.icon-battery-half:before {
  content: "";
}

.icon-battery-1:before,
.icon-battery-quarter:before {
  content: "";
}

.icon-battery-0:before,
.icon-battery-empty:before {
  content: "";
}

.icon-mouse-pointer:before {
  content: "";
}

.icon-i-cursor:before {
  content: "";
}

.icon-object-group:before {
  content: "";
}

.icon-object-ungroup:before {
  content: "";
}

.icon-sticky-note:before {
  content: "";
}

.icon-sticky-note-o:before {
  content: "";
}

.icon-cc-jcb:before {
  content: "";
}

.icon-cc-diners-club:before {
  content: "";
}

.icon-clone:before {
  content: "";
}

.icon-balance-scale:before {
  content: "";
}

.icon-hourglass-o:before {
  content: "";
}

.icon-hourglass-1:before,
.icon-hourglass-start:before {
  content: "";
}

.icon-hourglass-2:before,
.icon-hourglass-half:before {
  content: "";
}

.icon-hourglass-3:before,
.icon-hourglass-end:before {
  content: "";
}

.icon-hourglass:before {
  content: "";
}

.icon-hand-grab-o:before,
.icon-hand-rock-o:before {
  content: "";
}

.icon-hand-stop-o:before,
.icon-hand-paper-o:before {
  content: "";
}

.icon-hand-scissors-o:before {
  content: "";
}

.icon-hand-lizard-o:before {
  content: "";
}

.icon-hand-spock-o:before {
  content: "";
}

.icon-hand-pointer-o:before {
  content: "";
}

.icon-hand-peace-o:before {
  content: "";
}

.icon-trademark:before {
  content: "";
}

.icon-registered:before {
  content: "";
}

.icon-creative-commons:before {
  content: "";
}

.icon-gg:before {
  content: "";
}

.icon-gg-circle:before {
  content: "";
}

.icon-tripadvisor:before {
  content: "";
}

.icon-odnoklassniki:before {
  content: "";
}

.icon-odnoklassniki-square:before {
  content: "";
}

.icon-get-pocket:before {
  content: "";
}

.icon-wikipedia-w:before {
  content: "";
}

.icon-safari:before {
  content: "";
}

.icon-chrome:before {
  content: "";
}

.icon-firefox:before {
  content: "";
}

.icon-opera:before {
  content: "";
}

.icon-internet-explorer:before {
  content: "";
}

.icon-tv:before,
.icon-television:before {
  content: "";
}

.icon-contao:before {
  content: "";
}

.icon-500px:before {
  content: "";
}

.icon-amazon:before {
  content: "";
}

.icon-calendar-plus-o:before {
  content: "";
}

.icon-calendar-minus-o:before {
  content: "";
}

.icon-calendar-times-o:before {
  content: "";
}

.icon-calendar-check-o:before {
  content: "";
}

.icon-industry:before {
  content: "";
}

.icon-map-pin:before {
  content: "";
}

.icon-map-signs:before {
  content: "";
}

.icon-map-o:before {
  content: "";
}

.icon-map:before {
  content: "";
}

.icon-commenting:before {
  content: "";
}

.icon-commenting-o:before {
  content: "";
}

.icon-houzz:before {
  content: "";
}

.icon-vimeo:before {
  content: "";
}

.icon-black-tie:before {
  content: "";
}

.icon-fonticons:before {
  content: "";
}

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

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

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

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

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

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

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

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

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

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

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

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

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url(../images/loading.gif) center center no-repeat;
}

/* Dots */
.slick-dots {
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 25px;
  right: 30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: auto;
}

.slick-dots li {
  padding: 0;
  margin: 0;
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 17px;
  width: 17px;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: white;
  display: block;
  height: 17px;
  width: 17px;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  position: relative;
  outline: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li.slick-active button {
  background: #006da7;
  opacity: 1;
}

/* Sizes are declared on their own here in extendable classes */
h1, .h1 {
  font-size: 36px;
  font-size: 3.6rem;
}

h2, .h2 {
  font-size: 26px;
  font-size: 2.6rem;
}

h3, .h3 {
  font-size: 22px;
  font-size: 2.2rem;
}

h4, .h4, .widget-title {
  font-size: 17px;
  font-size: 1.7rem;
}

h5, .h5 {
  font-size: 16px;
  font-size: 1.6rem;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1.6rem;
}

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

.lt-ie9 img {
  width: auto;
}

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

.alignnone {
  margin: 0 0 25.6px 0;
}

@media screen and (min-width: 480px) {
  .alignright {
    float: right;
    margin: 0 0 25.6px 25.6px;
    max-width: 60%;
  }
  .alignleft {
    float: left;
    margin: 0 25.6px 25.6px 0;
    max-width: 60%;
  }
}

.wp-caption {
  max-width: 100%;
}

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

.wp-caption p.wp-caption-text {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.2;
  margin: 0;
}

input[type="search"]::-webkit-search-decoration {
  display: none;
}

input:invalid,
button:invalid,
a.button:invalid,
select:invalid,
textarea:invalid {
  box-shadow: none;
}

input:focus,
button:focus,
a.button:focus,
select:focus,
textarea:focus {
  box-shadow: #0066ff 0 0 5px 0;
  z-index: 1;
}

input[type="file"]:focus, input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  box-shadow: none;
}

button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  border: 1px solid #c3c7ca;
  background: #f1f2f3;
  cursor: pointer;
  color: #002235;
  display: inline-block;
  outline: 0;
  overflow: visible;
  margin: 0;
  padding: 0.2em 1em;
  text-decoration: none;
  vertical-align: middle;
  width: auto;
}

button:hover, button:active,
input[type="reset"]:hover,
input[type="reset"]:active,
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="button"]:hover,
input[type="button"]:active {
  background: #e3e5e7;
  border-color: #b5babe;
  text-decoration: none;
}

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

textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"] {
  width: 100%;
  display: block;
  background-clip: padding-box;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: white;
  border: 1px solid #c3c7ca;
  color: #002235;
  outline: 0;
  margin: 0;
  padding: 0.1em 0.5em;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 25.6px;
  font-family: "FuturaStd-Light", Arial, sans-serif;
  vertical-align: middle;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled],
a.button_disabled {
  box-shadow: none;
  -moz-user-select: -moz-none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
      user-select: none;
  color: #AAA;
  cursor: default;
}

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

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #AAA;
}

input.placeholder_text,
textarea.placeholder_text {
  color: #AAA;
}

@media (-webkit-min-device-pixel-ratio: 0) {
  select[size],
  select[multiple],
  select[multiple][size] {
    background-image: none;
    padding-right: 3px;
  }
  select,
  select[size="0"],
  select[size="1"] {
    background-image: url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  ::-webkit-validation-bubble-message {
    box-shadow: none;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, black));
    border: 0;
    color: white;
    font: 13px/17px "FuturaStd-Light", Arial, sans-serif;
    overflow: hidden;
    padding: 15px 15px 17px;
    text-shadow: black 0 0 1px;
    min-height: 16px;
  }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    box-shadow: none;
    background: #666666;
    border-color: #666666;
  }
}

textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  max-width: 100%;
}

optgroup {
  color: black;
  font-style: normal;
  font-weight: normal;
  font-family: "FuturaStd-Light", Arial, sans-serif;
}

optgroup::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.media-img {
  margin-bottom: 16.896px;
}

.media-body {
  overflow: hidden;
}

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

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

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

.media,
.xs-media,
.s-media,
.m-media,
.l-media,
.xl-media,
.xxl-media {
  display: block;
}

.media > .media-img {
  float: left;
  margin-right: 25.6px;
  max-width: 25%;
}

@media screen and (min-width: 480px) {
  .xs-media > .media-img {
    float: left;
    margin-right: 25.6px;
    max-width: 25%;
  }
}

@media screen and (min-width: 600px) {
  .s-media > .media-img {
    float: left;
    margin-right: 25.6px;
    max-width: 25%;
  }
}

@media screen and (min-width: 768px) {
  .m-media > .media-img {
    float: left;
    margin-right: 25.6px;
    max-width: 25%;
  }
}

@media screen and (min-width: 960px) {
  .l-media > .media-img {
    float: left;
    margin-right: 25.6px;
    max-width: 25%;
  }
}

@media screen and (min-width: 1120px) {
  .xl-media > .media-img {
    float: left;
    margin-right: 25.6px;
    max-width: 25%;
  }
}

@media screen and (min-width: 1300px) {
  .xxl-media > .media-img {
    float: left;
    margin-right: 25.6px;
    max-width: 25%;
  }
}

/* 
<ul class="nav">
    <li><a>Link</a></li>
</ul>
*/
.nav > li, .pagination ol > li,
.nav > li > a, .pagination ol > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

/**
 * Grids are based on CSS Wizardry Grids, but have the option of using floated columns in
 * situations where you don't want to comment out whitespace (most of the time).
 
<div class="grid">
    <div class="col xs-one-half m-one-quarter">
        <div class="well">Well must be separate because .col has left padding</div>
    </div>
    <div class="col xs-one-half m-one-quarter">
        <p></p>
    </div>
    <div class="col xs-one-half m-one-quarter xs-first m-not-first">
        <div class="well">Well must be separate because .col has left padding</div>
    </div>
    <div class="col xs-one-half m-one-quarter">
        <p></p>
    </div>
</div>

 */
.grid {
  margin-left: -20px;
  list-style: none;
  margin-bottom: 0;
  vertical-align: top;
}

.grid.tight {
  margin-left: -4px;
}

.grid.tight .col, .grid.tight .grid-item, .grid.tight .main-col, .grid.tight .sidebar, .grid.tight .grid-item {
  padding-left: 4px;
  margin-bottom: 4px;
}

.grid > .grid {
  margin-left: 0;
}

.col, .grid-item, .main-col, .sidebar {
  display: block;
  float: left;
  width: 100%;
  padding-left: 20px;
}

.grid-item {
  float: none;
  display: inline-block;
  vertical-align: top;
}

@media screen and (max-width: 959px) {
  .grid {
    margin-left: -12px;
  }
  .col, .grid-item, .main-col, .sidebar, .grid-item {
    padding-left: 12px;
  }
}

@media screen and (max-width: 599px) {
  .grid {
    margin-left: -12px;
  }
  .col, .grid-item, .main-col, .sidebar, .grid-item {
    padding-left: 12px;
  }
}

.one-whole {
  width: 100%;
}

.one-half, .two-quarters, .three-sixths, .four-eighths, .five-tenths, .six-twelfths, .gform_fields .two-quarters, .gform_fields .three-sixths, .gform_fields .four-eighths, .gform_fields .five-tenths, .gform_fields .six-twelfths {
  width: 50%;
}

.one-third, .two-sixths, .four-twelfths, .gform_fields .two-sixths, .gform_fields .four-twelfths {
  width: 33.333%;
}

.two-thirds, .four-sixths, .eight-twelfths, .gform_fields .four-sixths, .gform_fields .eight-twelfths {
  width: 66.666%;
}

.one-quarter, .two-eighths, .three-twelfths, .gform_fields .two-eighths, .gform_fields .three-twelfths {
  width: 25%;
}

.three-quarters, .six-eighths, .nine-twelfths, .gform_fields .six-eighths, .gform_fields .nine-twelfths {
  width: 75%;
}

.one-fifth, .two-tenths, .gform_fields .two-tenths {
  width: 20%;
}

.two-fifths, .four-tenths, .gform_fields .four-tenths {
  width: 40%;
}

.three-fifths, .six-tenths, .gform_fields .six-tenths {
  width: 60%;
}

.four-fifths, .eight-tenths, .gform_fields .eight-tenths {
  width: 80%;
}

.one-sixth, .two-twelfths, .gform_fields .two-twelfths {
  width: 16.666%;
}

.five-sixths, .ten-twelfths, .gform_fields .ten-twelfths {
  width: 83.333%;
}

.one-eighth {
  width: 12.5%;
}

.three-eighths {
  width: 37.5%;
}

.five-eighths {
  width: 62.5%;
}

.seven-eighths {
  width: 87.5%;
}

.one-tenth {
  width: 10%;
}

.three-tenths {
  width: 30%;
}

.seven-tenths {
  width: 70%;
}

.nine-tenths {
  width: 90%;
}

.one-twelfth {
  width: 8.333%;
}

.five-twelfths {
  width: 41.666%;
}

.seven-twelfths {
  width: 58.333%;
}

.eleven-twelfths {
  width: 91.666%;
}

.first {
  clear: left;
}

.not-first {
  clear: none;
}

@media screen and (min-width: 480px) {
  .xs-one-whole {
    width: 100%;
  }
  .xs-one-half, .xs-two-quarters, .xs-three-sixths, .xs-four-eighths, .xs-five-tenths, .xs-six-twelfths, .gform_fields .xs-two-quarters, .gform_fields .xs-three-sixths, .gform_fields .xs-four-eighths, .gform_fields .xs-five-tenths, .gform_fields .xs-six-twelfths {
    width: 50%;
  }
  .xs-one-third, .xs-two-sixths, .xs-four-twelfths, .gform_fields .xs-two-sixths, .gform_fields .xs-four-twelfths {
    width: 33.333%;
  }
  .xs-two-thirds, .xs-four-sixths, .xs-eight-twelfths, .gform_fields .xs-four-sixths, .gform_fields .xs-eight-twelfths {
    width: 66.666%;
  }
  .xs-one-quarter, .xs-two-eighths, .xs-three-twelfths, .gform_fields .xs-two-eighths, .gform_fields .xs-three-twelfths {
    width: 25%;
  }
  .xs-three-quarters, .xs-six-eighths, .xs-nine-twelfths, .gform_fields .xs-six-eighths, .gform_fields .xs-nine-twelfths {
    width: 75%;
  }
  .xs-one-fifth, .xs-two-tenths, .gform_fields .xs-two-tenths {
    width: 20%;
  }
  .xs-two-fifths, .xs-four-tenths, .gform_fields .xs-four-tenths {
    width: 40%;
  }
  .xs-three-fifths, .xs-six-tenths, .gform_fields .xs-six-tenths {
    width: 60%;
  }
  .xs-four-fifths, .xs-eight-tenths, .gform_fields .xs-eight-tenths {
    width: 80%;
  }
  .xs-one-sixth, .xs-two-twelfths, .gform_fields .xs-two-twelfths {
    width: 16.666%;
  }
  .xs-five-sixths, .xs-ten-twelfths, .gform_fields .xs-ten-twelfths {
    width: 83.333%;
  }
  .xs-one-eighth {
    width: 12.5%;
  }
  .xs-three-eighths {
    width: 37.5%;
  }
  .xs-five-eighths {
    width: 62.5%;
  }
  .xs-seven-eighths {
    width: 87.5%;
  }
  .xs-one-tenth {
    width: 10%;
  }
  .xs-three-tenths {
    width: 30%;
  }
  .xs-seven-tenths {
    width: 70%;
  }
  .xs-nine-tenths {
    width: 90%;
  }
  .xs-one-twelfth {
    width: 8.333%;
  }
  .xs-five-twelfths {
    width: 41.666%;
  }
  .xs-seven-twelfths {
    width: 58.333%;
  }
  .xs-eleven-twelfths {
    width: 91.666%;
  }
  .xs-first {
    clear: left;
  }
  .xs-not-first {
    clear: none;
  }
}

@media screen and (min-width: 600px) {
  .s-one-whole {
    width: 100%;
  }
  .s-one-half, .s-two-quarters, .s-three-sixths, .s-four-eighths, .s-five-tenths, .s-six-twelfths, .gform_fields .s-two-quarters, .gform_fields .s-three-sixths, .gform_fields .s-four-eighths, .gform_fields .s-five-tenths, .gform_fields .s-six-twelfths {
    width: 50%;
  }
  .s-one-third, .s-two-sixths, .s-four-twelfths, .gform_fields .s-two-sixths, .gform_fields .s-four-twelfths {
    width: 33.333%;
  }
  .s-two-thirds, .s-four-sixths, .s-eight-twelfths, .gform_fields .s-four-sixths, .gform_fields .s-eight-twelfths {
    width: 66.666%;
  }
  .s-one-quarter, .s-two-eighths, .s-three-twelfths, .gform_fields .s-two-eighths, .gform_fields .s-three-twelfths {
    width: 25%;
  }
  .s-three-quarters, .s-six-eighths, .s-nine-twelfths, .gform_fields .s-six-eighths, .gform_fields .s-nine-twelfths {
    width: 75%;
  }
  .s-one-fifth, .s-two-tenths, .gform_fields .s-two-tenths {
    width: 20%;
  }
  .s-two-fifths, .s-four-tenths, .gform_fields .s-four-tenths {
    width: 40%;
  }
  .s-three-fifths, .s-six-tenths, .gform_fields .s-six-tenths {
    width: 60%;
  }
  .s-four-fifths, .s-eight-tenths, .gform_fields .s-eight-tenths {
    width: 80%;
  }
  .s-one-sixth, .s-two-twelfths, .gform_fields .s-two-twelfths {
    width: 16.666%;
  }
  .s-five-sixths, .s-ten-twelfths, .gform_fields .s-ten-twelfths {
    width: 83.333%;
  }
  .s-one-eighth {
    width: 12.5%;
  }
  .s-three-eighths {
    width: 37.5%;
  }
  .s-five-eighths {
    width: 62.5%;
  }
  .s-seven-eighths {
    width: 87.5%;
  }
  .s-one-tenth {
    width: 10%;
  }
  .s-three-tenths {
    width: 30%;
  }
  .s-seven-tenths {
    width: 70%;
  }
  .s-nine-tenths {
    width: 90%;
  }
  .s-one-twelfth {
    width: 8.333%;
  }
  .s-five-twelfths {
    width: 41.666%;
  }
  .s-seven-twelfths {
    width: 58.333%;
  }
  .s-eleven-twelfths {
    width: 91.666%;
  }
  .s-first {
    clear: left;
  }
  .s-not-first {
    clear: none;
  }
}

@media screen and (min-width: 768px) {
  .m-one-whole {
    width: 100%;
  }
  .m-one-half, .m-two-quarters, .m-three-sixths, .m-four-eighths, .m-five-tenths, .m-six-twelfths, .gform_fields .m-two-quarters, .gform_fields .m-three-sixths, .gform_fields .m-four-eighths, .gform_fields .m-five-tenths, .gform_fields .m-six-twelfths {
    width: 50%;
  }
  .m-one-third, .m-two-sixths, .m-four-twelfths, .gform_fields .m-two-sixths, .gform_fields .m-four-twelfths {
    width: 32.333%;
  }
  .m-two-thirds, .m-four-sixths, .m-eight-twelfths, .gform_fields .m-four-sixths, .gform_fields .m-eight-twelfths {
    width: 66.666%;
  }
  .m-one-quarter, .m-two-eighths, .m-three-twelfths, .gform_fields .m-two-eighths, .gform_fields .m-three-twelfths {
    width: 25%;
  }
  .m-three-quarters, .m-six-eighths, .m-nine-twelfths, .gform_fields .m-six-eighths, .gform_fields .m-nine-twelfths {
    width: 75%;
  }
  .m-one-fifth, .m-two-tenths, .gform_fields .m-two-tenths {
    width: 20%;
  }
  .m-two-fifths, .m-four-tenths, .gform_fields .m-four-tenths {
    width: 40%;
  }
  .m-three-fifths, .m-six-tenths, .gform_fields .m-six-tenths {
    width: 60%;
  }
  .m-four-fifths, .m-eight-tenths, .gform_fields .m-eight-tenths {
    width: 80%;
  }
  .m-one-sixth, .m-two-twelfths, .gform_fields .m-two-twelfths {
    width: 16.666%;
  }
  .m-five-sixths, .m-ten-twelfths, .gform_fields .m-ten-twelfths {
    width: 83.333%;
  }
  .m-one-eighth {
    width: 12.5%;
  }
  .m-three-eighths {
    width: 37.5%;
  }
  .m-five-eighths {
    width: 62.5%;
  }
  .m-seven-eighths {
    width: 87.5%;
  }
  .m-one-tenth {
    width: 10%;
  }
  .m-three-tenths {
    width: 30%;
  }
  .m-seven-tenths {
    width: 70%;
  }
  .m-nine-tenths {
    width: 90%;
  }
  .m-one-twelfth {
    width: 8.333%;
  }
  .m-five-twelfths {
    width: 41.666%;
  }
  .m-seven-twelfths {
    width: 58.333%;
  }
  .m-eleven-twelfths {
    width: 91.666%;
  }
  .m-first {
    clear: left;
  }
  .m-not-first {
    clear: none;
  }
}

@media screen and (min-width: 960px) {
  .l-one-whole {
    width: 100%;
  }
  .l-one-half, .l-two-quarters, .l-three-sixths, .l-four-eighths, .l-five-tenths, .l-six-twelfths, .gform_fields .l-two-quarters, .gform_fields .l-three-sixths, .gform_fields .l-four-eighths, .gform_fields .l-five-tenths, .gform_fields .l-six-twelfths {
    width: 50%;
  }
  .l-one-third, .l-two-sixths, .l-four-twelfths, .gform_fields .l-two-sixths, .gform_fields .l-four-twelfths {
    width: 33.333%;
  }
  .l-two-thirds, .l-four-sixths, .l-eight-twelfths, .gform_fields .l-four-sixths, .gform_fields .l-eight-twelfths {
    width: 66.666%;
  }
  .l-one-quarter, .l-two-eighths, .l-three-twelfths, .gform_fields .l-two-eighths, .gform_fields .l-three-twelfths {
    width: 25%;
  }
  .l-three-quarters, .l-six-eighths, .l-nine-twelfths, .gform_fields .l-six-eighths, .gform_fields .l-nine-twelfths {
    width: 75%;
  }
  .l-one-fifth, .l-two-tenths, .gform_fields .l-two-tenths {
    width: 20%;
  }
  .l-two-fifths, .l-four-tenths, .gform_fields .l-four-tenths {
    width: 40%;
  }
  .l-three-fifths, .l-six-tenths, .gform_fields .l-six-tenths {
    width: 60%;
  }
  .l-four-fifths, .l-eight-tenths, .gform_fields .l-eight-tenths {
    width: 80%;
  }
  .l-one-sixth, .l-two-twelfths, .gform_fields .l-two-twelfths {
    width: 16.666%;
  }
  .l-five-sixths, .l-ten-twelfths, .gform_fields .l-ten-twelfths {
    width: 83.333%;
  }
  .l-one-eighth {
    width: 12.5%;
  }
  .l-three-eighths {
    width: 37.5%;
  }
  .l-five-eighths {
    width: 62.5%;
  }
  .l-seven-eighths {
    width: 87.5%;
  }
  .l-one-tenth {
    width: 10%;
  }
  .l-three-tenths {
    width: 30%;
  }
  .l-seven-tenths {
    width: 70%;
  }
  .l-nine-tenths {
    width: 90%;
  }
  .l-one-twelfth {
    width: 8.333%;
  }
  .l-five-twelfths {
    width: 41.666%;
  }
  .l-seven-twelfths {
    width: 58.333%;
  }
  .l-eleven-twelfths {
    width: 91.666%;
  }
  .l-first {
    clear: left;
  }
  .l-not-first {
    clear: none;
  }
}

@media screen and (min-width: 1120px) {
  .xl-one-whole {
    width: 100%;
  }
  .xl-one-half, .xl-two-quarters, .xl-three-sixths, .xl-four-eighths, .xl-five-tenths, .xl-six-twelfths {
    width: 50%;
  }
  .xl-one-third, .xl-two-sixths, .xl-four-twelfths {
    width: 33.333%;
  }
  .xl-two-thirds, .xl-four-sixths, .xl-eight-twelfths {
    width: 66.666%;
  }
  .xl-one-quarter, .xl-two-eighths, .xl-three-twelfths {
    width: 25%;
  }
  .xl-three-quarters, .xl-six-eighths, .xl-nine-twelfths {
    width: 75%;
  }
  .xl-one-fifth, .xl-two-tenths {
    width: 20%;
  }
  .xl-two-fifths, .xl-four-tenths {
    width: 40%;
  }
  .xl-three-fifths, .xl-six-tenths {
    width: 60%;
  }
  .xl-four-fifths, .xl-eight-tenths {
    width: 80%;
  }
  .xl-one-sixth, .xl-two-twelfths {
    width: 16.666%;
  }
  .xl-five-sixths, .xl-ten-twelfths {
    width: 83.333%;
  }
  .xl-one-eighth {
    width: 12.5%;
  }
  .xl-three-eighths {
    width: 37.5%;
  }
  .xl-five-eighths {
    width: 62.5%;
  }
  .xl-seven-eighths {
    width: 87.5%;
  }
  .xl-one-tenth {
    width: 10%;
  }
  .xl-three-tenths {
    width: 30%;
  }
  .xl-seven-tenths {
    width: 70%;
  }
  .xl-nine-tenths {
    width: 90%;
  }
  .xl-one-twelfth {
    width: 8.333%;
  }
  .xl-five-twelfths {
    width: 41.666%;
  }
  .xl-seven-twelfths {
    width: 58.333%;
  }
  .xl-eleven-twelfths {
    width: 91.666%;
  }
  .xl-first {
    clear: left;
  }
  .xl-not-first {
    clear: none;
  }
}

@media screen and (min-width: 1300px) {
  .xxl-one-whole {
    width: 100%;
  }
  .xxl-one-half, .xxl-two-quarters, .xxl-three-sixths, .xxl-four-eighths, .xxl-five-tenths, .xxl-six-twelfths {
    width: 50%;
  }
  .xxl-one-third, .xxl-two-sixths, .xxl-four-twelfths {
    width: 33.333%;
  }
  .xxl-two-thirds, .xxl-four-sixths, .xxl-eight-twelfths {
    width: 66.666%;
  }
  .xxl-one-quarter, .xxl-two-eighths, .xxl-three-twelfths {
    width: 25%;
  }
  .xxl-three-quarters, .xxl-six-eighths, .xxl-nine-twelfths {
    width: 75%;
  }
  .xxl-one-fifth, .xxl-two-tenths {
    width: 20%;
  }
  .xxl-two-fifths, .xxl-four-tenths {
    width: 40%;
  }
  .xxl-three-fifths, .xxl-six-tenths {
    width: 60%;
  }
  .xxl-four-fifths, .xxl-eight-tenths {
    width: 80%;
  }
  .xxl-one-sixth, .xxl-two-twelfths {
    width: 16.666%;
  }
  .xxl-five-sixths, .xxl-ten-twelfths {
    width: 83.333%;
  }
  .xxl-one-eighth {
    width: 12.5%;
  }
  .xxl-three-eighths {
    width: 37.5%;
  }
  .xxl-five-eighths {
    width: 62.5%;
  }
  .xxl-seven-eighths {
    width: 87.5%;
  }
  .xxl-one-tenth {
    width: 10%;
  }
  .xxl-three-tenths {
    width: 30%;
  }
  .xxl-seven-tenths {
    width: 70%;
  }
  .xxl-nine-tenths {
    width: 90%;
  }
  .xxl-one-twelfth {
    width: 8.333%;
  }
  .xxl-five-twelfths {
    width: 41.666%;
  }
  .xxl-seven-twelfths {
    width: 58.333%;
  }
  .xxl-eleven-twelfths {
    width: 91.666%;
  }
  .xxl-first {
    clear: left;
  }
  .xxl-not-first {
    clear: none;
  }
}

/* 
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/ 
*/
#fb-root {
  display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}

.cf, .media,
.xs-media,
.s-media,
.m-media,
.l-media,
.xl-media,
.xxl-media, .nav, .pagination ol, .grid, .header--inner, .contact-cta .contact-cta--content, .social-media-links {
  zoom: 1;
}

.cf:before, .media:before,
.xs-media:before,
.s-media:before,
.m-media:before,
.l-media:before,
.xl-media:before,
.xxl-media:before, .nav:before, .pagination ol:before, .grid:before, .header--inner:before, .contact-cta .contact-cta--content:before, .social-media-links:before, .cf:after, .media:after,
.xs-media:after,
.s-media:after,
.m-media:after,
.l-media:after,
.xl-media:after,
.xxl-media:after, .nav:after, .pagination ol:after, .grid:after, .header--inner:after, .contact-cta .contact-cta--content:after, .social-media-links:after {
  content: "";
  display: table;
}

.cf:after, .media:after,
.xs-media:after,
.s-media:after,
.m-media:after,
.l-media:after,
.xl-media:after,
.xxl-media:after, .nav:after, .pagination ol:after, .grid:after, .header--inner:after, .contact-cta .contact-cta--content:after, .social-media-links:after {
  clear: both;
}

.clear {
  clear: both;
}

* {
  box-sizing: border-box;
}

.nav, .pagination ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.screen-reader-text,
.sr-text {
  display: none;
  visibility: hidden;
}

.inline {
  display: inline;
}

.at-least-xs,
.at-least-s,
.at-least-m,
.at-least-l,
.at-least-xl,
.at-least-xxl {
  display: none;
}

@media screen and (min-width: 480px) {
  .at-least-xs {
    display: block;
  }
}

@media screen and (min-width: 600px) {
  .at-least-s {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .at-least-m {
    display: block;
  }
}

@media screen and (min-width: 960px) {
  .at-least-l {
    display: block;
  }
}

@media screen and (min-width: 1120px) {
  .at-least-xl {
    display: block;
  }
}

@media screen and (min-width: 1300px) {
  .at-least-xxl {
    display: block;
  }
}

.less-than-xs,
.less-than-s,
.less-than-m,
.less-than-l,
.less-than-xl,
.less-than-xxl {
  display: block;
}

@media screen and (min-width: 480px) {
  .less-than-xs {
    display: none;
  }
}

@media screen and (min-width: 600px) {
  .less-than-s {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .less-than-m {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .less-than-l {
    display: none;
  }
}

@media screen and (min-width: 1120px) {
  .less-than-xl {
    display: none;
  }
}

@media screen and (min-width: 1300px) {
  .less-than-xxl {
    display: none;
  }
}

/**
 * Nothing too special here, just some
 * standard defaults. You probably won't need
 * to change this up too much, but who knows...
 */
html {
  font-size: 62.5%;
  overflow-y: scroll;
  min-height: 100%;
}

body {
  min-height: 100%;
  font-family: "FuturaStd-Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #002235;
}

.site-wrap {
  min-height: 100%;
  overflow: hidden;
  background-position: top center;
}

.bg1 .site-wrap {
  background-image: url("../images/bg1.png");
}

.bg2 .site-wrap {
  background-image: url("../images/bg2.png");
  background-color: #060b0e;
  background-position-y: -130px;
}

.bg1 .site-wrap, .bg2 .site-wrap {
  background-repeat: no-repeat;
}

.flow, .aligncenter,
.alignright,
.alignleft, .gform_confirmation_message,
p,
ul,
ol,
hr,
table,
pre,
.well,
.well-tight {
  margin-bottom: 25.6px;
  margin-bottom: 2.56rem;
  margin-top: 0;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .widget-title, .h5, .h6,
.byline {
  margin-bottom: 12.8px;
  margin-bottom: 1.28rem;
  margin-top: 0;
}

.widget {
  margin-bottom: 20px;
}

/* === PAGE WIDTH === */
.page-width {
  width: 92%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.page-width__content {
  max-width: 800px;
}

.page-width__medium {
  max-width: 960px;
}

/* === CONTENT LAYOUTS === */
@media screen and (min-width: 960px) {
  .main-col {
    width: 66.66%;
    float: left;
  }
}

@media screen and (min-width: 960px) {
  .sidebar {
    width: 33.33%;
    float: right;
    clear: right;
  }
}

@media screen and (min-width: 960px) {
  #submenu {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .left-sidebar .main-col {
    float: right;
  }
  .left-sidebar .sidebar {
    float: left;
    clear: left;
  }
}

.full-width .main-col {
  width: 100%;
  float: none;
}

/**
 * Typography. Edit as desired.
 */
/* === HEADINGS === */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .widget-title, .h5, .h6 {
  color: #006da7;
  font-weight: normal;
  font-family: "FuturaStd-Book", Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.125em;
}

/* === BLOCKQUOTE === */
blockquote {
  margin-left: 1em;
  margin-right: 1em;
  font-family: "FuturaStd-Book", Arial, sans-serif;
}

/* === LISTS === */
ul,
ol {
  padding-left: 2em;
}

/* === SIZES === */
.tiny {
  font-size: 0.8em;
}

.small {
  font-size: 0.9em;
}

.large {
  font-size: 1.1em;
}

.extra-large {
  font-size: 1.2em;
}

/* === EMPHASIS === */
.zomg {
  font-size: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  color: #006da7;
}

/* === LEADING PARAGRAPH === */
.lede,
.lead {
  font-size: 1.3em;
  color: #060b0e;
  font-family: "FuturaStd-Book", Arial, sans-serif;
}

.content-invert,
.content-invert h1,
.content-invert h2,
.content-invert h3 {
  color: white;
}

.content-invert a {
  color: white;
}

.content-invert a:hover {
  color: #e3e4e5;
}

a {
  color: #006da7;
  text-decoration: none;
  transition: color .2s linear;
}

a:hover, a:active {
  color: #1f9adb;
}

.feature-link {
  display: block;
  font-weight: bold;
  margin-top: -16.896px;
}

.feature-link:after {
  content: "";
  position: relative;
  width: 0;
  height: 0;
  box-sizing: padding-box;
  display: inline-block;
  border: 5px solid transparent;
  border-left-color: #006da7;
  margin-left: 5px;
}

.feature-link:hover:after {
  border-left-color: #1f9adb;
}

a.img-link:hover {
  opacity: 0.8;
}

.form__wide {
  max-width: 968px;
  width: 92vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.gform_fields {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gform_fields li {
  padding: 0;
  margin: 0;
}

.gform_fields li {
  position: relative;
}

.form-item,
.gform_fields > li {
  margin-bottom: 25.6px;
}

.form-item.boxed-field,
.gform_fields > li.boxed-field {
  margin-bottom: 20px;
}

.form-item.gfield_html,
.gform_fields > li.gfield_html {
  margin-bottom: 0;
}

.boxed-field {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.boxed-field label {
  position: absolute;
  z-index: 1;
  background: #FFF;
  box-shadow: 0 0 7px 3px #FFF;
  left: 42px;
  top: 23px;
  color: #a3a3a3;
  font-weight: 300;
  margin: 0;
  line-height: 1.2;
  transform: scale(1) translate(0, 0);
  transition: transform .3s ease, color .3s ease;
  transform-origin: top left;
  pointer-events: none;
}

.boxed-field label .gfield_required {
  color: #a3a3a3;
}

.boxed-field .boxed-field--label {
  left: 22px;
}

.boxed-field .boxed-field--box,
.boxed-field .ginput_container {
  border: 1px solid #01669a;
  margin-bottom: 1px;
}

.boxed-field select,
.boxed-field input[type="date"],
.boxed-field input[type="datetime"],
.boxed-field input[type="datetime-local"],
.boxed-field input[type="email"],
.boxed-field input[type="month"],
.boxed-field input[type="number"],
.boxed-field input[type="password"],
.boxed-field input[type="search"],
.boxed-field input[type="tel"],
.boxed-field input[type="text"],
.boxed-field input[type="time"],
.boxed-field input[type="url"],
.boxed-field input[type="week"],
.boxed-field input[type="file"],
.boxed-field textarea {
  border: none;
  padding: 30px 22px 12px;
  line-height: 1.2;
}

.boxed-field.is-focused label, .boxed-field.has-value label {
  font-weight: 500;
  transform: scale(0.8) translate(0, -14px);
}

.boxed-field.is-focused label {
  color: #006da7;
}

.boxed-field.is-focused label .gfield_required {
  color: #d10f0f;
}

.gfield_label {
  display: inline-block;
  color: #006da7;
  font-weight: 500;
  margin-bottom: 1.25em;
  margin-right: 10px;
}

.hide-labels .gfield_label {
  display: none;
}

.gfield_description {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .gfield_label,
  .gfield_description {
    display: block;
  }
}

select:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
input[type="file"]:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
}

select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
input[type="file"] {
  max-width: 100%;
  padding: 14px 25px;
}

select {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAICAYAAAHvgs05AAAABGdBTUEAALGPC/xhBQAAALtJREFUOBFjYCAEmEEKjI2Nn0pJSUk+f/58NyEN2OXNzMwUsctARYFWfIYpMDc3tzA1NU2D8YmmQ0NDmU1MTFYQrYFqCkHOBTkbZiCyd2Bi+GhGkCRQUzczM/O0v3//Hjl79qw0Pg045UD+B4UDTgX4JICaLwNd4YZLDUgOpAaXPCXiTCDNZ86c0QVSRkBL3gLDVBtmIIgNEgPJQdXApKhGg+MA2TSghXP///9vBxRjBIKDQIuTkeWHHRsAfwEwUDaIQFMAAAAASUVORK5CYII=");
  -moz-appearance: none;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 34px;
}

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

textarea {
  padding: 14px 25px;
  height: 120px;
}

.gform_fields {
  margin-left: -20px;
  vertical-align: top;
  font-size: 0;
}

.gform_fields .gfield {
  width: 100%;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}

.gform_fields .one-whole {
  width: 100%;
}

.gform_fields .one-half, .gform_fields .two-quarters, .gform_fields .three-sixths, .gform_fields .four-eighths, .gform_fields .five-tenths, .gform_fields .six-twelfths {
  width: 50%;
}

.gform_fields .one-third, .gform_fields .two-sixths, .gform_fields .four-twelfths {
  width: 33.333%;
}

.gform_fields .two-thirds, .gform_fields .four-sixths, .gform_fields .eight-twelfths {
  width: 66.666%;
}

.gform_fields .one-quarter, .gform_fields .two-eighths, .gform_fields .three-twelfths {
  width: 25%;
}

.gform_fields .three-quarters, .gform_fields .six-eighths, .gform_fields .nine-twelfths {
  width: 75%;
}

.gform_fields .one-fifth, .gform_fields .two-tenths {
  width: 20%;
}

.gform_fields .two-fifths, .gform_fields .four-tenths {
  width: 40%;
}

.gform_fields .three-fifths, .gform_fields .six-tenths {
  width: 60%;
}

.gform_fields .four-fifths, .gform_fields .eight-tenths {
  width: 80%;
}

.gform_fields .one-sixth, .gform_fields .two-twelfths {
  width: 16.666%;
}

.gform_fields .five-sixths, .gform_fields .ten-twelfths {
  width: 83.333%;
}

.gform_fields .one-eighth {
  width: 12.5%;
}

.gform_fields .three-eighths {
  width: 37.5%;
}

.gform_fields .five-eighths {
  width: 62.5%;
}

.gform_fields .seven-eighths {
  width: 87.5%;
}

.gform_fields .one-tenth {
  width: 10%;
}

.gform_fields .three-tenths {
  width: 30%;
}

.gform_fields .seven-tenths {
  width: 70%;
}

.gform_fields .nine-tenths {
  width: 90%;
}

.gform_fields .one-twelfth {
  width: 8.333%;
}

.gform_fields .five-twelfths {
  width: 41.666%;
}

.gform_fields .seven-twelfths {
  width: 58.333%;
}

.gform_fields .eleven-twelfths {
  width: 91.666%;
}

.gform_fields .first {
  clear: left;
}

.gform_fields .not-first {
  clear: none;
}

@media screen and (min-width: 480px) {
  .gform_fields .xs-one-whole {
    width: 100%;
  }
  .gform_fields .xs-one-half, .gform_fields .xs-two-quarters, .gform_fields .xs-three-sixths, .gform_fields .xs-four-eighths, .gform_fields .xs-five-tenths, .gform_fields .xs-six-twelfths {
    width: 50%;
  }
  .gform_fields .xs-one-third, .gform_fields .xs-two-sixths, .gform_fields .xs-four-twelfths {
    width: 33.333%;
  }
  .gform_fields .xs-two-thirds, .gform_fields .xs-four-sixths, .gform_fields .xs-eight-twelfths {
    width: 66.666%;
  }
  .gform_fields .xs-one-quarter, .gform_fields .xs-two-eighths, .gform_fields .xs-three-twelfths {
    width: 25%;
  }
  .gform_fields .xs-three-quarters, .gform_fields .xs-six-eighths, .gform_fields .xs-nine-twelfths {
    width: 75%;
  }
  .gform_fields .xs-one-fifth, .gform_fields .xs-two-tenths {
    width: 20%;
  }
  .gform_fields .xs-two-fifths, .gform_fields .xs-four-tenths {
    width: 40%;
  }
  .gform_fields .xs-three-fifths, .gform_fields .xs-six-tenths {
    width: 60%;
  }
  .gform_fields .xs-four-fifths, .gform_fields .xs-eight-tenths {
    width: 80%;
  }
  .gform_fields .xs-one-sixth, .gform_fields .xs-two-twelfths {
    width: 16.666%;
  }
  .gform_fields .xs-five-sixths, .gform_fields .xs-ten-twelfths {
    width: 83.333%;
  }
  .gform_fields .xs-one-eighth {
    width: 12.5%;
  }
  .gform_fields .xs-three-eighths {
    width: 37.5%;
  }
  .gform_fields .xs-five-eighths {
    width: 62.5%;
  }
  .gform_fields .xs-seven-eighths {
    width: 87.5%;
  }
  .gform_fields .xs-one-tenth {
    width: 10%;
  }
  .gform_fields .xs-three-tenths {
    width: 30%;
  }
  .gform_fields .xs-seven-tenths {
    width: 70%;
  }
  .gform_fields .xs-nine-tenths {
    width: 90%;
  }
  .gform_fields .xs-one-twelfth {
    width: 8.333%;
  }
  .gform_fields .xs-five-twelfths {
    width: 41.666%;
  }
  .gform_fields .xs-seven-twelfths {
    width: 58.333%;
  }
  .gform_fields .xs-eleven-twelfths {
    width: 91.666%;
  }
  .gform_fields .xs-first {
    clear: left;
  }
  .gform_fields .xs-not-first {
    clear: none;
  }
}

@media screen and (min-width: 600px) {
  .gform_fields .s-one-whole {
    width: 100%;
  }
  .gform_fields .s-one-half, .gform_fields .s-two-quarters, .gform_fields .s-three-sixths, .gform_fields .s-four-eighths, .gform_fields .s-five-tenths, .gform_fields .s-six-twelfths {
    width: 50%;
  }
  .gform_fields .s-one-third, .gform_fields .s-two-sixths, .gform_fields .s-four-twelfths {
    width: 33.333%;
  }
  .gform_fields .s-two-thirds, .gform_fields .s-four-sixths, .gform_fields .s-eight-twelfths {
    width: 66.666%;
  }
  .gform_fields .s-one-quarter, .gform_fields .s-two-eighths, .gform_fields .s-three-twelfths {
    width: 25%;
  }
  .gform_fields .s-three-quarters, .gform_fields .s-six-eighths, .gform_fields .s-nine-twelfths {
    width: 75%;
  }
  .gform_fields .s-one-fifth, .gform_fields .s-two-tenths {
    width: 20%;
  }
  .gform_fields .s-two-fifths, .gform_fields .s-four-tenths {
    width: 40%;
  }
  .gform_fields .s-three-fifths, .gform_fields .s-six-tenths {
    width: 60%;
  }
  .gform_fields .s-four-fifths, .gform_fields .s-eight-tenths {
    width: 80%;
  }
  .gform_fields .s-one-sixth, .gform_fields .s-two-twelfths {
    width: 16.666%;
  }
  .gform_fields .s-five-sixths, .gform_fields .s-ten-twelfths {
    width: 83.333%;
  }
  .gform_fields .s-one-eighth {
    width: 12.5%;
  }
  .gform_fields .s-three-eighths {
    width: 37.5%;
  }
  .gform_fields .s-five-eighths {
    width: 62.5%;
  }
  .gform_fields .s-seven-eighths {
    width: 87.5%;
  }
  .gform_fields .s-one-tenth {
    width: 10%;
  }
  .gform_fields .s-three-tenths {
    width: 30%;
  }
  .gform_fields .s-seven-tenths {
    width: 70%;
  }
  .gform_fields .s-nine-tenths {
    width: 90%;
  }
  .gform_fields .s-one-twelfth {
    width: 8.333%;
  }
  .gform_fields .s-five-twelfths {
    width: 41.666%;
  }
  .gform_fields .s-seven-twelfths {
    width: 58.333%;
  }
  .gform_fields .s-eleven-twelfths {
    width: 91.666%;
  }
  .gform_fields .s-first {
    clear: left;
  }
  .gform_fields .s-not-first {
    clear: none;
  }
}

@media screen and (min-width: 768px) {
  .gform_fields .m-one-whole {
    width: 100%;
  }
  .gform_fields .m-one-half, .gform_fields .m-two-quarters, .gform_fields .m-three-sixths, .gform_fields .m-four-eighths, .gform_fields .m-five-tenths, .gform_fields .m-six-twelfths {
    width: 50%;
  }
  .gform_fields .m-one-third, .gform_fields .m-two-sixths, .gform_fields .m-four-twelfths {
    width: 33.333%;
  }
  .gform_fields .m-two-thirds, .gform_fields .m-four-sixths, .gform_fields .m-eight-twelfths {
    width: 66.666%;
  }
  .gform_fields .m-one-quarter, .gform_fields .m-two-eighths, .gform_fields .m-three-twelfths {
    width: 25%;
  }
  .gform_fields .m-three-quarters, .gform_fields .m-six-eighths, .gform_fields .m-nine-twelfths {
    width: 75%;
  }
  .gform_fields .m-one-fifth, .gform_fields .m-two-tenths {
    width: 20%;
  }
  .gform_fields .m-two-fifths, .gform_fields .m-four-tenths {
    width: 40%;
  }
  .gform_fields .m-three-fifths, .gform_fields .m-six-tenths {
    width: 60%;
  }
  .gform_fields .m-four-fifths, .gform_fields .m-eight-tenths {
    width: 80%;
  }
  .gform_fields .m-one-sixth, .gform_fields .m-two-twelfths {
    width: 16.666%;
  }
  .gform_fields .m-five-sixths, .gform_fields .m-ten-twelfths {
    width: 83.333%;
  }
  .gform_fields .m-one-eighth {
    width: 12.5%;
  }
  .gform_fields .m-three-eighths {
    width: 37.5%;
  }
  .gform_fields .m-five-eighths {
    width: 62.5%;
  }
  .gform_fields .m-seven-eighths {
    width: 87.5%;
  }
  .gform_fields .m-one-tenth {
    width: 10%;
  }
  .gform_fields .m-three-tenths {
    width: 30%;
  }
  .gform_fields .m-seven-tenths {
    width: 70%;
  }
  .gform_fields .m-nine-tenths {
    width: 90%;
  }
  .gform_fields .m-one-twelfth {
    width: 8.333%;
  }
  .gform_fields .m-five-twelfths {
    width: 41.666%;
  }
  .gform_fields .m-seven-twelfths {
    width: 58.333%;
  }
  .gform_fields .m-eleven-twelfths {
    width: 91.666%;
  }
  .gform_fields .m-first {
    clear: left;
  }
  .gform_fields .m-not-first {
    clear: none;
  }
}

@media screen and (min-width: 960px) {
  .gform_fields .l-one-whole {
    width: 100%;
  }
  .gform_fields .l-one-half, .gform_fields .l-two-quarters, .gform_fields .l-three-sixths, .gform_fields .l-four-eighths, .gform_fields .l-five-tenths, .gform_fields .l-six-twelfths {
    width: 50%;
  }
  .gform_fields .l-one-third, .gform_fields .l-two-sixths, .gform_fields .l-four-twelfths {
    width: 33.333%;
  }
  .gform_fields .l-two-thirds, .gform_fields .l-four-sixths, .gform_fields .l-eight-twelfths {
    width: 66.666%;
  }
  .gform_fields .l-one-quarter, .gform_fields .l-two-eighths, .gform_fields .l-three-twelfths {
    width: 25%;
  }
  .gform_fields .l-three-quarters, .gform_fields .l-six-eighths, .gform_fields .l-nine-twelfths {
    width: 75%;
  }
  .gform_fields .l-one-fifth, .gform_fields .l-two-tenths {
    width: 20%;
  }
  .gform_fields .l-two-fifths, .gform_fields .l-four-tenths {
    width: 40%;
  }
  .gform_fields .l-three-fifths, .gform_fields .l-six-tenths {
    width: 60%;
  }
  .gform_fields .l-four-fifths, .gform_fields .l-eight-tenths {
    width: 80%;
  }
  .gform_fields .l-one-sixth, .gform_fields .l-two-twelfths {
    width: 16.666%;
  }
  .gform_fields .l-five-sixths, .gform_fields .l-ten-twelfths {
    width: 83.333%;
  }
  .gform_fields .l-one-eighth {
    width: 12.5%;
  }
  .gform_fields .l-three-eighths {
    width: 37.5%;
  }
  .gform_fields .l-five-eighths {
    width: 62.5%;
  }
  .gform_fields .l-seven-eighths {
    width: 87.5%;
  }
  .gform_fields .l-one-tenth {
    width: 10%;
  }
  .gform_fields .l-three-tenths {
    width: 30%;
  }
  .gform_fields .l-seven-tenths {
    width: 70%;
  }
  .gform_fields .l-nine-tenths {
    width: 90%;
  }
  .gform_fields .l-one-twelfth {
    width: 8.333%;
  }
  .gform_fields .l-five-twelfths {
    width: 41.666%;
  }
  .gform_fields .l-seven-twelfths {
    width: 58.333%;
  }
  .gform_fields .l-eleven-twelfths {
    width: 91.666%;
  }
  .gform_fields .l-first {
    clear: left;
  }
  .gform_fields .l-not-first {
    clear: none;
  }
}

.gfield_checkbox,
.gfield_radio {
  padding: 0;
  margin: 0;
  list-style: none;
}

.gfield_checkbox li,
.gfield_radio li {
  padding: 0;
  margin: 0;
}

.gfield_checkbox li,
.gfield_radio li {
  display: inline-block;
  margin-right: 34px;
  white-space: nowrap;
  position: relative;
}

@media screen and (max-width: 599px) {
  .gfield_checkbox li,
  .gfield_radio li {
    display: block;
    margin-right: 0;
  }
}

.gfield_checkbox input,
.gfield_checkbox .checkbox-replacement,
.gfield_radio input,
.gfield_radio .checkbox-replacement {
  float: left;
  margin-right: 12px;
  margin-top: 6px;
}

.gfield_checkbox .checkbox-replacement,
.gfield_radio .checkbox-replacement {
  margin-top: 1px;
}

.gfield_checkbox label,
.gfield_radio label {
  display: block;
  white-space: normal;
  overflow: hidden;
}

input[type="checkbox"].is-replaced,
input[type="radio"].is-replaced {
  opacity: 0;
  width: 22px;
  height: 22px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  cursor: pointer;
}

.checkbox-replacement {
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #01669a;
  cursor: pointer;
  transition: border .2s ease;
  position: relative;
  border-radius: 7px;
}

.checkbox-replacement:after {
  content: "";
  position: absolute;
  display: block;
  bottom: 20%;
  left: 5%;
  width: 30%;
  height: 80%;
  transform: rotate(45deg);
  transform-origin: bottom right;
  border: solid #006da7;
  border-width: 0 4px 4px 0;
  opacity: 0;
  transition: opacity .1s linear;
}

input:hover + .checkbox-replacement,
.checkbox-replacement:hover {
  border-color: #014467;
}

input[type="checkbox"]:checked + .checkbox-replacement:after,
input[type="radio"]:checked + .checkbox-replacement:after {
  opacity: 1;
}

input[type="radio"] + .checkbox-replacement {
  border-radius: 100%;
}

.radio-boxes .gfield_radio {
  margin-left: -20px;
  vertical-align: top;
  font-size: 0;
}

.radio-boxes .gfield_radio li {
  width: 25%;
  padding-left: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-size: 1.6rem;
  position: relative;
  margin: 0;
}

@media screen and (max-width: 479px) {
  .radio-boxes .gfield_radio li {
    width: 50%;
    margin-bottom: 20px;
  }
}

.radio-boxes .gfield_radio input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
}

.radio-boxes .gfield_radio label {
  display: block;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
  color: #006da7;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  border: 1px solid #01669a;
  cursor: pointer;
  transition: background .2s ease, color .2s ease, border-color .2s ease;
}

.radio-boxes .gfield_radio label:hover {
  background: #006da7;
  border-color: #006da7;
  color: #FFF;
}

.radio-boxes .gfield_radio input:checked + label {
  background: #006da7;
  border-color: #006da7;
  color: #FFF;
}

.gform_footer {
  text-align: left;
}

.gform_ajax_spinner {
  margin-left: 10px;
  margin-right: -40px;
  position: relative;
  top: 8px;
}

.gfield_required,
.gfield_error .validation_message,
.validation_error,
.preferences-field--validation-msg {
  color: #d10f0f;
}

.gform_confirmation_message {
  color: #378a0f;
}

.ginput_container .gfield_description {
  margin: 7px 0 0;
  line-height: 1.2;
  font-size: 13px;
  font-size: 1.3rem;
}

.validation_error {
  margin-bottom: 20px;
}

.gform_validation_container,
.gform_hidden {
  display: none !important;
  visibility: hidden;
}

/**
 * Tables. Edit as desired.
 */
table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th,
table td {
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #f1f2f3;
  text-align: left;
}

table th {
  font-weight: bold;
  color: #006da7;
}

table thead th {
  vertical-align: bottom;
}

table .row-title {
  color: #060b0e;
  font-weight: bold;
}

/**
 * Even if you don't think your site
 * will include any code blocks, including this
 * file makes debugging slightly prettier. 
 */
pre {
  border: 1px solid #c3c7ca;
  overflow: auto;
  padding: 0 2em;
  line-height: 2em;
  font-size: 12px;
  background-image: linear-gradient(#f1f2f3 50%, transparent 50%, transparent);
  background-size: 100% 4em;
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  position: relative;
  left: 0;
  text-transform: none;
}

pre code {
  background-color: transparent;
}

code {
  font-family: Monaco, "Andale Mono", "Courier New", Courier, monospace;
  background-color: lightyellow;
  color: #666;
}

/**
 * This should be a good starting point
 * for however you want your buttons to look.
 * Feel free to change what you like.
 */
.btn, .gform_button,
input.btn,
input.gform_button {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 15px 9px;
  border-radius: 0;
  background: #e6d2b2;
  border: none;
  font-family: "FuturaStd-Book", Arial, sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  color: #002235;
  cursor: pointer;
  text-transform: uppercase;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: background .2s ease, color .2s ease;
}

.btn:link, .gform_button:link, .btn:visited, .gform_button:visited,
input.btn:link,
input.gform_button:link,
input.btn:visited,
input.gform_button:visited {
  color: #002235;
}

.btn:hover, .gform_button:hover, .btn:active, .gform_button:active,
input.btn:hover,
input.gform_button:hover,
input.btn:active,
input.gform_button:active {
  background: #baa183;
  text-decoration: none;
}

.btn-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.btn-large {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 19px 44px 17px;
}

.btn-cta {
  background: #006da7;
  position: relative;
  padding-right: 2em;
  color: #FFF;
}

.btn-cta:hover, .btn-cta:active {
  background: #004c74;
}

.btn-cta:before {
  position: absolute;
  content: "";
  display: block;
  right: .5em;
  top: 50%;
  margin-top: -5px;
  border: 5px solid transparent;
  border-left-color: #FFF;
}

/**
 * Elements are reusable things like wells,
 * horizontal rules, callout boxes, accordions/togglers,
 * progress bars or anything that you'll use more than once in your site.
 */
.well, .well-tight {
  padding: 25.6px 25.6px 0;
  background: #f1f2f3;
  border: 1px solid #e3e4e5;
}

.well-tight {
  padding: 5px;
}

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

hr {
  height: 0;
  border: 0;
  border-top: 1px solid #c3c7ca;
}

/**
 * A file for reusable classes that are part of the skin.
 * E.g. .entry-item - vertically space these 'things' and include a bottom border.
 * Feel free to delete what's here, but it's a good idea to include
 * your own objects.
 */
.entry-item {
  /* Elements inside the item should take care of padding */
  border-bottom: 1px solid #e3e4e5;
  margin-bottom: 25.6px;
  margin-bottom: 2.56rem;
  /* Except on media entry-items */
}

.entry-item.media {
  padding-bottom: 25.6px;
  padding-bottom: 2.56rem;
}

.entry-item.spaced {
  padding-bottom: 16.896px;
  padding-bottom: 1.6896rem;
  margin-bottom: 42.496px;
  margin-bottom: 4.2496rem;
}

.entry-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.byline {
  color: #006da7;
  margin-top: -0.5em;
}

.zoom-image {
  overflow: hidden;
}

.zoom-image img {
  transform: scale(1);
  transition: transform .4s ease;
}

.zoom-image:hover img {
  transform: scale(1.05);
}

.search-form {
  background: #FFF;
  border: 1px solid #a2a3a5;
  position: relative;
}

.search-form .s {
  background: transparent;
  border: none;
  padding-right: 35px;
  max-width: 100%;
}

.search-form .search-submit {
  position: absolute;
  width: 30px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  background: #006da7;
  border: none;
  text-align: center;
  color: #FFF;
  font-size: 19px;
  font-size: 1.9rem;
  vertical-align: middle;
  transition: .2s;
  padding: 0;
}

.search-form .search-submit i {
  position: relative;
  top: -1px;
}

.search-form .search-submit:hover {
  background: #545658;
}

.hamburger {
  width: 26px;
  height: 22px;
  position: relative;
  transform: rotate(0deg);
  transition: .5s ease-in-out;
  cursor: pointer;
  margin-top: 7px;
}

.hamburger span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #e3e4e5;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out;
}

.hamburger.open span {
  background: #a2a3a5;
}

.hamburger:hover span {
  background: #e3e4e5;
}

.hamburger span:nth-child(1) {
  top: 0px;
}

.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 10px;
}

.hamburger span:nth-child(4) {
  top: 20px;
}

.hamburger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

.hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}

.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg);
}

.hamburger.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}

/**
 * A blank slate for your page styles.
 * Include things like feature images, 
 * title layout etc.
 */
.page-title {
  text-align: center;
}

/**
 * A blank slate for your header/banner area
 */
.header {
  z-index: 1000;
  margin-top: 60px;
  width: 100%;
  position: relative;
}

body.home .header {
  position: absolute;
}

.header--inner {
  position: relative;
}

.header--logo-wrapper {
  position: relative;
  z-index: 1200;
  float: left;
}

@media screen and (max-width: 959px) {
  .header--logo-wrapper {
    width: 100%;
  }
}

.header--logo-link {
  display: block;
  max-width: 160px;
  line-height: 0;
}

@media screen and (max-width: 959px) {
  .header--logo-link {
    margin: 0 auto;
  }
}

.header-logo {
  background-image: url("../images/logo-oversized.png");
  width: 160px;
  height: 115px;
  background-size: cover;
}

.header--main-menu-wrapper {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (min-width: 960px) {
  .header--main-menu-wrapper {
    float: right;
    clear: right;
    padding-left: 160px;
  }
}

.header--mobile-buttons {
  float: right;
  clear: right;
  margin-right: 10px;
}

body.inverted .header-logo {
  background-image: url("../images/logo-oversized-white.png");
}

body.inverted .main-menu:not(.is-visible) a {
  color: white;
}

body.inverted .main-menu:not(.is-visible) a:hover {
  color: #e3e4e5;
}

@media screen and (min-width: 960px) {
  body.inverted .main-menu a {
    color: white;
  }
  body.inverted .main-menu a:hover {
    color: #e3e4e5;
  }
}

/**
 * A blank slate for your footer styles.
 */
.main-footer {
  margin-top: 18px;
  padding: 34px 0;
  background-color: #060b0e;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .main-footer {
    text-align: center;
  }
}

.main-footer:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  background: rgba(9, 27, 37, 0.7);
  transform: skew(-45deg);
  top: 0;
  right: -67%;
  background: #04293c;
}

@media screen and (max-width: 959px) {
  .main-footer:before {
    right: -88%;
  }
}

.main-footer .page-width {
  position: relative;
}

.footer-copyright,
.legal-menu,
.social-menu,
.main-footer a {
  color: white;
  text-transform: uppercase;
  line-height: 1em;
  font-size: 11px;
  font-size: 1.1rem;
  letter-spacing: 0.125em;
}

.footer-copyright,
.legal-menu,
.social-menu {
  display: inline-block;
}

@media screen and (max-width: 959px) {
  .footer-copyright,
  .legal-menu,
  .social-menu {
    display: block;
    margin-top: 10px;
  }
}

.footer-copyright > ul,
.legal-menu > ul,
.social-menu > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-copyright > ul li,
.legal-menu > ul li,
.social-menu > ul li {
  padding: 0;
  margin: 0;
}

a:hover {
  color: #a2a3a5;
}

@media screen and (min-width: 960px) {
  .legal-menu ul > li {
    margin-left: 8px;
    padding-left: 8px;
    border-left: 1px solid white;
  }
}

/** 
 * A blank slate for your sidebar
 */
.layer__contact-cta {
  padding: 74px 0;
}

@media screen and (min-width: 960px) {
  .layer__contact-cta {
    padding: 134px 0;
  }
}

.contact-cta {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}

.contact-cta:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  background: rgba(9, 27, 37, 0.7);
  transform: skew(-45deg);
  top: 0;
  left: -44%;
}

@media screen and (max-width: 959px) {
  .contact-cta:before {
    right: 25%;
    left: auto;
    width: 200%;
  }
}

@media screen and (max-width: 959px) {
  .contact-cta {
    text-align: center;
  }
}

.contact-cta .layer__contact-cta,
.contact-cta .contact-cta--content {
  position: relative;
}

.contact-cta .contact-cta--title {
  color: white;
  margin-bottom: 25.6px;
  margin-bottom: 2.56rem;
  width: 70%;
  letter-spacing: 0.125em;
  line-height: 1em;
  margin-top: 2px;
  width: 100%;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  .contact-cta .contact-cta--title {
    width: 40%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 960px) {
  .contact-cta .contact-cta--button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 959px) {
  .header--main-menu {
    padding: 10px 20px;
    text-align: center;
    background: #FFF;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-top: 1px solid #F0F0F0;
    position: absolute;
    width: 100%;
    z-index: 1101;
    left: -9999px;
    opacity: 0;
    transform: translateY(-10px);
    transition: transform .3s ease, opacity .3s ease, left 0s linear .3s;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header--main-menu > ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.header--main-menu.is-visible {
  z-index: 1301;
  left: 0;
  opacity: 1;
  transform: translateY(0);
  transition: transform .3s ease, opacity .3s ease, left 0s linear;
}

.mobile-menu-icon {
  z-index: 1411;
  position: relative;
}

@media screen and (min-width: 960px) {
  .mobile-menu-icon {
    display: none;
  }
}

.main-menu a {
  text-transform: uppercase;
  letter-spacing: 0.25em;
  display: block;
}

@media screen and (min-width: 960px) {
  .main-menu a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 959px) {
  .main-menu a {
    padding: 4px;
    line-height: 2em;
    font-weight: bold;
  }
}

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

.main-menu ul li {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 959px) {
  .main-menu ul {
    width: 100%;
  }
}

@media screen and (min-width: 960px) {
  .main-menu > ul {
    margin-left: 98px;
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
  .main-menu > ul > li {
    display: inline-block;
    vertical-align: baseline;
    margin: 44px 0;
  }
}

.social-media-links {
  width: auto;
  overflow: hidden;
}

@media screen and (min-width: 960px) {
  .social-media-links {
    float: right;
    text-align: right;
  }
}

.social-media-links ul {
  vertical-align: top;
  line-height: 1;
}

.social-media-links li {
  display: inline-block;
  padding-top: 3px;
  border: 1px solid white;
  border-radius: 50%;
}

.social-media-links a {
  text-indent: -4999px;
  text-align: left;
  display: inline-block;
  position: relative;
  height: 28px;
  width: 28px;
}

.social-media-links a:before {
  display: block;
  text-indent: 0;
  position: absolute;
  top: 49%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 17px;
  font-size: 1.7rem;
  border: none !important;
}

#submenu {
  margin-bottom: 0;
}

#submenu .widget {
  margin-bottom: 25.6px;
  margin-bottom: 2.56rem;
}

#submenu .submenu {
  display: none;
  padding: 10px;
}

@media screen and (min-width: 960px) {
  #submenu .widget {
    margin-bottom: 20px;
  }
  #submenu .submenu {
    display: block !important;
  }
}

#submenu ul ul {
  margin-top: 4px;
  margin-left: 4px;
}

#submenu ul ul ul {
  margin-top: 0;
  margin-left: 12px;
}

#submenu li {
  position: relative;
  font-weight: bold;
}

#submenu li li {
  padding-left: 10px;
  font-weight: normal;
}

#submenu li li:before {
  content: "";
  position: absolute;
  display: inline-block;
  border: 4px solid transparent;
  border-left-color: #a2a3a5;
  left: 0;
  top: 6px;
}

#submenu li.current-menu-item, #submenu li.current-page-item {
  font-weight: bold !important;
}

#submenu-title i {
  margin-right: 5px;
}

@media screen and (min-width: 960px) {
  #submenu-title i {
    display: none;
  }
}

/**
 * A starting point for your pagination
 */
.pagination {
  text-align: center;
  font-size: 1.1em;
  font-weight: bold;
}

.pagination ol {
  display: inline-block;
  width: auto;
}

.pagination li {
  display: inline-block;
  padding: 0 4px;
}

.layer__margin-top-xl {
  margin-top: 83px;
}

.layer__margin-top-l {
  margin-top: 64px;
}

.layer__margin-top-m {
  margin-top: 50px;
}

.layer__margin-top-s {
  margin-top: 20px;
}

.layer__margin-top-none {
  margin-top: 0px;
}

.layer__margin-bottom-xl {
  margin-bottom: 74px;
}

.layer__margin-bottom-l {
  margin-bottom: 64px;
}

.layer__margin-bottom-m {
  margin-bottom: 50px;
}

.layer__margin-bottom-s {
  margin-bottom: 20px;
}

.layer__margin-bottom-none {
  margin-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .layer__margin-top-xl {
    margin-top: 64px;
  }
  .layer__margin-top-l {
    margin-top: 54px;
  }
  .layer__margin-top-m {
    margin-top: 30px;
  }
  .layer__margin-top-s {
    margin-top: 20px;
  }
  .layer__margin-bottom-xl {
    margin-bottom: 64px;
  }
  .layer__margin-bottom-l {
    margin-bottom: 54px;
  }
  .layer__margin-bottom-m {
    margin-bottom: 30px;
  }
  .layer__margin-bottom-s {
    margin-bottom: 20px;
  }
}

.layer__padding-top-xl {
  padding-top: 74px;
}

.layer__padding-top-l {
  padding-top: 64px;
}

.layer__padding-top-m {
  padding-top: 50px;
}

.layer__padding-top-s {
  padding-top: 20px;
}

.layer__padding-top-none {
  padding-top: 0px;
}

.layer__padding-bottom-xl {
  padding-bottom: 74px;
}

.layer__padding-bottom-l {
  padding-bottom: 64px;
}

.layer__padding-bottom-m {
  padding-bottom: 50px;
}

.layer__padding-bottom-s {
  padding-bottom: 20px;
}

.layer__padding-bottom-none {
  padding-bottom: 0px;
}

@media screen and (max-width: 767px) {
  .layer__padding-top-xl {
    padding-top: 54px;
  }
  .layer__padding-top-l {
    padding-top: 40px;
  }
  .layer__padding-top-m {
    padding-top: 30px;
  }
  .layer__padding-top-s {
    padding-top: 20px;
  }
  .layer__padding-bottom-xl {
    padding-bottom: 54px;
  }
  .layer__padding-bottom-l {
    padding-bottom: 40px;
  }
  .layer__padding-bottom-m {
    padding-bottom: 30px;
  }
  .layer__padding-bottom-s {
    padding-bottom: 20px;
  }
}

.layer__background-brand {
  background: #006da7;
}

.layer__background-lightgrey {
  background: #f1f2f3;
}

.layer__hr hr {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .fullwidth-image--image-wrap {
    margin: 0 -10vw;
  }
}

@media screen and (max-width: 767px) {
  .fullwidth-image--image-wrap {
    margin: 0 -15vw;
  }
}

.fullwidth-image--img {
  width: 100%;
}

.fullwidth-image--caption {
  padding: 20px 0;
  border-bottom: 1px solid #c3c7ca;
  font-size: 14px;
  font-size: 1.4rem;
}

.fullwidth-image--caption :last-child {
  margin-bottom: 0;
}

.grid-of-block .grid {
  margin-bottom: -20px;
}

@media screen and (max-width: 959px) {
  .grid-of-block .grid {
    margin-bottom: -12px;
  }
}

.grid-of-block .grid-item {
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .grid-of-block .grid-item {
    margin-bottom: 12px;
  }
}

.block {
  position: relative;
}

.block:after {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(9, 27, 37, 0.7);
  opacity: 0;
  transition: opacity .3s ease;
}

@media screen and (min-width: 960px) {
  .block:hover:after {
    opacity: 1;
  }
  .block:hover .block-overlay {
    top: 50%;
    transform: translateY(-50%);
  }
  .block:hover .block-overlay--caption {
    opacity: 1;
  }
}

.block .block-overlay--title {
  position: relative;
}

@media screen and (max-width: 959px) {
  .block .block-overlay--title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.block .block-overlay--caption {
  position: relative;
  opacity: 0;
  transition: opacity .3s ease;
}

.block .block-image img {
  display: block;
}

.block .block-overlay {
  position: absolute;
  top: 0;
  color: white;
  text-align: center;
  width: 100%;
  padding: 40px;
  z-index: 1;
  transition: transform .3s ease, top .3s ease;
}

.block .block-overlay .block-overlay--title h3 {
  color: white;
  font-family: "FuturaStd-Bold", Arial, sans-serif;
}

@media screen and (min-width: 960px) {
  .block .block-overlay {
    top: 32%;
    transform: translateY(0%);
  }
}

.feature-space--wrapper {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  overflow: hidden;
}

.feature-space--wrapper:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  background: rgba(9, 27, 37, 0.7);
  transform: skew(-45deg);
  top: 0;
  left: -50%;
}

@media screen and (max-width: 959px) {
  .feature-space--wrapper:before {
    right: 25%;
    left: auto;
    width: 200%;
  }
}

.feature-space--wrapper .feature-space {
  position: relative;
  width: 50%;
}

@media screen and (max-width: 959px) {
  .feature-space--wrapper .feature-space {
    width: 66%;
  }
}

@media screen and (max-width: 599px) {
  .feature-space--wrapper .feature-space {
    width: 100%;
  }
}

.feature-space--wrapper .feature-space .feature-space--image {
  height: 150px;
}

.gallery-item {
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .gallery-item {
    margin-bottom: 12px;
  }
}

.gallery-item .block-overlay {
  top: 38%;
}

.no-overlay .block-overlay,
.no-overlay .block:after {
  display: none;
  visibility: hidden;
}

.masonry {
  margin-left: -20px;
  margin-bottom: -20px;
}

@media screen and (max-width: 959px) {
  .masonry {
    margin-left: -12px;
  }
}

@media screen and (max-width: 959px) {
  .masonry {
    margin-bottom: -12px;
  }
}

.masonry .masonry-grid-item {
  padding-left: 20px;
}

@media screen and (max-width: 959px) {
  .masonry .masonry-grid-item {
    padding-left: 12px;
  }
}

.masonry .block .block-overlay--title {
  opacity: 0;
  transition: opacity .3s ease;
}

.masonry .block:hover .block-overlay--title {
  opacity: 1;
}

.home--featured-video-wrapper {
  position: relative;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 960px) {
  .home--featured-video-wrapper {
    height: 100vh;
    margin-bottom: 100px;
  }
}

.home--featured-video-wrapper:before {
  position: absolute;
  height: 500px;
  width: 500px;
  bottom: 0;
  left: -300px;
  background-color: white;
  transform: skew(45deg);
  z-index: 10;
}

@media screen and (min-width: 960px) {
  .home--featured-video-wrapper:before {
    content: " ";
  }
}

.home--featured-video {
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  top: 0;
}

.home--featured-video .home--featured-video-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
}

.home--featured-video .home--featured-video-bg .home--featured-video-player {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}

html.video .home--featured-video .home--featured-video-bg .home--featured-video-player {
  display: block;
}

.home--featured-video .fade-in-video {
  opacity: 0;
  transition: opacity .8s linear;
}

.home--featured-video .fade-in-video.is-playing {
  opacity: 1;
}

.home--hero-badges {
  position: relative;
  bottom: 130px;
  z-index: 20;
}

@media screen and (max-width: 959px) {
  .home--hero-badges {
    bottom: 100px;
  }
}

.home--hero-badge {
  position: relative;
  margin-right: -30px;
  width: 110px;
}

@media screen and (max-width: 959px) {
  .home--hero-badge {
    width: 70px;
  }
}

@media screen and (max-width: 767px) {
  .home-quick-links {
    margin-left: -12px;
  }
}

.home-quick-links .home-quick-link--page {
  position: relative;
}

.home-quick-links .home-quick-link--page:first-child {
  margin-bottom: 20px;
}

@media screen and (max-width: 959px) {
  .home-quick-links .home-quick-link--page:first-child {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 767px) {
  .home-quick-links .home-quick-link--page {
    display: block;
    float: left;
    width: 50%;
    padding-left: 12px;
  }
}

.home-quick-links .home-quick-link--link {
  display: block;
  line-height: 0;
}

.home-quick-links .home-quick-link--link:before {
  position: absolute;
  content: " ";
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(9, 27, 37, 0.7);
  opacity: 0;
  transition: opacity .3s ease;
  z-index: 10;
}

.home-quick-links .home-quick-link--link:hover:before {
  opacity: 1;
}

.home-quick-link--title,
.home-quick-links--slide-title {
  position: absolute;
  bottom: 0;
  color: white;
  padding: 0 18px;
  line-height: initial;
  z-index: 10;
}

.home-quick-links--slideshow {
  position: relative;
}

.home-quick-links--slide {
  position: relative;
}

.home-quick-links--slide-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

.home-statistics .statistic-image {
  padding-bottom: 12px;
}

.home-statistics .statistic-image img {
  display: block;
}

.home-statistics .statistic {
  text-align: center;
  padding: 20px 10px;
  border: solid 1px #c3c7ca;
  margin-bottom: 20px;
}

.home-statistics .value {
  font-weight: bold;
}

.home-statistics .tag-line {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 0;
}

.project-card {
  margin-top: 20px;
  position: relative;
}

.grid-item:first-child .project-card {
  margin-top: 0;
}

.project-card .project-image {
  position: relative;
  overflow: hidden;
}

.project-card .project-image:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  background: rgba(9, 27, 37, 0.7);
  transform: skew(-45deg);
  top: 0;
  left: -130%;
  transition: left .3s ease;
  z-index: 1;
}

@media screen and (max-width: 959px) {
  .project-card .project-image:before {
    left: -25%;
  }
}

.project-card .project-image img {
  display: block;
  line-height: 0;
}

.project-card .project-logo {
  max-width: 350px;
  margin: 0 auto;
}

.project-card .project-logo a {
  display: block;
}

.project-card .project-content {
  position: absolute;
  top: 25%;
  transform: translateY(0%);
  left: 0;
  width: 55%;
  padding: 40px 80px;
  text-align: center;
  z-index: 10;
  transition: transform .3s ease, top .3s ease;
}

.project-card .project-content .project-content-info {
  opacity: 0;
  transition: opacity .3s ease;
}

@media screen and (max-width: 959px) {
  .project-card .project-content {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0;
  }
  .project-card .project-content .project-content-info {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .project-card:hover .project-image:before {
    left: -25%;
  }
  .project-card:hover .project-content {
    top: 50%;
    transform: translateY(-50%);
  }
  .project-card:hover .project-content-info {
    opacity: 1;
  }
}

.mobile-project-content-info {
  background: white;
  text-align: center;
  padding: 20px;
}

@media screen and (min-width: 960px) {
  .mobile-project-content-info {
    display: none;
  }
}

.mobile-project-content-info p {
  margin-bottom: 0;
}

.mobile-project-content-info .btn, .mobile-project-content-info .gform_button {
  margin-top: 20px;
}

.layer__contact-us {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 170px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 959px) {
  .layer__contact-us {
    padding: 70px 0;
  }
}

.layer__contact-us .gform_button {
  width: 50%;
  padding: 14px 25px;
}

.layer__contact-us .post-content {
  position: relative;
}

.layer__contact-us:before {
  position: absolute;
  height: 100%;
  width: 100%;
  content: " ";
  background: rgba(9, 27, 37, 0.7);
  transform: skew(-45deg);
  top: 0;
  transform: skew(45deg);
  right: 28%;
  width: 200%;
}

@media screen and (max-width: 959px) {
  .layer__contact-us:before {
    transform: skew(0deg);
    left: 0;
  }
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    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) ")";
  }
  /*
 * Don't show links for images, or javascript/internal links
 */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .noprint,
  .sidebar,
  .main-menu {
    display: none !important;
    visibility: hidden !important;
  }
  .main-col,
  .page-width {
    width: 100% !important;
    max-width: 100% !important;
  }
}


/* ////////////////////////////////////////////////////////////////////////////////////
// Articles / Blog
//////////////////////////////////////////////////////////////////////////////////// */
.article-card {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
  -webkit-transition: -webkit-box-shadow .4s;
  transition: -webkit-box-shadow .4s;
  transition: box-shadow .4s;
  transition: box-shadow .4s, -webkit-box-shadow .4s;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  overflow: hidden;
}

.article-card:hover {
    -webkit-box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
}

.article-card .article-details {
    padding: 18px 16px;
}

.relative {
  position: relative;
}

.article-card .article-date {
  margin-bottom: 15px;
}

.article-card .article-excerpt {
  margin-bottom: 0;
}

.article-card h2 {
  line-height: 30px;
}

a.link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    cursor: pointer;
    background-color: rgba(255,0,0,.1);
}