@charset "UTF-8";
/******************************************************************

Stylesheet: Main Stylesheet

Here's where the magic happens. Here is where you import
all of your Sass files so they can compile into one
CSS file.

******************************************************************/
/******************************************************************

Stylesheet: Mixins & Constants Stylesheet

This is where you can take advantage of Sass' great features:
Mixins & Constants.

******************************************************************/
/*********************
TOOLS
*********************/
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*********************
CSS3
*********************/
/*********************
Custom Mixins
*********************/
@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/ttnorms/TTNorms-Regular.eot");
  src: local("../fonts/ttnorms/TT Norms Regular"), local("../fonts/ttnorms/TTNorms-Regular"), url("../fonts/ttnorms/TTNorms-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-Regular.woff2") format("woff2"), url("../fonts/ttnorms/TTNorms-Regular.woff") format("woff"), url("../fonts/ttnorms/TTNorms-Regular.ttf") format("truetype"), url("../fonts/ttnorms/TTNorms-Regular.svg#TTNorms-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'TT Norms';
  src: url("../fonts/ttnorms/TTNorms-ExtraBold.eot");
  src: local("../fonts/ttnorms/TT Norms ExtraBold"), local("TTNorms-ExtraBold"), url("../fonts/ttnorms/TTNorms-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-ExtraBold.woff2") format("woff2"), url("../fonts/ttnorms/TTNorms-ExtraBold.woff") format("woff"), url("../fonts/ttnorms/TTNorms-ExtraBold.ttf") format("truetype"), url("../fonts/ttnorms/TTNorms-ExtraBold.svg#TTNorms-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'TT Norms';
  src: url("TTNorms-Bold.eot");
  src: local("../fonts/ttnorms/TT Norms Bold"), local("../fonts/ttnorms/TTNorms-Bold"), url("../fonts/ttnorms/TTNorms-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ttnorms/TTNorms-Bold.woff2") format("woff2"), url("../fonts/ttnorms/TTNorms-Bold.woff") format("woff"), url("../fonts/ttnorms/TTNorms-Bold.ttf") format("truetype"), url("../fonts/ttnorms/TTNorms-Bold.svg#TTNorms-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

/*!
 * Font Awesome Pro 5.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 */
.fa,
.fas,
.pagination .pagination-next a:after,
.pagination .pagination-previous a:before,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

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

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

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

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

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fas.fa-pull-left,
.pagination .pagination-next a.fa-pull-left:after,
.pagination .pagination-previous a.fa-pull-left:before,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.pagination .pagination-next a.fa-pull-right:after,
.pagination .pagination-previous a.fa-pull-right:before,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em; }

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

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

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

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

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

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

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

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  -ms-transform: scale(-1, -1);
  transform: scale(-1, -1); }

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

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

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

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

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

.fa-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 */
.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-alarm-clock:before {
  content: "\f34e"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-alt-down:before {
  content: "\f354"; }

.fa-arrow-alt-from-bottom:before {
  content: "\f346"; }

.fa-arrow-alt-from-left:before {
  content: "\f347"; }

.fa-arrow-alt-from-right:before {
  content: "\f348"; }

.fa-arrow-alt-from-top:before {
  content: "\f349"; }

.fa-arrow-alt-left:before {
  content: "\f355"; }

.fa-arrow-alt-right:before {
  content: "\f356"; }

.fa-arrow-alt-square-down:before {
  content: "\f350"; }

.fa-arrow-alt-square-left:before {
  content: "\f351"; }

.fa-arrow-alt-square-right:before {
  content: "\f352"; }

.fa-arrow-alt-square-up:before {
  content: "\f353"; }

.fa-arrow-alt-to-bottom:before {
  content: "\f34a"; }

.fa-arrow-alt-to-left:before {
  content: "\f34b"; }

.fa-arrow-alt-to-right:before {
  content: "\f34c"; }

.fa-arrow-alt-to-top:before {
  content: "\f34d"; }

.fa-arrow-alt-up:before {
  content: "\f357"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-from-bottom:before {
  content: "\f342"; }

.fa-arrow-from-left:before {
  content: "\f343"; }

.fa-arrow-from-right:before {
  content: "\f344"; }

.fa-arrow-from-top:before {
  content: "\f345"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-square-down:before {
  content: "\f339"; }

.fa-arrow-square-left:before {
  content: "\f33a"; }

.fa-arrow-square-right:before {
  content: "\f33b"; }

.fa-arrow-square-up:before {
  content: "\f33c"; }

.fa-arrow-to-bottom:before {
  content: "\f33d"; }

.fa-arrow-to-left:before {
  content: "\f33e"; }

.fa-arrow-to-right:before {
  content: "\f340"; }

.fa-arrow-to-top:before {
  content: "\f341"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-badge:before {
  content: "\f335"; }

.fa-badge-check:before {
  content: "\f336"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-barcode-alt:before {
  content: "\f463"; }

.fa-barcode-read:before {
  content: "\f464"; }

.fa-barcode-scan:before {
  content: "\f465"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball:before {
  content: "\f432"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-basketball-hoop:before {
  content: "\f435"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-bolt:before {
  content: "\f376"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-slash:before {
  content: "\f377"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blanket:before {
  content: "\f498"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-heart:before {
  content: "\f499"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-bowling-pins:before {
  content: "\f437"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-alt:before {
  content: "\f49a"; }

.fa-box-check:before {
  content: "\f467"; }

.fa-box-fragile:before {
  content: "\f49b"; }

.fa-box-full:before {
  content: "\f49c"; }

.fa-box-heart:before {
  content: "\f49d"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-up:before {
  content: "\f49f"; }

.fa-box-usd:before {
  content: "\f4a0"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-boxes-alt:before {
  content: "\f4a1"; }

.fa-boxing-glove:before {
  content: "\f438"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-browser:before {
  content: "\f37e"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-edit:before {
  content: "\f333"; }

.fa-calendar-exclamation:before {
  content: "\f334"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-alt:before {
  content: "\f332"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-caret-circle-down:before {
  content: "\f32d"; }

.fa-caret-circle-left:before {
  content: "\f32e"; }

.fa-caret-circle-right:before {
  content: "\f330"; }

.fa-caret-circle-up:before {
  content: "\f331"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-bishop-alt:before {
  content: "\f43b"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-clock:before {
  content: "\f43d"; }

.fa-chess-clock-alt:before {
  content: "\f43e"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-king-alt:before {
  content: "\f440"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-knight-alt:before {
  content: "\f442"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-pawn-alt:before {
  content: "\f444"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-queen-alt:before {
  content: "\f446"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chess-rook-alt:before {
  content: "\f448"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-double-down:before {
  content: "\f322"; }

.fa-chevron-double-left:before {
  content: "\f323"; }

.fa-chevron-double-right:before {
  content: "\f324"; }

.fa-chevron-double-up:before {
  content: "\f325"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-square-down:before {
  content: "\f329"; }

.fa-chevron-square-left:before {
  content: "\f32a"; }

.fa-chevron-square-right:before {
  content: "\f32b"; }

.fa-chevron-square-up:before {
  content: "\f32c"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-club:before {
  content: "\f327"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-code-commit:before {
  content: "\f386"; }

.fa-code-merge:before {
  content: "\f387"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-alt-check:before {
  content: "\f4a2"; }

.fa-comment-alt-dots:before {
  content: "\f4a3"; }

.fa-comment-alt-edit:before {
  content: "\f4a4"; }

.fa-comment-alt-exclamation:before {
  content: "\f4a5"; }

.fa-comment-alt-lines:before {
  content: "\f4a6"; }

.fa-comment-alt-minus:before {
  content: "\f4a7"; }

.fa-comment-alt-plus:before {
  content: "\f4a8"; }

.fa-comment-alt-slash:before {
  content: "\f4a9"; }

.fa-comment-alt-smile:before {
  content: "\f4aa"; }

.fa-comment-alt-times:before {
  content: "\f4ab"; }

.fa-comment-check:before {
  content: "\f4ac"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-edit:before {
  content: "\f4ae"; }

.fa-comment-exclamation:before {
  content: "\f4af"; }

.fa-comment-lines:before {
  content: "\f4b0"; }

.fa-comment-minus:before {
  content: "\f4b1"; }

.fa-comment-plus:before {
  content: "\f4b2"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comment-smile:before {
  content: "\f4b4"; }

.fa-comment-times:before {
  content: "\f4b5"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-alt:before {
  content: "\f4b6"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-wide:before {
  content: "\f326"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-container-storage:before {
  content: "\f4b7"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-conveyor-belt:before {
  content: "\f46e"; }

.fa-conveyor-belt-alt:before {
  content: "\f46f"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-credit-card-blank:before {
  content: "\f389"; }

.fa-credit-card-front:before {
  content: "\f38a"; }

.fa-cricket:before {
  content: "\f449"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-curling:before {
  content: "\f44a"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-desktop-alt:before {
  content: "\f390"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-empty:before {
  content: "\f473"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-dolly-flatbed-alt:before {
  content: "\f475"; }

.fa-dolly-flatbed-empty:before {
  content: "\f476"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-h-alt:before {
  content: "\f39b"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ellipsis-v-alt:before {
  content: "\f39c"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-square:before {
  content: "\f321"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows:before {
  content: "\f31d"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expand-wide:before {
  content: "\f320"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-field-hockey:before {
  content: "\f44c"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-check:before {
  content: "\f316"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-edit:before {
  content: "\f31c"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-exclamation:before {
  content: "\f31a"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-minus:before {
  content: "\f318"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-plus:before {
  content: "\f319"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-times:before {
  content: "\f317"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-film-alt:before {
  content: "\f3a0"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-football-helmet:before {
  content: "\f44f"; }

.fa-forklift:before {
  content: "\f47a"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-fragile:before {
  content: "\f4bb"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-golf-club:before {
  content: "\f451"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-h1:before {
  content: "\f313"; }

.fa-h2:before {
  content: "\f314"; }

.fa-h3:before {
  content: "\f315"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hand-heart:before {
  content: "\f4bc"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-box:before {
  content: "\f47b"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-seedling:before {
  content: "\f4bf"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-receiving:before {
  content: "\f47c"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-heart:before {
  content: "\f4c3"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-usd:before {
  content: "\f4c5"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt:before {
  content: "\f4c6"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-circle:before {
  content: "\f4c7"; }

.fa-heart-square:before {
  content: "\f4c8"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-hexagon:before {
  content: "\f312"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-hockey-sticks:before {
  content: "\f454"; }

.fa-home:before {
  content: "\f015"; }

.fa-home-heart:before {
  content: "\f4c9"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-inbox-in:before {
  content: "\f310"; }

.fa-inbox-out:before {
  content: "\f311"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-industry-alt:before {
  content: "\f3b3"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-info-square:before {
  content: "\f30f"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-inventory:before {
  content: "\f480"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-jack-o-lantern:before {
  content: "\f30e"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-lamp:before {
  content: "\f4ca"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leaf-heart:before {
  content: "\f4cb"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-alt:before {
  content: "\f30d"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-lock-open-alt:before {
  content: "\f3c2"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-loveseat:before {
  content: "\f4cc"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luchador:before {
  content: "\f455"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-hexagon:before {
  content: "\f307"; }

.fa-minus-octagon:before {
  content: "\f308"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-mobile-android:before {
  content: "\f3ce"; }

.fa-mobile-android-alt:before {
  content: "\f3cf"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-octagon:before {
  content: "\f306"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-brush-alt:before {
  content: "\f5a9"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-pallet-alt:before {
  content: "\f483"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-pennant:before {
  content: "\f456"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-carry:before {
  content: "\f4cf"; }

.fa-person-dolly:before {
  content: "\f4d0"; }

.fa-person-dolly-empty:before {
  content: "\f4d1"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-plus:before {
  content: "\f4d2"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-alt:before {
  content: "\f3de"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-hexagon:before {
  content: "\f300"; }

.fa-plus-octagon:before {
  content: "\f301"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-question-square:before {
  content: "\f2fd"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-racquet:before {
  content: "\f45a"; }

.fa-ramp-loading:before {
  content: "\f4d4"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-rectangle-landscape:before {
  content: "\f2fa"; }

.fa-rectangle-portrait:before {
  content: "\f2fb"; }

.fa-rectangle-wide:before {
  content: "\f2fc"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-repeat:before {
  content: "\f363"; }

.fa-repeat-1:before {
  content: "\f365"; }

.fa-repeat-1-alt:before {
  content: "\f366"; }

.fa-repeat-alt:before {
  content: "\f364"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-retweet-alt:before {
  content: "\f361"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-scanner:before {
  content: "\f488"; }

.fa-scanner-keyboard:before {
  content: "\f489"; }

.fa-scanner-touchscreen:before {
  content: "\f48a"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scrubber:before {
  content: "\f2f8"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-all:before {
  content: "\f367"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield:before {
  content: "\f132"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-check:before {
  content: "\f2f7"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shipping-timed:before {
  content: "\f48c"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-shuttlecock:before {
  content: "\f45b"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-sliders-h-square:before {
  content: "\f3f0"; }

.fa-sliders-v:before {
  content: "\f3f1"; }

.fa-sliders-v-square:before {
  content: "\f3f2"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-plus:before {
  content: "\f5b9"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-spade:before {
  content: "\f2f4"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-spinner-third:before {
  content: "\f3f4"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-exclamation:before {
  content: "\f2f3"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablet-android:before {
  content: "\f3fb"; }

.fa-tablet-android-alt:before {
  content: "\f3fc"; }

.fa-tablet-rugged:before {
  content: "\f48f"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer:before {
  content: "\f0e4"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-tennis-ball:before {
  content: "\f45e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-times-hexagon:before {
  content: "\f2ee"; }

.fa-times-octagon:before {
  content: "\f2f0"; }

.fa-times-square:before {
  content: "\f2d3"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-tree-alt:before {
  content: "\f400"; }

.fa-trello:before {
  content: "\f181"; }

.fa-triangle:before {
  content: "\f2ec"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-trophy-alt:before {
  content: "\f2eb"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-container:before {
  content: "\f4dc"; }

.fa-truck-couch:before {
  content: "\f4dd"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-ramp:before {
  content: "\f4e0"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-tv-retro:before {
  content: "\f401"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-usd-circle:before {
  content: "\f2e8"; }

.fa-usd-square:before {
  content: "\f2e9"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-fork:before {
  content: "\f2e3"; }

.fa-utensil-knife:before {
  content: "\f2e4"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-utensils-alt:before {
  content: "\f2e6"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-plus:before {
  content: "\f4e1"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-mute:before {
  content: "\f2e2"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-warehouse-alt:before {
  content: "\f495"; }

.fa-watch:before {
  content: "\f2e1"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whistle:before {
  content: "\f460"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window:before {
  content: "\f40e"; }

.fa-window-alt:before {
  content: "\f40f"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/fontawesome/fa-light-300.eot");
  src: url("../fonts/fontawesome/fa-light-300.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-light-300.woff2") format("woff2"), url("../fonts/fontawesome/fa-light-300.woff") format("woff"), url("../fonts/fontawesome/fa-light-300.ttf") format("truetype"), url("../fonts/fontawesome/fa-light-300.svg#fontawesome") format("svg"); }

.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/fontawesome/fa-regular-400.eot");
  src: url("../fonts/fontawesome/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-regular-400.svg#fontawesome") format("svg"); }

.far {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400; }

@font-face {
  font-family: 'Font Awesome 5 Pro';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome/fa-solid-900.eot");
  src: url("../fonts/fontawesome/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-solid-900.woff2") format("woff2"), url("../fonts/fontawesome/fa-solid-900.woff") format("woff"), url("../fonts/fontawesome/fa-solid-900.ttf") format("truetype"), url("../fonts/fontawesome/fa-solid-900.svg#fontawesome") format("svg"); }

.fa,
.fas,
.pagination .pagination-next a:after,
.pagination .pagination-previous a:before {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900; }

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fontawesome/fa-brands-400.eot");
  src: url("../fonts/fontawesome/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome/fa-brands-400.woff2") format("woff2"), url("../fonts/fontawesome/fa-brands-400.woff") format("woff"), url("../fonts/fontawesome/fa-brands-400.ttf") format("truetype"), url("../fonts/fontawesome/fa-brands-400.svg#fontawesome") format("svg"); }

.fab {
  font-family: 'Font Awesome 5 Brands'; }

/******************************************************************

Stylesheet: Foundation for Sites Settings Stylesheet


******************************************************************/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 46.25em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

.foundation-mq {
  font-family: "small=0em&mid=30em&mid-gf=40em&medium=46.25em&large=62.5em&xlarge=75em&xxlarge=90em"; }

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

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #353535;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

button {
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

.row {
  max-width: 78.75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' '; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem; }
    @media print, screen and (min-width: 30em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -1.25rem;
        margin-left: -1.25rem; } }
    @media print, screen and (min-width: 46.25em) {
      .row .row {
        margin-right: -1.875rem;
        margin-left: -1.875rem; } }
    @media print, screen and (min-width: 62.5em) {
      .row .row {
        margin-right: -1.875rem;
        margin-left: -1.875rem; } }
    @media screen and (min-width: 75em) {
      .row .row {
        margin-right: -1.875rem;
        margin-left: -1.875rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -1.875rem;
        margin-left: -1.875rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 1.875rem;
    padding-left: 1.875rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }
  @media print, screen and (min-width: 46.25em) {
    .column, .columns {
      padding-right: 1.875rem;
      padding-left: 1.875rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #353535;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #6d6d6d; }

h1, .h1 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.5625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.4375rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

@media print, screen and (min-width: 46.25em) {
  h1, .h1 {
    font-size: 4.0625rem; }
  h2, .h2 {
    font-size: 1.875rem; }
  h3, .h3 {
    font-size: 1.4375rem; }
  h4, .h4 {
    font-size: 1.75rem; }
  h5, .h5 {
    font-size: 1.5625rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #00698f;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #b88400; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.75rem; }

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

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

blockquote {
  margin: 0 0 2.1875rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: none; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #353535; }

cite {
  display: block;
  font-size: 1rem;
  color: #353535; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #353535;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #6d6d6d;
  background-color: #f5f5f5;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #353535; }

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

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

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

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #6d6d6d;
  border-radius: 0;
  background-color: #fff;
  box-shadow: inset 0 1px 2px rgba(53, 53, 53, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #353535;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #353535;
    background-color: #fff;
    box-shadow: 0 0 5px #6d6d6d;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

input::placeholder,
textarea::placeholder {
  color: #6d6d6d; }

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #353535; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #6d6d6d;
  background: #f5f5f5;
  color: #353535;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #6d6d6d; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #6d6d6d;
  border-radius: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #353535;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2853, 53, 53%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #353535;
    background-color: #fff;
    box-shadow: 0 0 5px #6d6d6d;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #f5f5f5;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #a22713;
  background-color: #f6e9e7; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #a22713; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #a22713; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #a22713; }

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #a22713; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.8125rem 1.5625rem;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.375rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #003a4b;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #003140;
    color: #fff; }
  .button.tiny {
    font-size: 1rem; }
  .button.small {
    font-size: 1.125rem; }
  .button.large {
    font-size: 1.625rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #003a4b;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #002e3c;
      color: #fff; }
  .button.secondary {
    background-color: #00698f;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #005472;
      color: #fff; }
  .button.success {
    background-color: #046240;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #034e33;
      color: #fff; }
  .button.warning {
    background-color: #b88400;
    color: #353535; }
    .button.warning:hover, .button.warning:focus {
      background-color: #936a00;
      color: #353535; }
  .button.alert {
    background-color: #a22713;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #821f0f;
      color: #fff; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #003a4b;
      color: #fff; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #003a4b;
        color: #fff; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #00698f;
        color: #fff; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #046240;
        color: #fff; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #b88400;
        color: #353535; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #a22713;
        color: #fff; }
  .button.hollow {
    border: 2px solid #003a4b;
    color: #003a4b; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #001d26;
      color: #001d26; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 2px solid #003a4b;
        color: #003a4b; }
    .button.hollow.primary {
      border: 2px solid #003a4b;
      color: #003a4b; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #001d26;
        color: #001d26; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 2px solid #003a4b;
          color: #003a4b; }
    .button.hollow.secondary {
      border: 2px solid #00698f;
      color: #00698f; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #003548;
        color: #003548; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 2px solid #00698f;
          color: #00698f; }
    .button.hollow.success {
      border: 2px solid #046240;
      color: #046240; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #023120;
        color: #023120; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 2px solid #046240;
          color: #046240; }
    .button.hollow.warning {
      border: 2px solid #b88400;
      color: #b88400; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #5c4200;
        color: #5c4200; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 2px solid #b88400;
          color: #b88400; }
    .button.hollow.alert {
      border: 2px solid #a22713;
      color: #a22713; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #51140a;
        color: #51140a; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 2px solid #a22713;
          color: #a22713; }
  .button.clear {
    border: 2px solid #003a4b;
    color: #003a4b; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #001d26;
      color: #001d26; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 2px solid #003a4b;
        color: #003a4b; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 2px solid #003a4b;
      color: #003a4b; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #001d26;
        color: #001d26; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 2px solid #003a4b;
          color: #003a4b; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 2px solid #00698f;
      color: #00698f; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #003548;
        color: #003548; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 2px solid #00698f;
          color: #00698f; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 2px solid #046240;
      color: #046240; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #023120;
        color: #023120; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 2px solid #046240;
          color: #046240; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 2px solid #b88400;
      color: #b88400; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #5c4200;
        color: #5c4200; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 2px solid #b88400;
          color: #b88400; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 2px solid #a22713;
      color: #a22713; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #51140a;
        color: #51140a; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 2px solid #a22713;
          color: #a22713; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1.5625rem; }
  .button.dropdown.hollow::after {
    border-top-color: #003a4b; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #003a4b; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #00698f; }
  .button.dropdown.hollow.success::after {
    border-top-color: #046240; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #b88400; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #a22713; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #003a4b; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #f5f5f5; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #f5f5f5;
  border-bottom: 0;
  background-color: #fff;
  color: #353535; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #f5f5f5; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #003a4b transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

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

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

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #003a4b transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu li, .menu.horizontal li {
    display: inline-block; }
  .menu.vertical li {
    display: block; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li {
      display: table-cell;
      vertical-align: middle; }
  .menu.simple li + li {
    margin-left: 1rem; }
  .menu.simple a {
    padding: 0; }
  @media print, screen and (min-width: 30em) {
    .menu.mid-horizontal li {
      display: inline-block; }
    .menu.mid-vertical li {
      display: block; }
    .menu.mid-expanded {
      display: table;
      width: 100%; }
      .menu.mid-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.mid-simple {
      display: table;
      width: 100%; }
      .menu.mid-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media print, screen and (min-width: 40em) {
    .menu.mid-gf-horizontal li {
      display: inline-block; }
    .menu.mid-gf-vertical li {
      display: block; }
    .menu.mid-gf-expanded {
      display: table;
      width: 100%; }
      .menu.mid-gf-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.mid-gf-simple {
      display: table;
      width: 100%; }
      .menu.mid-gf-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media print, screen and (min-width: 46.25em) {
    .menu.medium-horizontal li {
      display: inline-block; }
    .menu.medium-vertical li {
      display: block; }
    .menu.medium-expanded {
      display: table;
      width: 100%; }
      .menu.medium-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.medium-simple {
      display: table;
      width: 100%; }
      .menu.medium-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media print, screen and (min-width: 62.5em) {
    .menu.large-horizontal li {
      display: inline-block; }
    .menu.large-vertical li {
      display: block; }
    .menu.large-expanded {
      display: table;
      width: 100%; }
      .menu.large-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.large-simple {
      display: table;
      width: 100%; }
      .menu.large-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 75em) {
    .menu.xlarge-horizontal li {
      display: inline-block; }
    .menu.xlarge-vertical li {
      display: block; }
    .menu.xlarge-expanded {
      display: table;
      width: 100%; }
      .menu.xlarge-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.xlarge-simple {
      display: table;
      width: 100%; }
      .menu.xlarge-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  @media screen and (min-width: 90em) {
    .menu.xxlarge-horizontal li {
      display: inline-block; }
    .menu.xxlarge-vertical li {
      display: block; }
    .menu.xxlarge-expanded {
      display: table;
      width: 100%; }
      .menu.xxlarge-expanded > li {
        display: table-cell;
        vertical-align: middle; }
    .menu.xxlarge-simple {
      display: table;
      width: 100%; }
      .menu.xxlarge-simple > li {
        display: table-cell;
        vertical-align: middle; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons img,
  .menu.icons i,
  .menu.icons svg {
    vertical-align: middle; }
    .menu.icons img + span,
    .menu.icons i + span,
    .menu.icons svg + span {
      vertical-align: middle; }
  .menu.icon-top img,
  .menu.icon-top i,
  .menu.icon-top svg, .menu.icon-right img,
  .menu.icon-right i,
  .menu.icon-right svg, .menu.icon-bottom img,
  .menu.icon-bottom i,
  .menu.icon-bottom svg, .menu.icon-left img,
  .menu.icon-left i,
  .menu.icon-left svg {
    vertical-align: middle; }
    .menu.icon-top img + span,
    .menu.icon-top i + span,
    .menu.icon-top svg + span, .menu.icon-right img + span,
    .menu.icon-right i + span,
    .menu.icon-right svg + span, .menu.icon-bottom img + span,
    .menu.icon-bottom i + span,
    .menu.icon-bottom svg + span, .menu.icon-left img + span,
    .menu.icon-left i + span,
    .menu.icon-left svg + span {
      vertical-align: middle; }
  .menu.icon-left li a img,
  .menu.icon-left li a i,
  .menu.icon-left li a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu.icon-right li a img,
  .menu.icon-right li a i,
  .menu.icon-right li a svg {
    margin-left: 0.25rem;
    display: inline-block; }
  .menu.icon-top li a {
    text-align: center; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-bottom li a {
    text-align: center; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      display: block;
      margin: 0.25rem auto 0; }
  .menu .is-active > a {
    background: #003a4b;
    color: #fff; }
  .menu .active > a {
    background: #003a4b;
    color: #fff; }
  .menu.align-left {
    text-align: left; }
  .menu.align-right {
    text-align: right; }
    .menu.align-right .submenu li {
      text-align: left; }
    .menu.align-right.vertical .submenu li {
      text-align: right; }
    .menu.align-right .nested {
      margin-right: 1rem;
      margin-left: 0; }
  .menu.align-center {
    text-align: center; }
    .menu.align-center .submenu li {
      text-align: left; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  text-align: center; }
  .menu-centered > .menu .submenu li {
    text-align: left; }

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

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: ''; }
  .menu-icon:hover::after {
    background: #6d6d6d;
    box-shadow: 0 7px 0 #6d6d6d, 0 14px 0 #6d6d6d; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #353535;
    box-shadow: 0 7px 0 #353535, 0 14px 0 #353535;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #353535;
    box-shadow: 0 7px 0 #353535, 0 14px 0 #353535; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #003a4b; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #003a4b;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

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

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

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #00698f; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #00698f transparent transparent; }

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

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #6d6d6d;
  border-radius: 0;
  background-color: #fff;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

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

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

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

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

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

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

.dropdown.menu .is-active > a {
  background: transparent;
  color: #003a4b; }

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

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

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

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

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

@media print, screen and (min-width: 30em) {
  .dropdown.menu.mid-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.mid-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.mid-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.mid-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.mid-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.mid-gf-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.mid-gf-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.mid-gf-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.mid-gf-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.mid-gf-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 46.25em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media print, screen and (min-width: 62.5em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

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

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

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #6d6d6d;
  background: #fff; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

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

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

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

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

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

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #003a4b; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(53, 53, 53, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #003a4b; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(53, 53, 53, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(-250px);
  -ms-transform: translateX(-250px);
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(53, 53, 53, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  -webkit-transform: translateX(250px);
  -ms-transform: translateX(250px);
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(250px);
    -ms-transform: translateX(250px);
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-250px);
    -ms-transform: translateX(-250px);
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(53, 53, 53, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(53, 53, 53, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  -webkit-transform: translateY(250px);
  -ms-transform: translateY(250px);
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-250px);
    -ms-transform: translateY(-250px);
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(53, 53, 53, 0.25); }

.off-canvas-content {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

@media print, screen and (min-width: 30em) {
  .position-left.reveal-for-mid {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-mid .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-mid {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-mid ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-mid {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-mid .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-mid {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-mid ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-mid {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-mid .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-mid {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-mid ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-mid {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-mid .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-mid {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-mid ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-mid-gf {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-mid-gf .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-mid-gf {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-mid-gf ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-mid-gf {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-mid-gf .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-mid-gf {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-mid-gf ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-mid-gf {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-mid-gf .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-mid-gf {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-mid-gf ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-mid-gf {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-mid-gf .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-mid-gf {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-mid-gf ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 46.25em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 62.5em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 30em) {
  .off-canvas.in-canvas-for-mid {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-mid.position-left, .off-canvas.in-canvas-for-mid.position-right, .off-canvas.in-canvas-for-mid.position-top, .off-canvas.in-canvas-for-mid.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-mid .close-button {
      display: none; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-mid-gf {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-mid-gf.position-left, .off-canvas.in-canvas-for-mid-gf.position-right, .off-canvas.in-canvas-for-mid-gf.position-top, .off-canvas.in-canvas-for-mid-gf.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-mid-gf .close-button {
      display: none; } }

@media print, screen and (min-width: 46.25em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 62.5em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }

@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 1.5625rem;
    border-radius: 50%;
    font-size: 1.125rem;
    display: inline-block; }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0 0.3125rem;
    border-radius: 50%;
    color: #353535; }
    .pagination a:hover,
    .pagination button:hover {
      background: transparent; }
  .pagination .current {
    padding: 0 0.3125rem;
    background: transparent;
    color: #353535;
    cursor: default; }
  .pagination .disabled {
    padding: 0 0.3125rem;
    color: #6d6d6d;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0 0.3125rem;
    content: '\2026';
    color: #353535; }

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

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

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

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

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(53, 53, 53, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #6d6d6d;
  border-radius: 0;
  background-color: #fff;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 46.25em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 46.25em) {
    .reveal {
      width: 868px;
      max-width: 78.75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 46.25em) {
    .reveal.tiny {
      width: 30%;
      max-width: 78.75rem; } }
  @media print, screen and (min-width: 46.25em) {
    .reveal.small {
      width: 50%;
      max-width: 78.75rem; } }
  @media print, screen and (min-width: 46.25em) {
    .reveal.large {
      width: 90%;
      max-width: 78.75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 29.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  table thead,
  table tbody,
  table tfoot {
    border: 1px solid #f5f5f5;
    background-color: #fff; }
  table caption {
    padding: 0.625rem;
    font-weight: bold; }
  table thead {
    background: #003a4b;
    color: #fff; }
  table tfoot {
    background: #6d6d6d;
    color: #fff; }
  table thead tr,
  table tfoot tr {
    background: transparent; }
  table thead th,
  table thead td,
  table tfoot th,
  table tfoot td {
    padding: 0.625rem;
    font-weight: bold;
    text-align: left; }
  table tbody th,
  table tbody td {
    padding: 0.625rem; }
  table tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f9f9f9; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f5f5f5;
      background-color: #fff; }

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

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

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

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

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

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

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

.title-bar {
  padding: 0.5rem;
  background: #353535;
  color: #fff; }
  .title-bar::before, .title-bar::after {
    display: table;
    content: ' '; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

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

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem 1.25rem;
  border-radius: 0;
  background-color: rgba(53, 53, 53, 0.87);
  font-size: 1rem;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent rgba(53, 53, 53, 0.87);
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: rgba(53, 53, 53, 0.87) transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent rgba(53, 53, 53, 0.87);
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent rgba(53, 53, 53, 0.87) transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #fff; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 46.25em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 39.9375em) {
    .top-bar.stacked-for-mid .top-bar-left,
    .top-bar.stacked-for-mid .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 46.1875em) {
    .top-bar.stacked-for-mid-gf .top-bar-left,
    .top-bar.stacked-for-mid-gf .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 62.4375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xlarge .top-bar-left,
    .top-bar.stacked-for-xlarge .top-bar-right {
      width: 100%; } }
  .top-bar.stacked-for-xxlarge .top-bar-left,
  .top-bar.stacked-for-xxlarge .top-bar-right {
    width: 100%; }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

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

@media screen and (min-width: 75em) and (max-width: 89.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

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

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none; }

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

/******************************************************************

Stylesheet: Custom Stylesheet

Add any non-foundation css here

******************************************************************/
noscript {
  display: block;
  width: 100%;
  text-align: center;
  padding: 1rem;
  background: #003a4b;
  color: #fff; }

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important; }

.load-with-js, .wf-loading {
  opacity: 0; }

.wf-active, .wf-inactive {
  opacity: 1; }

#wrapper {
  transition: all 0.5s ease-in-out; }

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  clip-path: polygon(0px 0px, 0px 0px, 0px 0px, 0px 0px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  clip: auto !important;
  display: block;
  height: auto;
  left: 5px;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.skip-link {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px; }

.skip-link:focus {
  width: auto;
  height: auto;
  margin: 0;
  z-index: 100000;
  color: #003a4b;
  background: #ffffff;
  display: block;
  padding: 4px 8px; }

.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

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

a {
  transition: all 0.5s ease-in-out;
  font-weight: bold; }

label {
  color: #003a4b; }

select,
[type=color], [type=date], [type=datetime-local],
[type=datetime], [type=email], [type=month],
[type=number], [type=password], [type=search],
[type=tel], [type=text], [type=time], [type=url],
[type=week], textarea {
  color: #353535;
  border: 1px solid #fff;
  box-shadow: none; }
  select:focus,
  [type=color]:focus, [type=date]:focus, [type=datetime-local]:focus,
  [type=datetime]:focus, [type=email]:focus, [type=month]:focus,
  [type=number]:focus, [type=password]:focus, [type=search]:focus,
  [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus,
  [type=week]:focus, textarea:focus {
    border-color: #b88400; }

.button {
  text-decoration: none !important; }

img {
  max-width: 100%; }

.imgcover {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-position: center;
  background-size: cover;
  color: transparent;
  overflow: hidden; }

blockquote {
  border-left: 4px solid #e2e2e2; }
  blockquote p {
    font-weight: bold;
    font-size: 1.5625rem;
    line-height: 1.875rem; }
  blockquote cite {
    font-weight: normal; }

/** Sticky Footer **/
.off-canvas-content {
  min-height: 100vh;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  /* IE10+ CSS styles go here */
  .off-canvas-content {
    display: block; } }

main {
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; }

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

.h1 {
  font-size: 1.875rem; }
  @media print, screen and (min-width: 46.25em) {
    .h1 {
      font-size: 3.0625rem; } }

.h2 {
  font-size: 1.5625rem; }
  @media print, screen and (min-width: 46.25em) {
    .h2 {
      font-size: 1.875rem; } }

.h3 {
  font-size: 1.25rem; }
  @media print, screen and (min-width: 46.25em) {
    .h3 {
      font-size: 1.4375rem; } }

.h4 {
  font-size: 1.4375rem; }
  @media print, screen and (min-width: 46.25em) {
    .h4 {
      font-size: 1.75rem; } }

.h5 {
  font-size: 1.25rem; }
  @media print, screen and (min-width: 46.25em) {
    .h5 {
      font-size: 1.5625rem; } }

.h6 {
  font-size: 1rem; }
  @media print, screen and (min-width: 46.25em) {
    .h6 {
      font-size: 1rem; } }

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  color: #353535;
  text-transform: uppercase; }

h2, .h2 {
  font-family: museo-slab, serif;
  font-style: italic;
  font-weight: 500;
  color: #b88400;
  text-transform: unset; }

h3, .h3 {
  font-weight: 800; }

h5, .h5 {
  font-weight: bold;
  text-transform: unset; }

h6, .h6 {
  font-family: museo-slab, serif;
  font-style: italic;
  font-weight: 500;
  text-transform: lowercase; }

p {
  font-size: 1.125rem; }

a {
  overflow-wrap: break-word; }

.byline {
  font-size: .9em; }

.entry-content ul:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) {
  list-style: none;
  padding: 0; }
  .entry-content ul:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) li {
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    line-height: 180%; }
    .entry-content ul:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) li:last-child {
      padding-bottom: 0; }
    .entry-content ul:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) li:before {
      content: "• ";
      color: #b88400;
      padding-right: 5px;
      font-size: 1.75rem;
      line-height: 1;
      position: absolute;
      left: 7px;
      top: -4px; }
  .entry-content ul:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) ul {
    margin-left: 10px; }
    .entry-content ul:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) ul li {
      font-weight: normal;
      padding: 0.3125rem 0 0 1.5625rem;
      position: relative; }
      .entry-content ul:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) ul li:before {
        content: "- ";
        color: #00698f;
        padding-right: 5px;
        font-size: 1.125rem;
        line-height: 1;
        top: 9px;
        left: 7px;
        position: absolute; }
  .entry-content ul:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) ol li:before {
    content: counter(start-counter);
    counter-increment: start-counter;
    color: #b88400;
    font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 7px;
    left: 0;
    font-size: 0.875rem; }

.entry-content .job-manager-form ul li,
.entry-content .job-manager-alerts ul li {
  padding-bottom: 0 !important; }
  .entry-content .job-manager-form ul li:before,
  .entry-content .job-manager-alerts ul li:before {
    display: none; }

.entry-content ol {
  counter-reset: start-counter;
  padding: 0; }
  .entry-content ol li {
    list-style-type: none;
    line-height: 180%;
    margin: 0;
    padding-left: 1.25rem;
    position: relative; }
  .entry-content ol li:before {
    content: counter(start-counter);
    counter-increment: start-counter;
    color: #b88400;
    font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0; }
  .entry-content ol ol {
    padding: 0; }
    .entry-content ol ol li {
      font-weight: normal; }
      .entry-content ol ol li:before {
        content: "- ";
        color: #00698f;
        padding-right: 5px;
        font-weight: normal; }

.entry-content .button, .entry-content a.fl-button {
  border: 2px solid #fff;
  color: #fff;
  font-family: inherit, "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  transition-property: all;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.02, 0.01, 0.47, 1);
  transition-delay: initial; }
  .entry-content .button:hover, .entry-content a.fl-button:hover {
    opacity: 1;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.14);
    color: #fff; }

.entry-content .button.primary:hover {
  background-color: #003a4b; }

.entry-content .button.white {
  color: #353535;
  background-color: #fff;
  border-color: #6d6d6d; }
  .entry-content .button.white:hover {
    color: #353535; }

.entry-content .button.alert, .entry-content .button.success, .entry-content .button.warning {
  color: #fff; }
  .entry-content .button.alert:focus, .entry-content .button.alert:hover, .entry-content .button.success:focus, .entry-content .button.success:hover, .entry-content .button.warning:focus, .entry-content .button.warning:hover {
    color: #fff; }

.entry-content .button.hollow:focus.disabled,
.entry-content .button.hollow:focus[disabled],
.entry-content .button.hollow:hover.disabled,
.entry-content .button.hollow:hover[disabled],
.entry-content .button.disabled,
.entry-content .button.disabled:focus,
.entry-content .button.disabled:hover,
.entry-content .button[disabled],
.entry-content .button[disabled]:focus,
.entry-content .button[disabled]:hover {
  opacity: .25;
  box-shadow: none; }

.entry-content .button.hollow {
  color: #003a4b;
  border-color: #003a4b; }
  .entry-content .button.hollow:hover, .entry-content .button.hollow:focus {
    color: #fff;
    background: #003140;
    border-color: #fff; }

.entry-content .button.hollow.secondary {
  color: #00698f;
  border-color: #00698f; }
  .entry-content .button.hollow.secondary:hover, .entry-content .button.hollow.secondary:focus {
    color: #fff;
    background: #00597a;
    border-color: #fff; }

.entry-content .button.hollow.success {
  color: #046240;
  border-color: #046240; }
  .entry-content .button.hollow.success:hover, .entry-content .button.hollow.success:focus {
    color: #fff;
    background: #035336;
    border-color: #fff; }

.entry-content .button.hollow.alert {
  color: #a22713;
  border-color: #a22713; }
  .entry-content .button.hollow.alert:hover, .entry-content .button.hollow.alert:focus {
    color: #fff;
    background: #8a2110;
    border-color: #fff; }

.entry-content .button.hollow.warning {
  color: #b88400;
  border-color: #b88400; }
  .entry-content .button.hollow.warning:hover, .entry-content .button.hollow.warning:focus {
    color: #fff;
    background: #9c7000;
    border-color: #fff; }

.entry-content .button.hollow.white {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }
  .entry-content .button.hollow.white:hover, .entry-content .button.hollow.white:focus {
    border-color: #fff;
    background: #9c7000;
    color: #fff; }

.entry-content .button.hollow.primarybg {
  color: #fff;
  border-color: #fff;
  background-color: transparent; }
  .entry-content .button.hollow.primarybg:hover, .entry-content .button.hollow.primarybg:focus {
    border-color: #fff;
    background: #003140;
    color: #fff; }

.nowrap {
  white-space: nowrap; }

.white-font * {
  color: #fff; }

hr.short-gray {
  border-color: #353535;
  max-width: 2.1875rem;
  border-width: 2px; }

@media print, screen and (min-width: 62.5em) {
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background: #fff;
  border-bottom: 4px solid #e2e2e2; }

/** Adjust for WP Admin Bar when logged in  **/
html #wpadminbar {
  position: fixed; }

.logged-in #header {
  top: 46px; }
  @media print, screen and (min-width: 46.25em) {
    .logged-in #header {
      top: 32px; } }

.logged-in .off-canvas-content.is-open-right #header {
  top: 0; }

.logged-in #off-canvas {
  padding-top: 46px; }
  @media print, screen and (min-width: 46.25em) {
    .logged-in #off-canvas {
      top: 32px; } }

/**SEE scrollheader.scss for fixed header on scroll styles**/
.logo {
  display: block; }
  .logo h1, .logo h2 {
    margin: 0;
    line-height: 0; }
  .logo img {
    width: 198px;
    height: auto;
    cursor: pointer; }
    @media print, screen and (min-width: 30em) {
      .logo img {
        width: 198px; } }
    @media print, screen and (min-width: 46.25em) {
      .logo img {
        width: 225px; } }
    @media screen and (min-width: 75em) {
      .logo img {
        width: 300px; } }

#utility-bar {
  background: #003a4b;
  color: #fff;
  text-align: right;
  font-size: 0.8125rem;
  line-height: 0.8125rem; }
  #utility-bar .utility-bar-button {
    background-color: #b88400;
    color: #fff;
    margin: 0 2.1875rem;
    text-transform: uppercase;
    padding: 0.625rem 1.1875rem;
    font-size: 0.8125rem;
    line-height: 0.8125rem; }
    #utility-bar .utility-bar-button:hover, #utility-bar .utility-bar-button:focus {
      background-color: #00698f;
      color: #fff; }
  #utility-bar .main-tel-link {
    color: #fff;
    padding: 0.625rem 0 0.75rem;
    display: inline-block; }
    #utility-bar .main-tel-link:hover, #utility-bar .main-tel-link:focus {
      color: #b88400; }

.top-bar {
  padding: 0.875rem 0; }

@media print, screen and (min-width: 62.5em) {
  .for_height {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

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

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

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

.top-bar .top-bar-right ul.menu > li {
  padding: .5rem 2rem .5rem 0; }
  @media screen and (min-width: 75em) {
    .top-bar .top-bar-right ul.menu > li {
      padding-right: 3.125rem; } }
  .top-bar .top-bar-right ul.menu > li:last-child {
    padding-right: 0; }

.top-bar-right ul.menu a {
  color: #003a4b;
  font-size: 1.125rem;
  font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 1.6;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 1px; }
  @media print, screen and (min-width: 62.5em) {
    .top-bar-right ul.menu a {
      font-size: 0.9375rem; } }

.top-bar-right ul.menu a:hover, .top-bar-right ul.menu a:focus, .top-bar-right ul.menu .current_page_item > a, .top-bar-right ul.menu .current-menu-parent > a:hover, .top-bar-right ul.menu .current-menu-parent > a:focus {
  color: #b88400; }

.top-bar-right ul.menu .is-active > a {
  background: inherit; }

.top-bar-right ul.menu .current-menu-parent > a {
  color: #003a4b; }

.top-bar-right ul.menu ul.is-dropdown-submenu {
  border: none;
  opacity: 0;
  visibility: hidden;
  display: block;
  margin: 0;
  list-style: none;
  background: #003a4b;
  padding: 0.75rem 0;
  border-top: 3px solid #b88400;
  z-index: 9999;
  transition: opacity 0.5s ease-in-out; }
  .top-bar-right ul.menu ul.is-dropdown-submenu > li {
    padding: 0; }
  .top-bar-right ul.menu ul.is-dropdown-submenu > li:first-child {
    margin-top: 0; }
  .top-bar-right ul.menu ul.is-dropdown-submenu li a {
    background-color: #003a4b;
    border: 0;
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1rem;
    line-height: 1.125rem;
    color: #fff;
    display: block;
    padding: 0.5rem 1.875rem;
    text-transform: unset; }
  .top-bar-right ul.menu ul.is-dropdown-submenu li a:hover, .top-bar-right ul.menu ul.is-dropdown-submenu li a:focus, .top-bar-right ul.menu ul.is-dropdown-submenu li.current_page_item > a {
    color: #b88400;
    background-color: #003a4b; }
    .top-bar-right ul.menu ul.is-dropdown-submenu li a:hover:after, .top-bar-right ul.menu ul.is-dropdown-submenu li a:focus:after, .top-bar-right ul.menu ul.is-dropdown-submenu li.current_page_item > a:after {
      border-color: transparent transparent transparent #fff; }
  .top-bar-right ul.menu ul.is-dropdown-submenu ul.is-dropdown-submenu {
    border-top: 0;
    padding-top: 0.9375rem;
    box-shadow: -2px 0px rgba(0, 0, 0, 0.15); }

.top-bar-right ul.menu li:hover .is-dropdown-submenu.first-sub, .top-bar-right ul.menu li.is-dropdown-submenu-parent.is-submenu-item:hover .is-dropdown-submenu {
  opacity: 1;
  visibility: visible; }

.top-bar-right ul.menu li a:focus + .is-dropdown-submenu.first-sub, .top-bar-right ul.menu li.is-dropdown-submenu-parent.is-submenu-item a:focus + .is-dropdown-submenu,
.top-bar-right ul.menu li .is-dropdown-submenu:focus-within {
  opacity: 1;
  visibility: visible; }

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a:after {
  transition: all 0.5s ease-in-out; }

.dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
  top: 99%; }

/*
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a:hover:after, .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.current_page_item>a:after, .dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent.current-menu-parent>a:after { border-color: $menu-item-color-active transparent transparent; }
*/
.menu-toggle {
  float: right; }
  .menu-toggle .menu.toggle-icon {
    text-align: center; }
    .menu-toggle .menu.toggle-icon li {
      padding: 10px;
      background-color: #003a4b;
      display: inline-block;
      border: 1px solid #003a4b;
      line-height: 0; }
      .menu-toggle .menu.toggle-icon li:hover {
        background-color: #fff; }
      .menu-toggle .menu.toggle-icon li .menu-icon {
        padding: 0;
        height: 20px; }
      .menu-toggle .menu.toggle-icon li .menu-icon:after {
        top: 1px;
        background-color: #fff;
        box-shadow: 0 7px 0 #fff, 0 14px 0 #fff; }
      .menu-toggle .menu.toggle-icon li:hover .menu-icon:after {
        background-color: #003a4b;
        box-shadow: 0 7px 0 #003a4b, 0 14px 0 #003a4b; }

.off-canvas {
  display: block; }
  .off-canvas nav, .off-canvas .is-drilldown, .off-canvas #menu-top-navigation {
    height: 100%; }
  .off-canvas .is-drilldown {
    width: 100%;
    max-width: 100% !important;
    margin-left: 0;
    transition: height 0.5s ease-in-out; }
    .off-canvas .is-drilldown a {
      padding: .7rem 2rem;
      color: #fff; }
      .off-canvas .is-drilldown a:hover, .off-canvas .is-drilldown a:focus {
        color: #b88400; }
    .off-canvas .is-drilldown ul {
      height: 100%; }
    .off-canvas .is-drilldown nav {
      padding-bottom: 1em;
      width: 100%;
      display: block; }
    .off-canvas .is-drilldown li {
      list-style: none; }
    .off-canvas .is-drilldown a {
      color: #fff;
      font-size: 1.125rem;
      font-family: museo-slab, serif;
      font-weight: 500;
      font-style: italic;
      text-transform: unset;
      box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }
    .off-canvas .is-drilldown .current-menu-item > a {
      background: #fff;
      color: #003a4b; }
    .off-canvas .is-drilldown a:hover, .off-canvas .is-drilldown a:focus {
      background: #efefef;
      color: #003a4b; }
    .off-canvas .is-drilldown .is-drilldown-submenu {
      background-color: #003a4b;
      margin-left: 0; }
    .off-canvas .is-drilldown .is-drilldown-submenu-parent > a:after {
      border-color: transparent transparent transparent #fff; }
    .off-canvas .is-drilldown .is-drilldown-submenu-parent > a:hover:after,
    .off-canvas .is-drilldown .is-drilldown-submenu-parent > a:focus:after,
    .off-canvas .is-drilldown .current-menu-item.is-drilldown-submenu-parent > a:after {
      border-color: transparent transparent transparent #003a4b; }
    .off-canvas .is-drilldown ul.sub-menu {
      margin: 0;
      height: 100%; }
      .off-canvas .is-drilldown ul.sub-menu a {
        padding: 0.7rem 1rem;
        display: block !important; }
      .off-canvas .is-drilldown ul.sub-menu .js-drilldown-back > a {
        border-bottom: 1px solid #fff;
        background-color: #b88400;
        color: #fff; }
      .off-canvas .is-drilldown ul.sub-menu .js-drilldown-back > a::before {
        transition: opacity 0.5s ease-in-out;
        vertical-align: baseline;
        border-color: transparent #fff transparent transparent; }
      .off-canvas .is-drilldown ul.sub-menu .js-drilldown-back:hover > a {
        background-color: #fff;
        color: #003a4b; }
      .off-canvas .is-drilldown ul.sub-menu .js-drilldown-back:hover > a::before {
        color: #003a4b;
        border-color: transparent #003a4b transparent transparent; }
      .off-canvas .is-drilldown ul.sub-menu li.is-submenu-parent-item a {
        border-bottom: 1px solid #fff;
        background-color: #002e3c; }
        .off-canvas .is-drilldown ul.sub-menu li.is-submenu-parent-item a:hover {
          background: #efefef; }
      .off-canvas .is-drilldown ul.sub-menu li.menu-item a {
        padding-left: 1.5rem; }
  .off-canvas #offcanvas-widgets * {
    color: #fff; }
    .off-canvas #offcanvas-widgets * a {
      color: #92e6ff; }
  .off-canvas .widget {
    padding: 1em;
    border-bottom: 1px solid #f5f5f5; }

.intro-section {
  background: #f5f5f5;
  padding: 3.4375rem;
  border-bottom: 4px solid #e4e4e4; }
  .intro-section .intro-section-inner {
    max-width: 68.75rem;
    margin: 0 auto; }
    .intro-section .intro-section-inner h2, .intro-section .intro-section-inner h3, .intro-section .intro-section-inner h4, .intro-section .intro-section-inner h5, .intro-section .intro-section-inner h6 {
      padding: 0 0.9375rem; }
    .intro-section .intro-section-inner p {
      font-size: 1.125rem;
      padding: 0 0.9375rem; }
      .intro-section .intro-section-inner p:last-child {
        margin-bottom: 0; }
    .intro-section .intro-section-inner .department-contact-info .columns {
      margin-bottom: 1.875rem; }
      @media print, screen and (min-width: 46.25em) {
        .intro-section .intro-section-inner .department-contact-info .columns:nth-child(3), .intro-section .intro-section-inner .department-contact-info .columns:nth-child(4) {
          margin-bottom: 0; } }
      @media print, screen and (min-width: 62.5em) {
        .intro-section .intro-section-inner .department-contact-info .columns {
          margin-bottom: 0; } }

#page_header {
  position: relative;
  border-bottom: 1px solid #f5f5f5;
  overflow: hidden; }
  #page_header .row {
    position: relative;
    padding: 0 .5rem; }
  #page_header .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 58, 75, 0.75); }
  #page_header #header_text {
    position: relative;
    padding: 1rem 1.5rem; }
    @media print, screen and (min-width: 46.25em) {
      #page_header #header_text {
        width: 100%;
        max-width: 100%; } }
  #page_header #page-title, #page_header h2#supporting-title {
    margin-bottom: 0;
    color: #353535; }
  #page_header h2#supporting-title {
    font-size: 1.875rem; }
    @media print, screen and (min-width: 46.25em) {
      #page_header h2#supporting-title {
        font-size: 4.0625rem; } }
  #page_header #with_title {
    padding-top: 1rem; }
  #page_header .cta {
    margin: -1rem; }
  #page_header :last-child {
    margin-bottom: 0; }
  #page_header .button {
    display: inline-block;
    vertical-align: top;
    margin: 0.9375rem; }
  #page_header span.title_cat {
    font-size: 1.25rem;
    text-transform: lowercase;
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: italic;
    display: block; }

#page_header.with_bg {
  position: relative;
  background-image: none !important;
  /*background-color: rgba(0,0,0,.25);*/ }
  #page_header.with_bg .row {
    min-height: 200px; }
    @media print, screen and (min-width: 46.25em) {
      #page_header.with_bg .row {
        min-height: 380px; } }
  @media print, screen and (min-width: 46.25em) {
    #page_header.with_bg #header_text {
      position: absolute;
      width: 100%; } }
  #page_header.with_bg #header_text h1, #page_header.with_bg #header_text h2, #page_header.with_bg #header_text h3, #page_header.with_bg #header_text h4, #page_header.with_bg #header_text h5, #page_header.with_bg #header_text h6, #page_header.with_bg #header_text p, #page_header.with_bg #header_text li, #page_header.with_bg #header_text a {
    color: #fff; }
  #page_header.with_bg #header_text p {
    font-size: 1.125rem; }

#page_header_split {
  position: relative;
  overflow: hidden; }
  #page_header_split .row {
    position: relative;
    padding: 0 .5rem; }
  #page_header_split .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 58, 75, 0.75); }
  #page_header_split .columns {
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1; }
    #page_header_split .columns > .row {
      min-height: 20.625rem; }
      @media print, screen and (min-width: 46.25em) {
        #page_header_split .columns > .row {
          min-height: 34.375rem; } }
  #page_header_split .header_text {
    position: absolute;
    padding: 1rem 1.5rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%; }
    #page_header_split .header_text h2 {
      text-transform: unset;
      color: unset;
      font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: normal;
      font-style: normal; }
      #page_header_split .header_text h2 .intro {
        font-size: 1.4375rem; }
      #page_header_split .header_text h2 .main {
        font-size: 1.875rem;
        text-transform: uppercase; }
    #page_header_split .header_text p:last-child {
      margin-bottom: 0; }
    @media print, screen and (min-width: 46.25em) {
      #page_header_split .header_text {
        width: 100%;
        max-width: 100%; }
        #page_header_split .header_text .intro {
          font-size: 1.75rem; }
        #page_header_split .header_text .main {
          font-size: 2.1875rem; } }
  #page_header_split .button {
    display: inline-block;
    vertical-align: top;
    margin: 1.875rem 0.9375rem 0.9375rem 0.9375rem; }

.main-header {
  padding: 0;
  text-align: center; }
  .main-header h1#page-title {
    margin-bottom: 1.25rem; }
  @media print, screen and (min-width: 46.25em) {
    .main-header h1#page-title {
      margin-bottom: 3.125rem; } }

#inner-content {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  @media print, screen and (min-width: 46.25em) {
    #inner-content {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }

.acf-map {
  width: 100%;
  height: 400px;
  border-bottom: 1px solid #e6e6e6; }

.acf-map img {
  max-width: inherit !important; }

table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) {
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  margin: 1rem 0 1.5rem; }
  table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tr:nth-of-type(2n) {
    background-color: inherit; }
  table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child {
    background: #003a4b;
    color: #fff;
    font-weight: bold;
    font-size: 1.125rem; }
    table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child h1, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child .h1, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child h2, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child .h2, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child h3, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child .h3, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child h4, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child .h4, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child h5, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child .h5, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child h6, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) td:first-child .h6 {
      color: #fff; }
  table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) thead {
    display: none; }
  table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td {
    word-wrap: break-word;
    display: block;
    text-align: center; }
    table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td :before {
      content: attr(data-th);
      display: block;
      text-align: center; }
  table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody th {
    background-color: #003a4b;
    font-weight: bold;
    color: #fff; }
  @media print, screen and (min-width: 46.25em) {
    table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) thead {
      display: table-header-group; }
    table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody tr:nth-of-type(2n) {
      background-color: #f0f0f0; }
    table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td {
      display: table-cell; }
      table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child {
        background-color: inherit;
        color: #353535; }
        table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child h1, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child .h1, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child h3, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child .h3, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child h4, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child .h4, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child h5, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child .h5, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child h6, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child .h6 {
          color: #353535; }
        table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child h2, table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:first-child .h2 {
          color: #b88400; }
      table:not(.ui-datepicker-calendar):not(.gfield_list):not(.job-manager-alerts) tbody td:nth-of-type(1) {
        font-weight: bold; } }

.featherlight .featherlight-content {
  background: none !important; }

.title-column {
  padding-bottom: 2.5rem; }
  @media print, screen and (min-width: 62.5em) {
    .title-column {
      padding-bottom: 0;
      padding-right: 0; } }
  .title-column .subtitle, .title-column .subtitle a {
    font-family: museo-slab, serif;
    font-style: italic;
    font-weight: 500; }
  .title-column .subtitle {
    display: inline-block;
    border-bottom: 2px solid #00698f;
    padding-bottom: 0.75rem;
    padding-top: 0.9375rem; }
    @media print, screen and (min-width: 62.5em) {
      .title-column .subtitle {
        padding-top: 4.0625rem;
        padding-bottom: 0; } }
  .title-column .subtitle a {
    color: #353535; }
    .title-column .subtitle a:hover {
      color: #00698f; }

#services {
  padding: 3.75rem 0; }
  @media print, screen and (min-width: 46.25em) {
    #services {
      padding: 7.1875rem 0; } }

#service_columns {
  max-width: 62.5rem;
  float: right; }
  @media print, screen and (min-width: 62.5em) {
    #service_columns .column, #service_columns .columns {
      padding-left: 13px; } }
  #service_columns a.service-container-link {
    position: relative;
    height: 27.3125rem;
    width: 100%;
    display: block; }
  #service_columns .service-content {
    position: absolute;
    padding: 1rem 1.5rem;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
    background-position: top; }
    #service_columns .service-content .service-content-inner {
      top: 50%;
      left: 50%;
      -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      position: relative; }
    #service_columns .service-content h4 {
      margin-bottom: 2.5rem; }
    #service_columns .service-content .button {
      font-family: museo-slab, serif;
      font-style: italic;
      font-weight: 500;
      font-size: 1.0625rem;
      padding: 0.5rem 2.8125rem; }
  #service_columns .service-container-link:hover .service-content {
    background-position: bottom; }
    #service_columns .service-container-link:hover .service-content .service-content-inner {
      top: calc(50% - 5px); }
  #service_columns .description {
    padding: 1.25rem 0 0.9375rem;
    border-bottom: 2px solid #003a4b;
    margin-bottom: 1.875rem; }
    @media print, screen and (min-width: 62.5em) {
      #service_columns .description {
        margin-bottom: 0; } }
    #service_columns .description p {
      margin-bottom: 0; }
  #service_columns .col-color-primary .service-content {
    border-bottom: 5px solid #003a4b;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 50%, rgba(0, 58, 75, 0.65) 50%);
    transition: background-position .25s; }
    #service_columns .col-color-primary .service-content h4 {
      color: #003a4b; }
  #service_columns .col-color-primary .description {
    border-color: #003a4b; }
  #service_columns .col-color-primary .service-container-link:hover .service-content {
    background-position: 0% 100%;
    border-bottom: none; }
    #service_columns .col-color-primary .service-container-link:hover .service-content h4 {
      color: #fff; }
    #service_columns .col-color-primary .service-container-link:hover .service-content .button {
      border-color: #fff;
      color: #fff; }
  #service_columns .col-color-secondary .service-content {
    border-bottom: 5px solid #00698f;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 50%, rgba(0, 105, 143, 0.65) 50%);
    transition: background-position .25s; }
    #service_columns .col-color-secondary .service-content h4 {
      color: #00698f; }
  #service_columns .col-color-secondary .description {
    border-color: #00698f; }
  #service_columns .col-color-secondary .service-container-link:hover .service-content {
    background-position: 0% 100%;
    border-bottom: none; }
    #service_columns .col-color-secondary .service-container-link:hover .service-content h4 {
      color: #fff; }
    #service_columns .col-color-secondary .service-container-link:hover .service-content .button {
      border-color: #fff;
      color: #fff; }
  #service_columns .col-color-success .service-content {
    border-bottom: 5px solid #046240;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 50%, rgba(4, 98, 64, 0.65) 50%);
    transition: background-position .25s; }
    #service_columns .col-color-success .service-content h4 {
      color: #046240; }
  #service_columns .col-color-success .description {
    border-color: #046240; }
  #service_columns .col-color-success .service-container-link:hover .service-content {
    background-position: 0% 100%;
    border-bottom: none; }
    #service_columns .col-color-success .service-container-link:hover .service-content h4 {
      color: #fff; }
    #service_columns .col-color-success .service-container-link:hover .service-content .button {
      border-color: #fff;
      color: #fff; }
  #service_columns .col-color-warning .service-content {
    border-bottom: 5px solid #b88400;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 50%, rgba(184, 132, 0, 0.65) 50%);
    transition: background-position .25s; }
    #service_columns .col-color-warning .service-content h4 {
      color: #b88400; }
  #service_columns .col-color-warning .description {
    border-color: #b88400; }
  #service_columns .col-color-warning .service-container-link:hover .service-content {
    background-position: 0% 100%;
    border-bottom: none; }
    #service_columns .col-color-warning .service-container-link:hover .service-content h4 {
      color: #fff; }
    #service_columns .col-color-warning .service-container-link:hover .service-content .button {
      border-color: #fff;
      color: #fff; }
  #service_columns .col-color-alert .service-content {
    border-bottom: 5px solid #a22713;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 50%, rgba(162, 39, 19, 0.65) 50%);
    transition: background-position .25s; }
    #service_columns .col-color-alert .service-content h4 {
      color: #a22713; }
  #service_columns .col-color-alert .description {
    border-color: #a22713; }
  #service_columns .col-color-alert .service-container-link:hover .service-content {
    background-position: 0% 100%;
    border-bottom: none; }
    #service_columns .col-color-alert .service-container-link:hover .service-content h4 {
      color: #fff; }
    #service_columns .col-color-alert .service-container-link:hover .service-content .button {
      border-color: #fff;
      color: #fff; }

#values {
  background-color: #f5f5f5;
  background-image: url("../images/bg-form.jpg");
  padding: 3.75rem 0; }
  @media print, screen and (min-width: 62.5em) {
    #values {
      padding: 7.1875rem 0; } }

#value_content {
  margin-bottom: 2.5rem;
  max-width: 59.375rem; }
  @media print, screen and (min-width: 46.25em) {
    #value_content {
      margin-bottom: 5rem; } }
  @media screen and (min-width: 75em) {
    #value_content {
      max-width: 60.3125rem;
      float: right; }
      #value_content .column, #value_content .columns {
        padding-left: 13px; } }

#value_columns {
  max-width: 59.375rem; }
  @media screen and (min-width: 75em) {
    #value_columns {
      max-width: 60.3125rem;
      float: right; }
      #value_columns .column, #value_columns .columns {
        padding-left: 13px; } }
  #value_columns .value-container {
    margin: 0 auto;
    text-align: center; }
    #value_columns .value-container .value-icon {
      margin: 0 auto;
      vertical-align: middle; }
      #value_columns .value-container .value-icon img {
        vertical-align: middle;
        display: table-cell;
        width: 100%;
        height: 45px;
        margin: 0 auto;
        text-align: center; }
    #value_columns .value-container .value-content {
      margin: 1.25rem auto; }
      #value_columns .value-container .value-content .column-title {
        text-transform: unset;
        font-family: museo-slab, serif;
        font-style: italic;
        font-weight: 500;
        font-size: 1.5625rem; }
      #value_columns .value-container .value-content .description {
        padding: 0 0.6875rem; }
      #value_columns .value-container .value-content p {
        margin-bottom: 0; }
  #value_columns .col-color-primary h4 {
    color: #003a4b; }
  #value_columns .col-color-secondary h4 {
    color: #00698f; }
  #value_columns .col-color-success h4 {
    color: #046240; }
  #value_columns .col-color-warning h4 {
    color: #b88400; }
  #value_columns .col-color-alert h4 {
    color: #a22713; }

#blog-articles {
  padding: 3.75rem 0; }
  @media print, screen and (min-width: 46.25em) {
    #blog-articles {
      padding: 7.1875rem 0 6.25rem; } }

#form-section {
  background-color: #f5f5f5;
  background-image: url("../images/bg-form.jpg");
  padding: 3.75rem 0 1.875rem; }
  @media print, screen and (min-width: 46.25em) {
    #form-section {
      padding: 7.1875rem 0 3.125rem; } }

#form-content {
  max-width: 53.125rem; }
  @media screen and (min-width: 75em) {
    #form-content {
      max-width: 53.125rem;
      float: right; }
      #form-content .column, #form-content .columns {
        padding-left: 13px; } }
  #form-content .gform_wrapper {
    background: transparent;
    background-image: none;
    padding: 0; }
    #form-content .gform_wrapper .gform_footer {
      text-align: center;
      margin-top: 2.8125rem; }

.main-section {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  @media print, screen and (min-width: 46.25em) {
    .main-section {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem; } }
  .main-section p:last-child {
    margin-bottom: 0; }
  .main-section:nth-child(even) {
    background-color: #f5f5f5; }

#testimonials-section {
  background-color: #f5f5f5;
  background-image: url("../images/bg-form.jpg");
  padding: 3.125rem 0 1.5625rem; }

#testimonials {
  max-width: 61.25rem;
  margin: 0 auto;
  padding: 0 1.875rem; }

@includ breakpoint(large) {
  #testimonials {
    padding: 0; } }
  #testimonials .bx-wrapper {
    background: transparent;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none; }
  #testimonials .bx-wrapper .bx-pager, #testimonials .bx-wrapper .bx-controls-auto {
    bottom: -40px; }
  #testimonials .bx-controls-direction {
    display: none; }
  #testimonials .bx-wrapper .bx-pager.bx-default-pager a {
    background: #6d6d6d; }
    #testimonials .bx-wrapper .bx-pager.bx-default-pager a:hover, #testimonials .bx-wrapper .bx-pager.bx-default-pager a:focus, #testimonials .bx-wrapper .bx-pager.bx-default-pager a.active {
      background: #00698f; }
  #testimonials #testimonial-slider li .testimonial {
    text-align: center; }
    #testimonials #testimonial-slider li .testimonial .quote:before, #testimonials #testimonial-slider li .testimonial .quote:after {
      font-weight: bold;
      color: #b88400; }
    #testimonials #testimonial-slider li .testimonial .quote:before {
      content: open-quote;
      padding-right: 5px; }
    #testimonials #testimonial-slider li .testimonial .quote:after {
      content: close-quote;
      padding-left: 5px; }
    #testimonials #testimonial-slider li .testimonial span.cite {
      display: block;
      font-weight: bold;
      color: #b88400;
      padding-top: 10px;
      text-align: center; }

.page-template-template-employer-employee #inner-content {
  padding-top: 4.375rem;
  padding-bottom: 0; }

.page-template-template-employer-employee #services {
  border-top: 4px solid #e2e2e2;
  margin-top: 4.375rem; }

.page-template-template-about #inner-content {
  padding: 0; }

@media print, screen and (min-width: 62.5em) {
  .page-template-template-about .columns.large-10 {
    padding-left: 6.25rem; } }

.page-template-template-about #values {
  background-image: none;
  background-color: #fff; }

.page-template-template-awards #inner-content {
  padding: 0; }

.page-template-template-awards #award-badges {
  padding: 1.875rem 0 1.875rem; }
  @media print, screen and (min-width: 46.25em) {
    .page-template-template-awards #award-badges {
      padding: 30px 0; }
      .page-template-template-awards #award-badges h2 {
        margin-bottom: 20px; } }
  .page-template-template-awards #award-badges .logos-inner {
    padding-top: 3.125rem; }
    .page-template-template-awards #award-badges .logos-inner ul.logos {
      margin: 0 auto;
      text-align: center; }
    .page-template-template-awards #award-badges .logos-inner .logos li {
      width: 100%;
      display: inline-block;
      margin-bottom: 2.1875rem;
      text-align: center;
      transition: all 0.5s ease-in-out; }
      .page-template-template-awards #award-badges .logos-inner .logos li:hover {
        opacity: .85; }
      @media print, screen and (min-width: 46.25em) {
        .page-template-template-awards #award-badges .logos-inner .logos li {
          width: 33.33333%; } }
      @media print, screen and (min-width: 62.5em) {
        .page-template-template-awards #award-badges .logos-inner .logos li {
          width: 16.6%; } }
      .page-template-template-awards #award-badges .logos-inner .logos li img {
        padding: 0;
        width: auto; }
        @media screen and (max-width: 29.9375em) {
          .page-template-template-awards #award-badges .logos-inner .logos li img {
            padding: 0 4%;
            max-width: 80% !important;
            min-width: 11.875rem !important; } }

.page-template-template-browser-width .gform_wrapper {
  margin: 0; }
  @media print, screen and (min-width: 62.5em) {
    .page-template-template-browser-width .gform_wrapper h4.widgettitle {
      max-width: 300px; }
    .page-template-template-browser-width .gform_wrapper form {
      max-width: 1000px; } }

.home #inner-content {
  padding-top: 0;
  padding-bottom: 0; }

@media print, screen and (min-width: 46.25em) {
  .home #home_blog article.post {
    margin-bottom: 0; } }

.error404 #inner-content .search {
  padding: 1rem 0; }

.archive-grid .post {
  border-bottom: 10px solid #003a4b;
  margin: 0 auto 4.375rem;
  position: relative;
  max-width: 100%; }
  @media print, screen and (min-width: 30em) {
    .archive-grid .post {
      max-width: 16.875rem; } }
  @media print, screen and (min-width: 46.25em) {
    .archive-grid .post {
      margin: 0 auto 9.375rem; } }

.archive-grid .post-title {
  text-transform: unset;
  line-height: 27px;
  margin-bottom: 5px; }
  .archive-grid .post-title a {
    color: #353535; }
    .archive-grid .post-title a:hover, .archive-grid .post-title a:focus {
      color: #00698f; }

.archive-grid .post_time {
  font-family: museo-slab, serif;
  font-style: italic;
  font-weight: 500;
  text-transform: lowercase;
  font-size: 0.875rem;
  color: #a2a1a1; }

.archive-grid .post-featured-image {
  display: block;
  margin-bottom: 1rem;
  text-align: center;
  height: 130px;
  position: relative; }
  @media print, screen and (min-width: 62.5em) {
    .archive-grid .post-featured-image {
      height: 200px; } }
  .archive-grid .post-featured-image img {
    width: 100%; }

.archive-grid .primary-category {
  display: block;
  padding-bottom: 0.3125rem; }
  .archive-grid .primary-category a {
    font-weight: 400;
    text-transform: lowercase; }

.archive-grid .post-excerpt p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1.25rem 0 2.5rem; }

.archive-grid .post-excerpt a.more {
  display: block;
  width: 100%;
  text-align: right;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.875rem;
  padding-bottom: 0.3125rem;
  position: absolute;
  bottom: 0.3125rem;
  right: 0; }

.archive-grid .cat-color-primary.post {
  border-color: #003a4b; }

.archive-grid .cat-color-primary .primary-category a {
  color: #003a4b; }

.archive-grid .cat-color-secondary.post {
  border-color: #00698f; }

.archive-grid .cat-color-secondary .primary-category a {
  color: #00698f; }

.archive-grid .cat-color-success.post {
  border-color: #046240; }

.archive-grid .cat-color-success .primary-category a {
  color: #046240; }

.archive-grid .cat-color-warning.post {
  border-color: #b88400; }

.archive-grid .cat-color-warning .primary-category a {
  color: #b88400; }

.archive-grid .cat-color-alert.post {
  border-color: #a22713; }

.archive-grid .cat-color-alert .primary-category a {
  color: #a22713; }

@media print, screen and (min-width: 30em) {
  .flex-grid, .flex-grid .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.pagination {
  text-align: right;
  margin-bottom: 0.9375rem; }
  .pagination li {
    text-align: center; }
  .pagination a {
    font-weight: normal; }
    .pagination a:hover {
      color: #046240; }
  .pagination .pagination-next a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    content: "\f061"; }
  .pagination .pagination-previous a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    vertical-align: -.125em;
    content: "\f060"; }
  .pagination .current {
    border: 2px solid #046240;
    height: 1.9375rem;
    width: 1.9375rem;
    line-height: 1.75rem; }

#related_posts {
  background-color: #f5f5f5;
  border-top: 3px solid #e2e2e2;
  padding: 3.75rem 0; }
  @media print, screen and (min-width: 46.25em) {
    #related_posts {
      padding: 6.25rem 0; } }
  #related_posts #related_posts_header {
    padding: 0 20px 20px; }
    @media print, screen and (min-width: 46.25em) {
      #related_posts #related_posts_header {
        padding: 0; } }
  @media print, screen and (min-width: 46.25em) {
    #related_posts article.post {
      margin-bottom: 0; } }
  #related_posts article.post .entry-content {
    border-bottom: 0;
    margin-bottom: 0;
    padding: 0; }
  #related_posts article.post .post-featured-image {
    margin-top: 0;
    margin-bottom: 1rem; }

.page-navigation {
  padding-top: 2rem; }

#infscr-loading {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 9999;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.95);
  text-align: center;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2); }

.widgettitle {
  font-size: 1.75rem;
  font-weight: 800;
  padding-bottom: 1.25rem;
  margin-bottom: 1.5625rem;
  border-bottom: 2px solid #00698f; }
  @media print, screen and (min-width: 46.25em) {
    .widgettitle {
      font-size: 1.9375rem; } }

a.widgettitle.custom-sidebar-link {
  font-size: 1.0625rem;
  line-height: 1.25rem;
  font-weight: 800;
  color: #353535;
  padding-bottom: 0.625rem;
  border-bottom: 2px solid #b88400;
  display: block;
  text-transform: uppercase; }
  a.widgettitle.custom-sidebar-link:hover {
    color: #00698f; }
  a.widgettitle.custom-sidebar-link.secondary-color {
    color: #00698f; }
    a.widgettitle.custom-sidebar-link.secondary-color:hover {
      color: #353535; }

#sidebar_top {
  width: 100%;
  padding: 0 0 2rem; }
  @media print, screen and (min-width: 46.25em) {
    #sidebar_top {
      display: table; } }
  #sidebar_top .widget {
    margin-bottom: 1rem;
    max-width: 500px;
    position: relative; }
  @media print, screen and (min-width: 46.25em) {
    #sidebar_top .widget {
      display: table-cell;
      vertical-align: bottom;
      padding: 0 1rem;
      margin-bottom: 0; }
    #sidebar_top .widget:first-child {
      padding-left: 0; }
    #sidebar_top .widget:last-child {
      padding-right: 0; } }

#sidebar {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem; }
  @media print, screen and (min-width: 46.25em) {
    #sidebar {
      padding-top: 6.25rem;
      padding-bottom: 6.25rem;
      max-width: 12.5rem; } }
  #sidebar .widget {
    margin-bottom: 1.5rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
    @media print, screen and (min-width: 46.25em) {
      #sidebar .widget {
        padding-left: 0;
        padding-right: 0; } }
    #sidebar .widget h1, #sidebar .widget h2, #sidebar .widget h3, #sidebar .widget h4, #sidebar .widget h5, #sidebar .widget h6 {
      padding-top: .5rem; }
    #sidebar .widget p {
      margin-bottom: .5rem; }
    #sidebar .widget .button {
      margin-bottom: 0; }
    #sidebar .widget:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
    #sidebar .widget input[type="password"], #sidebar .widget input[type="date"], #sidebar .widget input[type="datetime"], #sidebar .widget input[type="datetime-local"], #sidebar .widget input[type="month"], #sidebar .widget input[type="week"], #sidebar .widget input[type="email"], #sidebar .widget input[type="number"], #sidebar .widget input[type="search"], #sidebar .widget input[type="tel"], #sidebar .widget input[type="time"], #sidebar .widget input[type="url"], #sidebar .widget input[type="color"], #sidebar .widget textarea {
      margin-bottom: 10px;
      width: 100%; }
    @media print, screen and (min-width: 46.25em) {
      #sidebar .widget .gform_wrapper {
        padding: 0.9375rem 1.875rem; }
        #sidebar .widget .gform_wrapper form {
          padding-bottom: 10px; }
        #sidebar .widget .gform_wrapper .gfield, #sidebar .widget .gform_wrapper .ginput_complex.ginput_container, #sidebar .widget .gform_wrapper .ginput_complex span, #sidebar .widget .gform_wrapper input, #sidebar .widget .gform_wrapper select {
          width: 100%;
          padding-right: 0; } }
    @media print, screen and (min-width: 46.25em) {
      #sidebar .widget.widget_search .search-form {
        padding: 0.9375rem 1.875rem; } }
    #sidebar .widget.widget_search .search-form .input-group {
      margin: 0.625rem auto; }
    #sidebar .widget.widget_search input[type="text"], #sidebar .widget.widget_search input[type="password"], #sidebar .widget.widget_search input[type="date"], #sidebar .widget.widget_search input[type="datetime"], #sidebar .widget.widget_search input[type="datetime-local"], #sidebar .widget.widget_search input[type="month"], #sidebar .widget.widget_search input[type="week"], #sidebar .widget.widget_search input[type="email"], #sidebar .widget.widget_search input[type="number"], #sidebar .widget.widget_search input[type="search"], #sidebar .widget.widget_search input[type="tel"], #sidebar .widget.widget_search input[type="time"], #sidebar .widget.widget_search input[type="url"], #sidebar .widget.widget_search input[type="color"], #sidebar .widget.widget_search textarea {
      margin-bottom: 0; }
    #sidebar .widget.widget_search .button {
      padding: 0.75rem; }
  #sidebar .widget:first-child .widgettitle {
    padding-top: 0; }
  #sidebar .menu li {
    display: list-item;
    padding: 1px 0; }
    #sidebar .menu li a {
      display: inline-block;
      line-height: 1;
      padding: .5rem; }
    #sidebar .menu li a:hover {
      color: black;
      background-color: #f5f5f5; }
    #sidebar .menu li ul.sub-menu {
      padding: 2px 0; }
      #sidebar .menu li ul.sub-menu > li {
        font-size: .95em;
        list-style: none; }
      #sidebar .menu li ul.sub-menu ul.sub-menu li {
        font-size: 1em; }
  #sidebar ul {
    margin-left: 0; }
  #sidebar .widget_categories ul li {
    padding-bottom: 1.875rem; }
    #sidebar .widget_categories ul li a {
      font-family: museo-slab, serif;
      font-weight: 500;
      font-style: italic;
      font-size: 1rem;
      text-transform: lowercase;
      color: #353535; }
      #sidebar .widget_categories ul li a:hover {
        color: #00698f; }

@media print, screen and (min-width: 46.25em) {
  .page-template-template-sidebar-left-php #inner-content {
    padding-left: 1.875rem; } }

@media print, screen and (min-width: 62.5em) {
  .page-template-template-sidebar-left-php #inner-content {
    padding-left: 4.375rem; } }

@media print, screen and (min-width: 46.25em) {
  .page-template-template-sidebar-right-php #inner-content {
    padding-right: 1.875rem; } }

@media print, screen and (min-width: 62.5em) {
  .page-template-template-sidebar-right-php #inner-content {
    padding-right: 4.375rem; } }

#page_footer {
  overflow: hidden;
  position: relative; }
  #page_footer .row {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  #page_footer .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 58, 75, 0.75); }
  #page_footer .imgcover {
    position: static; }
  #page_footer #footer_text {
    position: relative;
    padding: 1rem; }
    @media print, screen and (min-width: 46.25em) {
      #page_footer #footer_text {
        width: 100%;
        max-width: 100%; } }
  #page_footer .cta {
    margin: -1rem auto;
    line-height: 1; }
  #page_footer :last-child {
    margin-bottom: 0; }

#page_footer.with_bg {
  background-image: none !important;
  position: relative;
  min-height: 200px; }
  @media print, screen and (min-width: 46.25em) {
    #page_footer.with_bg {
      min-height: 380px; } }
  #page_footer.with_bg .row {
    height: 200px; }
    @media print, screen and (min-width: 46.25em) {
      #page_footer.with_bg .row {
        height: 380px; } }
  @media print, screen and (min-width: 46.25em) {
    #page_footer.with_bg #footer_text {
      position: absolute;
      width: 100%; } }

#counter-section {
  text-align: center;
  background: #00698f;
  padding: 2.1875rem 0; }
  #counter-section .counter, #counter-section .counter-label {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: auto; }
  #counter-section .counter-label {
    color: #fff;
    font-size: 1.875rem; }
  #counter-section .counter {
    background: #fff;
    padding: 0.625rem 1.5625rem;
    font-size: 1.375rem;
    font-weight: bold;
    margin: 0 0.625rem;
    min-width: 15.625rem; }
    #counter-section .counter #odometer * {
      color: #003a4b; }
    #counter-section .counter span.has-tip {
      border-bottom: none;
      top: 0px;
      left: 8px; }
    #counter-section .counter i {
      color: #003a4b;
      font-size: 1.3125rem;
      display: inline-block;
      padding-top: 0; }
  #counter-section .description {
    padding: 1.25rem 1.25rem 0.3125rem 1.25rem;
    max-width: 50rem;
    margin: 0 auto;
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.125rem;
    color: #fff; }
    #counter-section .description p {
      margin-bottom: 0; }
  @media print, screen and (min-width: 46.25em) {
    #counter-section .counter-label {
      text-align: right;
      font-size: 2.3125rem;
      margin-bottom: 0; }
    #counter-section .counter {
      font-size: 1.9375rem;
      padding-bottom: 0.75rem; } }

.tooltip {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic; }

.search-form {
  background-color: #f5f5f5;
  background-image: url("../images/bg-form.jpg");
  padding: 3.125rem; }
  @media print, screen and (min-width: 46.25em) {
    .search-form {
      padding: 4.6875rem 20%; } }
  .search-form .input-group-button {
    vertical-align: top; }
  .search-form .input-group-label {
    display: block;
    border: none;
    background: transparent;
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 0.9375rem;
    padding: 0;
    text-transform: lowercase; }

.search-form .search-field {
  margin-bottom: 0; }

.search #page_header {
  position: relative; }

.search #page_header.no-styles {
  border: 0; }
  .search #page_header.no-styles .row {
    padding: 0 4%; }
  .search #page_header.no-styles #header_text {
    padding: 3rem .625rem 0; }
    @media print, screen and (min-width: 46.25em) {
      .search #page_header.no-styles #header_text {
        padding: 3rem .9375rem 0; } }
    .search #page_header.no-styles #header_text h1 {
      color: #003a4b; }

.search article {
  margin-bottom: 2rem; }

.search-results .posttype {
  color: #6d6d6d;
  font-size: 50%;
  vertical-align: middle; }

.search-results .post-featured-image img {
  height: auto;
  width: auto;
  max-height: 300px;
  max-width: 100%;
  margin: 0 auto; }
  @media print, screen and (min-width: 46.25em) {
    .search-results .post-featured-image img {
      float: left;
      max-height: 18.75rem;
      width: auto;
      margin-right: 1.875rem; } }

.social-share {
  text-align: center;
  padding: 1.25rem 0 1.25rem; }
  @media print, screen and (min-width: 46.25em) {
    .social-share {
      max-width: 100%;
      margin: 0; } }
  .social-share h6 {
    display: inline-block; }
  .social-share h6 {
    font-weight: bold;
    color: #353535; }
  .social-share .sharethis-inline-share-buttons, .social-share #st-2 {
    text-align: center; }
  @media print, screen and (min-width: 46.25em) {
    .social-share {
      float: right;
      text-align: right; }
      .social-share .sharethis-inline-share-buttons, .social-share #st-2 {
        text-align: right; } }

iframe#st_gdpr_iframe {
  display: none; }

.bctt-click-to-tweet {
  border: 1px solid #6d6d6d;
  padding: 0.625rem 1.25rem;
  border-radius: 0; }
  .bctt-click-to-tweet .bctt-ctt-text a {
    margin-bottom: 1.25rem;
    font-family: museo-slab, serif !important;
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
    color: #b88400 !important; }
    .bctt-click-to-tweet .bctt-ctt-text a:hover {
      color: #00698f !important; }
  .bctt-click-to-tweet .bctt-ctt-btn {
    font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    font-size: 1rem;
    margin: 0;
    padding: 0.8125rem 1.5625rem 0 0;
    line-height: 1.5625rem;
    color: #353535 !important;
    background-position: right top 0.9375rem; }

#footer {
  background: #003a4b; }
  #footer #inner-footer {
    padding: 1.25rem 1% 3.125rem; }
    #footer #inner-footer * {
      color: #fff;
      text-align: center; }
      @media print, screen and (min-width: 46.25em) {
        #footer #inner-footer * {
          text-align: left; } }
    @media print, screen and (min-width: 46.25em) {
      #footer #inner-footer .right_col * {
        text-align: right; } }
  @media print, screen and (min-width: 46.25em) {
    #footer .row:nth-child(2) {
      padding-top: 7.1875rem; }
    #footer .right_col {
      text-align: right; }
    #footer #inner-footer {
      padding-top: 4.0625rem; }
    #footer #logo-footer {
      text-align: right; } }
  #footer .newsletter-signup {
    padding: 1.5625rem 0 2.8125rem; }
    #footer .newsletter-signup h4 {
      font-weight: 800;
      font-size: 1.9375rem;
      margin-bottom: 0.625rem; }
    #footer .newsletter-signup a {
      font-family: museo-slab, serif;
      font-weight: 500;
      font-style: italic;
      font-size: 16px;
      padding-bottom: 0.3125rem;
      border-bottom: 2px solid #b88400; }
    @media print, screen and (min-width: 46.25em) {
      #footer .newsletter-signup {
        padding: 1.5625rem 0 4.0625rem; } }
  #footer .logo img {
    width: 54px; }
  #footer ul.locations {
    max-width: 200px;
    margin: 1.75rem auto 1.25rem;
    text-align: center; }
    #footer ul.locations li {
      border-bottom: 2px solid #b88400;
      padding: 0.375rem 0;
      list-style: none; }
      #footer ul.locations li:last-of-type {
        border-bottom: none; }
      #footer ul.locations li a {
        font-size: 1.0625rem;
        font-weight: bold;
        text-transform: uppercase;
        padding: 0.3125rem; }
        #footer ul.locations li a:hover {
          color: #b88400; }
    @media print, screen and (min-width: 46.25em) {
      #footer ul.locations {
        float: right;
        text-align: right;
        margin: 1.75rem auto 0; } }
  #footer .footer-nav {
    padding-bottom: 1.25rem;
    max-width: 337px;
    margin: 0 auto;
    /*
        no need to unset content of li:last-child, because it will be the trailing whitespace so it will collapse
        */ }
    @media print, screen and (min-width: 46.25em) {
      #footer .footer-nav {
        max-width: 100%; } }
    #footer .footer-nav ul {
      text-align: center;
      display: inline;
      margin: 0;
      padding: 0; }
      @media print, screen and (min-width: 46.25em) {
        #footer .footer-nav ul {
          float: right;
          text-align: right; } }
    #footer .footer-nav li {
      display: inline;
      /* white-space: nowrap should be moved to child A because IE fails to wrap resulting list completely */ }
    #footer .footer-nav li::before {
      content: ' ';
      /*
            this content is important only for Chrome in case the HTML will be minified with no whitespaces between </li><li>
            */ }
    #footer .footer-nav li::after {
      content: " ";
      white-space: normal;
      word-spacing: 1em;
      /* = nav@padding-right - this actually makes width */
      background-image: linear-gradient(90deg, #b88400, #b88400, #b88400);
      background-size: 2px 1em;
      background-repeat: no-repeat;
      background-position: center center;
      color: #b88400 !important; }
    #footer .footer-nav a {
      white-space: nowrap;
      /* here */
      display: inline-block;
      /* to allow padding */
      padding: 1em;
      text-decoration: none;
      color: #fff;
      padding: 0 0 0.3125rem;
      text-transform: uppercase;
      font-size: 0.75rem; }
      #footer .footer-nav a:hover {
        color: #b88400; }
  #footer .socmedia-title, #footer .socmedia {
    display: block; }
  #footer .socmedia-title {
    color: #b88400;
    font-weight: bold;
    font-size: 1.0625rem;
    padding: 0.3125rem 0 0 0; }
    @media print, screen and (min-width: 46.25em) {
      #footer .socmedia-title {
        float: left;
        padding: 0.3125rem 1.125rem 0 0; } }
  #footer ul.socmedia {
    display: inline-block;
    margin: 0 auto 3.125rem; }
    #footer ul.socmedia li {
      display: inline-block;
      padding: 0 5px;
      text-align: center; }
      #footer ul.socmedia li a {
        display: block;
        position: relative;
        text-align: center; }
        #footer ul.socmedia li a:hover i {
          color: #b88400; }
        #footer ul.socmedia li a:after {
          content: "/";
          color: #b88400;
          padding-left: 10px; }
        #footer ul.socmedia li a i {
          color: #fff;
          line-height: 32px; }
      #footer ul.socmedia li img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%); }
      #footer ul.socmedia li:first-child {
        padding-left: 0; }
      #footer ul.socmedia li:last-child {
        padding-right: 0; }
        #footer ul.socmedia li:last-child a:after {
          display: none; }
    @media print, screen and (min-width: 46.25em) {
      #footer ul.socmedia {
        margin: 0; } }
  #footer .copy {
    font-size: 0.875rem; }
  #footer .credits, #footer .credits a {
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 0.6875rem; }
  #footer .credits a {
    color: #b88400; }
    #footer .credits a:hover {
      text-decoration: underline; }

.ft-business-name {
  font-weight: bold; }

.ft-phone .fa, .ft-fax .fa, .ft-email .fa {
  padding: 0 5px;
  color: #003a4b; }

.ft-fax {
  padding-left: 7px; }

.ft-email a, .ft-phone a, .ft-fax {
  color: #353535; }
  .ft-email a:hover, .ft-phone a:hover, .ft-fax:hover {
    color: #003a4b; }

.reveal {
  padding: 0;
  max-width: 90%;
  margin: 0 auto; }
  .reveal .close-button {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    font-size: 1.875rem;
    cursor: pointer; }
    .reveal .close-button:hover {
      color: #b88400; }
  @media print, screen and (min-width: 46.25em) {
    .reveal .widgettitle {
      max-width: 223px; } }
  .reveal .gform_wrapper {
    padding: 4.375rem;
    margin: 0; }
    .reveal .gform_wrapper div.ginput_complex.ginput_container.gf_name_has_2 span {
      width: 100%; }
    @media print, screen and (min-width: 46.25em) {
      .reveal .gform_wrapper .gform_footer input.button,
      .reveal .gform_wrapper .gform_footer input[type=submit],
      .reveal .gform_wrapper .gform_page_footer input.button,
      .reveal .gform_wrapper .gform_page_footer input[type=submit] {
        width: 50%;
        float: right; } }
    .reveal .gform_wrapper .gform_footer {
      padding-bottom: 3.125rem; }

#cookie-law-info-bar {
  box-shadow: rgba(0, 0, 0, 0.5) 0px 5px 20px;
  padding: 0.625rem; }
  @media print, screen and (min-width: 46.25em) {
    #cookie-law-info-bar {
      padding: 1.25rem 0; } }
  #cookie-law-info-bar a {
    margin: 0 5px;
    border-radius: 0; }
    #cookie-law-info-bar a.cli-plugin-main-link:hover {
      color: #b88400 !important; }

#cookie-law-info-again {
  box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.4); }
  @media screen and (max-width: 62.4375em) {
    #cookie-law-info-again {
      right: 0 !important;
      left: 0 !important; } }

.acf-map {
  width: 100%;
  height: 18.75rem;
  margin: 0 0 5px;
  border-bottom: 4px solid #e2e2e2; }
  @media print, screen and (min-width: 46.25em) {
    .acf-map {
      height: 25rem; } }

.acf-map img {
  max-width: inherit !important; }

#map {
  margin: 0;
  height: 18.75rem;
  width: 100%;
  z-index: 888;
  position: relative;
  border-left: 0;
  border-right: 0; }
  @media print, screen and (min-width: 46.25em) {
    #map {
      height: 25rem; } }
  @media print, screen and (min-width: 62.5em) {
    #map {
      height: 31.25rem; } }
  #map h4 {
    padding: 0.3125rem 0.9375rem 0;
    margin: 0;
    color: #fff;
    font-size: 1.125rem;
    font-weight: bold; }
  #map .location_info {
    padding: 0.9375rem;
    color: #fff;
    font-size: 1rem;
    line-height: 1.0625rem;
    font-weight: 400;
    margin-bottom: 0;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
    #map .location_info p.contact {
      margin-bottom: 0; }
  #map .address {
    margin-bottom: 0.9375rem; }
  #map .map_link, #map .loc-phone, #map .loc-email, #map .loc-fax {
    margin-bottom: 0.625rem;
    color: #fff;
    font-size: 1rem; }
    #map .map_link a, #map .loc-phone a, #map .loc-email a, #map .loc-fax a {
      color: #fff;
      font-size: 1rem; }
      #map .map_link a:hover, #map .map_link a:focus, #map .loc-phone a:hover, #map .loc-phone a:focus, #map .loc-email a:hover, #map .loc-email a:focus, #map .loc-fax a:hover, #map .loc-fax a:focus {
        color: #b88400; }
  #map .map_link {
    padding: 0.9375rem; }
  #map .js-info-bubble-close {
    color: #fff;
    width: 0.9375rem;
    height: 0.9375rem; }
    #map .js-info-bubble-close:hover {
      color: #b88400; }

.loc-phone, .loc-fax, .loc-email {
  display: block;
  margin-bottom: 0.3125rem; }
  .loc-phone i, .loc-fax i, .loc-email i {
    color: #b88400;
    width: 1.25rem; }

.loc-fax {
  color: #00698f;
  font-weight: 700; }

.page-template-template-locations #inner-content {
  padding-top: 1.25rem; }

.page-template-template-locations h1#page-title {
  margin-bottom: 0;
  padding-top: 3.125rem;
  text-align: center; }

.page-template-template-locations .main-header {
  padding-left: 0; }

.page-template-template-locations .single_map {
  margin-bottom: 1.25rem; }

.page-template-template-locations p.address {
  margin-bottom: 0; }

.page-template-template-locations .locations {
  margin: 1.875rem auto; }
  .page-template-template-locations .locations p {
    font-size: 1rem; }
  .page-template-template-locations .locations:last-child hr {
    display: none; }
  .page-template-template-locations .locations h2 {
    color: #00698f; }
  .page-template-template-locations .locations .address {
    padding-bottom: 1.25rem; }

.page-template-template-locations .gform_wrapper .gform_footer {
  text-align: center; }

.single-locations .location-info {
  max-width: 1200px; }

.single-locations .entry-content {
  max-width: 1000px;
  margin: 0 auto 50px; }

.single-locations p.address {
  margin-bottom: 0; }

.single-locations .location-divider {
  display: none; }

.blog #inner-content, .archive #inner-content, .category #inner-content {
  padding-bottom: 1.25rem; }

.blog main, .archive main, .category main {
  border-bottom: 4px solid #e2e2e2;
  margin-bottom: 4.6875rem; }

.single-post #content {
  padding-top: 3.125rem; }
  @media print, screen and (min-width: 46.25em) {
    .single-post #content {
      padding-top: 6.25rem; } }

@media print, screen and (min-width: 46.25em) {
  .single-post .main-post-header {
    padding-left: 4.0625rem; } }

.single-post .main-post-header .main-header {
  text-align: left; }

.single-post #inner-content {
  padding-top: 0; }
  @media print, screen and (min-width: 46.25em) {
    .single-post #inner-content {
      padding-left: 4.0625rem; } }

.single-post article.post .post-featured-image {
  margin: 0.9375rem 0 5.625rem; }

.single-post article.post .entry-content {
  padding: 0 0 3.125rem;
  border-bottom: 4px solid #e2e2e2;
  margin-bottom: 2.5rem; }
  @media print, screen and (min-width: 46.25em) {
    .single-post article.post .entry-content {
      padding: 0 3.125rem 5.625rem; } }

.single-post a.blog-back-link {
  color: #6d6d6d;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.875rem; }
  .single-post a.blog-back-link:hover, .single-post a.blog-back-link:focus {
    color: #00698f; }
  .single-post a.blog-back-link i {
    margin-right: 5px; }

.single-post h1#page-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: unset;
  margin: 0.625rem 0 0.9375rem; }

.single-post .post_time {
  color: #b88400;
  font-size: 0.9375rem;
  font-family: museo-slab, serif;
  font-style: italic;
  font-weight: 500; }

.single-post .post_meta .cats-title, .single-post .post_meta tags-title {
  margin-right: 0.4375rem; }
  .single-post .post_meta .cats-title a, .single-post .post_meta tags-title a {
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1rem;
    text-transform: lowercase;
    color: #00698f; }
    .single-post .post_meta .cats-title a:hover, .single-post .post_meta .cats-title a:focus, .single-post .post_meta tags-title a:hover, .single-post .post_meta tags-title a:focus {
      color: #003a4b; }

.single-post #sidebar {
  padding-top: 0.9375rem; }
  .single-post #sidebar .social-share {
    text-align: left;
    padding: 0;
    float: none; }
    .single-post #sidebar .social-share h6 {
      display: block;
      text-transform: uppercase;
      font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-weight: 800;
      font-size: 1.4375rem;
      font-style: normal;
      color: #353535;
      padding-bottom: 1.5rem;
      margin-bottom: 1.875rem;
      border-bottom: 2px solid #b88400; }
    .single-post #sidebar .social-share .st-custom-button {
      display: block; }
      .single-post #sidebar .social-share .st-custom-button .button {
        background: transparent;
        color: #b88400;
        padding: 0 0 0.625rem;
        margin: 0 0 2.5rem; }
        .single-post #sidebar .social-share .st-custom-button .button:hover, .single-post #sidebar .social-share .st-custom-button .button:focus {
          box-shadow: none;
          color: #00698f; }

.single-post .adjacent-post-navigation {
  padding-bottom: 2.5rem; }
  .single-post .adjacent-post-navigation a {
    color: #6d6d6d;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: normal; }
    .single-post .adjacent-post-navigation a.next-post-link {
      float: right;
      margin-bottom: 2.5rem; }
    .single-post .adjacent-post-navigation a .meta-nav {
      padding-right: 5px; }
    .single-post .adjacent-post-navigation a:hover {
      color: #00698f; }
    .single-post .adjacent-post-navigation a:nth-child(2) {
      float: right; }
      .single-post .adjacent-post-navigation a:nth-child(2) .meta-nav {
        padding-left: 5px;
        padding-right: 0; }

.single-post #content.bbtemplate {
  padding: 0; }
  .single-post #content.bbtemplate #inner-content {
    padding: 0; }
  .single-post #content.bbtemplate article.post {
    padding: 0;
    margin-bottom: 0; }

#comments {
  padding-top: 1.5rem; }
  #comments ol.commentlist {
    background: #fff;
    border: 1px solid #f5f5f5;
    list-style: none;
    margin: 2rem 0 3rem;
    padding: 2rem 2rem 0; }
    #comments ol.commentlist li {
      margin-bottom: 0;
      padding: 0 0 2rem; }
      #comments ol.commentlist li ul.children {
        padding: 1rem 1rem 0;
        margin: 1rem 0 0;
        list-style: none;
        background: #fdfdfd; }
        #comments ol.commentlist li ul.children li {
          padding-bottom: 1rem; }
        #comments ol.commentlist li ul.children ul.children {
          padding: 0 1rem; }
          #comments ol.commentlist li ul.children ul.children li {
            padding-bottom: 0.5rem; }

#respond form textarea#comment {
  width: 100%;
  min-height: 200px;
  border: 1px solid #bcbcbc; }

#respond form .required {
  color: #a22713; }

#respond .form-submit {
  padding-top: 1rem; }

#comment-nav-above {
  margin-top: 1rem; }

#comment-nav-below {
  margin-top: -1rem;
  margin-bottom: 1rem; }

.page-template-template-resources #inner-content, .page-template-template-resources-sidebar #inner-content, .tax-resource_cat #inner-content {
  padding-bottom: 1.25rem; }

.page-template-template-resources main, .page-template-template-resources-sidebar main, .tax-resource_cat main {
  border-bottom: 4px solid #e2e2e2;
  margin-bottom: 4.6875rem; }

.page-template-template-resources .post-featured-image, .page-template-template-resources-sidebar .post-featured-image, .tax-resource_cat .post-featured-image {
  height: auto; }
  .page-template-template-resources .post-featured-image img, .page-template-template-resources-sidebar .post-featured-image img, .tax-resource_cat .post-featured-image img {
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.15); }

.page-template-template-resources #sidebar, .page-template-template-resources-sidebar #sidebar, .tax-resource_cat #sidebar {
  padding-top: 1.5rem; }

.single-resources #content {
  padding-top: 3.125rem; }
  @media print, screen and (min-width: 46.25em) {
    .single-resources #content {
      padding-top: 6.25rem; } }

@media print, screen and (min-width: 46.25em) {
  .single-resources .main-post-header {
    padding-left: 4.0625rem; } }

.single-resources #inner-content {
  padding-top: 0; }
  @media print, screen and (min-width: 46.25em) {
    .single-resources #inner-content {
      padding-left: 4.0625rem; } }

.single-resources article.post .entry-content {
  min-height: 400px;
  padding: 0 0 5.625rem; }

.single-resources a.blog-back-link {
  color: #6d6d6d;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.875rem; }
  .single-resources a.blog-back-link:hover, .single-resources a.blog-back-link:focus {
    color: #00698f; }
  .single-resources a.blog-back-link i {
    margin-right: 5px; }

.single-resources h1#page-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: unset;
  margin: 0.625rem 0 0.9375rem;
  text-align: left; }

.single-resources .post_time {
  color: #b88400;
  font-size: 0.9375rem;
  font-family: museo-slab, serif;
  font-style: italic;
  font-weight: 500; }

.single-resources .post_meta .cats-title, .single-resources .post_meta tags-title {
  margin-right: 0.4375rem; }
  .single-resources .post_meta .cats-title a, .single-resources .post_meta tags-title a {
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1rem;
    text-transform: lowercase;
    color: #00698f; }
    .single-resources .post_meta .cats-title a:hover, .single-resources .post_meta .cats-title a:focus, .single-resources .post_meta tags-title a:hover, .single-resources .post_meta tags-title a:focus {
      color: #003a4b; }

.single-resources a.resource_link {
  font-family: museo-slab, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  border-top: 2px solid #b88400;
  padding-top: 1.25rem; }

.single-resources #sidebar .social-share {
  text-align: left;
  padding: 0;
  float: none; }
  .single-resources #sidebar .social-share h6 {
    display: block;
    text-transform: uppercase;
    font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.4375rem;
    font-style: normal;
    color: #353535;
    padding-bottom: 1.5rem;
    margin-bottom: 1.875rem;
    border-bottom: 2px solid #b88400; }
  .single-resources #sidebar .social-share .st-custom-button {
    display: block; }
    .single-resources #sidebar .social-share .st-custom-button .button {
      background: transparent;
      color: #b88400;
      padding: 0 0 0.625rem;
      margin: 0 0 2.5rem; }
      .single-resources #sidebar .social-share .st-custom-button .button:hover, .single-resources #sidebar .social-share .st-custom-button .button:focus {
        box-shadow: none;
        color: #00698f; }

.single-resources .adjacent-post-navigation {
  padding-bottom: 2.5rem; }
  .single-resources .adjacent-post-navigation a {
    color: #6d6d6d;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: normal; }
    .single-resources .adjacent-post-navigation a .meta-nav {
      padding-right: 5px; }
    .single-resources .adjacent-post-navigation a.next-post-link {
      float: right;
      margin-bottom: 2.5rem; }
    .single-resources .adjacent-post-navigation a:hover {
      color: #00698f; }
    .single-resources .adjacent-post-navigation a:nth-child(2) {
      float: right; }
      .single-resources .adjacent-post-navigation a:nth-child(2) .meta-nav {
        padding-left: 5px;
        padding-right: 0; }

.page-template-template-case-studies #inner-content, .page-template-template-case-studies-sidebar-left #inner-content, .tax-case_study_cat #inner-content {
  padding-bottom: 1.25rem; }

.page-template-template-case-studies main, .page-template-template-case-studies-sidebar-left main, .tax-case_study_cat main {
  border-bottom: 4px solid #e2e2e2;
  margin-bottom: 4.6875rem; }

.page-template-template-case-studies .post-featured-image img, .page-template-template-case-studies-sidebar-left .post-featured-image img, .tax-case_study_cat .post-featured-image img {
  box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.15); }

.single-case-studies main {
  border-bottom: 4px solid #e2e2e2;
  margin-bottom: 4.6875rem; }

.single-case-studies #content {
  padding-top: 3.125rem; }
  @media print, screen and (min-width: 46.25em) {
    .single-case-studies #content {
      padding-top: 6.25rem; } }

@media print, screen and (min-width: 46.25em) {
  .single-case-studies .main-post-header {
    padding-left: 4.0625rem; } }

.single-case-studies #inner-content {
  padding-top: 0; }
  @media print, screen and (min-width: 46.25em) {
    .single-case-studies #inner-content {
      padding-left: 4.0625rem; } }

.single-case-studies article.post .post-featured-image {
  margin: 0.625rem auto 1.875rem;
  display: block;
  width: 100%; }
  .single-case-studies article.post .post-featured-image img {
    width: 100%; }
  @media print, screen and (min-width: 46.25em) {
    .single-case-studies article.post .post-featured-image {
      float: left;
      margin-left: 0; } }

.single-case-studies article.post .entry-content {
  min-height: 400px;
  padding: 0 0 5.625rem; }

.single-case-studies article.post .widget_categories {
  border-top: 4px solid #e2e2e2;
  margin-top: 2.5rem;
  padding-top: 2.5rem; }
  .single-case-studies article.post .widget_categories .widgettitle {
    display: inline-block;
    vertical-align: top;
    width: 70px;
    font-size: 1.125rem;
    font-weight: normal;
    text-transform: capitalize;
    border: none; }
    .single-case-studies article.post .widget_categories .widgettitle:after {
      content: ": "; }
  .single-case-studies article.post .widget_categories ul {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 70px);
    margin-left: 0; }
    .single-case-studies article.post .widget_categories ul li {
      display: inline-block; }
      .single-case-studies article.post .widget_categories ul li a {
        font-family: museo-slab, serif;
        font-weight: 500;
        font-style: italic; }
      .single-case-studies article.post .widget_categories ul li:after {
        content: " | ";
        color: #00698f;
        padding: 0.3125rem; }
      .single-case-studies article.post .widget_categories ul li:last-child:after {
        content: ""; }

.single-case-studies a.blog-back-link {
  color: #6d6d6d;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.875rem; }
  .single-case-studies a.blog-back-link:hover, .single-case-studies a.blog-back-link:focus {
    color: #00698f; }
  .single-case-studies a.blog-back-link i {
    margin-right: 5px; }

.single-case-studies h1#page-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: unset;
  margin: 0.625rem 0 0.9375rem;
  text-align: left; }

.single-case-studies .post_time {
  color: #b88400;
  font-size: 0.9375rem;
  font-family: museo-slab, serif;
  font-style: italic;
  font-weight: 500; }

.single-case-studies .post_meta .cats-title, .single-case-studies .post_meta tags-title {
  margin-right: 0.4375rem; }
  .single-case-studies .post_meta .cats-title a, .single-case-studies .post_meta tags-title a {
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1rem;
    text-transform: lowercase;
    color: #00698f; }
    .single-case-studies .post_meta .cats-title a:hover, .single-case-studies .post_meta .cats-title a:focus, .single-case-studies .post_meta tags-title a:hover, .single-case-studies .post_meta tags-title a:focus {
      color: #003a4b; }

.single-case-studies .case-study-detail-bar-section {
  background: #f5f5f5;
  margin-bottom: 2.5rem;
  clear: both; }
  .single-case-studies .case-study-detail-bar-section .title-section, .single-case-studies .case-study-detail-bar-section .detail-section {
    display: inline-block;
    vertical-align: top; }
  .single-case-studies .case-study-detail-bar-section .title-section {
    width: 100%;
    background-color: #00698f; }
    @media print, screen and (min-width: 62.5em) {
      .single-case-studies .case-study-detail-bar-section .title-section {
        width: 20%; } }
  @media (max-width: 1000px) {
    .single-case-studies .case-study-detail-bar-section .title-section {
      height: auto !important; } }
  .single-case-studies .case-study-detail-bar-section .detail-section {
    width: 100%; }
    @media print, screen and (min-width: 62.5em) {
      .single-case-studies .case-study-detail-bar-section .detail-section {
        width: 79%;
        position: relative; } }
    .single-case-studies .case-study-detail-bar-section .detail-section .detail-inner {
      padding: 13px 0; }
  .single-case-studies .case-study-detail-bar-section .col {
    width: 100%;
    font-style: italic;
    padding: 0.625rem; }
    @media print, screen and (min-width: 62.5em) {
      .single-case-studies .case-study-detail-bar-section .col {
        width: 20%;
        display: table-cell;
        vertical-align: top;
        padding: 1.875rem;
        border-right: 2px solid #00698f; } }
    .single-case-studies .case-study-detail-bar-section .col:last-child {
      border-right: none; }
  .single-case-studies .case-study-detail-bar-section .title-column {
    font-size: 1rem;
    color: #fff; }
    .single-case-studies .case-study-detail-bar-section .title-column h3 {
      color: #fff;
      font-size: 1.375rem;
      text-transform: unset;
      padding-bottom: 0; }
  .single-case-studies .case-study-detail-bar-section .supporting-column {
    font-size: 1rem;
    color: #00698f; }
    .single-case-studies .case-study-detail-bar-section .supporting-column h3 {
      color: #6d6d6d;
      font-size: 1.0625rem;
      text-transform: unset;
      font-weight: bold; }

.single-case-studies a.case_study_link {
  font-family: museo-slab, serif;
  font-style: italic;
  font-weight: 500;
  font-size: 1rem;
  border-top: 2px solid #b88400;
  padding-top: 1.25rem; }

.single-case-studies #sidebar .social-share {
  text-align: left;
  padding: 0;
  float: none; }
  .single-case-studies #sidebar .social-share h6 {
    display: block;
    text-transform: uppercase;
    font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.4375rem;
    font-style: normal;
    color: #353535;
    padding-bottom: 1.5rem;
    margin-bottom: 1.875rem;
    border-bottom: 2px solid #b88400; }
  .single-case-studies #sidebar .social-share .st-custom-button {
    display: block; }
    .single-case-studies #sidebar .social-share .st-custom-button .button {
      background: transparent;
      color: #b88400;
      padding: 0 0 0.625rem;
      margin: 0 0 2.5rem; }
      .single-case-studies #sidebar .social-share .st-custom-button .button:hover, .single-case-studies #sidebar .social-share .st-custom-button .button:focus {
        box-shadow: none;
        color: #00698f; }

.single-case-studies .adjacent-post-navigation {
  padding-bottom: 2.5rem; }
  .single-case-studies .adjacent-post-navigation a {
    color: #6d6d6d;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: normal; }
    .single-case-studies .adjacent-post-navigation a.next-post-link {
      float: right;
      margin-bottom: 2.5rem; }
    .single-case-studies .adjacent-post-navigation a .meta-nav {
      padding-right: 5px; }
    .single-case-studies .adjacent-post-navigation a:hover {
      color: #00698f; }
    .single-case-studies .adjacent-post-navigation a:nth-child(2) {
      float: right; }
      .single-case-studies .adjacent-post-navigation a:nth-child(2) .meta-nav {
        padding-left: 5px;
        padding-right: 0; }

.page-template-template-culture #civic-engagement {
  background-color: #f5f5f5;
  border-top: 4px solid #e2e2e2;
  padding: 3.125rem 0 1.875rem; }
  .page-template-template-culture #civic-engagement .intro-section {
    border-bottom: none;
    padding: 1.875rem 0 1.25rem; }
  @media print, screen and (min-width: 46.25em) {
    .page-template-template-culture #civic-engagement {
      padding: 20px 0; }
      .page-template-template-culture #civic-engagement h2 {
        margin-bottom: 20px; } }
  .page-template-template-culture #civic-engagement .logos-inner {
    padding-top: 3.125rem; }
    .page-template-template-culture #civic-engagement .logos-inner ul.logos {
      margin: 0 auto;
      text-align: center; }
    .page-template-template-culture #civic-engagement .logos-inner .logos li {
      width: 100%;
      display: inline-block;
      margin-bottom: 2.1875rem;
      text-align: center;
      transition: all 0.5s ease-in-out; }
      .page-template-template-culture #civic-engagement .logos-inner .logos li:hover {
        opacity: .85; }
      @media print, screen and (min-width: 46.25em) {
        .page-template-template-culture #civic-engagement .logos-inner .logos li {
          width: 20%; } }
      .page-template-template-culture #civic-engagement .logos-inner .logos li img {
        padding: 0;
        width: auto;
        max-height: 5rem; }
        @media screen and (max-width: 29.9375em) {
          .page-template-template-culture #civic-engagement .logos-inner .logos li img {
            padding: 0 20%;
            max-width: 80% !important;
            min-width: 11.875rem !important; } }

@media print, screen and (min-width: 62.5em) {
  .page-template-template-culture #gallery-archive .column, .page-template-template-culture #gallery-archive .columns {
    padding-left: 13px;
    padding-right: 13px; } }

.page-template-template-culture #gallery-archive a.gallery-container-link {
  position: relative;
  height: 27.3125rem;
  width: 100%;
  display: block;
  margin-bottom: 1.25rem; }

.page-template-template-culture #gallery-archive .gallery-content {
  position: absolute;
  padding: 1rem 1.5rem;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  text-align: center; }
  .page-template-template-culture #gallery-archive .gallery-content .gallery-content-inner {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    position: relative; }
  .page-template-template-culture #gallery-archive .gallery-content h4 {
    margin-bottom: 2.5rem; }
  .page-template-template-culture #gallery-archive .gallery-content .button {
    font-family: museo-slab, serif;
    font-style: italic;
    font-weight: 500;
    font-size: 1.0625rem;
    padding: 0.5rem 2.8125rem; }

.page-template-template-culture #gallery-archive .gallery-container-link:hover .gallery-content .gallery-content-inner {
  top: calc(50% - 5px); }

.page-template-template-culture #gallery-archive .col-color-primary .gallery-content {
  border-bottom: 5px solid #003a4b;
  background-size: 100% 200%;
  background-position: top;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 50%, rgba(0, 58, 75, 0.65) 50%);
  transition: background-position .25s; }
  .page-template-template-culture #gallery-archive .col-color-primary .gallery-content h4 {
    color: #003a4b;
    text-transform: uppercase; }

.page-template-template-culture #gallery-archive .col-color-primary .description {
  border-color: #003a4b; }

.page-template-template-culture #gallery-archive .col-color-primary .gallery-container-link:hover .gallery-content {
  background-position: bottom;
  border-bottom: none; }
  .page-template-template-culture #gallery-archive .col-color-primary .gallery-container-link:hover .gallery-content h4 {
    color: #fff; }
  .page-template-template-culture #gallery-archive .col-color-primary .gallery-container-link:hover .gallery-content .button {
    border-color: #fff;
    color: #fff; }

.page-template-template-culture #gallery-archive .col-color-primary:nth-child(2n) .gallery-content {
  border-bottom: 5px solid #b88400;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 50%, rgba(184, 132, 0, 0.65) 50%);
  transition: background-position .25s; }
  .page-template-template-culture #gallery-archive .col-color-primary:nth-child(2n) .gallery-content h4 {
    color: #b88400; }
  .page-template-template-culture #gallery-archive .col-color-primary:nth-child(2n) .gallery-content .button {
    border-color: #b88400;
    color: #b88400; }

.page-template-template-culture #gallery-archive .col-color-primary:nth-child(2n) .description {
  border-color: #b88400; }

.page-template-template-culture #gallery-archive .col-color-primary:nth-child(2n) .gallery-container-link:hover .gallery-content {
  background-position: 0% 100%;
  border-bottom: none; }
  .page-template-template-culture #gallery-archive .col-color-primary:nth-child(2n) .gallery-container-link:hover .gallery-content h4 {
    color: #fff; }
  .page-template-template-culture #gallery-archive .col-color-primary:nth-child(2n) .gallery-container-link:hover .gallery-content .button {
    border-color: #fff;
    color: #fff; }

.page-template-template-culture #gallery-archive .col-color-primary:nth-child(3n) .gallery-content {
  border-bottom: 5px solid #046240;
  background-size: 100% 200%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.65) 50%, rgba(4, 98, 64, 0.65) 50%);
  transition: background-position .25s; }
  .page-template-template-culture #gallery-archive .col-color-primary:nth-child(3n) .gallery-content h4 {
    color: #046240; }
  .page-template-template-culture #gallery-archive .col-color-primary:nth-child(3n) .gallery-content .button {
    border-color: #046240;
    color: #046240; }

.page-template-template-culture #gallery-archive .col-color-primary:nth-child(3n) .description {
  border-color: #046240; }

.page-template-template-culture #gallery-archive .col-color-primary:nth-child(3n) .gallery-container-link:hover .gallery-content {
  background-position: 0% 100%;
  border-bottom: none; }
  .page-template-template-culture #gallery-archive .col-color-primary:nth-child(3n) .gallery-container-link:hover .gallery-content h4 {
    color: #fff; }
  .page-template-template-culture #gallery-archive .col-color-primary:nth-child(3n) .gallery-container-link:hover .gallery-content .button {
    border-color: #fff;
    color: #fff; }

.single-galleries main {
  border-bottom: 4px solid #e2e2e2;
  margin-bottom: 4.6875rem; }

.single-galleries #content {
  padding-top: 3.125rem; }
  @media print, screen and (min-width: 46.25em) {
    .single-galleries #content {
      padding-top: 6.25rem; } }

@media print, screen and (min-width: 46.25em) {
  .single-galleries .main-post-header {
    padding-left: 4.0625rem; } }

.single-galleries #inner-content {
  padding-top: 0; }
  @media print, screen and (min-width: 46.25em) {
    .single-galleries #inner-content {
      padding-left: 4.0625rem; } }

.single-galleries article.post .post-featured-image {
  margin: 0.625rem auto 1.875rem;
  display: block; }
  @media print, screen and (min-width: 46.25em) {
    .single-galleries article.post .post-featured-image {
      float: left;
      margin-left: 0;
      margin-right: 3.125rem; } }

.single-galleries article.post .entry-content {
  min-height: 400px; }

.single-galleries a.blog-back-link {
  color: #6d6d6d;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 0.875rem; }
  .single-galleries a.blog-back-link:hover, .single-galleries a.blog-back-link:focus {
    color: #00698f; }

.single-galleries h1#page-title {
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.2;
  text-transform: unset;
  margin-bottom: 1.25rem;
  text-align: left; }

.single-galleries .post_time {
  color: #b88400;
  font-size: 0.9375rem;
  font-family: museo-slab, serif;
  font-style: italic;
  font-weight: 500; }

.single-galleries .post_meta .cats-title, .single-galleries .post_meta tags-title {
  margin-right: 0.4375rem; }
  .single-galleries .post_meta .cats-title a, .single-galleries .post_meta tags-title a {
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1rem;
    text-transform: lowercase;
    color: #00698f; }
    .single-galleries .post_meta .cats-title a:hover, .single-galleries .post_meta .cats-title a:focus, .single-galleries .post_meta tags-title a:hover, .single-galleries .post_meta tags-title a:focus {
      color: #003a4b; }

.single-galleries #sidebar .social-share {
  text-align: left;
  padding: 0;
  float: none; }
  .single-galleries #sidebar .social-share h6 {
    display: block;
    text-transform: uppercase;
    font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 800;
    font-size: 1.4375rem;
    font-style: normal;
    color: #353535;
    padding-bottom: 1.5rem;
    margin-bottom: 1.875rem;
    border-bottom: 2px solid #b88400; }
  .single-galleries #sidebar .social-share .st-custom-button {
    display: block; }
    .single-galleries #sidebar .social-share .st-custom-button .button {
      background: transparent;
      color: #b88400;
      padding: 0 0 0.625rem;
      margin: 0 0 2.5rem; }
      .single-galleries #sidebar .social-share .st-custom-button .button:hover, .single-galleries #sidebar .social-share .st-custom-button .button:focus {
        box-shadow: none;
        color: #00698f; }

.single-galleries .adjacent-post-navigation {
  padding-bottom: 2.5rem; }
  .single-galleries .adjacent-post-navigation a {
    color: #6d6d6d;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: normal; }
    .single-galleries .adjacent-post-navigation a .meta-nav {
      padding-right: 5px; }
    .single-galleries .adjacent-post-navigation a.next-post-link {
      float: right;
      margin-bottom: 2.5rem; }
    .single-galleries .adjacent-post-navigation a:hover {
      color: #00698f; }
    .single-galleries .adjacent-post-navigation a:nth-child(2) {
      float: right; }
      .single-galleries .adjacent-post-navigation a:nth-child(2) .meta-nav {
        padding-left: 5px;
        padding-right: 0; }

/* GALLERY SPECIFIC STYLES: Tiled Galleries Carousel Without Jetpack */
.jp-carousel-overlay {
  max-height: 100%; }

.staff-section {
  background-color: #f5f5f5;
  border-top: 3px solid #e2e2e2;
  padding: 3.125rem 0; }
  .staff-section #staff-archive.archive-grid {
    text-align: center;
    max-width: 58.125rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .staff-section #staff-archive.archive-grid article.staff {
      margin: 0.9375rem auto; }
      @media print, screen and (min-width: 46.25em) {
        .staff-section #staff-archive.archive-grid article.staff {
          margin: 1.5625rem auto; } }
    .staff-section #staff-archive.archive-grid .post-title {
      font-size: 1.125rem;
      font-weight: bold; }
  .staff-section .post-featured-image {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    margin: 0 auto; }
    .staff-section .post-featured-image:hover, .staff-section .post-featured-image:focus {
      box-shadow: 0 0 0 7px #f5f5f5, 0 0 0 10px #b88400; }
    .staff-section .post-featured-image img, .staff-section .post-featured-image svg {
      display: inline;
      width: auto;
      max-width: 100%;
      margin: 0 auto; }
  .staff-section .post-title {
    margin: 20px auto 0; }
    .staff-section .post-title .position {
      font-size: 0.9375rem;
      line-height: 1.2;
      color: #00698f;
      display: block;
      font-family: museo-slab, serif;
      font-style: italic;
      font-weight: 500; }

.single-staff .staff-center-sidebar.staff-section {
  background: none;
  border: none;
  padding-top: 0; }
  .single-staff .staff-center-sidebar.staff-section .post-featured-image {
    width: 200px;
    height: 200px;
    margin-bottom: 2.1875rem; }
  .single-staff .staff-center-sidebar.staff-section h1.post-title {
    font-size: 1.25rem;
    font-weight: bold;
    text-transform: unset;
    text-align: center; }
    .single-staff .staff-center-sidebar.staff-section h1.post-title .position {
      font-size: 1.125rem;
      margin: 0.625rem auto; }
  .single-staff .staff-center-sidebar.staff-section .staff-contact {
    text-align: center;
    margin: 0 auto 1.25rem; }
    .single-staff .staff-center-sidebar.staff-section .staff-contact span.phone, .single-staff .staff-center-sidebar.staff-section .staff-contact span.email {
      margin: 0 0.3125rem; }
      .single-staff .staff-center-sidebar.staff-section .staff-contact span.phone i, .single-staff .staff-center-sidebar.staff-section .staff-contact span.email i {
        padding-right: 0.625rem;
        color: #b88400; }

.single-staff section.entry-content {
  max-width: 800px;
  margin: 0 auto; }

#job-manager-alerts table ul.job-alert-actions {
  visibility: visible; }
  #job-manager-alerts table ul.job-alert-actions li:after {
    display: none; }

#job-manager-alerts table td, #job-manager-alerts table th {
  padding: 0.625rem; }

#job-manager-alerts table tfoot {
  background: #e2e2e2; }
  #job-manager-alerts table tfoot td a {
    color: #00698f; }
    #job-manager-alerts table tfoot td a:hover {
      color: #b88400; }

.job-manager .job-type,
.job-types .job-type,
.job_listing .job-type {
  color: #b88400;
  border: none; }

ul.job_listings .job-manager-applications-applied-notice {
  color: #046240;
  float: left;
  width: 100%; }

div.job_listings {
  position: relative; }
  div.job_listings .search_jobs {
    background-color: #f5f5f5; }
    div.job_listings .search_jobs i.gjm-locator-btn {
      top: 9px; }
  div.job_listings form.job_filters {
    float: left;
    background: #fff;
    list-style: outside;
    color: #353535; }
    @media print, screen and (min-width: 46.25em) {
      div.job_listings form.job_filters {
        width: 24%;
        margin: 0 1% 0 0; } }
    div.job_listings form.job_filters .job_types {
      padding: 1.25rem; }
      div.job_listings form.job_filters .job_types li {
        border-right: none; }
        @media print, screen and (min-width: 46.25em) {
          div.job_listings form.job_filters .job_types li {
            width: 100%; } }
  div.job_listings div.gjm-map-wrapper {
    width: 100% !important;
    height: 260px !important; }
    @media print, screen and (min-width: 46.25em) {
      div.job_listings div.gjm-map-wrapper {
        width: 24% !important;
        position: absolute !important;
        display: block !important;
        top: 525px !important; } }
  div.job_listings ul.job_listings {
    width: 100%;
    margin-left: 0%; }
    @media print, screen and (min-width: 46.25em) {
      div.job_listings ul.job_listings {
        width: 75%;
        margin-left: 25%; } }
    div.job_listings ul.job_listings img.company_logo {
      display: none; }
    div.job_listings ul.job_listings li.job_listing:nth-child(odd) {
      background: #f5f5f5; }
  div.job_listings > strong {
    border-top: 1px solid #e2e2e2; }
  div.job_listings .load_more_jobs {
    border-bottom: 1px solid #e2e2e2; }
  div.job_listings > strong, div.job_listings .load_more_jobs {
    display: block;
    width: 100%;
    margin-left: 0%;
    padding: 0.9375rem;
    color: #fff;
    background: #00698f;
    text-align: center;
    border: none;
    cursor: pointer;
    transition: all 0.5s ease-in-out; }
    div.job_listings > strong:hover, div.job_listings > strong:focus, div.job_listings .load_more_jobs:hover, div.job_listings .load_more_jobs:focus {
      background: #b88400; }
    @media print, screen and (min-width: 46.25em) {
      div.job_listings > strong, div.job_listings .load_more_jobs {
        width: 75%;
        margin-left: 25%; } }
  div.job_listings .rp4wp-related-job_listing > ul li.job_listing a img.company_logo,
  div.job_listings .rp4wp-related-job_listing > ul li.no_job_listings_found a img.company_logo,
  div.job_listings ul.job_listings li.job_listing a img.company_logo,
  div.job_listings ul.job_listings li.no_job_listings_found a img.company_logo {
    margin-left: 1.125rem; }
  div.job_listings .rp4wp-related-job_listing > ul li.job_listing a,
  div.job_listings .rp4wp-related-job_listing > ul li.no_job_listings_found a,
  div.job_listings ul.job_listings li.job_listing a,
  div.job_listings ul.job_listings li.no_job_listings_found a {
    padding: 1.875rem 2.5rem 1.25rem;
    width: 100%; }
  div.job_listings ul.job_listings li.job_listing a div.location,
  div.job_listings ul.job_listings li.no_job_listings_found a div.location {
    width: 100%;
    text-align: left;
    padding: 0; }
    @media print, screen and (min-width: 46.25em) {
      div.job_listings ul.job_listings li.job_listing a div.location,
      div.job_listings ul.job_listings li.no_job_listings_found a div.location {
        width: 25%; } }
  div.job_listings ul.job_listings li.job_listing a .meta,
  div.job_listings ul.job_listings li.no_job_listings_found a .meta {
    width: 100%;
    text-align: left;
    padding: 0; }
    @media print, screen and (min-width: 46.25em) {
      div.job_listings ul.job_listings li.job_listing a .meta,
      div.job_listings ul.job_listings li.no_job_listings_found a .meta {
        text-align: right;
        width: 20%; } }
  div.job_listings .rp4wp-related-job_listing > ul li.job_listing a div.position,
  div.job_listings .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position,
  div.job_listings ul.job_listings li.job_listing a div.position,
  div.job_listings ul.job_listings li.no_job_listings_found a div.position {
    padding: 0; }
  div.job_listings .rp4wp-related-job_listing > ul li.job_listing.job_position_featured a,
  div.job_listings .rp4wp-related-job_listing > ul li.no_job_listings_found.job_position_featured a,
  div.job_listings ul.job_listings li.job_listing.job_position_featured a,
  div.job_listings ul.job_listings li.no_job_listings_found.job_position_featured a {
    background: white !important;
    border: 4px solid #b88400 !important; }
  div.job_listings .rp4wp-related-job_listing > ul li.job_listing a div.position .company,
  div.job_listings .rp4wp-related-job_listing > ul li.no_job_listings_found a div.position .company,
  div.job_listings ul.job_listings li.job_listing a div.position .company, div.job_listings u l.job_listings li.no_job_listings_found a div.position .company {
    display: none; }
  div.job_listings .rp4wp-related-job_listing > ul li.job_listing a div.location,
  div.job_listings .rp4wp-related-job_listing > ul li.no_job_listings_found a div.location,
  div.job_listings ul.job_listings li.job_listing a div.location,
  div.job_listings ul.job_listings li.no_job_listings_found a div.location {
    color: #00698f; }
  div.job_listings .rp4wp-related-job_listing > ul li.job_listing a .meta,
  div.job_listings .rp4wp-related-job_listing > ul li.no_job_listings_found a .meta,
  div.job_listings ul.job_listings li.job_listing a .meta,
  div.job_listings ul.job_listings li.no_job_listings_found a .meta {
    color: #6d6d6d; }

.single-job_listing .main-header {
  text-align: left;
  padding: 0.625rem 0; }
  .single-job_listing .main-header h1#page-title {
    margin-bottom: 0;
    font-size: 1.4375rem; }
    @media print, screen and (min-width: 46.25em) {
      .single-job_listing .main-header h1#page-title {
        font-size: 1.75rem; } }

.single-job_listing #content {
  padding: 1.875rem 0; }

.single-job_listing #inner-content {
  padding-top: 0;
  padding-bottom: 0; }

.single-job_listing .job-manager-applications-applied-notice {
  background-color: #046240;
  color: #fff;
  border: none; }

.single-job_listing .wp-job-manager-bookmarks-form .bookmark-details {
  padding: 0; }
  .single-job_listing .wp-job-manager-bookmarks-form .bookmark-details textarea {
    border: 1px solid #e2e2e2; }

.single-job_listing .meta .job-type {
  background-color: #b88400;
  padding: 0.5rem 1.25rem; }

.single-job_listing .meta li.date-posted {
  padding: 20px 0;
  width: 100%; }
  @media print, screen and (min-width: 46.25em) {
    .single-job_listing .meta li.date-posted {
      width: auto;
      padding: .5em; } }

.single-job_listing .job_description,
.single-job_listing .job_application.application,
.single-job_listing .job-manager-single-alert-link {
  padding: 0 1.875rem; }

.single-job_listing .job_application.application {
  border-top: 4px solid #e2e2e2;
  padding-top: 1.875rem;
  margin-top: 1.875rem; }

.single-job_listing .wp-job-manager-bookmarks-form {
  border: none !important;
  margin: 0; }
  .single-job_listing .wp-job-manager-bookmarks-form a.bookmark-notice {
    padding: 1.125rem 0; }

.single-job_listing .company {
  border: 2px solid #e2e2e2;
  box-shadow: none; }

.single-job_listing .job-manager-application-wrapper .application,
.single-job_listing .single_job_listing .application {
  overflow: visible; }

.single-job_listing .indeed-apply-widget [id^="indeed-ia-"] {
  width: initial !important;
  top: initial !important;
  margin-top: initial !important;
  margin-bottom: 0.9375rem !important;
  font-size: initial !important;
  min-height: initial !important;
  line-height: initial !important; }

.single-job_listing [id^="indeed-ia-"].indeed-apply-button {
  margin-right: 6px;
  background-image: none !important; }

.single-job_listing a#apply-with-linkedin {
  background-size: contain;
  height: 33px;
  width: 163px;
  float: none;
  display: inline-block;
  border: 0;
  margin-bottom: 0.9375rem !important; }

.single-job_listing .application .application_button {
  line-height: 15px;
  padding: 8px 38px;
  float: left; }

.single-job_listing p.job-manager-single-alert-link {
  display: block;
  float: left;
  width: 100%;
  margin-top: 1.5625rem; }

.alignnone {
  margin: 0 1.5625rem 0.9375rem 0; }

.aligncenter {
  display: block;
  margin: 0 auto 0.9375rem; }

.alignright {
  float: right;
  margin: 0 auto 0.9375rem 1.5625rem;
  max-width: 60% !important; }

.alignleft {
  float: left;
  margin: 0 1.5625rem 0.9375rem auto;
  max-width: 60% !important; }

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

.wp-caption.alignleft {
  margin: 0 1.5625rem 0.9375rem 0; }

.wp-caption.alignright {
  margin: 0 0 0.9375rem 1.5625rem; }

.wp-caption img {
  margin: 0 auto 0.625rem;
  padding: 0;
  border: none !important;
  display: block; }

.wp-caption p.wp-caption-text {
  font: 1.0125rem "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 0.9375rem;
  margin: 0;
  border: 1px solid #353535;
  text-align: center; }

#nav-below {
  padding-top: 1.25rem; }

#nav-below:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.nav-next {
  float: right; }

.nav-previous {
  float: left; }

.nav-next a:hover, .nav-previous a:hover {
  text-decoration: none;
  color: #58514a; }

@media only screen and (max-width: 481px) {
  img.alignnone, img.aligncenter, img.alignright, img.alignleft, .wp-caption.alignright, .wp-caption.alignleft {
    max-width: 100% !important;
    display: block;
    margin: 0 auto 0.9375rem;
    float: none; } }

/** CUSTOM THEME FORM STYLES */
/***** Gravity Forms *****/
.gform_wrapper {
  background-color: #f5f5f5;
  background-image: url("../images/bg-form.jpg");
  padding: 3.125rem; }
  @media print, screen and (min-width: 46.25em) {
    .gform_wrapper {
      padding: 4.6875rem 20%; } }

[type='text'], [type='password'], [type='date'], [type='datetime'],
[type='datetime-local'], [type='month'], [type='week'], [type='email'],
[type='number'], [type='search'], [type='tel'], [type='time'], [type='url'],
[type='color'], textarea, [type='file'], [type='checkbox'], [type='radio'] {
  margin-bottom: 0.5rem; }

.gform_wrapper .gfield_radio li label, .gform_wrapper .gfield_checkbox li label {
  margin-bottom: 0.5rem; }

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
.gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
  margin: -3px 0 0.25rem 1px; }

.gform_wrapper .field_description_below .gfield_description {
  padding-top: 2px; }

.gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  padding: 0 0.5rem 0.5rem; }

.gform_wrapper [type=color]:focus, .gform_wrapper [type=date]:focus, .gform_wrapper [type=datetime-local]:focus,
.gform_wrapper [type=datetime]:focus, .gform_wrapper [type=email]:focus, .gform_wrapper [type=month]:focus, .gform_wrapper [type=number]:focus,
.gform_wrapper [type=password]:focus, .gform_wrapper [type=search]:focus, .gform_wrapper [type=tel]:focus, .gform_wrapper [type=text]:focus,
.gform_wrapper [type=time]:focus, .gform_wrapper [type=url]:focus, .gform_wrapper [type=week]:focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus {
  border: 1px solid #b88400; }

body .gform_wrapper img.ui-datepicker-trigger {
  width: 39px !important;
  height: 39px !important;
  vertical-align: top;
  background-color: #003a4b; }

body .gform_wrapper .ginput_container_date input.datepicker.datepicker_with_icon {
  margin-right: 0 !important;
  width: calc(100% - 39px); }

.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker .ui-datepicker-calendar {
  padding: 0px 10px; }

.ui-datepicker .ui-datepicker-calendar th span {
  color: #fff;
  text-shadow: none;
  font-size: 0.75rem; }

.gform_wrapper .gfield_required,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
.gform_wrapper li.gfield_error ul.gfield_checkbox,
.gform_wrapper li.gfield_error ul.gfield_radio,
.gform_wrapper .validation_message {
  color: #b88400; }

.gform_wrapper div.validation_error {
  color: #b88400;
  border-top: 2px solid #b88400;
  border-bottom: 2px solid #b88400; }

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: rgba(184, 132, 0, 0.1);
  margin-bottom: 6px !important;
  border-top: 1px solid #b88400;
  border-bottom: 1px solid #b88400;
  padding: 12px; }

.gform_wrapper li.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #b88400; }

.gform_confirmation_wrapper {
  padding: 1rem;
  background: #fff;
  text-align: center;
  font-size: 1.125rem;
  margin-bottom: 1.25rem;
  border: 2px solid #b88400; }

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title,
.gform_wrapper label.gfield_label {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic; }

.gform_wrapper label.gfield_label {
  font-size: 0.9375rem;
  text-transform: lowercase; }

.widget .gform_wrapper h3.gform_title, .gform_wrapper h3.gform_title {
  color: #b88400; }

.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=submit],
.gform_wrapper .gform_page_footer input.button,
.gform_wrapper .gform_page_footer input[type=submit] {
  background-color: #b88400;
  color: #fff;
  font-size: 0.75rem !important;
  font-family: inherit;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 1rem 0;
  padding: 0.8125rem 1.5625rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  border-radius: 0;
  border: 2px solid #fff;
  cursor: pointer; }
  .gform_wrapper .gform_footer input.button:hover,
  .gform_wrapper .gform_footer input[type=submit]:hover,
  .gform_wrapper .gform_page_footer input.button:hover,
  .gform_wrapper .gform_page_footer input[type=submit]:hover {
    background-color: #003140; }
  @media print, screen and (min-width: 46.25em) {
    .gform_wrapper .gform_footer input.button,
    .gform_wrapper .gform_footer input[type=submit],
    .gform_wrapper .gform_page_footer input.button,
    .gform_wrapper .gform_page_footer input[type=submit] {
      font-size: 1.25rem !important; } }

.gform_wrapper table.gfield_list thead,
.gform_wrapper table.gfield_list thead th {
  background: none;
  color: #353535; }

.gform_wrapper ul.gfield_radio li {
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic; }
  .gform_wrapper ul.gfield_radio li input[type=radio] {
    border: 0;
    clip: rect(0 0 0 0);
    height: 15px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 100% !important;
    margin-top: 0; }
  .gform_wrapper ul.gfield_radio li input[type=radio] label {
    position: relative;
    cursor: pointer; }
  .gform_wrapper ul.gfield_radio li label:before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #b88400; }
  .gform_wrapper ul.gfield_radio li.focused label:before {
    border-color: #b88400; }
  .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
    position: relative; }
    .gform_wrapper ul.gfield_radio li input[type=radio]:checked + label:before {
      background-color: #b88400;
      border-color: #b88400; }

.gform_wrapper .ginput_container_checkbox ul.gfield_checkbox {
  margin-left: 15px;
  padding: 0px; }
  .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li {
    list-style: none;
    display: block;
    padding: 5px;
    position: relative;
    padding-left: 40px; }
    .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li label {
      font-family: museo-slab, serif;
      font-weight: 500;
      font-style: italic; }
      .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li label:after {
        content: "";
        background: #fff;
        border: 1px solid #b88400;
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 3px;
        z-index: 0; }
      .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li label:before {
        content: "";
        display: block;
        position: absolute;
        width: 6px;
        height: 11px;
        border: solid #fff;
        border-width: 0 3px 3px 0;
        left: 5px;
        top: 1px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
        z-index: 1;
        transition: all .1s; }
    .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li.focused label:after {
      border-color: #b88400; }
    .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"] {
      width: 100% !important;
      border: 0;
      clip: rect(0 0 0 0);
      height: 15px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 100% !important;
      margin-top: 0; }
      .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"] + label {
        cursor: pointer;
        margin-left: 1.875rem;
        margin-top: -2px; }
      .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]:checked + label:after {
        content: "";
        background: #b88400;
        border-color: #b88400; }
      .gform_wrapper .ginput_container_checkbox ul.gfield_checkbox li input[type="checkbox"]:checked + label:before {
        opacity: 1;
        top: 1px; }

.gform_wrapper select {
  background-position: right .5rem center; }

.ginput_container.ginput_container_fileupload input {
  width: 100% !important; }

.ginput_container.ginput_container_fileupload input[type=file]::-webkit-file-upload-button {
  border: 2px solid white;
  background: #b88400;
  font-family: museo-slab, serif;
  font-weight: 500;
  font-style: italic;
  font-size: 1.125rem;
  text-transform: lowercase;
  color: #fff;
  padding: 0.9375rem 1.25rem;
  cursor: pointer; }
  .ginput_container.ginput_container_fileupload input[type=file]::-webkit-file-upload-button:hover {
    background-color: #003140; }

/***** Hubspot Forms *****/
.hbspt-form {
  background-color: #f5f5f5;
  background-image: url("../images/bg-form.jpg");
  padding: 3.125rem; }
  @media print, screen and (min-width: 46.25em) {
    .hbspt-form {
      padding: 4.6875rem 20%; } }
  .hbspt-form label {
    font-size: 1.125rem;
    font-family: museo-slab, serif;
    font-weight: 500;
    font-style: italic;
    margin-bottom: 0.5rem; }
  .hbspt-form .hs-form-required {
    color: #b88400;
    padding-left: 3px; }
  .hbspt-form .input {
    margin-top: 0.5rem; }
  .hbspt-form input:focus, .hbspt-form select:focus, .hbspt-form textarea:focus {
    border: 1px solid #b88400; }
  .hbspt-form fieldset {
    max-width: none !important; }
  .hbspt-form fieldset .input .hs-input {
    width: 100% !important; }
  .hbspt-form fieldset .input .hs-input[type="checkbox"] {
    width: auto !important; }
  .hbspt-form ul.inputs-list {
    margin: 0 0 1rem;
    list-style: none; }
    .hbspt-form ul.inputs-list li:before {
      display: none; }
  .hbspt-form .hs-error-msgs label {
    color: #b88400; }
  .hbspt-form .hs_submit {
    padding-top: 1rem; }
  .hbspt-form .hs-button {
    background-color: #003a4b;
    color: #fff;
    font-size: 1.375rem;
    font-family: inherit;
    margin: 0 0 1rem 0;
    padding: 0.8125rem 1.5625rem;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    border-radius: 0;
    border: 1px solid transparent;
    cursor: pointer; }
    .hbspt-form .hs-button:hover {
      background-color: #003140; }

/**
 * Print Stylesheet
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  #content, #page {
    width: 100%;
    margin: 0;
    float: none; }
  @page {
    margin: 2cm; }
  body {
    font-size: 13pt;
    font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, Georgia, "Times New Roman", Times, serif;
    line-height: 1.3;
    background: #fff !important;
    color: #000; }
  h1, h2, h3, h4, h5, h6 {
    font-family: "TT Norms", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif, Georgia, "Times New Roman", Times, serif; }
  h1 {
    font-size: 24pt; }
  h2 {
    font-size: 20pt; }
  h3 {
    font-size: 19pt; }
  h4, h5, h6 {
    font-size: 16pt; }
  a {
    page-break-inside: avoid; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }
  img {
    page-break-inside: avoid;
    page-break-after: avoid; }
  table, tr {
    page-break-inside: avoid; }
  ul, ol, dl {
    page-break-before: avoid; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  p, address, li, dt, dd, blockquote {
    font-size: 100%; }
  code, pre {
    font-family: "Courier New", Courier, mono; }
  ul, ol {
    list-style: square;
    margin-left: 18pt;
    margin-bottom: 20pt; }
  li {
    line-height: 1.6em; }
  a:link, a:visited, a {
    background: transparent;
    color: #444 !important;
    text-decoration: underline;
    font-weight: bold;
    text-align: left; }
    a:link:after, a:visited:after, a:after {
      content: " (" attr(href) ")"; }
    a:link abbr[title]:after, a:visited abbr[title]:after, a abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  a[href^="mailto:"]:after,
  a[href^="tel:"]:after {
    content: ""; }
  .ft-phone, .ft-phone a, .ft-fax {
    background: transparent;
    color: #444 !important;
    text-decoration: none;
    font-weight: bold;
    text-align: left;
    display: inline-block; }
  .ft-phone:before {
    content: "p: "; }
  .ft-fax:before {
    content: "f: "; }
  thead {
    display: table-header-group; }
  iframe {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap; }
  .flex-video {
    position: absolute;
    height: 0;
    overflow: hidden; }
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav,
  #st-1, #st-1:before,
  .off-canvas-content #scrollheader,
  .master-slider-parent,
  .gform_widget,
  .logged-in-as,
  #respond,
  #page_header.with_bg img.imgcover,
  #page_footer.with_bg img.imgcover {
    display: none !important; }
  a#logo:after, a#logo:link:after, a#logo:visited:after,
  .socmedia a:after,
  .socmedia a:link:after,
  .socmedia a:visited:after,
  .staff a:after,
  .staff a:link:after,
  .staff a:visited:after,
  #related_posts a:after,
  #related_posts a:link:after,
  #related_posts a:visited:after,
  #other_posts a:after,
  #other_posts a:link:after,
  #other_posts a:visited:after,
  .post.type-post .postmeta a:after,
  .post.type-post .postmeta a:link:after,
  .post.type-post .postmeta a:visited:after,
  .page-template-template-resources .resources .article-header a:after,
  .page-template-template-resources .resources .article-header a:link:after,
  .page-template-template-resources .resources .article-header a:visited:after {
    display: none; }
  #page_footer.with_bg #footer_text {
    opacity: 1 !important; }
  #page_header #header_text {
    max-width: 440px; }
  #inner-content .archive-grid:not(#staff-archive) {
    height: auto !important; }
    #inner-content .archive-grid:not(#staff-archive) .columns {
      width: 100%;
      max-width: 100%;
      display: block;
      float: none;
      padding-left: 0;
      padding-right: 0;
      position: relative !important;
      top: auto !important;
      left: auto !important; }
    #inner-content .archive-grid:not(#staff-archive) article {
      max-width: 100%; }
}

.matador-search-form-container input[type=date],
.matador-search-form-container input[type=email],
.matador-search-form-container input[type=password],
.matador-search-form-container input[type=tel],
.matador-search-form-container input[type=text],
.matador-search-form-container select:not([multiple]),
.matador-search-form-container textarea,
.matador-form input[type=date],
.matador-form input[type=email],
.matador-form input[type=password],
.matador-form input[type=tel],
.matador-form input[type=text],
.matador-form select:not([multiple]),
.matador-form textarea,
.matador-application input[type=date],
.matador-application input[type=email],
.matador-application input[type=password],
.matador-application input[type=tel],
.matador-application input[type=text],
.matador-application select:not([multiple]),
.matador-application textarea{
  border: 1px solid #6d6d6d;
}
.matador-application ol li, body .matador-application ul li,
.matador-form ol li, .matador-form ul li,
.matador-job-navigation ol li, .matador-job-navigation ul li,
 ol.matador-job-meta li,  ul.matador-job-meta li{
  list-style: none;
  /*padding-left: 0 !important;*/
}

ol.matador-job-meta li,  ul.matador-job-meta li{
  /*padding-left: 0.5rem !important;*/
}
.entry-content .matador-application ul:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) li:before,
.entry-content .matador-job-navigation ul:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) li:before,
.entry-content ul.matador-job-meta:not(.job_types):not(.job_listings):not(.meta):not(.gform_fields):not(.gfield_radio) li:before{
  content: none !important;
}
.matador-search-form{
  margin-bottom: 20px;
}
.matador-search-form input[type=text], .matador-search-form select{
  margin-bottom: 0;
}
.matador-search-form button {
  width: 100%;
}

.matador-job-navigation li {
  width: 100%;
  text-align: right;
}
.post-type-archive-matador-job-listings .widgettitle {
  font-size: 1.6rem;
}
.post-type-archive-matador-job-listings #sidebar {
   max-width: 100%;
 }


.blog main, .archive main, .category main, .single-matador-job-listings main {
  margin-top: 130px;
}