@charset "UTF-8";
/*
  Foundation for Sites components:
  Import the building blocks you need for your project.
  Reducing the number of imported components will optimize page speed.
  ---------------------------------------------------------------------
  The Foundation framework is built by Zurb
  Licensed under MIT Open Source
*/
/**
 * Foundation for Sites by ZURB
 * Version 6.3.1
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
#wpadminbar {
  position: fixed !important; }

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

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

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

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

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

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

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

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

.container {
  max-width: none !important;
  padding: 0; }

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

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

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

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

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

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

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

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

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

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

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.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(359deg);
    transform: rotate(359deg); } }

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

.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); }

: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 {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

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

.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-glass:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

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

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

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

.fa-feed:before,
.fa-rss:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-linkedin:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: ""; }

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

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

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

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

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

.fa-instagram:before {
  content: ""; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

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

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

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

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

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

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

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

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

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

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

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

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

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

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

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

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

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

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

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

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

/*!
 *  Material Icons 3.0.0  */
.mi {
  display: inline-block;
  font: normal normal normal 24px/1 "Material Icons";
  font-size: 24px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIcons-Regular.eot");
  /* For IE6-8 */
  src: local("Material Icons"), local("MaterialIcons-Regular"), url("../fonts/MaterialIcons-Regular.woff2") format("woff2"), url("../fonts/MaterialIcons-Regular.woff") format("woff"), url("../fonts/MaterialIcons-Regular.ttf") format("truetype"); }

.mi-3d-rotation:before {
  content: "\e84d"; }

.mi-ac-unit:before {
  content: "\eb3b"; }

.mi-access-alarm:before {
  content: "\e190"; }

.mi-access-alarms:before {
  content: "\e191"; }

.mi-access-time:before {
  content: "\e192"; }

.mi-accessibility:before {
  content: "\e84e"; }

.mi-accessible:before {
  content: "\e914"; }

.mi-account-balance:before {
  content: "\e84f"; }

.mi-account-balance-wallet:before {
  content: "\e850"; }

.mi-account-box:before {
  content: "\e851"; }

.mi-account-circle:before {
  content: "\e853"; }

.mi-adb:before {
  content: "\e60e"; }

.mi-add:before {
  content: "\e145"; }

.mi-add-a-photo:before {
  content: "\e439"; }

.mi-add-alarm:before {
  content: "\e193"; }

.mi-add-alert:before {
  content: "\e003"; }

.mi-add-box:before {
  content: "\e146"; }

.mi-add-circle:before {
  content: "\e147"; }

.mi-add-circle-outline:before {
  content: "\e148"; }

.mi-add-location:before {
  content: "\e567"; }

.mi-add-shopping-cart:before {
  content: "\e854"; }

.mi-add-to-photos:before {
  content: "\e39d"; }

.mi-add-to-queue:before {
  content: "\e05c"; }

.mi-adjust:before {
  content: "\e39e"; }

.mi-airline-seat-flat:before {
  content: "\e630"; }

.mi-airline-seat-flat-angled:before {
  content: "\e631"; }

.mi-airline-seat-individual-suite:before {
  content: "\e632"; }

.mi-airline-seat-legroom-extra:before {
  content: "\e633"; }

.mi-airline-seat-legroom-normal:before {
  content: "\e634"; }

.mi-airline-seat-legroom-reduced:before {
  content: "\e635"; }

.mi-airline-seat-recline-extra:before {
  content: "\e636"; }

.mi-airline-seat-recline-normal:before {
  content: "\e637"; }

.mi-airplanemode-active:before {
  content: "\e195"; }

.mi-airplanemode-inactive:before {
  content: "\e194"; }

.mi-airplay:before {
  content: "\e055"; }

.mi-airport-shuttle:before {
  content: "\eb3c"; }

.mi-alarm:before {
  content: "\e855"; }

.mi-alarm-add:before {
  content: "\e856"; }

.mi-alarm-off:before {
  content: "\e857"; }

.mi-alarm-on:before {
  content: "\e858"; }

.mi-album:before {
  content: "\e019"; }

.mi-all-inclusive:before {
  content: "\eb3d"; }

.mi-all-out:before {
  content: "\e90b"; }

.mi-android:before {
  content: "\e859"; }

.mi-announcement:before {
  content: "\e85a"; }

.mi-apps:before {
  content: "\e5c3"; }

.mi-archive:before {
  content: "\e149"; }

.mi-arrow-back:before {
  content: "\e5c4"; }

.mi-arrow-downward:before {
  content: "\e5db"; }

.mi-arrow-drop-down:before {
  content: "\e5c5"; }

.mi-arrow-drop-down-circle:before {
  content: "\e5c6"; }

.mi-arrow-drop-up:before {
  content: "\e5c7"; }

.mi-arrow-forward:before {
  content: "\e5c8"; }

.mi-arrow-upward:before {
  content: "\e5d8"; }

.mi-art-track:before {
  content: "\e060"; }

.mi-aspect-ratio:before {
  content: "\e85b"; }

.mi-assessment:before {
  content: "\e85c"; }

.mi-assignment:before {
  content: "\e85d"; }

.mi-assignment-ind:before {
  content: "\e85e"; }

.mi-assignment-late:before {
  content: "\e85f"; }

.mi-assignment-return:before {
  content: "\e860"; }

.mi-assignment-returned:before {
  content: "\e861"; }

.mi-assignment-turned-in:before {
  content: "\e862"; }

.mi-assistant:before {
  content: "\e39f"; }

.mi-assistant-photo:before {
  content: "\e3a0"; }

.mi-attach-file:before {
  content: "\e226"; }

.mi-attach-money:before {
  content: "\e227"; }

.mi-attachment:before {
  content: "\e2bc"; }

.mi-audiotrack:before {
  content: "\e3a1"; }

.mi-autorenew:before {
  content: "\e863"; }

.mi-av-timer:before {
  content: "\e01b"; }

.mi-backspace:before {
  content: "\e14a"; }

.mi-backup:before {
  content: "\e864"; }

.mi-battery-alert:before {
  content: "\e19c"; }

.mi-battery-charging-full:before {
  content: "\e1a3"; }

.mi-battery-full:before {
  content: "\e1a4"; }

.mi-battery-std:before {
  content: "\e1a5"; }

.mi-battery-unknown:before {
  content: "\e1a6"; }

.mi-beach-access:before {
  content: "\eb3e"; }

.mi-beenhere:before {
  content: "\e52d"; }

.mi-block:before {
  content: "\e14b"; }

.mi-bluetooth:before {
  content: "\e1a7"; }

.mi-bluetooth-audio:before {
  content: "\e60f"; }

.mi-bluetooth-connected:before {
  content: "\e1a8"; }

.mi-bluetooth-disabled:before {
  content: "\e1a9"; }

.mi-bluetooth-searching:before {
  content: "\e1aa"; }

.mi-blur-circular:before {
  content: "\e3a2"; }

.mi-blur-linear:before {
  content: "\e3a3"; }

.mi-blur-off:before {
  content: "\e3a4"; }

.mi-blur-on:before {
  content: "\e3a5"; }

.mi-book:before {
  content: "\e865"; }

.mi-bookmark:before {
  content: "\e866"; }

.mi-bookmark-border:before {
  content: "\e867"; }

.mi-border-all:before {
  content: "\e228"; }

.mi-border-bottom:before {
  content: "\e229"; }

.mi-border-clear:before {
  content: "\e22a"; }

.mi-border-color:before {
  content: "\e22b"; }

.mi-border-horizontal:before {
  content: "\e22c"; }

.mi-border-inner:before {
  content: "\e22d"; }

.mi-border-left:before {
  content: "\e22e"; }

.mi-border-outer:before {
  content: "\e22f"; }

.mi-border-right:before {
  content: "\e230"; }

.mi-border-style:before {
  content: "\e231"; }

.mi-border-top:before {
  content: "\e232"; }

.mi-border-vertical:before {
  content: "\e233"; }

.mi-branding-watermark:before {
  content: "\e06b"; }

.mi-brightness-1:before {
  content: "\e3a6"; }

.mi-brightness-2:before {
  content: "\e3a7"; }

.mi-brightness-3:before {
  content: "\e3a8"; }

.mi-brightness-4:before {
  content: "\e3a9"; }

.mi-brightness-5:before {
  content: "\e3aa"; }

.mi-brightness-6:before {
  content: "\e3ab"; }

.mi-brightness-7:before {
  content: "\e3ac"; }

.mi-brightness-auto:before {
  content: "\e1ab"; }

.mi-brightness-high:before {
  content: "\e1ac"; }

.mi-brightness-low:before {
  content: "\e1ad"; }

.mi-brightness-medium:before {
  content: "\e1ae"; }

.mi-broken-image:before {
  content: "\e3ad"; }

.mi-brush:before {
  content: "\e3ae"; }

.mi-bubble-chart:before {
  content: "\e6dd"; }

.mi-bug-report:before {
  content: "\e868"; }

.mi-build:before {
  content: "\e869"; }

.mi-burst-mode:before {
  content: "\e43c"; }

.mi-business:before {
  content: "\e0af"; }

.mi-business-center:before {
  content: "\eb3f"; }

.mi-cached:before {
  content: "\e86a"; }

.mi-cake:before {
  content: "\e7e9"; }

.mi-call:before {
  content: "\e0b0"; }

.mi-call-end:before {
  content: "\e0b1"; }

.mi-call-made:before {
  content: "\e0b2"; }

.mi-call-merge:before {
  content: "\e0b3"; }

.mi-call-missed:before {
  content: "\e0b4"; }

.mi-call-missed-outgoing:before {
  content: "\e0e4"; }

.mi-call-received:before {
  content: "\e0b5"; }

.mi-call-split:before {
  content: "\e0b6"; }

.mi-call-to-action:before {
  content: "\e06c"; }

.mi-camera:before {
  content: "\e3af"; }

.mi-camera-alt:before {
  content: "\e3b0"; }

.mi-camera-enhance:before {
  content: "\e8fc"; }

.mi-camera-front:before {
  content: "\e3b1"; }

.mi-camera-rear:before {
  content: "\e3b2"; }

.mi-camera-roll:before {
  content: "\e3b3"; }

.mi-cancel:before {
  content: "\e5c9"; }

.mi-card-giftcard:before {
  content: "\e8f6"; }

.mi-card-membership:before {
  content: "\e8f7"; }

.mi-card-travel:before {
  content: "\e8f8"; }

.mi-casino:before {
  content: "\eb40"; }

.mi-cast:before {
  content: "\e307"; }

.mi-cast-connected:before {
  content: "\e308"; }

.mi-center-focus-strong:before {
  content: "\e3b4"; }

.mi-center-focus-weak:before {
  content: "\e3b5"; }

.mi-change-history:before {
  content: "\e86b"; }

.mi-chat:before {
  content: "\e0b7"; }

.mi-chat-bubble:before {
  content: "\e0ca"; }

.mi-chat-bubble-outline:before {
  content: "\e0cb"; }

.mi-check:before {
  content: "\e5ca"; }

.mi-check-box:before {
  content: "\e834"; }

.mi-check-box-outline-blank:before {
  content: "\e835"; }

.mi-check-circle:before {
  content: "\e86c"; }

.mi-chevron-left:before {
  content: "\e5cb"; }

.mi-chevron-right:before {
  content: "\e5cc"; }

.mi-child-care:before {
  content: "\eb41"; }

.mi-child-friendly:before {
  content: "\eb42"; }

.mi-chrome-reader-mode:before {
  content: "\e86d"; }

.mi-class:before {
  content: "\e86e"; }

.mi-clear:before {
  content: "\e14c"; }

.mi-clear-all:before {
  content: "\e0b8"; }

.mi-close:before {
  content: "\e5cd"; }

.mi-closed-caption:before {
  content: "\e01c"; }

.mi-cloud:before {
  content: "\e2bd"; }

.mi-cloud-circle:before {
  content: "\e2be"; }

.mi-cloud-done:before {
  content: "\e2bf"; }

.mi-cloud-download:before {
  content: "\e2c0"; }

.mi-cloud-off:before {
  content: "\e2c1"; }

.mi-cloud-queue:before {
  content: "\e2c2"; }

.mi-cloud-upload:before {
  content: "\e2c3"; }

.mi-code:before {
  content: "\e86f"; }

.mi-collections:before {
  content: "\e3b6"; }

.mi-collections-bookmark:before {
  content: "\e431"; }

.mi-color-lens:before {
  content: "\e3b7"; }

.mi-colorize:before {
  content: "\e3b8"; }

.mi-comment:before {
  content: "\e0b9"; }

.mi-compare:before {
  content: "\e3b9"; }

.mi-compare-arrows:before {
  content: "\e915"; }

.mi-computer:before {
  content: "\e30a"; }

.mi-confirmation-number:before {
  content: "\e638"; }

.mi-contact-mail:before {
  content: "\e0d0"; }

.mi-contact-phone:before {
  content: "\e0cf"; }

.mi-contacts:before {
  content: "\e0ba"; }

.mi-content-copy:before {
  content: "\e14d"; }

.mi-content-cut:before {
  content: "\e14e"; }

.mi-content-paste:before {
  content: "\e14f"; }

.mi-control-point:before {
  content: "\e3ba"; }

.mi-control-point-duplicate:before {
  content: "\e3bb"; }

.mi-copyright:before {
  content: "\e90c"; }

.mi-create:before {
  content: "\e150"; }

.mi-create-new-folder:before {
  content: "\e2cc"; }

.mi-credit-card:before {
  content: "\e870"; }

.mi-crop:before {
  content: "\e3be"; }

.mi-crop-16-9:before {
  content: "\e3bc"; }

.mi-crop-3-2:before {
  content: "\e3bd"; }

.mi-crop-5-4:before {
  content: "\e3bf"; }

.mi-crop-7-5:before {
  content: "\e3c0"; }

.mi-crop-din:before {
  content: "\e3c1"; }

.mi-crop-free:before {
  content: "\e3c2"; }

.mi-crop-landscape:before {
  content: "\e3c3"; }

.mi-crop-original:before {
  content: "\e3c4"; }

.mi-crop-portrait:before {
  content: "\e3c5"; }

.mi-crop-rotate:before {
  content: "\e437"; }

.mi-crop-square:before {
  content: "\e3c6"; }

.mi-dashboard:before {
  content: "\e871"; }

.mi-data-usage:before {
  content: "\e1af"; }

.mi-date-range:before {
  content: "\e916"; }

.mi-dehaze:before {
  content: "\e3c7"; }

.mi-delete:before {
  content: "\e872"; }

.mi-delete-forever:before {
  content: "\e92b"; }

.mi-delete-sweep:before {
  content: "\e16c"; }

.mi-description:before {
  content: "\e873"; }

.mi-desktop-mac:before {
  content: "\e30b"; }

.mi-desktop-windows:before {
  content: "\e30c"; }

.mi-details:before {
  content: "\e3c8"; }

.mi-developer-board:before {
  content: "\e30d"; }

.mi-developer-mode:before {
  content: "\e1b0"; }

.mi-device-hub:before {
  content: "\e335"; }

.mi-devices:before {
  content: "\e1b1"; }

.mi-devices-other:before {
  content: "\e337"; }

.mi-dialer-sip:before {
  content: "\e0bb"; }

.mi-dialpad:before {
  content: "\e0bc"; }

.mi-directions:before {
  content: "\e52e"; }

.mi-directions-bike:before {
  content: "\e52f"; }

.mi-directions-boat:before {
  content: "\e532"; }

.mi-directions-bus:before {
  content: "\e530"; }

.mi-directions-car:before {
  content: "\e531"; }

.mi-directions-railway:before {
  content: "\e534"; }

.mi-directions-run:before {
  content: "\e566"; }

.mi-directions-subway:before {
  content: "\e533"; }

.mi-directions-transit:before {
  content: "\e535"; }

.mi-directions-walk:before {
  content: "\e536"; }

.mi-disc-full:before {
  content: "\e610"; }

.mi-dns:before {
  content: "\e875"; }

.mi-do-not-disturb:before {
  content: "\e612"; }

.mi-do-not-disturb-alt:before {
  content: "\e611"; }

.mi-do-not-disturb-off:before {
  content: "\e643"; }

.mi-do-not-disturb-on:before {
  content: "\e644"; }

.mi-dock:before {
  content: "\e30e"; }

.mi-domain:before {
  content: "\e7ee"; }

.mi-done:before {
  content: "\e876"; }

.mi-done-all:before {
  content: "\e877"; }

.mi-donut-large:before {
  content: "\e917"; }

.mi-donut-small:before {
  content: "\e918"; }

.mi-drafts:before {
  content: "\e151"; }

.mi-drag-handle:before {
  content: "\e25d"; }

.mi-drive-eta:before {
  content: "\e613"; }

.mi-dvr:before {
  content: "\e1b2"; }

.mi-edit:before {
  content: "\e3c9"; }

.mi-edit-location:before {
  content: "\e568"; }

.mi-eject:before {
  content: "\e8fb"; }

.mi-email:before {
  content: "\e0be"; }

.mi-enhanced-encryption:before {
  content: "\e63f"; }

.mi-equalizer:before {
  content: "\e01d"; }

.mi-error:before {
  content: "\e000"; }

.mi-error-outline:before {
  content: "\e001"; }

.mi-euro-symbol:before {
  content: "\e926"; }

.mi-ev-station:before {
  content: "\e56d"; }

.mi-event:before {
  content: "\e878"; }

.mi-event-available:before {
  content: "\e614"; }

.mi-event-busy:before {
  content: "\e615"; }

.mi-event-note:before {
  content: "\e616"; }

.mi-event-seat:before {
  content: "\e903"; }

.mi-exit-to-app:before {
  content: "\e879"; }

.mi-expand-less:before {
  content: "\e5ce"; }

.mi-expand-more:before {
  content: "\e5cf"; }

.mi-explicit:before {
  content: "\e01e"; }

.mi-explore:before {
  content: "\e87a"; }

.mi-exposure:before {
  content: "\e3ca"; }

.mi-exposure-neg-1:before {
  content: "\e3cb"; }

.mi-exposure-neg-2:before {
  content: "\e3cc"; }

.mi-exposure-plus-1:before {
  content: "\e3cd"; }

.mi-exposure-plus-2:before {
  content: "\e3ce"; }

.mi-exposure-zero:before {
  content: "\e3cf"; }

.mi-extension:before {
  content: "\e87b"; }

.mi-face:before {
  content: "\e87c"; }

.mi-fast-forward:before {
  content: "\e01f"; }

.mi-fast-rewind:before {
  content: "\e020"; }

.mi-favorite:before {
  content: "\e87d"; }

.mi-favorite-border:before {
  content: "\e87e"; }

.mi-featured-play-list:before {
  content: "\e06d"; }

.mi-featured-video:before {
  content: "\e06e"; }

.mi-feedback:before {
  content: "\e87f"; }

.mi-fiber-dvr:before {
  content: "\e05d"; }

.mi-fiber-manual-record:before {
  content: "\e061"; }

.mi-fiber-new:before {
  content: "\e05e"; }

.mi-fiber-pin:before {
  content: "\e06a"; }

.mi-fiber-smart-record:before {
  content: "\e062"; }

.mi-file-download:before {
  content: "\e2c4"; }

.mi-file-upload:before {
  content: "\e2c6"; }

.mi-filter:before {
  content: "\e3d3"; }

.mi-filter-1:before {
  content: "\e3d0"; }

.mi-filter-2:before {
  content: "\e3d1"; }

.mi-filter-3:before {
  content: "\e3d2"; }

.mi-filter-4:before {
  content: "\e3d4"; }

.mi-filter-5:before {
  content: "\e3d5"; }

.mi-filter-6:before {
  content: "\e3d6"; }

.mi-filter-7:before {
  content: "\e3d7"; }

.mi-filter-8:before {
  content: "\e3d8"; }

.mi-filter-9:before {
  content: "\e3d9"; }

.mi-filter-9-plus:before {
  content: "\e3da"; }

.mi-filter-b-and-w:before {
  content: "\e3db"; }

.mi-filter-center-focus:before {
  content: "\e3dc"; }

.mi-filter-drama:before {
  content: "\e3dd"; }

.mi-filter-frames:before {
  content: "\e3de"; }

.mi-filter-hdr:before {
  content: "\e3df"; }

.mi-filter-list:before {
  content: "\e152"; }

.mi-filter-none:before {
  content: "\e3e0"; }

.mi-filter-tilt-shift:before {
  content: "\e3e2"; }

.mi-filter-vintage:before {
  content: "\e3e3"; }

.mi-find-in-page:before {
  content: "\e880"; }

.mi-find-replace:before {
  content: "\e881"; }

.mi-fingerprint:before {
  content: "\e90d"; }

.mi-first-page:before {
  content: "\e5dc"; }

.mi-fitness-center:before {
  content: "\eb43"; }

.mi-flag:before {
  content: "\e153"; }

.mi-flare:before {
  content: "\e3e4"; }

.mi-flash-auto:before {
  content: "\e3e5"; }

.mi-flash-off:before {
  content: "\e3e6"; }

.mi-flash-on:before {
  content: "\e3e7"; }

.mi-flight:before {
  content: "\e539"; }

.mi-flight-land:before {
  content: "\e904"; }

.mi-flight-takeoff:before {
  content: "\e905"; }

.mi-flip:before {
  content: "\e3e8"; }

.mi-flip-to-back:before {
  content: "\e882"; }

.mi-flip-to-front:before {
  content: "\e883"; }

.mi-folder:before {
  content: "\e2c7"; }

.mi-folder-open:before {
  content: "\e2c8"; }

.mi-folder-shared:before {
  content: "\e2c9"; }

.mi-folder-special:before {
  content: "\e617"; }

.mi-font-download:before {
  content: "\e167"; }

.mi-format-align-center:before {
  content: "\e234"; }

.mi-format-align-justify:before {
  content: "\e235"; }

.mi-format-align-left:before {
  content: "\e236"; }

.mi-format-align-right:before {
  content: "\e237"; }

.mi-format-bold:before {
  content: "\e238"; }

.mi-format-clear:before {
  content: "\e239"; }

.mi-format-color-fill:before {
  content: "\e23a"; }

.mi-format-color-reset:before {
  content: "\e23b"; }

.mi-format-color-text:before {
  content: "\e23c"; }

.mi-format-indent-decrease:before {
  content: "\e23d"; }

.mi-format-indent-increase:before {
  content: "\e23e"; }

.mi-format-italic:before {
  content: "\e23f"; }

.mi-format-line-spacing:before {
  content: "\e240"; }

.mi-format-list-bulleted:before {
  content: "\e241"; }

.mi-format-list-numbered:before {
  content: "\e242"; }

.mi-format-paint:before {
  content: "\e243"; }

.mi-format-quote:before {
  content: "\e244"; }

.mi-format-shapes:before {
  content: "\e25e"; }

.mi-format-size:before {
  content: "\e245"; }

.mi-format-strikethrough:before {
  content: "\e246"; }

.mi-format-textdirection-l-to-r:before {
  content: "\e247"; }

.mi-format-textdirection-r-to-l:before {
  content: "\e248"; }

.mi-format-underlined:before {
  content: "\e249"; }

.mi-forum:before {
  content: "\e0bf"; }

.mi-forward:before {
  content: "\e154"; }

.mi-forward-10:before {
  content: "\e056"; }

.mi-forward-30:before {
  content: "\e057"; }

.mi-forward-5:before {
  content: "\e058"; }

.mi-free-breakfast:before {
  content: "\eb44"; }

.mi-fullscreen:before {
  content: "\e5d0"; }

.mi-fullscreen-exit:before {
  content: "\e5d1"; }

.mi-functions:before {
  content: "\e24a"; }

.mi-g-translate:before {
  content: "\e927"; }

.mi-gamepad:before {
  content: "\e30f"; }

.mi-games:before {
  content: "\e021"; }

.mi-gavel:before {
  content: "\e90e"; }

.mi-gesture:before {
  content: "\e155"; }

.mi-get-app:before {
  content: "\e884"; }

.mi-gif:before {
  content: "\e908"; }

.mi-golf-course:before {
  content: "\eb45"; }

.mi-gps-fixed:before {
  content: "\e1b3"; }

.mi-gps-not-fixed:before {
  content: "\e1b4"; }

.mi-gps-off:before {
  content: "\e1b5"; }

.mi-grade:before {
  content: "\e885"; }

.mi-gradient:before {
  content: "\e3e9"; }

.mi-grain:before {
  content: "\e3ea"; }

.mi-graphic-eq:before {
  content: "\e1b8"; }

.mi-grid-off:before {
  content: "\e3eb"; }

.mi-grid-on:before {
  content: "\e3ec"; }

.mi-group:before {
  content: "\e7ef"; }

.mi-group-add:before {
  content: "\e7f0"; }

.mi-group-work:before {
  content: "\e886"; }

.mi-hd:before {
  content: "\e052"; }

.mi-hdr-off:before {
  content: "\e3ed"; }

.mi-hdr-on:before {
  content: "\e3ee"; }

.mi-hdr-strong:before {
  content: "\e3f1"; }

.mi-hdr-weak:before {
  content: "\e3f2"; }

.mi-headset:before {
  content: "\e310"; }

.mi-headset-mic:before {
  content: "\e311"; }

.mi-healing:before {
  content: "\e3f3"; }

.mi-hearing:before {
  content: "\e023"; }

.mi-help:before {
  content: "\e887"; }

.mi-help-outline:before {
  content: "\e8fd"; }

.mi-high-quality:before {
  content: "\e024"; }

.mi-highlight:before {
  content: "\e25f"; }

.mi-highlight-off:before {
  content: "\e888"; }

.mi-history:before {
  content: "\e889"; }

.mi-home:before {
  content: "\e88a"; }

.mi-hot-tub:before {
  content: "\eb46"; }

.mi-hotel:before {
  content: "\e53a"; }

.mi-hourglass-empty:before {
  content: "\e88b"; }

.mi-hourglass-full:before {
  content: "\e88c"; }

.mi-http:before {
  content: "\e902"; }

.mi-https:before {
  content: "\e88d"; }

.mi-image:before {
  content: "\e3f4"; }

.mi-image-aspect-ratio:before {
  content: "\e3f5"; }

.mi-import-contacts:before {
  content: "\e0e0"; }

.mi-import-export:before {
  content: "\e0c3"; }

.mi-important-devices:before {
  content: "\e912"; }

.mi-inbox:before {
  content: "\e156"; }

.mi-indeterminate-check-box:before {
  content: "\e909"; }

.mi-info:before {
  content: "\e88e"; }

.mi-info-outline:before {
  content: "\e88f"; }

.mi-input:before {
  content: "\e890"; }

.mi-insert-chart:before {
  content: "\e24b"; }

.mi-insert-comment:before {
  content: "\e24c"; }

.mi-insert-drive-file:before {
  content: "\e24d"; }

.mi-insert-emoticon:before {
  content: "\e24e"; }

.mi-insert-invitation:before {
  content: "\e24f"; }

.mi-insert-link:before {
  content: "\e250"; }

.mi-insert-photo:before {
  content: "\e251"; }

.mi-invert-colors:before {
  content: "\e891"; }

.mi-invert-colors-off:before {
  content: "\e0c4"; }

.mi-iso:before {
  content: "\e3f6"; }

.mi-keyboard:before {
  content: "\e312"; }

.mi-keyboard-arrow-down:before {
  content: "\e313"; }

.mi-keyboard-arrow-left:before {
  content: "\e314"; }

.mi-keyboard-arrow-right:before {
  content: "\e315"; }

.mi-keyboard-arrow-up:before {
  content: "\e316"; }

.mi-keyboard-backspace:before {
  content: "\e317"; }

.mi-keyboard-capslock:before {
  content: "\e318"; }

.mi-keyboard-hide:before {
  content: "\e31a"; }

.mi-keyboard-return:before {
  content: "\e31b"; }

.mi-keyboard-tab:before {
  content: "\e31c"; }

.mi-keyboard-voice:before {
  content: "\e31d"; }

.mi-kitchen:before {
  content: "\eb47"; }

.mi-label:before {
  content: "\e892"; }

.mi-label-outline:before {
  content: "\e893"; }

.mi-landscape:before {
  content: "\e3f7"; }

.mi-language:before {
  content: "\e894"; }

.mi-laptop:before {
  content: "\e31e"; }

.mi-laptop-chromebook:before {
  content: "\e31f"; }

.mi-laptop-mac:before {
  content: "\e320"; }

.mi-laptop-windows:before {
  content: "\e321"; }

.mi-last-page:before {
  content: "\e5dd"; }

.mi-launch:before {
  content: "\e895"; }

.mi-layers:before {
  content: "\e53b"; }

.mi-layers-clear:before {
  content: "\e53c"; }

.mi-leak-add:before {
  content: "\e3f8"; }

.mi-leak-remove:before {
  content: "\e3f9"; }

.mi-lens:before {
  content: "\e3fa"; }

.mi-library-add:before {
  content: "\e02e"; }

.mi-library-books:before {
  content: "\e02f"; }

.mi-library-music:before {
  content: "\e030"; }

.mi-lightbulb-outline:before {
  content: "\e90f"; }

.mi-line-style:before {
  content: "\e919"; }

.mi-line-weight:before {
  content: "\e91a"; }

.mi-linear-scale:before {
  content: "\e260"; }

.mi-link:before {
  content: "\e157"; }

.mi-linked-camera:before {
  content: "\e438"; }

.mi-list:before {
  content: "\e896"; }

.mi-live-help:before {
  content: "\e0c6"; }

.mi-live-tv:before {
  content: "\e639"; }

.mi-local-activity:before {
  content: "\e53f"; }

.mi-local-airport:before {
  content: "\e53d"; }

.mi-local-atm:before {
  content: "\e53e"; }

.mi-local-bar:before {
  content: "\e540"; }

.mi-local-cafe:before {
  content: "\e541"; }

.mi-local-car-wash:before {
  content: "\e542"; }

.mi-local-convenience-store:before {
  content: "\e543"; }

.mi-local-dining:before {
  content: "\e556"; }

.mi-local-drink:before {
  content: "\e544"; }

.mi-local-florist:before {
  content: "\e545"; }

.mi-local-gas-station:before {
  content: "\e546"; }

.mi-local-grocery-store:before {
  content: "\e547"; }

.mi-local-hospital:before {
  content: "\e548"; }

.mi-local-hotel:before {
  content: "\e549"; }

.mi-local-laundry-service:before {
  content: "\e54a"; }

.mi-local-library:before {
  content: "\e54b"; }

.mi-local-mall:before {
  content: "\e54c"; }

.mi-local-movies:before {
  content: "\e54d"; }

.mi-local-offer:before {
  content: "\e54e"; }

.mi-local-parking:before {
  content: "\e54f"; }

.mi-local-pharmacy:before {
  content: "\e550"; }

.mi-local-phone:before {
  content: "\e551"; }

.mi-local-pizza:before {
  content: "\e552"; }

.mi-local-play:before {
  content: "\e553"; }

.mi-local-post-office:before {
  content: "\e554"; }

.mi-local-printshop:before {
  content: "\e555"; }

.mi-local-see:before {
  content: "\e557"; }

.mi-local-shipping:before {
  content: "\e558"; }

.mi-local-taxi:before {
  content: "\e559"; }

.mi-location-city:before {
  content: "\e7f1"; }

.mi-location-disabled:before {
  content: "\e1b6"; }

.mi-location-off:before {
  content: "\e0c7"; }

.mi-location-on:before {
  content: "\e0c8"; }

.mi-location-searching:before {
  content: "\e1b7"; }

.mi-lock:before {
  content: "\e897"; }

.mi-lock-open:before {
  content: "\e898"; }

.mi-lock-outline:before {
  content: "\e899"; }

.mi-looks:before {
  content: "\e3fc"; }

.mi-looks-3:before {
  content: "\e3fb"; }

.mi-looks-4:before {
  content: "\e3fd"; }

.mi-looks-5:before {
  content: "\e3fe"; }

.mi-looks-6:before {
  content: "\e3ff"; }

.mi-looks-one:before {
  content: "\e400"; }

.mi-looks-two:before {
  content: "\e401"; }

.mi-loop:before {
  content: "\e028"; }

.mi-loupe:before {
  content: "\e402"; }

.mi-low-priority:before {
  content: "\e16d"; }

.mi-loyalty:before {
  content: "\e89a"; }

.mi-mail:before {
  content: "\e158"; }

.mi-mail-outline:before {
  content: "\e0e1"; }

.mi-map:before {
  content: "\e55b"; }

.mi-markunread:before {
  content: "\e159"; }

.mi-markunread-mailbox:before {
  content: "\e89b"; }

.mi-memory:before {
  content: "\e322"; }

.mi-menu:before {
  content: "\e5d2"; }

.mi-merge-type:before {
  content: "\e252"; }

.mi-message:before {
  content: "\e0c9"; }

.mi-mic:before {
  content: "\e029"; }

.mi-mic-none:before {
  content: "\e02a"; }

.mi-mic-off:before {
  content: "\e02b"; }

.mi-mms:before {
  content: "\e618"; }

.mi-mode-comment:before {
  content: "\e253"; }

.mi-mode-edit:before {
  content: "\e254"; }

.mi-monetization-on:before {
  content: "\e263"; }

.mi-money-off:before {
  content: "\e25c"; }

.mi-monochrome-photos:before {
  content: "\e403"; }

.mi-mood:before {
  content: "\e7f2"; }

.mi-mood-bad:before {
  content: "\e7f3"; }

.mi-more:before {
  content: "\e619"; }

.mi-more-horiz:before {
  content: "\e5d3"; }

.mi-more-vert:before {
  content: "\e5d4"; }

.mi-motorcycle:before {
  content: "\e91b"; }

.mi-mouse:before {
  content: "\e323"; }

.mi-move-to-inbox:before {
  content: "\e168"; }

.mi-movie:before {
  content: "\e02c"; }

.mi-movie-creation:before {
  content: "\e404"; }

.mi-movie-filter:before {
  content: "\e43a"; }

.mi-multiline-chart:before {
  content: "\e6df"; }

.mi-music-note:before {
  content: "\e405"; }

.mi-music-video:before {
  content: "\e063"; }

.mi-my-location:before {
  content: "\e55c"; }

.mi-nature:before {
  content: "\e406"; }

.mi-nature-people:before {
  content: "\e407"; }

.mi-navigate-before:before {
  content: "\e408"; }

.mi-navigate-next:before {
  content: "\e409"; }

.mi-navigation:before {
  content: "\e55d"; }

.mi-near-me:before {
  content: "\e569"; }

.mi-network-cell:before {
  content: "\e1b9"; }

.mi-network-check:before {
  content: "\e640"; }

.mi-network-locked:before {
  content: "\e61a"; }

.mi-network-wifi:before {
  content: "\e1ba"; }

.mi-new-releases:before {
  content: "\e031"; }

.mi-next-week:before {
  content: "\e16a"; }

.mi-nfc:before {
  content: "\e1bb"; }

.mi-no-encryption:before {
  content: "\e641"; }

.mi-no-sim:before {
  content: "\e0cc"; }

.mi-not-interested:before {
  content: "\e033"; }

.mi-note:before {
  content: "\e06f"; }

.mi-note-add:before {
  content: "\e89c"; }

.mi-notifications:before {
  content: "\e7f4"; }

.mi-notifications-active:before {
  content: "\e7f7"; }

.mi-notifications-none:before {
  content: "\e7f5"; }

.mi-notifications-off:before {
  content: "\e7f6"; }

.mi-notifications-paused:before {
  content: "\e7f8"; }

.mi-offline-pin:before {
  content: "\e90a"; }

.mi-ondemand-video:before {
  content: "\e63a"; }

.mi-opacity:before {
  content: "\e91c"; }

.mi-open-in-browser:before {
  content: "\e89d"; }

.mi-open-in-new:before {
  content: "\e89e"; }

.mi-open-with:before {
  content: "\e89f"; }

.mi-pages:before {
  content: "\e7f9"; }

.mi-pageview:before {
  content: "\e8a0"; }

.mi-palette:before {
  content: "\e40a"; }

.mi-pan-tool:before {
  content: "\e925"; }

.mi-panorama:before {
  content: "\e40b"; }

.mi-panorama-fish-eye:before {
  content: "\e40c"; }

.mi-panorama-horizontal:before {
  content: "\e40d"; }

.mi-panorama-vertical:before {
  content: "\e40e"; }

.mi-panorama-wide-angle:before {
  content: "\e40f"; }

.mi-party-mode:before {
  content: "\e7fa"; }

.mi-pause:before {
  content: "\e034"; }

.mi-pause-circle-filled:before {
  content: "\e035"; }

.mi-pause-circle-outline:before {
  content: "\e036"; }

.mi-payment:before {
  content: "\e8a1"; }

.mi-people:before {
  content: "\e7fb"; }

.mi-people-outline:before {
  content: "\e7fc"; }

.mi-perm-camera-mic:before {
  content: "\e8a2"; }

.mi-perm-contact-calendar:before {
  content: "\e8a3"; }

.mi-perm-data-setting:before {
  content: "\e8a4"; }

.mi-perm-device-information:before {
  content: "\e8a5"; }

.mi-perm-identity:before {
  content: "\e8a6"; }

.mi-perm-media:before {
  content: "\e8a7"; }

.mi-perm-phone-msg:before {
  content: "\e8a8"; }

.mi-perm-scan-wifi:before {
  content: "\e8a9"; }

.mi-person:before {
  content: "\e7fd"; }

.mi-person-add:before {
  content: "\e7fe"; }

.mi-person-outline:before {
  content: "\e7ff"; }

.mi-person-pin:before {
  content: "\e55a"; }

.mi-person-pin-circle:before {
  content: "\e56a"; }

.mi-personal-video:before {
  content: "\e63b"; }

.mi-pets:before {
  content: "\e91d"; }

.mi-phone:before {
  content: "\e0cd"; }

.mi-phone-android:before {
  content: "\e324"; }

.mi-phone-bluetooth-speaker:before {
  content: "\e61b"; }

.mi-phone-forwarded:before {
  content: "\e61c"; }

.mi-phone-in-talk:before {
  content: "\e61d"; }

.mi-phone-iphone:before {
  content: "\e325"; }

.mi-phone-locked:before {
  content: "\e61e"; }

.mi-phone-missed:before {
  content: "\e61f"; }

.mi-phone-paused:before {
  content: "\e620"; }

.mi-phonelink:before {
  content: "\e326"; }

.mi-phonelink-erase:before {
  content: "\e0db"; }

.mi-phonelink-lock:before {
  content: "\e0dc"; }

.mi-phonelink-off:before {
  content: "\e327"; }

.mi-phonelink-ring:before {
  content: "\e0dd"; }

.mi-phonelink-setup:before {
  content: "\e0de"; }

.mi-photo:before {
  content: "\e410"; }

.mi-photo-album:before {
  content: "\e411"; }

.mi-photo-camera:before {
  content: "\e412"; }

.mi-photo-filter:before {
  content: "\e43b"; }

.mi-photo-library:before {
  content: "\e413"; }

.mi-photo-size-select-actual:before {
  content: "\e432"; }

.mi-photo-size-select-large:before {
  content: "\e433"; }

.mi-photo-size-select-small:before {
  content: "\e434"; }

.mi-picture-as-pdf:before {
  content: "\e415"; }

.mi-picture-in-picture:before {
  content: "\e8aa"; }

.mi-picture-in-picture-alt:before {
  content: "\e911"; }

.mi-pie-chart:before {
  content: "\e6c4"; }

.mi-pie-chart-outlined:before {
  content: "\e6c5"; }

.mi-pin-drop:before {
  content: "\e55e"; }

.mi-place:before {
  content: "\e55f"; }

.mi-play-arrow:before {
  content: "\e037"; }

.mi-play-circle-filled:before {
  content: "\e038"; }

.mi-play-circle-outline:before {
  content: "\e039"; }

.mi-play-for-work:before {
  content: "\e906"; }

.mi-playlist-add:before {
  content: "\e03b"; }

.mi-playlist-add-check:before {
  content: "\e065"; }

.mi-playlist-play:before {
  content: "\e05f"; }

.mi-plus-one:before {
  content: "\e800"; }

.mi-poll:before {
  content: "\e801"; }

.mi-polymer:before {
  content: "\e8ab"; }

.mi-pool:before {
  content: "\eb48"; }

.mi-portable-wifi-off:before {
  content: "\e0ce"; }

.mi-portrait:before {
  content: "\e416"; }

.mi-power:before {
  content: "\e63c"; }

.mi-power-input:before {
  content: "\e336"; }

.mi-power-settings-new:before {
  content: "\e8ac"; }

.mi-pregnant-woman:before {
  content: "\e91e"; }

.mi-present-to-all:before {
  content: "\e0df"; }

.mi-print:before {
  content: "\e8ad"; }

.mi-priority-high:before {
  content: "\e645"; }

.mi-public:before {
  content: "\e80b"; }

.mi-publish:before {
  content: "\e255"; }

.mi-query-builder:before {
  content: "\e8ae"; }

.mi-question-answer:before {
  content: "\e8af"; }

.mi-queue:before {
  content: "\e03c"; }

.mi-queue-music:before {
  content: "\e03d"; }

.mi-queue-play-next:before {
  content: "\e066"; }

.mi-radio:before {
  content: "\e03e"; }

.mi-radio-button-checked:before {
  content: "\e837"; }

.mi-radio-button-unchecked:before {
  content: "\e836"; }

.mi-rate-review:before {
  content: "\e560"; }

.mi-receipt:before {
  content: "\e8b0"; }

.mi-recent-actors:before {
  content: "\e03f"; }

.mi-record-voice-over:before {
  content: "\e91f"; }

.mi-redeem:before {
  content: "\e8b1"; }

.mi-redo:before {
  content: "\e15a"; }

.mi-refresh:before {
  content: "\e5d5"; }

.mi-remove:before {
  content: "\e15b"; }

.mi-remove-circle:before {
  content: "\e15c"; }

.mi-remove-circle-outline:before {
  content: "\e15d"; }

.mi-remove-from-queue:before {
  content: "\e067"; }

.mi-remove-red-eye:before {
  content: "\e417"; }

.mi-remove-shopping-cart:before {
  content: "\e928"; }

.mi-reorder:before {
  content: "\e8fe"; }

.mi-repeat:before {
  content: "\e040"; }

.mi-repeat-one:before {
  content: "\e041"; }

.mi-replay:before {
  content: "\e042"; }

.mi-replay-10:before {
  content: "\e059"; }

.mi-replay-30:before {
  content: "\e05a"; }

.mi-replay-5:before {
  content: "\e05b"; }

.mi-reply:before {
  content: "\e15e"; }

.mi-reply-all:before {
  content: "\e15f"; }

.mi-report:before {
  content: "\e160"; }

.mi-report-problem:before {
  content: "\e8b2"; }

.mi-restaurant:before {
  content: "\e56c"; }

.mi-restaurant-menu:before {
  content: "\e561"; }

.mi-restore:before {
  content: "\e8b3"; }

.mi-restore-page:before {
  content: "\e929"; }

.mi-ring-volume:before {
  content: "\e0d1"; }

.mi-room:before {
  content: "\e8b4"; }

.mi-room-service:before {
  content: "\eb49"; }

.mi-rotate-90-degrees-ccw:before {
  content: "\e418"; }

.mi-rotate-left:before {
  content: "\e419"; }

.mi-rotate-right:before {
  content: "\e41a"; }

.mi-rounded-corner:before {
  content: "\e920"; }

.mi-router:before {
  content: "\e328"; }

.mi-rowing:before {
  content: "\e921"; }

.mi-rss-feed:before {
  content: "\e0e5"; }

.mi-rv-hookup:before {
  content: "\e642"; }

.mi-satellite:before {
  content: "\e562"; }

.mi-save:before {
  content: "\e161"; }

.mi-scanner:before {
  content: "\e329"; }

.mi-schedule:before {
  content: "\e8b5"; }

.mi-school:before {
  content: "\e80c"; }

.mi-screen-lock-landscape:before {
  content: "\e1be"; }

.mi-screen-lock-portrait:before {
  content: "\e1bf"; }

.mi-screen-lock-rotation:before {
  content: "\e1c0"; }

.mi-screen-rotation:before {
  content: "\e1c1"; }

.mi-screen-share:before {
  content: "\e0e2"; }

.mi-sd-card:before {
  content: "\e623"; }

.mi-sd-storage:before {
  content: "\e1c2"; }

.mi-search:before {
  content: "\e8b6"; }

.mi-security:before {
  content: "\e32a"; }

.mi-select-all:before {
  content: "\e162"; }

.mi-send:before {
  content: "\e163"; }

.mi-sentiment-dissatisfied:before {
  content: "\e811"; }

.mi-sentiment-neutral:before {
  content: "\e812"; }

.mi-sentiment-satisfied:before {
  content: "\e813"; }

.mi-sentiment-very-dissatisfied:before {
  content: "\e814"; }

.mi-sentiment-very-satisfied:before {
  content: "\e815"; }

.mi-settings:before {
  content: "\e8b8"; }

.mi-settings-applications:before {
  content: "\e8b9"; }

.mi-settings-backup-restore:before {
  content: "\e8ba"; }

.mi-settings-bluetooth:before {
  content: "\e8bb"; }

.mi-settings-brightness:before {
  content: "\e8bd"; }

.mi-settings-cell:before {
  content: "\e8bc"; }

.mi-settings-ethernet:before {
  content: "\e8be"; }

.mi-settings-input-antenna:before {
  content: "\e8bf"; }

.mi-settings-input-component:before {
  content: "\e8c0"; }

.mi-settings-input-composite:before {
  content: "\e8c1"; }

.mi-settings-input-hdmi:before {
  content: "\e8c2"; }

.mi-settings-input-svideo:before {
  content: "\e8c3"; }

.mi-settings-overscan:before {
  content: "\e8c4"; }

.mi-settings-phone:before {
  content: "\e8c5"; }

.mi-settings-power:before {
  content: "\e8c6"; }

.mi-settings-remote:before {
  content: "\e8c7"; }

.mi-settings-system-daydream:before {
  content: "\e1c3"; }

.mi-settings-voice:before {
  content: "\e8c8"; }

.mi-share:before {
  content: "\e80d"; }

.mi-shop:before {
  content: "\e8c9"; }

.mi-shop-two:before {
  content: "\e8ca"; }

.mi-shopping-basket:before {
  content: "\e8cb"; }

.mi-shopping-cart:before {
  content: "\e8cc"; }

.mi-short-text:before {
  content: "\e261"; }

.mi-show-chart:before {
  content: "\e6e1"; }

.mi-shuffle:before {
  content: "\e043"; }

.mi-signal-cellular-4-bar:before {
  content: "\e1c8"; }

.mi-signal-cellular-connected-no-internet-4-bar:before {
  content: "\e1cd"; }

.mi-signal-cellular-no-sim:before {
  content: "\e1ce"; }

.mi-signal-cellular-null:before {
  content: "\e1cf"; }

.mi-signal-cellular-off:before {
  content: "\e1d0"; }

.mi-signal-wifi-4-bar:before {
  content: "\e1d8"; }

.mi-signal-wifi-4-bar-lock:before {
  content: "\e1d9"; }

.mi-signal-wifi-off:before {
  content: "\e1da"; }

.mi-sim-card:before {
  content: "\e32b"; }

.mi-sim-card-alert:before {
  content: "\e624"; }

.mi-skip-next:before {
  content: "\e044"; }

.mi-skip-previous:before {
  content: "\e045"; }

.mi-slideshow:before {
  content: "\e41b"; }

.mi-slow-motion-video:before {
  content: "\e068"; }

.mi-smartphone:before {
  content: "\e32c"; }

.mi-smoke-free:before {
  content: "\eb4a"; }

.mi-smoking-rooms:before {
  content: "\eb4b"; }

.mi-sms:before {
  content: "\e625"; }

.mi-sms-failed:before {
  content: "\e626"; }

.mi-snooze:before {
  content: "\e046"; }

.mi-sort:before {
  content: "\e164"; }

.mi-sort-by-alpha:before {
  content: "\e053"; }

.mi-spa:before {
  content: "\eb4c"; }

.mi-space-bar:before {
  content: "\e256"; }

.mi-speaker:before {
  content: "\e32d"; }

.mi-speaker-group:before {
  content: "\e32e"; }

.mi-speaker-notes:before {
  content: "\e8cd"; }

.mi-speaker-notes-off:before {
  content: "\e92a"; }

.mi-speaker-phone:before {
  content: "\e0d2"; }

.mi-spellcheck:before {
  content: "\e8ce"; }

.mi-star:before {
  content: "\e838"; }

.mi-star-border:before {
  content: "\e83a"; }

.mi-star-half:before {
  content: "\e839"; }

.mi-stars:before {
  content: "\e8d0"; }

.mi-stay-current-landscape:before {
  content: "\e0d3"; }

.mi-stay-current-portrait:before {
  content: "\e0d4"; }

.mi-stay-primary-landscape:before {
  content: "\e0d5"; }

.mi-stay-primary-portrait:before {
  content: "\e0d6"; }

.mi-stop:before {
  content: "\e047"; }

.mi-stop-screen-share:before {
  content: "\e0e3"; }

.mi-storage:before {
  content: "\e1db"; }

.mi-store:before {
  content: "\e8d1"; }

.mi-store-mall-directory:before {
  content: "\e563"; }

.mi-straighten:before {
  content: "\e41c"; }

.mi-streetview:before {
  content: "\e56e"; }

.mi-strikethrough-s:before {
  content: "\e257"; }

.mi-style:before {
  content: "\e41d"; }

.mi-subdirectory-arrow-left:before {
  content: "\e5d9"; }

.mi-subdirectory-arrow-right:before {
  content: "\e5da"; }

.mi-subject:before {
  content: "\e8d2"; }

.mi-subscriptions:before {
  content: "\e064"; }

.mi-subtitles:before {
  content: "\e048"; }

.mi-subway:before {
  content: "\e56f"; }

.mi-supervisor-account:before {
  content: "\e8d3"; }

.mi-surround-sound:before {
  content: "\e049"; }

.mi-swap-calls:before {
  content: "\e0d7"; }

.mi-swap-horiz:before {
  content: "\e8d4"; }

.mi-swap-vert:before {
  content: "\e8d5"; }

.mi-swap-vertical-circle:before {
  content: "\e8d6"; }

.mi-switch-camera:before {
  content: "\e41e"; }

.mi-switch-video:before {
  content: "\e41f"; }

.mi-sync:before {
  content: "\e627"; }

.mi-sync-disabled:before {
  content: "\e628"; }

.mi-sync-problem:before {
  content: "\e629"; }

.mi-system-update:before {
  content: "\e62a"; }

.mi-system-update-alt:before {
  content: "\e8d7"; }

.mi-tab:before {
  content: "\e8d8"; }

.mi-tab-unselected:before {
  content: "\e8d9"; }

.mi-tablet:before {
  content: "\e32f"; }

.mi-tablet-android:before {
  content: "\e330"; }

.mi-tablet-mac:before {
  content: "\e331"; }

.mi-tag-faces:before {
  content: "\e420"; }

.mi-tap-and-play:before {
  content: "\e62b"; }

.mi-terrain:before {
  content: "\e564"; }

.mi-text-fields:before {
  content: "\e262"; }

.mi-text-format:before {
  content: "\e165"; }

.mi-textsms:before {
  content: "\e0d8"; }

.mi-texture:before {
  content: "\e421"; }

.mi-theaters:before {
  content: "\e8da"; }

.mi-thumb-down:before {
  content: "\e8db"; }

.mi-thumb-up:before {
  content: "\e8dc"; }

.mi-thumbs-up-down:before {
  content: "\e8dd"; }

.mi-time-to-leave:before {
  content: "\e62c"; }

.mi-timelapse:before {
  content: "\e422"; }

.mi-timeline:before {
  content: "\e922"; }

.mi-timer:before {
  content: "\e425"; }

.mi-timer-10:before {
  content: "\e423"; }

.mi-timer-3:before {
  content: "\e424"; }

.mi-timer-off:before {
  content: "\e426"; }

.mi-title:before {
  content: "\e264"; }

.mi-toc:before {
  content: "\e8de"; }

.mi-today:before {
  content: "\e8df"; }

.mi-toll:before {
  content: "\e8e0"; }

.mi-tonality:before {
  content: "\e427"; }

.mi-touch-app:before {
  content: "\e913"; }

.mi-toys:before {
  content: "\e332"; }

.mi-track-changes:before {
  content: "\e8e1"; }

.mi-traffic:before {
  content: "\e565"; }

.mi-train:before {
  content: "\e570"; }

.mi-tram:before {
  content: "\e571"; }

.mi-transfer-within-a-station:before {
  content: "\e572"; }

.mi-transform:before {
  content: "\e428"; }

.mi-translate:before {
  content: "\e8e2"; }

.mi-trending-down:before {
  content: "\e8e3"; }

.mi-trending-flat:before {
  content: "\e8e4"; }

.mi-trending-up:before {
  content: "\e8e5"; }

.mi-tune:before {
  content: "\e429"; }

.mi-turned-in:before {
  content: "\e8e6"; }

.mi-turned-in-not:before {
  content: "\e8e7"; }

.mi-tv:before {
  content: "\e333"; }

.mi-unarchive:before {
  content: "\e169"; }

.mi-undo:before {
  content: "\e166"; }

.mi-unfold-less:before {
  content: "\e5d6"; }

.mi-unfold-more:before {
  content: "\e5d7"; }

.mi-update:before {
  content: "\e923"; }

.mi-usb:before {
  content: "\e1e0"; }

.mi-verified-user:before {
  content: "\e8e8"; }

.mi-vertical-align-bottom:before {
  content: "\e258"; }

.mi-vertical-align-center:before {
  content: "\e259"; }

.mi-vertical-align-top:before {
  content: "\e25a"; }

.mi-vibration:before {
  content: "\e62d"; }

.mi-video-call:before {
  content: "\e070"; }

.mi-video-label:before {
  content: "\e071"; }

.mi-video-library:before {
  content: "\e04a"; }

.mi-videocam:before {
  content: "\e04b"; }

.mi-videocam-off:before {
  content: "\e04c"; }

.mi-videogame-asset:before {
  content: "\e338"; }

.mi-view-agenda:before {
  content: "\e8e9"; }

.mi-view-array:before {
  content: "\e8ea"; }

.mi-view-carousel:before {
  content: "\e8eb"; }

.mi-view-column:before {
  content: "\e8ec"; }

.mi-view-comfy:before {
  content: "\e42a"; }

.mi-view-compact:before {
  content: "\e42b"; }

.mi-view-day:before {
  content: "\e8ed"; }

.mi-view-headline:before {
  content: "\e8ee"; }

.mi-view-list:before {
  content: "\e8ef"; }

.mi-view-module:before {
  content: "\e8f0"; }

.mi-view-quilt:before {
  content: "\e8f1"; }

.mi-view-stream:before {
  content: "\e8f2"; }

.mi-view-week:before {
  content: "\e8f3"; }

.mi-vignette:before {
  content: "\e435"; }

.mi-visibility:before {
  content: "\e8f4"; }

.mi-visibility-off:before {
  content: "\e8f5"; }

.mi-voice-chat:before {
  content: "\e62e"; }

.mi-voicemail:before {
  content: "\e0d9"; }

.mi-volume-down:before {
  content: "\e04d"; }

.mi-volume-mute:before {
  content: "\e04e"; }

.mi-volume-off:before {
  content: "\e04f"; }

.mi-volume-up:before {
  content: "\e050"; }

.mi-vpn-key:before {
  content: "\e0da"; }

.mi-vpn-lock:before {
  content: "\e62f"; }

.mi-wallpaper:before {
  content: "\e1bc"; }

.mi-warning:before {
  content: "\e002"; }

.mi-watch:before {
  content: "\e334"; }

.mi-watch-later:before {
  content: "\e924"; }

.mi-wb-auto:before {
  content: "\e42c"; }

.mi-wb-cloudy:before {
  content: "\e42d"; }

.mi-wb-incandescent:before {
  content: "\e42e"; }

.mi-wb-iridescent:before {
  content: "\e436"; }

.mi-wb-sunny:before {
  content: "\e430"; }

.mi-wc:before {
  content: "\e63d"; }

.mi-web:before {
  content: "\e051"; }

.mi-web-asset:before {
  content: "\e069"; }

.mi-weekend:before {
  content: "\e16b"; }

.mi-whatshot:before {
  content: "\e80e"; }

.mi-widgets:before {
  content: "\e1bd"; }

.mi-wifi:before {
  content: "\e63e"; }

.mi-wifi-lock:before {
  content: "\e1e1"; }

.mi-wifi-tethering:before {
  content: "\e1e2"; }

.mi-work:before {
  content: "\e8f9"; }

.mi-wrap-text:before {
  content: "\e25b"; }

.mi-youtube-searched-for:before {
  content: "\e8fa"; }

.mi-zoom-in:before {
  content: "\e8ff"; }

.mi-zoom-out:before {
  content: "\e900"; }

.mi-zoom-out-map:before {
  content: "\e56b"; }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -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 {
  -webkit-box-sizing: border-box;
          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; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

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

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

.row {
  max-width: 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: -0.625rem;
    margin-left: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.9375rem;
        margin-left: -0.9375rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }

.column, .columns {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .column, .columns {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child:last-child, .end.columns:last-child:last-child {
    float: left; }

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

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

.small-1 {
  width: 8.33333%; }

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

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

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

.small-2 {
  width: 16.66667%; }

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

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

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

.small-3 {
  width: 25%; }

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

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

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

.small-4 {
  width: 33.33333%; }

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

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

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

.small-5 {
  width: 41.66667%; }

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

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

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

.small-6 {
  width: 50%; }

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

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

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

.small-7 {
  width: 58.33333%; }

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

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

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

.small-8 {
  width: 66.66667%; }

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

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

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

.small-9 {
  width: 75%; }

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

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

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

.small-10 {
  width: 83.33333%; }

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

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

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

.small-11 {
  width: 91.66667%; }

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

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

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

.small-12 {
  width: 100%; }

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

.small-up-1 > .column, .small-up-1 > .columns {
  float: left;
  width: 100%; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  float: left;
  width: 50%; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  float: left;
  width: 33.33333%; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  float: left;
  width: 25%; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  float: left;
  width: 20%; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  float: left;
  width: 16.66667%; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  float: left;
  width: 14.28571%; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  float: left;
  width: 12.5%; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    line-height: 0;
    color: #9B9B9B; }

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

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

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

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

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

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

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

a {
  line-height: inherit;
  color: #1779ba;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #1468a0; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #9B9B9B; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #464646; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #464646; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

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

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

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

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

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

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

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

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

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

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

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

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

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

@media print {
  * {
    background: transparent !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #464646;
    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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #9B9B9B;
  border-radius: 0;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
          box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #464646;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #9B9B9B;
            box-shadow: 0 0 5px #9B9B9B;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

input::placeholder,
textarea::placeholder {
  color: #9B9B9B; }

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

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

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

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

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

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

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

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

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

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #9B9B9B;
  background: #eaeaea;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  width: 1%;
  height: 100%; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

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

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%;
  height: 100%; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: 2.5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

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

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

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

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #9B9B9B; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem;
    background: #fefefe; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #9B9B9B;
  border-radius: 0;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #0a0a0a;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2870, 70, 70%29'></polygon></svg>");
  -webkit-background-origin: content-box;
          background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  -webkit-background-size: 9px 6px;
          background-size: 9px 6px;
  padding-right: 1.5rem;
  -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #464646;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #9B9B9B;
            box-shadow: 0 0 5px #9B9B9B;
    -webkit-transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out, -webkit-box-shadow 0.5s; }
  select:disabled {
    background-color: #eaeaea;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

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

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

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

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0.3125rem;
  -webkit-transition: background-color 0.25s ease-out, color 0.25s ease-out;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #14679e;
    color: #fefefe; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #1779ba;
    color: #fefefe; }
    .button.primary:hover, .button.primary:focus {
      background-color: #126195;
      color: #fefefe; }
  .button.secondary {
    background-color: #767676;
    color: #fefefe; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button.success {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button.warning {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .button.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow {
    border: 1px solid #1779ba;
    color: #1779ba; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c3d5d;
      color: #0c3d5d; }
    .button.hollow.primary {
      border: 1px solid #1779ba;
      color: #1779ba; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c3d5d;
        color: #0c3d5d; }
    .button.hollow.secondary {
      border: 1px solid #767676;
      color: #767676; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3b3b3b;
        color: #3b3b3b; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #1779ba;
      color: #fefefe; }
    .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: #1779ba;
        color: #fefefe; }
    .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: #767676;
        color: #fefefe; }
    .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: #3adb76;
        color: #0a0a0a; }
    .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: #ffae00;
        color: #0a0a0a; }
    .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: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fefefe transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #1779ba; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #767676; }
  .button.dropdown.hollow.success::after {
    border-top-color: #3adb76; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

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

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

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

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #eaeaea;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #eaeaea;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #eaeaea; }
  .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 #eaeaea;
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #eaeaea; }

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #fefefe; }
  .badge.primary {
    background: #1779ba;
    color: #fefefe; }
  .badge.secondary {
    background: #767676;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #0a0a0a; }
  .badge.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .badge.alert {
    background: #cc4b37;
    color: #fefefe; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' '; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0a0a0a;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #9B9B9B; }
  .breadcrumbs a {
    color: #1779ba; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #9B9B9B;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' '; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded {
    margin-right: -1px; }
    .button-group.expanded::before, .button-group.expanded::after {
      display: none; }
    .button-group.expanded .button:first-child:last-child {
      width: 100%; }
    .button-group.expanded .button:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button {
      display: inline-block;
      width: calc(50% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(2):last-child, .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button {
      display: inline-block;
      width: calc(33.33333% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(3):last-child, .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button {
      display: inline-block;
      width: calc(25% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(4):last-child, .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button {
      display: inline-block;
      width: calc(20% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(5):last-child, .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button {
      display: inline-block;
      width: calc(16.66667% - 1px);
      margin-right: 1px; }
      .button-group.expanded .button:first-child:nth-last-child(6):last-child, .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child {
        margin-right: -6px; }
  .button-group.primary .button {
    background-color: #1779ba;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #126195;
      color: #fefefe; }
  .button-group.secondary .button {
    background-color: #767676;
    color: #fefefe; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5e5e5e;
      color: #fefefe; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #0a0a0a; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #0a0a0a; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #0a0a0a; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #0a0a0a; }
  .button-group.alert .button {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      width: auto;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0a0a0a; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7ecfa;
    color: #0a0a0a; }
  .callout.secondary {
    background-color: #eaeaea;
    color: #0a0a0a; }
  .callout.success {
    background-color: #e1faea;
    color: #0a0a0a; }
  .callout.warning {
    background-color: #fff3d9;
    color: #0a0a0a; }
  .callout.alert {
    background-color: #f7e4e1;
    color: #0a0a0a; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

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

.card-divider {
  padding: 1rem;
  background: #eaeaea; }
  .card-divider > :last-child {
    margin-bottom: 0; }

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

.close-button {
  position: absolute;
  color: #464646;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    vertical-align: middle; }
    .menu > li > a img + span,
    .menu > li > a i + span,
    .menu > li > a svg + span {
      vertical-align: middle; }
  .menu > li > a img,
  .menu > li > a i,
  .menu > li > a svg {
    margin-right: 0.25rem;
    display: inline-block; }
  .menu > li, .menu.horizontal > li {
    display: table-cell; }
  .menu.expanded {
    display: table;
    width: 100%;
    table-layout: fixed; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.vertical > li {
    display: block; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.medium-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.medium-vertical > li {
      display: block; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-expanded {
      display: table;
      width: 100%;
      table-layout: fixed; }
      .menu.large-expanded > li:first-child:last-child {
        width: 100%; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple li {
    display: inline-block;
    vertical-align: top;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .menu.simple li {
    margin-left: 0;
    margin-right: 1rem; }
  .menu.simple.align-right li {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.align-right::before, .menu.align-right::after {
    display: table;
    content: ' '; }
  .menu.align-right::after {
    clear: both; }
  .menu.align-right > li {
    float: right; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i,
    .menu.icon-top > li > a svg {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.icon-top.vertical a > span {
    margin: auto; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    background: #1779ba;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #eaeaea; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #eaeaea; }

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

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block;
    vertical-align: top; }

.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: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon:hover::after {
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0a0a0a;
    -webkit-box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
            box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #464646;
    -webkit-box-shadow: 0 7px 0 #464646, 0 14px 0 #464646;
            box-shadow: 0 7px 0 #464646, 0 14px 0 #464646; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #9B9B9B;
  background: #fefefe; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #1779ba transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #1779ba; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #fefefe; }
  .label.primary {
    background: #1779ba;
    color: #fefefe; }
  .label.secondary {
    background: #767676;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #0a0a0a; }
  .label.warning {
    background: #ffae00;
    color: #0a0a0a; }
  .label.alert {
    background: #cc4b37;
    color: #fefefe; }

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

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

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

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

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

.off-canvas {
  position: fixed;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #eaeaea; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-overlap {
    z-index: 10; }
    .off-canvas.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 1;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #eaeaea; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 10; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
              box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(-250px);
      -ms-transform: translateX(-250px);
          transform: translateX(-250px);
  overflow-y: auto; }
  .position-left.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(250px);
        -ms-transform: translateX(250px);
            transform: translateX(250px); }
  .position-left.is-transition-push::after {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-left.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-right {
  top: 0;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transform: translateX(250px);
      -ms-transform: translateX(250px);
          transform: translateX(250px);
  overflow-y: auto; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-250px);
        -ms-transform: translateX(-250px);
            transform: translateX(-250px); }
  .position-right.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 1px;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-right.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(-250px);
      -ms-transform: translateY(-250px);
          transform: translateY(-250px);
  overflow-x: auto; }
  .position-top.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(250px);
        -ms-transform: translateY(250px);
            transform: translateY(250px); }
  .position-top.is-transition-push::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-top.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 250px;
  -webkit-transform: translateY(250px);
      -ms-transform: translateY(250px);
          transform: translateY(250px);
  overflow-x: auto; }
  .position-bottom.is-open ~ .off-canvas-content {
    -webkit-transform: translateY(-250px);
        -ms-transform: translateY(-250px);
            transform: translateY(-250px); }
  .position-bottom.is-transition-push::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    -webkit-box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
            box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
    content: " "; }
  .position-bottom.is-transition-overlap.is-open ~ .off-canvas-content {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none; }

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

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

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

.orbit {
  position: relative; }

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

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

.orbit-figure {
  margin: 0; }

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

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

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

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

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #9B9B9B; }
    .orbit-bullets button:hover {
      background-color: #464646; }
    .orbit-bullets button.is-active {
      background-color: #464646; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' '; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0a0a0a; }
    .pagination a:hover,
    .pagination button:hover {
      background: #eaeaea; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #1779ba;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #9B9B9B;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0a0a0a; }

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #9B9B9B; }
  .progress.primary .progress-meter {
    background-color: #1779ba; }
  .progress.secondary .progress-meter {
    background-color: #767676; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }
  .progress.alert .progress-meter {
    background-color: #cc4b37; }

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

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

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

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

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #14679e; }
  .slider-handle.is-dragging {
    -webkit-transition: all 0s linear;
    transition: all 0s linear; }

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

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

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

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

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

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

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  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(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #9B9B9B;
  border-radius: 0;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal .reveal {
      right: auto;
      left: auto;
      margin: 0 auto; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 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: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

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

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

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #9B9B9B;
  -webkit-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fefefe;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #1779ba; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

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

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

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

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f8f8f8;
    color: #0a0a0a; }
  tfoot {
    background: #f1f1f1;
    color: #0a0a0a; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f1f1f1; }
  table.unstriped tbody {
    background-color: #fefefe; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f1f1f1;
      background-color: #fefefe; }

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

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

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

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

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

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

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

.tabs {
  margin: 0;
  border: 1px solid #eaeaea;
  background: #fefefe;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' '; }
  .tabs::after {
    clear: both; }

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

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

.tabs.primary {
  background: #1779ba; }
  .tabs.primary > li > a {
    color: #fefefe; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1673b1; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #1779ba; }
    .tabs-title > a:hover {
      background: #fefefe;
      color: #1468a0; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #eaeaea;
      color: #1779ba; }

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

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

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

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

a.thumbnail {
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
            box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #eaeaea;
  color: #0a0a0a; }
  .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 #464646;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0a0a0a;
  font-size: 80%;
  color: #fefefe; }
  .tooltip::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0a0a0a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0a0a0a transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0a0a0a;
    top: 50%;
    bottom: auto;
    left: 100%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0a0a0a transparent transparent;
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #eaeaea; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar .top-bar-left,
    .top-bar .top-bar-right {
      width: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium .top-bar-left,
    .top-bar.stacked-for-medium .top-bar-right {
      width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large .top-bar-left,
    .top-bar.stacked-for-large .top-bar-right {
      width: 100%; } }

.top-bar-title {
  display: inline-block;
  float: left;
  padding: 0.5rem 1rem 0.5rem 0; }
  .top-bar-title .menu-icon {
    bottom: 2px; }

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

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

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' '; }

.clearfix::after {
  clear: both; }

.slide-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  opacity: 1;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transition-duration: 500ms;
          transition-duration: 500ms;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  -webkit-transition-duration: 750ms !important;
          transition-duration: 750ms !important; }

.fast {
  -webkit-transition-duration: 250ms !important;
          transition-duration: 250ms !important; }

.linear {
  -webkit-transition-timing-function: linear !important;
          transition-timing-function: linear !important; }

.ease {
  -webkit-transition-timing-function: ease !important;
          transition-timing-function: ease !important; }

.ease-in {
  -webkit-transition-timing-function: ease-in !important;
          transition-timing-function: ease-in !important; }

.ease-out {
  -webkit-transition-timing-function: ease-out !important;
          transition-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-transition-timing-function: ease-in-out !important;
          transition-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-transition-delay: 300ms !important;
          transition-delay: 300ms !important; }

.long-delay {
  -webkit-transition-delay: 700ms !important;
          transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
nav {
  z-index: 1001;
  position: relative; }

.site-desktop-title a {
  font-weight: bold; }

.top-bar,
.top-bar ul {
  background: #ffffff; }

.top-bar {
  padding: 0px; }

#logo {
  max-width: 180px;
  margin: 13px 0px 12px 50px;
  outline: 0; }

.menu-trigger {
  color: #00B6CB;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  height: 95px;
  width: 120px;
  display: block;
  float: left;
  outline: 0;
  border-left: 1px solid #EAEAEA;
  position: relative; }
  .menu-trigger:active, .menu-trigger:visited {
    color: #00B6CB; }
  .menu-trigger i {
    position: absolute;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 28px; }
  .menu-trigger p {
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 0px; }
  .menu-trigger.close {
    color: #9B9B9B !important; }

.translate-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  height: 95px;
  width: 65px;
  float: left; }

.search-trigger {
  float: left;
  display: block;
  width: 180px;
  text-align: center;
  border-left: 1px solid #EAEAEA;
  height: 95px;
  color: #9B9B9B;
  position: relative;
  outline: 0; }
  .search-trigger.open {
    background: #9B9B9B; }
    .search-trigger.open .search-icon {
      position: absolute;
      bottom: -30px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
  .search-trigger.close .search-icon {
    position: absolute;
    left: 42px;
    top: 7px; }
  .search-trigger p {
    padding-left: 34px; }
  .search-trigger .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0; }
  .search-trigger p {
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    margin-bottom: 0px; }

body.is-reveal-open {
  overflow: visible; }

.reveal-overlay {
  overflow-y: hidden; }

#menu-overlay {
  padding: 0px;
  background: rgba(12, 30, 55, 0.92); }
  #menu-overlay .input-group {
    max-width: 620px;
    float: right; }
    #menu-overlay .input-group input[type=submit], #menu-overlay .input-group button.search-button {
      width: 180px;
      margin-right: 119px;
      background-color: #9B9B9B;
      border: none;
      color: #ffffff;
      font-size: 16px;
      line-height: 18px;
      height: 70px;
      border-left: 1px solid #9B9B9B;
      text-transform: uppercase; }
    #menu-overlay .input-group input.input-group-field {
      background-color: #ffffff !important;
      background: #ffffff !important;
      border-top: 1px solid #eaeaea;
      -webkit-box-shadow: none;
              box-shadow: none;
      height: 70px;
      padding: 10px 20px;
      border-right: none; }
  #menu-overlay .menu {
    padding-left: 80px;
    padding-right: 80px;
    margin-top: 120px;
    margin-right: auto;
    margin-left: auto; }
  #menu-overlay h1 {
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 48px;
    padding-bottom: 20px; }
  #menu-overlay .menu-list-items {
    margin: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0px; }
    #menu-overlay .menu-list-items .columns {
      padding-top: 15px;
      padding-bottom: 15px; }
    #menu-overlay .menu-list-items a {
      color: #ffffff;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: bold;
      font-size: 18px; }

.mobile-menu {
  display: none; }

.mobile-menu .is-accordion-submenu-parent > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent > a::after {
  border-color: #1779ba transparent transparent; }

.mobile-menu .is-accordion-submenu-parent.active > a::after,
.mobile-off-canvas-menu .is-accordion-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

.mobile-menu .current_page_item > a,
.mobile-off-canvas-menu .current_page_item > a {
  font-weight: bold; }

.desktop-menu li.is-dropdown-submenu-parent > a::after {
  border-color: #1779ba transparent transparent; }

.desktop-menu li.is-dropdown-submenu-parent.active > a::after {
  border-color: #fefefe transparent transparent; }

@media screen and (max-width: 39.9375em) {
  .site-navigation {
    padding: 0; } }

.post-navigation::before, .post-navigation::after {
  display: table;
  content: ' '; }

.post-navigation::after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#menu-top-menu li {
  display: block; }

#overlay-menu {
  background: #0C1E37 !important;
  padding: 80px 20px 40px 20px;
  text-align: center; }
  #overlay-menu .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }
  #overlay-menu img {
    width: 200px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    opacity: 0; }
  #overlay-menu .social {
    width: 190px;
    margin: 30px auto 0px auto;
    opacity: 0; }
    #overlay-menu .social .social-circle {
      background: #ffffff; }
      #overlay-menu .social .social-circle i {
        color: #00B6CB; }
    #overlay-menu .social .columns {
      padding-left: 11px;
      padding-right: 11px; }
  #overlay-menu li:nth-child(1) a {
    -webkit-transition: opacity 1.2s ease, color 0.3s ease-in-out;
    transition: opacity 1.2s ease, color 0.3s ease-in-out; }
  #overlay-menu li:nth-child(2) a {
    -webkit-transition: opacity 0.9s ease, color 0.3s ease-in-out;
    transition: opacity 0.9s ease, color 0.3s ease-in-out; }
  #overlay-menu li:nth-child(3) a {
    -webkit-transition: opacity 0.6s ease, color 0.3s ease-in-out;
    transition: opacity 0.6s ease, color 0.3s ease-in-out; }
  #overlay-menu li:nth-child(4) a {
    -webkit-transition: opacity 0.3s ease, color 0.3s ease-in-out;
    transition: opacity 0.3s ease, color 0.3s ease-in-out; }
  #overlay-menu li:nth-child(5) a {
    -webkit-transition: opacity 0s ease, color 0.3s ease-in-out;
    transition: opacity 0s ease, color 0.3s ease-in-out; }
  #overlay-menu li:nth-child(6) a {
    -webkit-transition: opacity -0.3s ease, color 0.3s ease-in-out;
    transition: opacity -0.3s ease, color 0.3s ease-in-out; }
  #overlay-menu li:nth-child(7) a {
    -webkit-transition: opacity -0.6s ease, color 0.3s ease-in-out;
    transition: opacity -0.6s ease, color 0.3s ease-in-out; }
  #overlay-menu li:nth-child(8) a {
    -webkit-transition: opacity -0.9s ease, color 0.3s ease-in-out;
    transition: opacity -0.9s ease, color 0.3s ease-in-out; }
  #overlay-menu li:nth-child(9) a {
    -webkit-transition: opacity -1.2s ease, color 0.3s ease-in-out;
    transition: opacity -1.2s ease, color 0.3s ease-in-out; }
  #overlay-menu li:nth-child(10) a {
    -webkit-transition: opacity -1.5s ease, color 0.3s ease-in-out;
    transition: opacity -1.5s ease, color 0.3s ease-in-out; }
  #overlay-menu li a {
    color: #ffffff;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    opacity: 0; }
  #overlay-menu.is-open li:nth-child(1) a {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease, color 0.3s ease-in-out;
    transition: opacity 0.4s ease, color 0.3s ease-in-out; }
  #overlay-menu.is-open li:nth-child(2) a {
    opacity: 1;
    -webkit-transition: opacity 0.8s ease, color 0.3s ease-in-out;
    transition: opacity 0.8s ease, color 0.3s ease-in-out; }
  #overlay-menu.is-open li:nth-child(3) a {
    opacity: 1;
    -webkit-transition: opacity 1.2s ease, color 0.3s ease-in-out;
    transition: opacity 1.2s ease, color 0.3s ease-in-out; }
  #overlay-menu.is-open li:nth-child(4) a {
    opacity: 1;
    -webkit-transition: opacity 1.6s ease, color 0.3s ease-in-out;
    transition: opacity 1.6s ease, color 0.3s ease-in-out; }
  #overlay-menu.is-open li:nth-child(5) a {
    opacity: 1;
    -webkit-transition: opacity 2s ease, color 0.3s ease-in-out;
    transition: opacity 2s ease, color 0.3s ease-in-out; }
  #overlay-menu.is-open li:nth-child(6) a {
    opacity: 1;
    -webkit-transition: opacity 2.4s ease, color 0.3s ease-in-out;
    transition: opacity 2.4s ease, color 0.3s ease-in-out; }
  #overlay-menu.is-open li:nth-child(7) a {
    opacity: 1;
    -webkit-transition: opacity 2.8s ease, color 0.3s ease-in-out;
    transition: opacity 2.8s ease, color 0.3s ease-in-out; }
  #overlay-menu.is-open li:nth-child(8) a {
    opacity: 1;
    -webkit-transition: opacity 3.2s ease, color 0.3s ease-in-out;
    transition: opacity 3.2s ease, color 0.3s ease-in-out; }
  #overlay-menu.is-open li:nth-child(9) a {
    opacity: 1;
    -webkit-transition: opacity 3.6s ease, color 0.3s ease-in-out;
    transition: opacity 3.6s ease, color 0.3s ease-in-out; }
  #overlay-menu.is-open li:nth-child(10) a {
    opacity: 1;
    -webkit-transition: opacity 4s ease, color 0.3s ease-in-out;
    transition: opacity 4s ease, color 0.3s ease-in-out; }
  #overlay-menu.is-open .social {
    opacity: 1;
    -webkit-transition: opacity 4s ease;
    transition: opacity 4s ease; }
  #overlay-menu.is-open img {
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; }
  @media screen and (max-width: 63.9375em) {
    #overlay-menu li a {
      padding: 8px 0px; }
    #overlay-menu img {
      margin-bottom: 20px; }
    #overlay-menu .social {
      margin: 20px auto 0px auto; } }
  @media screen and (max-width: 39.9375em) {
    #overlay-menu li a {
      padding: 6px 0px;
      font-size: 14px; }
    #overlay-menu img {
      width: 160px;
      margin-bottom: 15px; }
    #overlay-menu .social {
      margin: 15px auto 0px auto; } }

.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0); }

.js-off-canvas-overlay {
  background: rgba(0, 0, 0, 0.3);
  border: none; }

.position-right.is-transition-push::after {
  -webkit-box-shadow: none;
          box-shadow: none; }

.position-right {
  width: 400px;
  height: 100%;
  -webkit-transform: translateX(400px);
  -ms-transform: translateX(400px);
  transform: translateX(400px);
  overflow-y: auto; }
  .position-right::-webkit-scrollbar {
    display: none !important; }

.position-right.is-open ~ .off-canvas-content {
  -webkit-transform: translateX(-180px);
  -ms-transform: translateX(-180px);
  transform: translateX(-180px);
  -webkit-transition: -webkit-transform .7s ease-in-out;
  transition: -webkit-transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out, -webkit-transform .7s ease-in-out;
  -webkit-transition-delay: .3s;
  /* Safari */
  transition-delay: .2s; }

@media screen and (max-width: 39.9375em) {
  .top-bar .top-bar-left {
    width: 70%;
    height: 75px; }
  .top-bar .top-bar-right {
    width: 30%;
    max-width: 95px;
    height: 75px; }
  .position-right.is-open ~ .off-canvas-content {
    -webkit-transform: translateX(-180px);
    -ms-transform: translateX(-180px);
    transform: translateX(-180px); }
  .position-right {
    width: 280px;
    -webkit-transform: translateX(280px);
    -ms-transform: translateX(280px);
    transform: translateX(280px); }
  .desktop-menu, .site-navigation .top-bar-left {
    display: block; }
  #logo {
    max-width: 120px;
    margin: 12px 0px 0px 21px;
    outline: 0; }
  .menu-trigger {
    width: 60px;
    float: right;
    height: 75px; }
    .menu-trigger i {
      font-size: 19px; }
  .translate-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    height: 75px;
    width: 20px;
    float: left; }
  #overlay-menu li a {
    font-size: 14px; } }

@media (min-width: 1400px) {
  .position-right {
    width: 600px;
    height: 100%;
    -webkit-transform: translateX(600px);
    -ms-transform: translateX(600px);
    transform: translateX(600px);
    -webkit-transition: -webkit-transform .5s ease-in-out;
    transition: -webkit-transform .5s ease-in-out;
    transition: transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
    overflow-y: auto; }
    .position-right::-webkit-scrollbar {
      display: none !important; }
  #overlay-menu .social {
    width: 230px;
    margin: 50px auto 0px auto; }
  #overlay-menu img {
    width: 260px;
    margin-bottom: 50px; }
  #overlay-menu li {
    padding-bototm: 8px; }
    #overlay-menu li a {
      font-size: 21px; } }

#overlay-menu li a:hover, .close-button span:hover {
  color: rgba(255, 255, 255, 0.5) !important; }

#overlay-menu .close-button {
  right: 25px;
  top: 18px;
  right: 40px;
  z-index: 5; }
  #overlay-menu .close-button span {
    color: #ffffff;
    -webkit-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out; }
  #overlay-menu .close-button span {
    font-size: 48px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #overlay-menu .close-button span {
      font-size: 38px; } }
  @media screen and (max-width: 39.9375em) {
    #overlay-menu .close-button {
      top: 16px;
      right: 20px; }
      #overlay-menu .close-button span {
        font-size: 34px; } }

#overlay-menu .social {
  width: 180px; }
  #overlay-menu .social a {
    width: 41px;
    height: 41px;
    line-height: 41px;
    font-size: 20px;
    margin-right: 24px;
    display: inline-block;
    color: #f8f8f8;
    border-radius: 100%;
    border: 1px solid #979797;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    #overlay-menu .social a.linkedin {
      line-height: 39px; }
    #overlay-menu .social a:hover {
      border-color: #00B6CB;
      background-color: #00B6CB; }
  @media screen and (max-width: 39.9375em) {
    #overlay-menu .social {
      width: 135px; }
      #overlay-menu .social a {
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 14px; }
        #overlay-menu .social a.linkedin {
          line-height: 30px; }
      #overlay-menu .social #overlay-menu .close-button span {
        font-size: 28px; } }

.reveal-overlay {
  background-color: rgba(0, 0, 0, 0.8); }

.main-wrap {
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1rem; }
  .main-wrap::before, .main-wrap::after {
    display: table;
    content: ' '; }
  .main-wrap::after {
    clear: both; }
  @media print, screen and (min-width: 40em) {
    .main-wrap {
      margin-top: 3rem; } }

.main-content {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .main-content:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .full-width.main-wrap .main-content {
      width: 100%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .full-width.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .full-width.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-left.main-wrap .main-content {
      width: 66.66667%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: 33.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar-left.main-wrap .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar-left.main-wrap .main-content:last-child:not(:first-child) {
        float: right; } }

.sidebar {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .sidebar:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 40em) {
    .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar:last-child:not(:first-child) {
        float: right; } }
  @media print, screen and (min-width: 40em) {
    .sidebar-left.main-wrap .sidebar {
      width: 33.33333%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      position: relative;
      left: -66.66667%;
      margin-top: 1rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .sidebar-left.main-wrap .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 40em) {
      .sidebar-left.main-wrap .sidebar:last-child:not(:first-child) {
        float: right; } }

.footer-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  background: #464646; }

.footer {
  position: relative;
  max-width: 75rem;
  margin-right: auto;
  margin-left: auto;
  background: #464646;
  padding-top: 40px;
  padding-bottom: 20px; }
  .footer::before, .footer::after {
    display: table;
    content: ' '; }
  .footer::after {
    clear: both; }

footer .columns {
  position: relative; }

footer .social {
  width: 180px; }
  footer .social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin-right: 24px;
    display: inline-block;
    color: #f8f8f8;
    border-radius: 100%;
    border: 1px solid #979797;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    footer .social a:hover {
      border-color: #00B6CB;
      background-color: #00B6CB; }
  footer .social .columns {
    padding: 0px;
    text-align: center; }

footer ul {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0; }
  footer ul li {
    list-style: none;
    display: inline;
    padding-right: 15px; }
    footer ul li:last-child {
      padding-right: 0px; }
    footer ul li a {
      color: #ffffff;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      footer ul li a:hover, footer ul li a:focus {
        color: #c8c8c8; }

footer p {
  font-size: 12px;
  line-height: 17px;
  color: #9B9B9B;
  text-align: center;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto; }

footer .copy {
  padding-top: 35px; }

@media screen and (max-width: 39.9375em) {
  footer .social .columns {
    padding-right: 10px; }
  footer .social {
    width: 140px; } }

body#tinymce {
  height: auto;
  max-width: 75rem;
  padding: 1.25rem !important; }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  -webkit-box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
          box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.flex-card-example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media print, screen and (min-width: 40em) {
    .flex-card-example {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }
  .flex-card-example .card {
    width: 100%; }
    .flex-card-example .card img {
      width: 100%; }
    @media print, screen and (min-width: 40em) {
      .flex-card-example .card {
        width: 32%; } }
    .flex-card-example .card .card-content {
      padding: 1rem; }

.featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .featured-hero {
      height: 12.5rem; } }
  @media screen and (min-width: 75em) {
    .featured-hero {
      height: 25rem; } }

.dotted {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif; }

a {
  outline: 0; }

.button {
  text-transform: uppercase;
  border-radius: 5px;
  padding: 16px 34px 14px 34px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  display: block;
  position: relative; }
  .button.lg {
    padding-top: 29px;
    padding-bottom: 26px; }
  .button.no-border {
    border: none; }
  .button.white {
    background: #ffffff; }
  .button.blue {
    background: #00B6CB; }
    .button.blue:hover {
      background: #008898; }
  .button.dark-blue {
    background: #1B4176; }
    .button.dark-blue:hover {
      background: #122a4c; }
  @media screen and (max-width: 39.9375em) {
    .button {
      font-size: 14px;
      padding: 16px 0px 14px 0px; } }

.hero {
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  position: relative; }
  .hero .hero-animate {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    animation: zoomOutAnimation 5s;
    -webkit-animation: zoomOutAnimation 2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: zoomOutAnimation 2s;
    /* IE 10+, Fx 29+ */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }
  .hero.page-404 {
    min-height: 500px; }
  .hero.small {
    min-height: 330px; }
    @media screen and (max-width: 63.9375em) {
      .hero.small {
        min-height: 280px; }
        .hero.small .content h1 {
          font-size: 38px !important;
          line-height: 42px !important;
          margin-bottom: 0px;
          padding-left: 15px;
          padding-right: 15px; } }
    @media screen and (max-width: 39.9375em) {
      .hero.small {
        min-height: 180px; }
        .hero.small .content h1 {
          font-size: 24px !important;
          line-height: 28px !important; } }
  .hero .content {
    font-family: "Source Sans Pro", sans-serif;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto; }
    .hero .content h1 {
      font-size: 48px;
      letter-spacing: 1px;
      color: #ffffff;
      text-align: center; }
    .hero .content p {
      font-size: 18px; }

.row.expand {
  max-width: 100%; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hero.home {
    min-height: 470px; }
  #bottom-cta p {
    font-size: 18px; } }

@media screen and (max-width: 39.9375em) {
  .hero.home {
    min-height: 380px; } }

#featured-jobs {
  background: #EDEDED;
  padding: 70px 0px; }
  #featured-jobs .job-column {
    margin-bottom: 30px; }
    #featured-jobs .job-column:last-child {
      margin-bottom: 0px; }
  #featured-jobs .job {
    padding: 40px 30px;
    background: #ffffff;
    position: relative;
    border-radius: 5px; }
    #featured-jobs .job p.category {
      margin-bottom: 5px;
      color: #464646;
      font-family: "Open Sans", sans-serif; }
    #featured-jobs .job p.description {
      color: #7B7B7B !important;
      min-height: 210px; }
    #featured-jobs .job a.read-more {
      text-transform: uppercase;
      font-size: 14px;
      color: #00B6CB;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: bold;
      position: relative;
      bottom: 0px;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      #featured-jobs .job a.read-more:hover {
        color: #1B4176; }
  #featured-jobs h2 {
    color: #1B4176;
    font-size: 30px;
    margin-bottom: 30px; }
  #featured-jobs h3 {
    color: #464646;
    font-weight: bold;
    font-size: 24px;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 30px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #featured-jobs h3 {
      font-size: 21px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 39.9375em) {
    #featured-jobs .job {
      max-width: 280px; }
      #featured-jobs .job p.category {
        font-size: 14px; }
      #featured-jobs .job h3 {
        font-size: 18px;
        margin-bottom: 15px; }
      #featured-jobs .job p.description {
        font-size: 14px;
        min-height: 200px; } }

#featured-jobs.listing .job p.description {
  color: #7B7B7B !important;
  min-height: 90px; }

#featured-jobs.listing h3 {
  min-height: 66px; }

#bottom-cta {
  padding: 60px 20px;
  background: #EDEDED;
  text-align: center;
  color: #444444;
  font-family: "Source Sans Pro", sans-serif; }
  #bottom-cta h2 {
    max-width: 860px;
    margin: 0 auto; }
    @media screen and (max-width: 63.9375em) {
      #bottom-cta h2 {
        max-width: 560px; } }
  #bottom-cta p {
    font-size: 21px;
    color: #7B7B7B;
    font-family: "Open Sans", sans-serif; }
  #bottom-cta .button-group {
    max-width: 680px;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px; }
    #bottom-cta .button-group .columns {
      margin-bottom: 10px; }
      #bottom-cta .button-group .columns a.button {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
        color: #444444;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
        #bottom-cta .button-group .columns a.button:hover {
          opacity: 0.7; }
      #bottom-cta .button-group .columns:last-child {
        margin-bottom: 0px; }

.body-container {
  padding-top: 70px;
  padding-bottom: 80px; }
  .body-container h2 {
    color: #1B4176;
    font-size: 30px;
    margin-bottom: 15px; }
  .body-container .section {
    padding-bottom: 35px; }
  .body-container ul, .body-container p {
    font-size: 16px;
    color: #7B7B7B; }
  .body-container a.cta-button {
    max-width: 280px;
    margin-bottom: 50px; }
  .body-container .main-section {
    border-left: 1px solid #dddddd; }
    .body-container .main-section .content {
      max-width: 780px;
      margin-left: auto;
      margin-right: auto; }

.sidebar-section .button.apply {
  margin-bottom: 30px;
  display: block; }

.sidebar-section .sidebar-box {
  word-break: break-word;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #D0D7DD;
  border-radius: 4px;
  background-color: #FFFFFF;
  margin-bottom: 30px;
  font-family: "Open Sans", sans-serif; }
  .sidebar-section .sidebar-box .item {
    padding-bottom: 30px; }
    .sidebar-section .sidebar-box .item a {
      font-weight: normal;
      font-family: "Open Sans", sans-serif; }
    .sidebar-section .sidebar-box .item p.title {
      margin-bottom: 10px; }
  .sidebar-section .sidebar-box nav ul {
    margin-left: 0px; }
  .sidebar-section .sidebar-box nav li {
    list-style: none; }
    .sidebar-section .sidebar-box nav li.current a {
      background: #00B6CB;
      color: #ffffff; }
    .sidebar-section .sidebar-box nav li a {
      width: 100%;
      display: block;
      font-family: "Open Sans", sans-serif;
      color: #464646;
      font-size: 14px;
      padding: 6px 20px;
      text-transform: uppercase;
      border-radius: 5px; }
  .sidebar-section .sidebar-box:last-child {
    margin-bottom: 0px; }
  .sidebar-section .sidebar-box .content {
    padding: 30px 30px; }
  .sidebar-section .sidebar-box .title {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    width: 100%; }
  .sidebar-section .sidebar-box ul {
    margin-bottom: 0px; }
    .sidebar-section .sidebar-box ul li {
      font-family: "Open Sans", sans-serif;
      font-size: 16px; }
  .sidebar-section .sidebar-box.map .feat-img {
    height: 161px; }
  .sidebar-section .sidebar-box.help a.button {
    margin-top: 40px;
    margin-bottom: 0px; }
  .sidebar-section .sidebar-box.help .copy {
    margin-bottom: -10px; }

.sidebar-section .button {
  max-width: 340px; }

.sidebar-section .title {
  word-break: break-word;
  word-wrap: break-word; }

.main-section {
  width: 65% !important;
  padding-left: 40px; }

.sidebar-section {
  width: 35% !important; }
  .sidebar-section .sidebar-box {
    max-width: 340px; }

a {
  color: #00B6CB; }
  a:hover {
    color: #008898; }

a.button {
  font-weight: bold; }

.ph-animate-no-fade {
  overflow: auto; }
  .ph-animate-no-fade:before {
    content: data-placeholder;
    position: absolute;
    opacity: 1; }
  .ph-animate-no-fade:focus::-webkit-input-placeholder {
    -webkit-transform: translate(-10px, -40px);
            transform: translate(-10px, -40px);
    font-size: 12px;
    opacity: 1;
    position: relative; }
  .ph-animate-no-fade::-webkit-input-placeholder {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

.body-container.contact .ph-label label.active {
  top: -23px;
  font-size: 13px;
  left: -10px;
  cursor: text;
  pointer-events: none; }
  .body-container.contact .ph-label label.active.standard {
    top: -25px;
    left: 0px; }
  .body-container.contact .ph-label label.active.op {
    top: -25px;
    left: 40px; }

.body-container.contact .ph-label label.ta.active {
  top: -26px; }

@media screen and (max-width: 39.9375em) {
  .body-container.contact label.ta {
    font-size: 14px;
    top: 19px; }
  .body-container.contact label.active.standard {
    top: -25px;
    left: 0px; } }

.ph-label {
  position: relative; }
  .ph-label label {
    position: absolute;
    color: #ffffff;
    top: 11px;
    font-size: 16px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    z-index: 1;
    cursor: text; }
    .ph-label label.standard {
      left: 20px;
      color: #9B9B9B; }
    .ph-label label.op {
      color: #464646;
      left: 52px; }
    .ph-label label.ta {
      top: 17px; }
  .ph-label input:focus + label, .ph-label label.active {
    top: -23px;
    font-size: 13px;
    left: -10px;
    pointer-events: none; }
    .ph-label input:focus + label.standard, .ph-label label.active.standard {
      top: -25px;
      left: 0px; }
    .ph-label input:focus + label.op, .ph-label label.active.op {
      top: -25px;
      left: 40px; }
  @media screen and (max-width: 39.9375em) {
    .ph-label label.standard {
      font-size: 14px;
      top: 13px; } }

.ph-animate {
  overflow: hidden; }
  .ph-animate:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: #ffffff; }
  .ph-animate:focus::-webkit-input-placeholder {
    -webkit-transform: translate(-20px, -50px);
            transform: translate(-20px, -50px);
    opacity: 0; }
  .ph-animate::-webkit-input-placeholder {
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

@-webkit-keyframes zoomOutAnimation {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes zoomOutAnimation {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes NAME-YOUR-ANIMATION {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.play-button {
  display: inline-block;
  cursor: pointer;
  display: none; }

.talent-community-form .error, .tc-error .error {
  padding: 10px 20px;
  margin: 25px auto 0px auto;
  border-radius: 5px;
  display: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 640px; }
  .talent-community-form .error:before, .tc-error .error:before {
    content: '\f071';
    font-family: 'FontAwesome';
    font-size: 24px;
    margin-bottom: 10px; }

.talent-community-form.search .error, .tc-error.search .error {
  text-align: center;
  max-width: 100%;
  margin-top: -15px;
  margin-bottom: 20px; }
  .talent-community-form.search .error p, .tc-error.search .error p {
    margin-bottom: 10px;
    margin-top: 0px; }
  .talent-community-form.search .error:before, .tc-error.search .error:before {
    color: #C41E3A; }

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.wpcf7-captchac.wpcf7-captcha-captcha-2 {
  width: 112px;
  margin-bottom: 10px; }

.rippler-bs-info .rippler-div {
  background-color: #555500 !important; }

.rippler-bs-primary .rippler-div {
  background-color: rgba(0, 182, 203, 0.6) !important; }

div.wpcf7 .ajax-loader {
  display: block !important;
  background-image: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 auto !important;
  text-align: center;
  -webkit-animation: spin 2s infinite linear;
          animation: spin 2s infinite linear;
  position: relative;
  text-align: center; }
  div.wpcf7 .ajax-loader:after {
    font-family: 'FontAwesome';
    content: '\f110';
    font-size: 30px; }

.accordion {
  animate: all .5s ease-in-out; }

.theme-blue {
  color: #00B6CB; }

.button-icon {
  position: absolute;
  right: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1.6);
            transform: scale(1.6);
    opacity: 0; }
  100% {
    opacity: 0; } }

.wow {
  visibility: hidden; }

/* line 153, C:/Users/chrisclark/Projects/CAE/stafftrack_war_dashboard/WebRoot/resources/sass-smx/theme/_common.scss */
.live-chat {
  position: fixed !important;
  z-index: 50;
  top: 200px;
  right: 0;
  padding: 0 20px 0 14px;
  display: inline-block;
  background-color: #F88734;
  color: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 5px 0 0 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.live-chat:active, .live-chat:focus {
  color: #ffffff; }

@media (max-width: 639px) {
  .live-chat {
    position: relative;
    top: auto;
    margin: 0 auto 2rem;
    padding: 0 14px;
    border-radius: 5px; } }

.live-chat:hover {
  background-color: #f16b08;
  color: #ffffff; }

.live-chat .fa {
  margin-left: 5px; }

@media (min-width: 641px) {
  .live-chat-medium .live-chat {
    top: 165px; } }

#jump-nav a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

#lc_invite_layer::before {
  content: 'LOADING'; }

#lc_overlay_layer::before {
  content: 'LOADING'; }

.animsition-loading {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite; }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

.slide {
  outline: 0; }

.form-field {
  position: relative; }
  .form-field.required::after {
    content: '*';
    color: #bAbAbA;
    position: absolute;
    top: 16px;
    right: 20px; }

input[type=text], input[type=email], input[type=tel] {
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 50px;
  padding-left: 20px;
  padding-right: 30px;
  color: #7B7B7B; }
  input[type=text]:focus, input[type=text]:active, input[type=email]:focus, input[type=email]:active, input[type=tel]:focus, input[type=tel]:active {
    border-color: #00B6CB;
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media screen and (max-width: 39.9375em) {
    input[type=text], input[type=email], input[type=tel] {
      font-size: 14px; } }

select {
  height: 50px;
  border: 1px solid #EAEAEA;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #7B7B7B;
  padding-left: 20px;
  padding-right: 40px;
  color: #7B7B7B; }
  select:focus, select:active {
    border-color: #00B6CB;
    -webkit-box-shadow: none;
            box-shadow: none; }
  @media screen and (max-width: 39.9375em) {
    select {
      font-size: 14px; } }

.clear {
  clear: both; }

@media screen and (max-width: 63.9375em) {
  .main-section {
    padding-left: 20px;
    padding-right: 20px; }
  .sidebar-section .sidebar-box .item a {
    font-size: 14px; }
  .sidebar-section .sidebar-box .title {
    font-size: 16px;
    margin-bottom: 5px; }
  .sidebar-box p {
    font-size: 14px; }
  .sidebar-section {
    padding-left: 20px;
    padding-right: 20px; }
    .sidebar-section .button {
      max-width: 300px; }
  .sidebar-section .sidebar-box {
    max-width: 300px; }
  h2 {
    font-size: 26px !important; } }

@media screen and (max-width: 39.9375em) {
  h2 {
    font-size: 21px !important; }
  #featured-jobs .job {
    width: 95%; }
  .intro-feat .button-icon {
    display: none; }
  #overlay-menu img {
    width: 170px; }
  .body-container.faq h2 {
    font-size: 21px; }
  .sidebar-section .sidebar-box ul li {
    font-size: 14px; }
  .body-container {
    padding-top: 50px; } }

@media (max-width: 880px) {
  .sidebar-section, .main-section {
    width: 90% !important;
    float: none !important;
    margin-left: auto;
    margin-right: auto; }
  .sidebar-section .sidebar-box {
    max-width: 100% !important; }
  .body-container .main-section {
    margin-top: 90px;
    border-left: none; }
  .sidebar-section, .main-section {
    clear: both; } }

@media (max-width: 450px) {
  .sidebar-section, .main-section {
    width: 100% !important; }
  .sidebar-section, .main-section {
    padding-left: 20px;
    padding-right: 20px; } }

.sidebar-section .sidebar-box ul {
  margin-top: 15px; }

.sidebar-section .sidebar-box ul li {
  padding-bottom: 5px; }

.sidebar-section p, .sidebar-section ul li {
  word-break: break-word;
  word-wrap: break-word; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eaeaea !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.theme-white {
  color: #ffffff; }

.material-icons {
  font-size: 18px !important; }

.sidebar-section a.button {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.kitchen-sink-header {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .kitchen-sink-header {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .kitchen-sink-header:last-child:not(:first-child) {
    float: right; }

.kitchen-sink-components {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  .kitchen-sink-components hr {
    margin: 3rem 0; }
  @media print, screen and (min-width: 40em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .kitchen-sink-components:last-child:not(:first-child) {
    float: right; }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-components {
      width: 75%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .kitchen-sink-components {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .kitchen-sink-components:last-child:not(:first-child) {
        float: right; } }

.kitchen-sink-nav {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .kitchen-sink-nav {
      width: 25%;
      float: left;
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      display: block;
      float: right; } }
  @media print, screen and (min-width: 64em) and (min-width: 40em) {
    .kitchen-sink-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 64em) {
      .kitchen-sink-nav:last-child:not(:first-child) {
        float: right; }
      .kitchen-sink-nav .docs-sub-menu {
        font-size: 0.85rem;
        margin-top: 1rem; }
      .kitchen-sink-nav .docs-menu-title {
        text-transform: uppercase;
        font-size: 0.75rem;
        color: #464646;
        font-weight: bold;
        line-height: 1;
        padding-left: 0.9rem;
        margin-bottom: 0.5rem;
        border-top: 1px solid #9B9B9B;
        margin-top: 1rem;
        padding-top: 1.5rem; }
      .kitchen-sink-nav .docs-toc {
        width: 100%;
        padding-left: 4rem;
        padding-right: 1rem; }
      .kitchen-sink-nav .docs-toc .active {
        background: #2199e8;
        color: white; }
      .kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
        margin-top: 0;
        border-top: 0;
        padding-top: 0; } }

.row.display {
  background: #eee;
  font-size: 11px;
  margin-bottom: 10px;
  line-height: 2rem;
  border: solid 1px #c6c6c6;
  margin-left: 0 !important;
  margin-right: 0 !important; }
  .row.display .columns:nth-child(2), .row.display .columns.small-centered, .row.display .columns.large-centered {
    background: #e1e1e1; }

.hero.home {
  position: relative; }
  .hero.home .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 600px;
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    width: 100%; }
    .hero.home .content p {
      max-width: 390px;
      margin: 30px auto; }
    .hero.home .content a.button {
      background: #00B6CB;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: bold;
      text-transform: uppercase;
      max-width: 178px;
      display: block;
      margin: 0 auto;
      padding: 16px 0px 16px 0px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .hero.home .content a.button:hover {
        background: #008898; }

.intro {
  background: #f8f8f8;
  padding: 80px 0px 0px 0px; }
  @media screen and (max-width: 39.9375em) {
    .intro.home h2 {
      font-size: 21px; } }
  .intro h2 {
    color: #1B4176;
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px; }
  .intro .intro-copy {
    text-align: center;
    padding: 0px 20px 90px 20px; }
    .intro .intro-copy p {
      font-size: 16px;
      line-height: 28px;
      max-width: 680px;
      margin-left: auto;
      margin-right: auto;
      color: #7B7B7B; }
    @media screen and (max-width: 39.9375em) {
      .intro .intro-copy p {
        max-width: 400px; } }
    @media screen and (max-width: 63.9375em) {
      .intro .intro-copy {
        padding-bottom: 50px; } }
  .intro .intro-feat {
    padding: 60px 0px 80px 0px; }
    .intro .intro-feat .img {
      position: relative; }
      .intro .intro-feat .img .button {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
        margin-top: -40px; }
        @media (min-width: 1061px) and (max-width: 1268px) {
          .intro .intro-feat .img .button {
            max-width: 460px; } }
      .intro .intro-feat .img img {
        display: block;
        margin-left: auto;
        margin-right: auto; }
    @media screen and (max-width: 39.9375em) {
      .intro .intro-feat .img .button {
        margin-top: 0px; } }
    .intro .intro-feat .feature {
      padding-bottom: 30px; }
      .intro .intro-feat .feature:last-child {
        padding-bottom: 0px; }
      .intro .intro-feat .feature h3 {
        font-size: 24px;
        color: #1B4176;
        width: 100%;
        border-bottom: 2px solid #EAEAEA;
        padding-bottom: 10px; }
      .intro .intro-feat .feature p {
        color: #7B7B7B;
        font-size: 16px;
        line-height: 28px; }

.split-feat .columns {
  padding: 0px; }

.split-feat .img {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  position: absolute;
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1); }
  .split-feat .img:hover {
    -webkit-filter: none;
    -moz-filter: none;
    -o-filter: none;
    -ms-filter: none;
    filter: none; }
  .split-feat .img .button-pulse {
    position: absolute;
    margin: 0 auto;
    text-align: center;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .split-feat .img .button-pulse img {
      -webkit-animation: pulse 2.5s ease-in-out infinite;
              animation: pulse 2.5s ease-in-out infinite; }
      .split-feat .img .button-pulse img.active {
        -webkit-animation: none;
                animation: none; }

.split-feat .copy {
  padding: 60px 90px; }
  .split-feat .copy h2 {
    font-size: 30px;
    color: #1B4176;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: bold;
    padding-bottom: 10px; }
  .split-feat .copy ul {
    margin-bottom: 0px; }
    .split-feat .copy ul li {
      color: #7B7B7B;
      padding-bottom: 3px; }
      .split-feat .copy ul li:last-child {
        padding-bottom: 0px; }

.circle {
  float: right;
  width: 35px;
  height: 35px;
  background: #ffffff;
  border-radius: 50px;
  border: 2px solid #EAEAEA; }
  .circle span {
    font-family: "Open Sans", sans-serif;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    display: block;
    font-style: normal;
    color: #9B9B9B; }

#talent-community {
  padding: 90px 20px;
  text-align: center;
  color: #ffffff; }
  #talent-community label.placeholder {
    color: #ffffff; }
  #talent-community.blue {
    background: #00B6CB; }
  #talent-community h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    padding-bottom: 30px; }
  #talent-community p {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 0px; }
    @media screen and (max-width: 63.9375em) {
      #talent-community p {
        max-width: 620px; } }
  #talent-community .form {
    padding-top: 40px;
    max-width: 640px;
    margin: 0 auto; }
    #talent-community .form .input-column {
      position: relative; }
      #talent-community .form .input-column::after {
        content: '*';
        position: absolute;
        top: 17px;
        right: 30px; }
    #talent-community .form .input-column:nth-child(1) {
      padding-right: 10px; }
    #talent-community .form .input-column:nth-child(2) {
      padding-left: 10px; }
    #talent-community .form input {
      border-radius: 5px;
      background: #00B6CB;
      border-color: #ffffff;
      border-width: 1px;
      padding: 10px 30px 10px 20px;
      height: 50px;
      color: #ffffff;
      position: relative; }
      #talent-community .form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #ffffff; }
      #talent-community .form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #ffffff; }
      #talent-community .form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #ffffff; }
      #talent-community .form input:-moz-placeholder {
        /* Firefox 18- */
        color: #ffffff; }
    #talent-community .form button {
      background: #ffffff;
      color: #00B6CB;
      border-radius: 5px;
      margin-top: 10px;
      width: 100%;
      height: 50px;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      font-size: 14px;
      border: 1px solid #ffffff; }
      #talent-community .form button:hover {
        background: #00B6CB;
        color: #ffffff; }
  @media screen and (max-width: 39.9375em) {
    #talent-community p {
      font-size: 14px; }
    #talent-community h2 {
      padding-bottom: 10px; } }

@media (max-width: 1380px) {
  .footer-container {
    padding: 0 50px; } }

@media (max-width: 1160px) {
  .split-feat .copy {
    padding: 60px 50px !important; } }

@media (max-width: 1105px) {
  .footer-container {
    padding: 0 30px; }
  footer ul li {
    padding-right: 10px; }
  footer p {
    font-size: 10px; } }

@media (max-width: 1060px) {
  .intro.home .intro-feat {
    padding: 0px 0px 80px 0px; }
    .intro.home .intro-feat .img {
      margin-left: auto;
      margin-right: auto;
      padding-top: 50px;
      width: 80%;
      float: none; }
    .intro.home .intro-feat .copy {
      width: 100%;
      float: none;
      margin: 0 auto; }
    .intro.home .intro-feat .feature {
      width: 670px;
      margin: 0 auto; }
      .intro.home .intro-feat .feature .columns:nth-child(1) {
        width: 68px; }
      .intro.home .intro-feat .feature .columns:nth-child(2) {
        width: 600px; }
  #featured-jobs h2 {
    text-align: center; }
  #featured-jobs .job {
    max-width: 320px;
    margin: 0 auto;
    border-radius: 5px; }
  #featured-jobs .row .columns {
    width: 100%; } }

@media (max-width: 998px) {
  footer .copy {
    padding-top: 20px; }
  .menu-column {
    width: 100%; }
    .menu-column ul {
      float: none;
      margin: 0 auto;
      text-align: center;
      left: 0;
      right: 0;
      position: relative;
      top: 0;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none;
      margin-top: 20px; }
      .menu-column ul li {
        display: inline-block; }
  .social-column {
    width: 100%; }
    .social-column .social {
      float: none;
      margin: 0 auto; } }

@media (max-width: 830px) {
  .intro .intro-copy p {
    max-width: 620px; }
  .split-feat .copy, .split-feat .img {
    position: relative;
    min-height: 300px; }
  .split-feat .img, .split-feat .copy {
    width: 100%; }
  .intro.home .intro-feat .feature {
    width: 510px;
    margin: 0 auto; }
    .intro.home .intro-feat .feature .columns:nth-child(2) {
      width: 440px; } }

@media (max-width: 630px) {
  .intro .intro-copy p {
    max-width: 520px; }
  .intro.home .intro-feat .feature {
    width: 380px;
    margin: 0 auto; }
    .intro.home .intro-feat .feature .columns:nth-child(2) {
      width: 310px; } }

@media (max-width: 550px) {
  #featured-jobs .job {
    width: 90%;
    max-width: 280px;
    margin: 0 auto; } }

@media (max-width: 490px) {
  .split-feat .copy {
    padding: 40px 20px !important; }
    .split-feat .copy h2 {
      font-size: 24px;
      margin-bottom: 0px; }
    .split-feat .copy ul {
      font-size: 14px; } }

@media (max-width: 460px) {
  .intro.home .intro-feat .feature {
    width: 90%;
    margin: 0 auto; }
    .intro.home .intro-feat .feature h3 {
      font-size: 18px; }
    .intro.home .intro-feat .feature .columns:nth-child(2) {
      width: 100%; }
    .intro.home .intro-feat .feature .columns:nth-child(1) {
      width: 45px;
      display: block;
      float: none; }
      .intro.home .intro-feat .feature .columns:nth-child(1) .circle {
        margin-bottom: 20px; } }

@media (max-width: 320px) {
  .split-feat .copy h2 {
    font-size: 21px;
    margin-bottom: 0px; }
  .split-feat .copy ul {
    font-size: 12px; } }

@media screen and (max-width: 63.9375em) {
  .hero.home .content {
    max-width: 520px; }
    .hero.home .content h1 {
      font-size: 38px; }
    .hero.home .content p {
      font-size: 16px; }
  .intro.home h2 {
    font-size: 26px;
    margin-bottom: 10px; } }

@media screen and (max-width: 39.9375em) {
  .intro.home h2 {
    font-size: 21px;
    margin-bottom: 10px; }
  .split-feat .copy ul li {
    line-height: 28px; }
  .intro .intro-copy p {
    font-size: 14px;
    line-height: 28px; }
  .hero.home .content {
    max-width: 280px;
    width: 90%; }
    .hero.home .content h1 {
      font-size: 24px;
      margin-bottom: 0px; }
    .hero.home .content p {
      font-size: 14px;
      max-width: 280px;
      margin: 15px auto; }
    .hero.home .content a.button {
      padding: 16px 0px 14px 0px;
      font-size: 12px;
      max-width: 148px; }
  #talent-community .form .input-column:nth-child(1),
  #talent-community .form .input-column:nth-child(2) {
    padding-right: 0.625rem;
    padding-left: 0.625rem; } }

#featured-vid {
  outline: 0px;
  padding: 0px;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  box-shadow: none;
  min-height: auto;
  position: relative;
  overflow: initial;
  height: auto;
  width: 90%; }
  #featured-vid .close-button {
    z-index: 5;
    font-weight: lighter;
    top: 0px;
    font-size: 24px;
    top: -34px;
    right: 0px;
    color: rgba(255, 255, 255, 0.7); }
    #featured-vid .close-button span {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    #featured-vid .close-button .copy {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: normal; }
  @media screen and (max-width: 39.9375em) {
    #featured-vid {
      width: 90%;
      margin: 0 auto; } }
  #featured-vid video {
    width: 100%;
    cursor: pointer;
    position: relative; }

#svg-play {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: .8; }

@media screen and (max-width: 39.9375em) {
  .intro.home .intro-feat .img {
    width: 95%; }
  .intro .intro-feat .feature p,
  .split-feat .copy ul {
    font-size: 14px; }
  .intro .intro-feat .feature h3 {
    font-size: 21px; } }

.page-template-faq {
  background: #f8f8f8; }

.hero.faq .content {
  max-width: 640px; }

.body-containe.faqr .main-section .content {
  max-width: 100%; }

.body-container.faq h2 {
  padding: 0px 1rem;
  clear: both; }

.body-container.faq .main-section {
  border-left: none;
  z-index: 2;
  position: relative; }

.accordion-title {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.accordion {
  background: transparent; }

.accordion, .accordion-content, .accordion-title {
  border: none !important; }

.accordion-title {
  padding-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #464646;
  font-size: 24px;
  line-height: 30px;
  background: transparent; }
  .accordion-title:hover {
    background: transparent;
    color: #00B6CB; }

.accordion-content {
  padding-top: 0px;
  margin-top: -5px;
  background: transparent; }
  .accordion-content p {
    color: #7B7B7B;
    font-family: "Open Sans", sans-serif; }

.is-active .accordion-title {
  color: #00B6CB; }
  .is-active .accordion-title:hover {
    background: transparent;
    color: #008898; }

.is-active > .accordion-title::before, .accordion-title::before {
  content: ''; }

.accordion-content, .accordion-title {
  float: left;
  width: 100%; }

.trigger-icon {
  float: left;
  width: 58px;
  height: 58px;
  padding: 0px 0px; }

.trigger-icon::before {
  font-family: FontAwesome;
  text-align: center;
  content: '\f0d7' !important;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  background: #00B6CB;
  border-radius: 50%;
  padding: 6px 9px 5px 9px;
  font-size: 17px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.accordion-title:hover .trigger-icon::before {
  background: #1B4176; }

.is-active .trigger-icon::before {
  font-family: FontAwesome;
  padding: 4px 9px 7px 9px;
  content: '\f0d8' !important;
  text-align: center;
  background: #1B4176; }

.accordion-title:hover, .accordion-title:active, .accordion-title:focus {
  background: none; }

.accordion li {
  clear: both; }

nav.side.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 12px; }

.body-container.faq .main-section {
  float: right; }

@media screen and (max-width: 63.9375em) {
  .is-active .accordion-title {
    padding-bottom: 0px; }
  .accordion-title {
    font-size: 21px; }
  .body-container .section {
    padding-bottom: 55px; } }

@media screen and (max-width: 39.9375em) {
  .accordion-content, .accordion-title {
    width: 100%; }
  .trigger-icon {
    height: auto; }
  .accordion-title {
    font-size: 18px;
    line-height: 26px; }
  .is-active .trigger-icon::before {
    padding: 2px 7px 5px 7px; }
  .trigger-icon::before {
    padding: 4px 7px 3px 7px; }
  .accordion-content p {
    font-size: 14px; }
  .is-active .accordion-title {
    padding-bottom: 20px; } }

@media (max-width: 880px) {
  .internal-nav-sidebar {
    display: none; }
  .body-container.faq .main-section {
    margin-top: 0px; }
  .body-container.faq .sidebar-section {
    margin-top: 110px; } }

#search-toggles {
  margin-bottom: -0.4375rem;
  background: #FFFFFF;
  position: relative;
  z-index: 5; }
  #search-toggles .cover {
    width: 100%;
    background: #fff;
    position: absolute;
    height: 12px; }
  #search-toggles .expand .columns:first-child {
    padding-right: 0px; }
  #search-toggles .expand .columns:last-child {
    padding-left: 0px; }
  #search-toggles a {
    width: 100%;
    display: inline-block;
    color: #979797;
    background: none;
    padding: 1.5625rem 0;
    border-radius: 0.3125rem 0.3125rem 0 0;
    margin-bottom: 0; }
    #search-toggles a p {
      margin-bottom: 0; }
  #search-toggles i {
    margin-bottom: 0.5rem; }
  #search-toggles #keyword-toggle.active {
    color: #1B4176;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1); }
  #search-toggles #map-toggle.active {
    color: #1B4176;
    -webkit-box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.1); }

@-webkit-keyframes opac {
  0% {
    opacity: 0.25; }
  50% {
    opacity: 0.75; }
  100% {
    opacity: 0.25; } }

@keyframes opac {
  0% {
    opacity: 0.25; }
  50% {
    opacity: 0.75; }
  100% {
    opacity: 0.25; } }

.filter-close {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  color: #00B6CB;
  padding: 2px 10px;
  font-size: 21px;
  top: 20px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .filter-close:hover {
    color: #008898; }

#header-container {
  display: block;
  overflow: hidden;
  position: relative;
  height: auto;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-bottom: 80px; }
  @media (max-width: 890px) {
    #header-container {
      margin-bottom: 60px; } }

#map-container {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  opacity: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s; }
  #map-container .fa-caret-up {
    position: absolute;
    bottom: -26px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 80px;
    z-index: 999999;
    text-align: center;
    color: #FFFFFF; }
  #map-container.active {
    opacity: 1; }
  #map-container #chart-container {
    height: 31.25rem;
    z-index: 999;
    position: relative; }
  #map-container #map-overlay {
    height: 43.75rem;
    position: absolute;
    top: 0;
    width: 100%;
    color: #FFFFFF;
    padding: 1.875rem 0;
    z-index: 999; }
  #map-container .circle {
    width: 9.375rem;
    height: 9.375rem;
    position: absolute;
    background: none;
    border: 2px dashed #FFFFFF;
    border-radius: 10.625rem;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    opacity: 0.25;
    -webkit-animation-name: opac;
            animation-name: opac;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
    #map-container .circle:hover {
      opacity: 1; }
    #map-container .circle#circle_one {
      left: 34%;
      top: 26.1875rem; }
    #map-container .circle#circle_two {
      left: 31.3%;
      top: 20.3125rem;
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }
    #map-container .circle#circle_three {
      left: 54.5%;
      top: 21rem;
      -webkit-animation-delay: 2.5s;
              animation-delay: 2.5s; }
    #map-container .circle#circle_four {
      left: 41%;
      top: 22.875rem;
      -webkit-animation-delay: 3.5s;
              animation-delay: 3.5s;
      width: 12.5rem;
      height: 12.5rem; }
    #map-container .circle#circle_five {
      left: 52%;
      top: 28.125rem;
      -webkit-animation-delay: 4.5s;
              animation-delay: 4.5s; }
    #map-container .circle#circle_six {
      left: 33.5%;
      top: 200px;
      width: 180px;
      height: 180px;
      -webkit-animation-delay: 5.5s;
              animation-delay: 5.5s; }
    #map-container .circle#circle_seven {
      left: 26%;
      top: 6.6875rem;
      -webkit-animation-delay: 2.2s;
              animation-delay: 2.2s; }
  #map-container .row {
    position: relative; }

#map-back {
  color: #FFFFFF;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: underline; }
  #map-back:hover {
    opacity: 0.7; }

#submap-overlay {
  position: absolute;
  padding-top: 1.875rem;
  width: 100%;
  color: #FFFFFF;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s; }

#usanortheastregion-chart-container, #usasouthwestregion-chart-container, #usasoutheastregion-chart-container, #canada-chart-container, #usacentralregion-chart-container, #usanorthwestregion-chart-container {
  position: absolute;
  top: 0;
  height: 100%;
  background: #00B6CB;
  width: 100%;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s; }

.button.search {
  background: #00B6CB; }
  .button.search:hover {
    background: #008898; }

.hero.search {
  position: relative;
  z-index: 9; }
  @media screen and (min-width: 64em) {
    .hero.search .search-hero-row {
      padding-left: 20px;
      padding-right: 20px; } }
  .hero.search .content {
    max-width: 100%;
    width: 100%;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0; }
    .hero.search .content .columns {
      padding: 0px; }
      .hero.search .content .columns.keyword {
        border-radius: 0px; }
    .hero.search .content .ph-label {
      display: table-cell; }
      .hero.search .content .ph-label label {
        left: 2px;
        font-size: 18px;
        top: 10px; }
        .hero.search .content .ph-label label.active {
          top: -28px;
          font-size: 16px; }
    .hero.search .content #hero-location-input {
      border-right: 1px solid #ffffff; }
    .hero.search .content #category {
      padding-left: 15px; }
    .hero.search .content .category .select2-container--default .select2-selection--single {
      background-color: transparent;
      border-radius: 0px; }
    .hero.search .content .input-group {
      margin-bottom: 0px;
      width: 100%; }
      .hero.search .content .input-group span.input-group-label {
        background: transparent;
        border-color: #ffffff;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        height: 51px;
        -webkit-box-shadow: none;
                box-shadow: none;
        color: #ffffff;
        border-width: 1px;
        display: table-cell;
        position: relative; }
        .hero.search .content .input-group span.input-group-label i {
          font-size: 18px;
          margin-top: 8px; }
        .hero.search .content .input-group span.input-group-label.keyword {
          border-left: none;
          border-radius: 0px; }
        .hero.search .content .input-group span.input-group-label.category {
          border-radius: 0px;
          border-left: none; }
      .hero.search .content .input-group input.input-group-field {
        background: transparent;
        border-color: #ffffff;
        border-right: none;
        border-radius: 0px;
        height: 51.5px;
        font-size: 18px;
        padding-left: 0px;
        border-left: none;
        color: #ffffff;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .hero.search .content .input-group input.input-group-field::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #ffffff; }
        .hero.search .content .input-group input.input-group-field::-moz-placeholder {
          /* Firefox 19+ */
          color: #ffffff; }
        .hero.search .content .input-group input.input-group-field:-ms-input-placeholder {
          /* IE 10+ */
          color: #ffffff; }
        .hero.search .content .input-group input.input-group-field:-moz-placeholder {
          /* Firefox 18- */
          color: #ffffff; }
      .hero.search .content .input-group .input-group-button button, .hero.search .content .input-group .input-group-button input {
        width: 100%;
        background: #00B6CB;
        height: 51.5px;
        margin-top: -1px;
        text-transform: uppercase;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        font-family: "Source Sans Pro", sans-serif;
        font-weight: bold;
        font-size: 16px;
        outline: 0;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .hero.search .content .input-group .input-group-button button:hover, .hero.search .content .input-group .input-group-button input:hover {
          background: #008898; }
    .hero.search .content h1, .hero.search .content p {
      color: #ffffff;
      text-align: center; }
    .hero.search .content p {
      margin-bottom: 40px; }
    @media screen and (max-width: 63.9375em) {
      .hero.search .content p {
        margin-bottom: 30px; } }
  @media screen and (max-width: 39.9375em) {
    .hero.search .content .columns {
      margin-bottom: 40px; }
      .hero.search .content .columns.keyword, .hero.search .content .columns.category, .hero.search .content .columns.location {
        border: none; }
        .hero.search .content .columns.keyword input, .hero.search .content .columns.category input, .hero.search .content .columns.location input {
          border-right: 1px solid #ffffff !important;
          border-top-right-radius: 5px;
          border-bottom-right-radius: 5px; }
        .hero.search .content .columns.keyword .input-group-label, .hero.search .content .columns.category .input-group-label, .hero.search .content .columns.location .input-group-label {
          border-top-left-radius: 5px !important;
          border-bottom-left-radius: 5px !important;
          border-left: 1px solid #ffffff !important; } }

a.hero-button {
  width: 180px;
  height: 90px;
  background: #ffffff;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 130px;
  color: #00B6CB;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 1px solid #edeeef;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 10; }
  a.hero-button:hover, a.hero-button:active {
    color: #ffffff;
    background: #00B6CB;
    border-bottom: 1px solid #00B6CB; }
  a.hero-button.keyword:hover, a.hero-button.keyword:active {
    color: #00B6CB;
    background: #ffffff;
    opacity: .8;
    border-bottom: 1px solid #ffffff; }
  a.hero-button .copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0; }
    a.hero-button .copy i {
      font-size: 20px; }
    a.hero-button .copy p {
      text-transform: uppercase;
      margin-bottom: 0px;
      font-family: "Source Sans Pro", sans-serif;
      font-weight: bold;
      margin-top: 10px; }

#search {
  padding: 0px 0px 120px 0px;
  position: relative; }
  @media (min-width: 890px) {
    #search {
      padding: 0px 20px 120px 20px; } }
  #search .select2-selection__clear {
    position: absolute !important;
    right: -1.25rem !important;
    font-size: 14px !important;
    color: #464646 !important;
    -webkit-transition: all ease 0.3s !important;
    transition: all ease 0.3s !important; }
    #search .select2-selection__clear:hover {
      opacity: 0.7 !important; }
  #search #city-reset, #search #zip-reset {
    font-weight: bold;
    font-size: 14px;
    color: #464646;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    text-align: center;
    opacity: 0;
    line-height: 3.1875rem;
    margin-right: -1rem; }
    #search #city-reset.active, #search #zip-reset.active {
      opacity: 1; }
      #search #city-reset.active:hover, #search #zip-reset.active:hover {
        opacity: 0.7; }
  #search .select2-results__option {
    font-size: 0.875rem !important; }
  #search table {
    border-collapse: separate;
    border-spacing: 0px;
    border: 1px solid #DEDEDE;
    border-bottom: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #7B7B7B;
    position: relative;
    margin-bottom: 0; }
    #search table thead {
      border: 1px solid #ddd; }
      #search table thead tr {
        cursor: default; }
        #search table thead tr:hover {
          background: #f8f8f8 !important; }
      #search table thead th {
        padding: 24px 0 24px 14px;
        border: 0;
        background-color: rgba(221, 221, 221, 0.4);
        text-align: left;
        font-size: 14px;
        font-weight: bold;
        color: #7B7B7B;
        white-space: nowrap; }
        #search table thead th.description-cell {
          width: 30%; }
        #search table thead th.title-cell {
          width: 25%; }
      #search table thead a {
        color: #7B7B7B;
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s; }
        #search table thead a:hover {
          color: #464646; }
        #search table thead a i {
          margin-left: 0.5rem; }
    #search table tbody {
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s;
      position: relative;
      min-height: 9.375rem; }
      #search table tbody .loading {
        opacity: 0.3; }
      #search table tbody .animsition-loading {
        display: none;
        position: absolute;
        top: 6.875rem;
        margin: auto;
        left: 0;
        right: 0; }
        @media (max-width: 660px) {
          #search table tbody .animsition-loading {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); } }
    #search table td.location p {
      font-weight: bold;
      margin-bottom: 0; }
    #search table tr {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      cursor: pointer;
      padding: 0.5rem 0.875rem;
      border-bottom: 1px solid #f6f6f6; }
      #search table tr:hover {
        background-color: rgba(0, 182, 203, 0.25); }
      #search table tr:nth-child(odd) {
        background-color: rgba(221, 221, 221, 0.1); }
        #search table tr:nth-child(odd):hover {
          background-color: rgba(0, 182, 203, 0.25); }
      #search table tr td {
        padding: 24px 14px;
        font-size: 12px;
        border: 0;
        border-bottom: 1px solid #ddd;
        vertical-align: top;
        line-height: 24px; }
        #search table tr td:first-of-type {
          font-weight: bold; }
        #search table tr td.description-cell {
          width: 30%; }
          #search table tr td.description-cell span {
            color: #00B6CB; }
        #search table tr td.title-cell {
          width: 25%; }
      #search table tr .button {
        border-radius: 0.3125rem;
        padding: 0.9375rem 0.625rem;
        margin-bottom: 0;
        background: #00B6CB;
        font-weight: bold;
        font-size: 0.6875rem; }
        #search table tr .button:hover {
          background: #008898; }

.search-head {
  padding-bottom: 10px; }
  .search-head h2 {
    color: #1B4176;
    font-size: 30px;
    margin-bottom: 0px;
    font-family: "Source Sans Pro", sans-serif; }
  .search-head p {
    text-align: right; }
    .search-head p span {
      font-weight: bold; }
  .search-head .search-results-msg {
    font-size: 14pt;
    color: #1B4176; }

.pagination-holder .bottom {
  border-bottom: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 0.625rem 0; }

.pagination-holder .top {
  border-top: 1px solid #DEDEDE;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 0.625rem 0; }

.pagination-holder .current {
  color: #00B6CB;
  font-weight: bold;
  background: none;
  padding: 0;
  background: none;
  height: 24px;
  font-size: 16px;
  line-height: 24px; }

.pagination-holder li {
  margin: 0 0.5rem; }

.pagination-holder a {
  padding: 0;
  font-size: 16px;
  line-height: 24px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Open Sans", sans-serif;
  color: #9B9B9B; }

.pagination-holder .pagination-prev, .pagination-holder .pagination-forward {
  color: #7b7b7b;
  padding: 0;
  height: 24px;
  font-size: 16px;
  line-height: 24px; }
  .pagination-holder .pagination-prev.disabled, .pagination-holder .pagination-forward.disabled {
    cursor: default;
    color: #c1b3b3; }

.pagination-holder .pagination {
  margin-bottom: 0px; }

.pagination-holder ul {
  text-align: center; }

.pagination a,
.pagination button,
.pagination .ellipsis::after {
  color: #9B9B9B; }

.pagination a:hover,
.pagination button:hover {
  background: none;
  color: #00B6CB; }

li.prev, li.next {
  color: #DEDEDE; }
  li.prev a, li.next a {
    color: #DEDEDE; }

#keyword-trigger {
  max-width: 40px;
  width: 40px;
  color: #7B7B7B;
  cursor: pointer;
  position: relative; }
  #keyword-trigger:hover {
    color: #ffffff;
    border-color: #00B6CB; }
  #keyword-trigger i {
    position: absolute;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }

.filter-box {
  padding: 25px 0px 0px 0px;
  border-radius: 8px;
  position: relative;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1); }
  .filter-box select, .filter-box .select2-container {
    width: 100% !important; }
  .filter-box .container {
    padding-left: 20px;
    padding-right: 20px; }
  .filter-box .input-group {
    margin-top: 30px; }
    .filter-box .input-group .input-group-field {
      border: 1px solid #DEDEDE;
      -webkit-box-shadow: none;
              box-shadow: none;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      padding: 15px 15px; }
    .filter-box .input-group .input-group-button {
      border: 1px solid #DEDEDE;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      border-left: none;
      background: #ffffff;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .filter-box .input-group .input-group-button button {
        padding: 0.75rem;
        background: #FFF;
        color: #979797;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out; }
      .filter-box .input-group .input-group-button:hover, .filter-box .input-group .input-group-button:active {
        background: #00B6CB; }
        .filter-box .input-group .input-group-button:hover button, .filter-box .input-group .input-group-button:active button {
          color: #ffffff;
          background: #00B6CB; }
  .filter-box .filter-container {
    padding-bottom: 10px; }
  .filter-box .filters {
    margin-top: 22px; }
    .filter-box .filters .filter {
      padding: 7px 8px 6px 15px;
      border-radius: 5px;
      border: 1px solid #00B6CB;
      color: #00B6CB;
      display: block;
      margin-bottom: 10px; }
      .filter-box .filters .filter i {
        color: #9B9B9B;
        float: right;
        cursor: pointer;
        padding: 5px 10px;
        margin-top: -2px; }
  .filter-box h3 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #7B7B7B;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 40px;
    margin-top: 20px; }
  .filter-box .location-container {
    padding-top: 10px;
    padding-bottom: 0; }
  .filter-box .category-container {
    padding-top: 10px; }
  .filter-box .slider {
    margin-bottom: 0.9375rem; }
  .filter-box select {
    border: 1px solid #DEDEDE;
    padding: 10px 30px 10px 20px;
    height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    color: #7B7B7B;
    font-family: "Open Sans", sans-serif; }
    .filter-box select:focus, .filter-box select:active {
      border: 1px solid #00B6CB;
      color: #00B6CB; }
  .filter-box input {
    color: #7B7B7B;
    border: 1px solid #DEDEDE;
    padding: 10px 30px 10px 20px;
    height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-family: "Open Sans", sans-serif; }
    .filter-box input:focus, .filter-box input:active {
      border: 1px solid #00B6CB;
      color: #00B6CB; }

.filter-actions {
  margin-top: -4px;
  z-index: 999;
  background: #ffffff;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 1.25rem 25px 1.25rem;
  position: relative; }
  .filter-actions .button {
    padding: 19px 10px 16px 10px; }
  .filter-actions a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
    position: relative;
    background: #00B6CB; }
    .filter-actions a:hover, .filter-actions a:focus {
      background: #008898; }

#filter-buttons {
  -webkit-box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 15px 0 rgba(0, 0, 0, 0.1);
  margin-top: -4px; }
  #filter-buttons .row:not(.share-buttons) a {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    border-radius: 5px;
    text-transform: uppercase;
    display: block;
    position: relative; }
    #filter-buttons .row:not(.share-buttons) a i {
      display: inline;
      margin-left: 0.3125rem; }
  #filter-buttons a.reset {
    margin-bottom: 10px;
    background: #9B9B9B;
    margin-bottom: 10px;
    background: #9B9B9B;
    padding: 0 14px;
    height: 36px;
    line-height: 36px; }
    #filter-buttons a.reset:hover, #filter-buttons a.reset:focus {
      background: #464646; }
  #filter-buttons a.share {
    background: #00B6CB;
    margin-bottom: 10px;
    padding: 0 14px;
    height: 36px;
    line-height: 36px; }
    #filter-buttons a.share:hover, #filter-buttons a.share:focus {
      background: #008898; }

.slider {
  background: #DEDEDE;
  border-radius: 10px; }

.slider-fill {
  background: #DEDEDE;
  border-radius: 10px;
  left: -1px; }

.slider-handle {
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background: #00B6CB;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  outline: 0; }
  .slider-handle:hover {
    width: 17px;
    height: 17px; }

.radius {
  margin-top: 0px;
  padding-top: 20px; }
  .radius p {
    font-family: "Open Sans", sans-serif;
    color: #7B7B7B;
    font-size: 16px;
    margin-bottom: -10px;
    max-width: 215px; }

.markers {
  position: relative;
  margin-top: -30px;
  padding-bottom: 40px;
  clear: both; }
  .markers .marker {
    font-size: 10px;
    color: #979797;
    position: absolute; }
    .markers .marker:nth-child(1) {
      left: 0px; }
    .markers .marker:nth-child(2) {
      left: 33%; }
    .markers .marker:nth-child(3) {
      right: 33%; }
    .markers .marker:nth-child(4) {
      right: 0px; }

#search table tr .no-results .button {
  font-size: 16px; }
  @media screen and (max-width: 39.9375em) {
    #search table tr .no-results .button {
      font-size: 14px; } }

.no-results {
  border-radius: 8px;
  margin-bottom: 30px;
  margin-left: 0 !important;
  margin-right: 0 !important;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
  padding: 80px;
  font-family: "Open Sans", sans-serif;
  background: #F9F9F9; }
  .no-results h3 {
    text-align: center;
    color: #1B4176; }
  .no-results p {
    text-align: center;
    color: #7B7B7B;
    margin-top: 30px;
    margin-bottom: 40px;
    font-size: 16px;
    font-weight: normal; }
    @media screen and (max-width: 39.9375em) {
      .no-results p {
        font-size: 14px; } }
  .no-results .mailing .error {
    margin: -20px auto 15px auto;
    text-align: center;
    float: none; }
    .no-results .mailing .error p {
      text-align: center;
      margin: 0;
      padding-bottom: 5px; }
    .no-results .mailing .error:before {
      text-align: center; }
  .no-results .mailing .columns:nth-child(2) {
    padding-right: 10px; }
  .no-results .mailing .columns:nth-child(3) {
    padding-left: 10px; }
  @media screen and (max-width: 39.9375em) {
    .no-results .mailing .columns:nth-child(2) {
      padding-right: 0.625rem; }
    .no-results .mailing .columns:nth-child(3) {
      padding-left: 0.625rem; } }
  .no-results .mailing .button {
    width: 100%;
    font-weight: bold;
    display: block;
    margin-top: 10px;
    border-radius: 5px;
    background: #00B6CB;
    height: 50px;
    font-size: 16px; }
    .no-results .mailing .button:hover, .no-results .mailing .buttonfocus {
      background: #008898; }
  .no-results .mailing input[type="email"], .no-results .mailing input[type="text"] {
    color: #7B7B7B;
    border: 1px solid #DEDEDE;
    padding: 10px 30px 10px 20px;
    height: 50px;
    border-radius: 5px;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    font-family: "Open Sans", sans-serif; }
    .no-results .mailing input[type="email"]:focus, .no-results .mailing input[type="email"]:active, .no-results .mailing input[type="text"]:focus, .no-results .mailing input[type="text"]:active {
      border: 1px solid #00B6CB;
      color: #00B6CB; }

.map-container {
  background: #00B6CB;
  position: relative;
  width: 100%;
  height: 740px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff; }
  .map-container .header {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    position: absolute;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    padding-top: 40px; }
    .map-container .header p {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 0px; }
    .map-container .header .regions span a {
      color: #ffffff;
      font-weight: bold;
      -webkit-transition: all .3s ease;
      transition: all .3s ease; }
      .map-container .header .regions span a:hover, .map-container .header .regions span a:focus {
        opacity: .8; }
    .map-container .header .regions span:after {
      padding-left: 8px;
      padding-right: 8px;
      content: '|'; }
    .map-container .header .regions span:last-child:after {
      display: none; }

.select2 {
  margin-bottom: 0.9375rem !important; }

.no-pad-bottom {
  margin-bottom: 0px; }
  .no-pad-bottom .select2 {
    margin-bottom: 0px; }

.select2-container--default .select2-selection--single {
  border-radius: 5px !important;
  padding: 13px;
  height: auto !important;
  font-family: "Open Sans", "Roboto", "Helvetica Neue", sans-serif;
  color: #7b7b7b;
  border: 1px solid #DEDEDE !important;
  outline: none; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 3.375rem !important;
  right: 0.625rem !important; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #00B6CB !important; }

.select2-results__option {
  padding: 6px 10px;
  font-size: 0.875rem;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s; }

#distance {
  display: inline-block;
  background: none;
  border: none;
  width: 31px;
  padding: 0 0 0px 0;
  text-align: left;
  margin: 0 0 0 4px; }

.radius .copy {
  position: relative; }
  @media (max-width: 1060px) and (min-width: 1025px) {
    .radius .copy {
      font-size: 15px; } }
  .radius .copy:after {
    content: 'miles';
    margin-left: -10px; }

#filter-buttons {
  position: relative;
  z-index: 1;
  /* margin: -5px 0 60px; */
  padding: 25px 20px 10px 20px;
  background: #fff;
  border-radius: 0 0 5px 5px; }
  #filter-buttons .share-buttons a {
    width: 100%;
    padding: 0 7px;
    height: 36px;
    line-height: 36px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-bottom: 10px; }
    #filter-buttons .share-buttons a.facebook {
      background: #3b5998; }
      #filter-buttons .share-buttons a.facebook:hover {
        background: #4c70ba; }
    #filter-buttons .share-buttons a.twitter {
      background: #1DA1F2; }
      #filter-buttons .share-buttons a.twitter:hover {
        background: #4db5f5; }
    #filter-buttons .share-buttons a.linkedin {
      background: #0077b5; }
      #filter-buttons .share-buttons a.linkedin:hover {
        background: #0099e8; }
    #filter-buttons .share-buttons a.email {
      background: #777; }
      #filter-buttons .share-buttons a.email:hover {
        background: #919191; }
  @media (min-width: 890px) {
    #filter-buttons .row:not(.share-buttons) .columns:first-child {
      padding-right: 5px;
      padding-left: 10px; }
    #filter-buttons .row:not(.share-buttons) .columns:last-child {
      padding-left: 5px;
      padding-right: 10px; }
    #filter-buttons .share-buttons .columns {
      padding-right: 5px;
      padding-left: 5px; }
      #filter-buttons .share-buttons .columns:first-child {
        padding-left: 10px; }
      #filter-buttons .share-buttons .columns:last-child {
        padding-right: 10px; } }

.hr {
  padding: 0 1.25rem; }
  .hr hr {
    border-color: #ddd; }

.tags {
  margin-left: 0;
  margin-bottom: 2rem;
  padding-left: 0;
  list-style: none; }
  .tags li {
    margin: 0.625rem 0; }
  .tags a {
    position: relative;
    display: block;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #00B6CB;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .tags a:hover {
      background: #00B6CB;
      color: #fff; }
    .tags a i {
      float: right;
      line-height: 1.875rem; }

.filter-toggle {
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .filter-toggle {
      font-size: 14px; } }

/*
@media(max-width:1010px){
  #search table tr td:nth-child(4),
  #search table tr th:nth-child(4){
    display: none;
  }
  #search table tr td:nth-child(5),
  #search table tr th:nth-child(5){
    padding-right:15px;
  }
  #search table tr th:first-child,
  #search table tr td:first-child{
    padding-left:15px;
  }
*/
@media screen and (max-width: 63.9375em) {
  .no-results h3 {
    font-size: 26px; }
  .hero.search {
    min-height: 420px; }
    .hero.search h1 {
      font-size: 38px; }
    .hero.search .content {
      width: 90%;
      margin: 0 auto; }
  #bottom-cta .button-group .columns a.button {
    font-size: 14px; }
  .no-results {
    padding: 40px; }
  #search table td, #search table th {
    padding: 30px 7px; }
  #search table td, #search table th {
    font-size: 13px; }
  #search {
    padding: 0px 10px 120px 10px; } }

@media (max-width: 890px) {
  .toggle-animate-in.search-side {
    left: 15px; }
  .filter-box .radius .copy, .filter-box .select2-container--default .select2-selection--single .select2-selection__rendered, .filter-box input {
    font-size: 14px; }
  .filter-close {
    display: block; }
  .search-side {
    max-width: 290px;
    position: absolute;
    z-index: 3;
    left: -300px;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
  #search-toggles {
    display: none; }
  .search-side, .search-main {
    width: 100%; }
  .search-head {
    padding-top: 20px; }
  .filter-toggle {
    display: block;
    margin-bottom: 30px; } }

@media screen and (max-width: 39.9375em) {
  #bottom-cta .button-group .columns a.button {
    font-size: 14px;
    padding-top: 23px;
    padding-bottom: 23px; }
  #bottom-cta p {
    font-size: 14px;
    margin-top: 15px; }
  #bottom-cta .button-group {
    margin-bottom: 20px; }
  .no-results {
    padding: 50px 30px; }
  .no-results h3 {
    font-size: 22px; }
  .no-results p {
    margin-top: 20px;
    margin-bottom: 30px; }
  .no-results .mailing button {
    font-size: 14px; }
  .hero.search {
    min-height: 520px; }
    .hero.search h1 {
      font-size: 28px; }
    .hero.search p {
      font-size: 14px; }
  .hero.search .content .input-group .input-group-button .button-icon {
    font-size: 12px;
    right: 17px; }
  .hero.search .content .input-group input.input-group-field {
    padding-right: 10px; }
  #search table td, #search table th {
    font-size: 13px; }
  .hero.search .content .input-group .input-group-button button, .hero.search .content .input-group .input-group-button input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; } }

@media (max-width: 660px) {
  #search table thead {
    display: none; }
  #search table tr td {
    display: block;
    width: 100% !important;
    border-bottom: none !important;
    padding: 5px 20px !important; }
    #search table tr td:nth-child(4) {
      display: block; }
    #search table tr td.location {
      font-size: 12px; }
      #search table tr td.location br {
        display: inline !important; }
    #search table tr td.title-cell {
      font-size: 18px;
      font-weight: bold;
      color: #7B7B7B;
      margin-top: 8px;
      margin-bottom: 5px; }
    #search table tr td.description-cell {
      font-size: 14px; }
    #search table tr td:first-child {
      padding-top: 25px !important; }
    #search table tr td:last-child {
      padding-bottom: 35px !important;
      margin-top: 10px; } }

@media (max-width: 480px) {
  .no-results {
    padding: 50px 15px; }
  .no-results p {
    font-size: 14px; }
  .no-results h3 {
    font-size: 18px; }
  #bottom-cta .button-group .columns a.button {
    font-size: 12px; }
  .hero.search .content .input-group .input-group-button .button-icon {
    right: 15px; }
  #bottom-cta .button-group {
    width: 100%; }
  .search-head {
    text-align: center; }
    .search-head p {
      text-align: center; }
  .search-body .columns {
    padding: 0px; }
  .search-body .no-results .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  #search {
    padding: 0px 15px 90px 15px; }
  #search table tr td.description-cell {
    font-size: 14px; }
  #search table tr td.title-cell {
    font-size: 16px; } }

@media (max-width: 360px) {
  #search table td {
    font-size: 10px; } }

#hero-search-submit {
  position: relative;
  display: block; }

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.body-container.listing .main-section {
  float: right; }

.body-container.listing .wageTransparency .ui-icon {
  display: inline-block;
  font-family: 'Material Icons';
  font-style: normal;
  width: 16px;
  height: 32px;
  font-size: 16px;
  font-style: normal;
  text-indent: 0px;
  line-height: 32px;
  vertical-align: bottom; }

.main-section.listing {
  padding-left: 60px; }
  @media (max-width: 1180px) {
    .main-section.listing {
      padding-left: 40px; } }

.hero.listing {
  position: relative; }
  .hero.listing.posting {
    min-height: 380px; }
  .hero.listing .content {
    width: 90%;
    max-width: 1050px;
    margin: 0 auto;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    padding-top: 20px;
    padding-bottom: 20px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0;
    color: #ffffff; }
    .hero.listing .content h1 {
      font-size: 38px;
      letter-spacing: 1px;
      line-height: 52px; }
    .hero.listing .content p {
      text-transform: uppercase;
      font-size: 20px;
      margin-bottom: 0px; }
  .hero.listing .share {
    margin-top: 20px; }
    .hero.listing .share p {
      font-size: 14px;
      font-weight: bold; }
    .hero.listing .share hr {
      max-width: 280px;
      border-color: #ffffff;
      border-width: 1px;
      margin: 15px auto; }
    .hero.listing .share .links span {
      cursor: pointer;
      font-size: 26px;
      color: #ffffff;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      padding-right: 40px; }
      .hero.listing .share .links span:last-child {
        padding-right: 0px; }
      .hero.listing .share .links span:hover {
        color: rgba(255, 255, 255, 0.7); }

.main-section.listing p {
  line-height: 28px; }

@media (max-width: 880px) {
  .sidebar-section .button {
    max-width: 100%; }
  .body-container a.cta-button {
    margin: 30px auto 0px auto; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hero.listing .content p {
    font-size: 16px;
    margin-bottom: 10px; }
  .hero.listing .content h1 {
    font-size: 28px !important;
    line-height: 34px !important; } }

@media screen and (max-width: 39.9375em) {
  .main-section.listing p,
  .main-section.listing ul {
    font-size: 14px; }
  .hero.listing .content p {
    font-size: 15px;
    margin-bottom: 7px; }
  .hero.listing .share .links span {
    padding-right: 24px;
    font-size: 21px; }
  .hero.listing .share hr {
    margin: 9px auto; }
  .body-container.listing .section {
    padding-bottom: 20px; } }

.google-map {
  display: block;
  height: 175px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  line-height: 0;
  border: 1px solid #ddd;
  border-bottom: 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center; }
  .google-map img {
    display: none; }

.stacked-apply {
  display: none; }

@media (max-width: 880px) {
  .stacked-apply {
    display: block;
    margin-bottom: 50px; }
  .main-section.listing {
    padding-left: 20px;
    margin-top: 0px; }
  .body-container a.cta-button {
    display: none; }
  .beody-container.listing .main-section {
    margin-top: 0px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hero.listing .content {
    max-width: 80%;
    width: 100%; } }

@media screen and (max-width: 39.9375em) {
  .body-container.listing {
    padding-top: 50px; }
  .hero.listing .content {
    max-width: 90%;
    width: 100%; } }

#search-form {
  padding: 90px 30px 60px 30px;
  background: #f8f8f8;
  color: #464646; }
  #search-form .form {
    padding-left: 20px;
    padding-right: 20px; }
  #search-form .columns {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px; }
    #search-form .columns:first-child .columns:first-child .input-group-label {
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px; }
  #search-form .input-group-label {
    background: #ffffff !important; }
    #search-form .input-group-label i {
      width: 16px;
      height: 16px; }
  #search-form .input-group-field, #search-form .input-group-label {
    color: #464646;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    background: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 0px; }
    #search-form .input-group-field::-webkit-input-placeholder, #search-form .input-group-label::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #464646; }
    #search-form .input-group-field::-moz-placeholder, #search-form .input-group-label::-moz-placeholder {
      /* Firefox 19+ */
      color: #464646; }
    #search-form .input-group-field:-ms-input-placeholder, #search-form .input-group-label:-ms-input-placeholder {
      /* IE 10+ */
      color: #464646; }
    #search-form .input-group-field:-moz-placeholder, #search-form .input-group-label:-moz-placeholder {
      /* Firefox 18- */
      color: #464646; }
  #search-form .input-group-field {
    -webkit-box-shadow: none;
            box-shadow: none;
    border-right: 1px solid #EDEDED;
    padding-left: 0px; }
  #search-form button.button {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    height: 50px;
    border: none;
    width: 100%; }

#opportunities-intro {
  padding-top: 60px;
  background: #00B6CB;
  color: #ffffff; }
  #opportunities-intro .show-xs {
    display: none; }
  #opportunities-intro h2 {
    text-align: center; }
  #opportunities-intro .copy {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 20px; }
  #opportunities-intro .internal-nav {
    margin-top: 70px; }
    #opportunities-intro .internal-nav span {
      display: block;
      width: 77%;
      margin: 0 auto; }
      @media (max-width: 1260px) {
        #opportunities-intro .internal-nav span {
          width: 90%; } }
    #opportunities-intro .internal-nav a {
      display: block;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      width: 100%;
      min-height: 60px;
      padding: 12px 20px;
      text-align: center;
      background-color: #1B4176;
      border-radius: 5px 5px 0 0;
      position: relative;
      color: #ffffff;
      font-weight: bold;
      font-size: 14px; }
      #opportunities-intro .internal-nav a.active {
        color: #9B9B9B;
        background: #ffffff; }
      #opportunities-intro .internal-nav a:hover {
        opacity: .9; }
  @media screen and (max-width: 63.9375em) {
    #opportunities-intro .copy {
      max-width: 620px;
      padding-left: 20px;
      padding-right: 20px; } }
  @media screen and (max-width: 39.9375em) {
    #opportunities-intro {
      padding-left: 20px;
      padding-right: 20px; }
      #opportunities-intro .copy {
        font-size: 14px;
        margin-top: 10px; } }
  @media (max-width: 450px) {
    #opportunities-intro .show-xs {
      display: block; } }

#featured-content {
  padding: 80px 0px 80px 0px;
  font-family: "Source Sans Pro", sans-serif; }
  #featured-content .slide {
    outline: 0; }
  #featured-content .slick-arrow {
    display: none !important; }
  #featured-content h2 {
    text-align: center;
    color: #1B4176;
    font-size: 30px; }
  #featured-content h3 {
    font-size: 30px;
    color: #1B4176;
    margin-bottom: 20px; }
  #featured-content p {
    text-align: center; }
  #featured-content p, #featured-content ul {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    line-height: 28px;
    color: #7B7B7B;
    font-family: "Open Sans", sans-serif; }
  #featured-content .list-details {
    margin-top: 50px;
    max-width: 790px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px; }
  #featured-content ul li {
    color: #7B7B7B;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 4px; }
  @media screen and (max-width: 63.9375em) {
    #featured-content {
      padding: 80px 0px 70px 0px; }
      #featured-content h3 {
        font-size: 24px; }
      #featured-content p {
        max-width: 620px;
        padding-left: 20px;
        padding-right: 20px; } }
  @media screen and (max-width: 39.9375em) {
    #featured-content p {
      font-size: 14px; }
    #featured-content h3 {
      font-size: 21px; }
    #featured-content .list-details .columns:nth-child(2) {
      margin-top: 30px; }
    #featured-content .list-details ul li {
      font-size: 14px; } }

.featured-images {
  height: 300px;
  margin-top: 50px; }
  .featured-images .columns {
    height: 300px; }
    .featured-images .columns .feat-bg {
      background: #000000;
      height: 300px;
      background-repeat: no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .featured-images .columns:nth-child(1) {
      padding-left: 0px; }
    .featured-images .columns:nth-child(3) {
      padding-right: 0px; }
    .featured-images .columns:nth-child(2) {
      padding-left: 15px;
      padding-right: 15px; }

@media screen and (max-width: 63.9375em) {
  .featured-images {
    height: 200px; }
    .featured-images .columns {
      height: 200px; }
      .featured-images .columns .feat-bg {
        height: 200px; } }

@media screen and (max-width: 39.9375em) {
  #opportunities-intro .internal-nav {
    margin-top: 50px; }
  .featured-images {
    height: 150px; }
    .featured-images .columns {
      height: 150px; }
      .featured-images .columns .feat-bg {
        height: 150px; }
  #opportunities-intro .internal-nav .columns:first-child a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  #opportunities-intro .internal-nav a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    border-top-left-radius: 0px;
    border-top-right-radius: 0px; } }

@media (max-width: 1010px) {
  #opportunities-intro .internal-nav a {
    font-size: 13px; }
  #opportunities-intro .internal-nav .columns {
    padding-left: 8px;
    padding-right: 8px; } }

@media (max-width: 910px) {
  #opportunities-intro .internal-nav a {
    min-height: 90px;
    position: relative; }
    #opportunities-intro .internal-nav a span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      right: 0;
      margin: 0 auto;
      width: 85%; } }

@media (max-width: 845px) {
  #search-form .ph-label {
    padding-bottom: 30px; }
  #search-form .columns {
    width: 100%;
    padding-right: 0.9375rem !important;
    padding-left: 0.9375rem !important; }
  #search-form button.button {
    border-radius: 5px;
    font-size: 14px; }
  #search-form .input-group-field, #search-form .input-group-label {
    border-right: none;
    border-radius: 5px !important; } }

@media screen and (max-width: 39.9375em) {
  #opportunities-intro .internal-nav a {
    min-height: 70px; }
  #opportunities-intro .internal-nav .columns {
    padding-left: 15px;
    padding-right: 15px; }
  #opportunities-intro .internal-nav .columns:last-child {
    border-bottom: 1px solid #f1f1f1; } }

.page-template-faq {
  background: #f8f8f8; }

.hero.faq .content {
  max-width: 640px; }

.body-containe.faqr .main-section .content {
  max-width: 100%; }

.body-container.faq h2 {
  padding: 0px 1rem;
  clear: both; }

.body-container.faq .main-section {
  border-left: none;
  z-index: 2;
  position: relative; }

.accordion-title {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }

.accordion {
  background: transparent; }

.accordion, .accordion-content, .accordion-title {
  border: none !important; }

.accordion-title {
  padding-bottom: 20px;
  font-family: "Source Sans Pro", sans-serif;
  color: #464646;
  font-size: 24px;
  line-height: 30px;
  background: transparent; }
  .accordion-title:hover {
    background: transparent;
    color: #00B6CB; }

.accordion-content {
  padding-top: 0px;
  margin-top: -5px;
  background: transparent; }
  .accordion-content p {
    color: #7B7B7B;
    font-family: "Open Sans", sans-serif; }

.is-active .accordion-title {
  color: #00B6CB; }
  .is-active .accordion-title:hover {
    background: transparent;
    color: #008898; }

.is-active > .accordion-title::before, .accordion-title::before {
  content: ''; }

.accordion-content, .accordion-title {
  float: left;
  width: 100%; }

.trigger-icon {
  float: left;
  width: 58px;
  height: 58px;
  padding: 0px 0px; }

.trigger-icon::before {
  font-family: FontAwesome;
  text-align: center;
  content: '\f0d7' !important;
  color: #ffffff;
  position: relative;
  margin: 0 auto;
  background: #00B6CB;
  border-radius: 50%;
  padding: 6px 9px 5px 9px;
  font-size: 17px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.accordion-title:hover .trigger-icon::before {
  background: #1B4176; }

.is-active .trigger-icon::before {
  font-family: FontAwesome;
  padding: 4px 9px 7px 9px;
  content: '\f0d8' !important;
  text-align: center;
  background: #1B4176; }

.accordion-title:hover, .accordion-title:active, .accordion-title:focus {
  background: none; }

.accordion li {
  clear: both; }

nav.side.stick {
  position: fixed;
  top: 0;
  z-index: 10000;
  margin-top: 12px; }

.body-container.faq .main-section {
  float: right; }

@media screen and (max-width: 63.9375em) {
  .is-active .accordion-title {
    padding-bottom: 0px; }
  .accordion-title {
    font-size: 21px; }
  .body-container .section {
    padding-bottom: 55px; } }

@media screen and (max-width: 39.9375em) {
  .accordion-content, .accordion-title {
    width: 100%; }
  .trigger-icon {
    height: auto; }
  .accordion-title {
    font-size: 18px;
    line-height: 26px; }
  .is-active .trigger-icon::before {
    padding: 2px 7px 5px 7px; }
  .trigger-icon::before {
    padding: 4px 7px 3px 7px; }
  .accordion-content p {
    font-size: 14px; }
  .is-active .accordion-title {
    padding-bottom: 20px; } }

@media (max-width: 880px) {
  .internal-nav-sidebar {
    display: none; }
  .body-container.faq .main-section {
    margin-top: 0px; }
  .body-container.faq .sidebar-section {
    margin-top: 110px; } }

.page-template-help {
  background: #f8f8f8; }

.main-section.help {
  border-left: none; }
  .main-section.help p {
    line-height: 28px; }

.feat-help {
  margin: 30px 0px 0px 0px; }
  .feat-help .columns {
    position: relative; }
  .feat-help .copy .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    right: 0; }
  .feat-help .copy a {
    margin-bottom: 30px;
    display: block; }
  .feat-help .copy p {
    line-height: 32px;
    max-width: 277px; }

@media screen and (max-width: 63.9375em) {
  .hero.help .hero-animate {
    background-position: center right; } }

@media screen and (max-width: 39.9375em) {
  .main-section.help p {
    font-size: 14px;
    line-height: 28px; }
  .feat-help {
    margin: 20px 0px 0px 0px; }
  .feat-help .copy a {
    margin-bottom: 30px;
    margin-top: 20px; }
  .feat-help .copy .content {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0px; } }

.body-container.help .main-section {
  float: right; }

@media (max-width: 880px) {
  .body-container.help .main-section {
    margin-top: 0px; } }

.hero.contact .hero-animate {
  background-position: 30%; }

.page-template-contact {
  background: #f8f8f8; }

.body-container.contact {
  padding-bottom: 120px; }
  .body-container.contact select {
    width: 100% !important;
    max-width: 100%;
    min-width: 100%; }
  .body-container.contact .select2 {
    margin-bottom: 38px !important;
    max-width: 100%;
    min-width: 100%; }
  .body-container.contact .main-section .content {
    max-width: 650px;
    margin: 0 auto; }
  .body-container.contact .introduction {
    margin-top: 50px;
    line-height: 28px; }
  .body-container.contact form {
    font-family: "Open Sans", sans-serif; }
    .body-container.contact form .form-field {
      padding-bottom: 5px;
      position: relative; }
      .body-container.contact form .form-field.required::after {
        content: '*';
        color: #bAbAbA;
        position: absolute;
        top: 16px;
        right: 20px; }
    .body-container.contact form input[type=text], .body-container.contact form input[type=email], .body-container.contact form input[type=tel] {
      border: 1px solid #EAEAEA;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: none;
              box-shadow: none;
      height: 50px;
      padding-left: 20px;
      padding-right: 30px;
      color: #7B7B7B; }
    .body-container.contact form select {
      height: 50px;
      border: 1px solid #EAEAEA;
      border-radius: 5px;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #7B7B7B;
      padding-left: 20px;
      padding-right: 40px;
      color: #7B7B7B; }
      .body-container.contact form select .select2, .body-container.contact form select .select2-container {
        width: 100%; }
    .body-container.contact form textarea {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      min-height: 151px;
      border: 1px solid #EAEAEA;
      border-radius: 5px;
      -webkit-box-shadow: none;
              box-shadow: none;
      padding: 20px 30px 20px 20px;
      color: #7B7B7B; }
    .body-container.contact form button {
      height: 50px;
      width: 100%;
      border-radius: 5px;
      background-color: #00B6CB;
      border: none;
      cursor: pointer;
      text-transform: uppercase;
      font-family: "Open Sans", sans-serif;
      font-weight: bold;
      color: #ffffff;
      -webkit-box-shadow: none;
              box-shadow: none;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
      .body-container.contact form button:hover {
        background: #008898; }

span.wpcf7-not-valid-tip {
  border-color: #af2b2b;
  background: #af2b2b;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px; }

.wpcf7-response-output {
  max-width: 75rem;
  margin-left: auto !important;
  margin-right: auto !important;
  color: red;
  padding: 15px !important;
  text-align: center; }

div.wpcf7-mail-sent-ng {
  border-color: #af2b2b;
  background: #af2b2b; }

div.wpcf7-validation-errors {
  display: none !important; }

div.wpcf7-mail-sent-ok {
  border-color: #1B4176;
  background: #1B4176;
  border-radius: 5px; }

@media (max-width: 1120px) {
  .body-container .main-section {
    border-left: none; } }

@media screen and (max-width: 63.9375em) {
  .body-container.contact .introduction {
    margin-top: 20px;
    font-size: 14px; }
  .body-container.contact form button {
    font-size: 14px; }
  .body-container.contact {
    padding-bottom: 70px; }
    .body-container.contact .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 14px; } }

.sidebar-section p {
  margin-bottom: 8px; }

.archive, .page-template-blog {
  background: #f8f8f8; }

a.category {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  a.category:hover {
    color: #008898 !important; }

.article {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 4px;
  margin-bottom: 40px; }
  .article .featured-img {
    width: 100%;
    height: 210px;
    background: #1B4176;
    border-radius: 4px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out; }
    .article .featured-img:hover {
      opacity: .91; }
  .article .copy {
    margin-top: 40px; }
    .article .copy .category {
      text-align: center;
      color: #00B6CB;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: bold;
      font-family: "Source Sans Pro", sans-serif;
      display: block;
      margin-bottom: 8px; }
    .article .copy .title {
      color: #464646;
      font-family: "Source Sans Pro", sans-serif;
      font-size: 22px;
      line-height: 33px;
      text-align: center; }
    .article .copy .excerpt {
      color: #9B9B9B;
      font-family: "Source Sans Pro", sans-serif;
      text-align: center;
      font-size: 16px;
      min-height: 75px; }
  .article .social {
    margin-top: 35px;
    border-top: 1px solid #bbbbbb;
    padding-top: 20px; }
    .article .social span, .article .social .like {
      color: #D0D7DD;
      font-weight: normal;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      cursor: pointer;
      padding-right: 5px; }
      .article .social span:last-child, .article .social .like:last-child {
        padding-right: 0px; }
      .article .social span:hover, .article .social .like:hover {
        color: #00B6CB; }
  .article .share {
    display: inline-block;
    float: right;
    font-family: "Open Sans", sans-serif; }
    .article .share a {
      padding-right: 10px; }
      .article .share a:last-child {
        padding-right: 0px; }
  @media screen and (max-width: 39.9375em) {
    .article {
      max-width: 280px;
      margin-left: auto;
      margin-right: auto;
      padding: 20px 20px; }
      .article .social {
        margin-top: 20px; }
        .article .social .like {
          font-size: 14px; }
      .article .featured-img {
        height: 160px; }
      .article .placeholder-img {
        max-width: 150px; }
      .article .copy {
        margin-top: 25px; }
        .article .copy .title {
          font-size: 20px;
          margin-bottom: 10px; }
        .article .copy .excerpt {
          font-size: 14px; }
        .article .copy .category {
          font-size: 12px;
          margin-bottom: 5px; } }

.placeholder-img {
  position: absolute;
  left: 0;
  display: block;
  right: 0;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 83%;
  max-width: 245px; }

a.article-container {
  display: block;
  font-weight: normal; }

#blog-roll {
  padding-bottom: 90px;
  padding-top: 30px; }
  #blog-roll .column, #blog-roll .columns {
    float: left; }

.filter-bar {
  padding-top: 50px; }
  .filter-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #9B9B9B !important; }
    @media screen and (max-width: 39.9375em) {
      .filter-bar .select2-container--default .select2-selection--single .select2-selection__rendered {
        font-size: 14px !important; } }
  .filter-bar .select2-container--default .select2-selection--single {
    background: none;
    padding: 8px;
    width: 100%;
    border: none !important;
    color: #9B9B9B !important; }
  .filter-bar .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: -3px; }
  .filter-bar .select2 {
    border: 2px solid #D0D7DD;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #9B9B9B;
    font-family: "Source Sans Pro", sans-serif;
    background: #f8f8f8;
    height: 49px;
    outline: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 100%; }
  @media screen and (max-width: 39.9375em) {
    .filter-bar #order-filter + .select2 {
      float: none; }
    .filter-bar select + .select2 {
      margin-left: auto;
      margin-right: auto;
      display: block; } }

#order-filter + .select2 {
  float: right; }

#load-more {
  background: #00B6CB;
  height: 50px;
  text-transform: uppercase;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  font-family: "Source Sans Pro", sans-serif;
  max-width: 220px;
  margin-top: 10px;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer; }
  #load-more:hover {
    background: #008898; }
  #load-more.done {
    display: none; }
  @media screen and (max-width: 39.9375em) {
    #load-more {
      font-size: 14px; } }

.alm-btn-wrap {
  width: 100%;
  position: relative;
  display: inline-block; }

.comment-wrapper {
  margin-left: auto;
  margin-right: auto;
  float: none; }

.single-post, .error404 {
  background: #f8f8f8; }
  .single-post .top-bar, .error404 .top-bar {
    border-bottom: 1px solid #EAEAEA; }

.entry-content {
  clear: both;
  padding-bottom: 130px; }

#article-post {
  padding-bottom: 130px;
  color: #7B7B7B; }
  #article-post h1, #article-post h2, #article-post h3, #article-post h4, #article-post h5, #article-post h6 {
    color: #1B4176; }
  #article-post p {
    line-height: 28px; }
  #article-post blockquote {
    padding: 60px 50px;
    border: none;
    background: #00B6CB;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #ffffff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 24px;
    line-height: 38px;
    text-align: center; }
    #article-post blockquote p {
      margin-bottom: 0px; }
    #article-post blockquote:before {
      content: '\f10e';
      font-family: FontAwesome;
      display: block;
      margin-bottom: 10px;
      font-size: 28px; }
    #article-post blockquote cite:before {
      display: none; }
    #article-post blockquote cite {
      font-style: normal;
      color: #ffffff;
      font-size: 18px;
      margin-top: 60px; }
  #article-post footer.post {
    margin-top: 50px; }
    #article-post footer.post .tag-detail, #article-post footer.post .author-credit {
      padding-top: 20px;
      padding-bottom: 20px; }
    #article-post footer.post .tag-detail {
      padding-left: 50px; }
  #article-post header {
    padding-top: 70px;
    padding-bottom: 108px; }
    #article-post header .category {
      color: #00B6CB;
      font-weight: bold;
      font-family: "Source Sans Pro", sans-serif;
      text-align: center;
      display: block;
      margin: 0 auto; }
    #article-post header h1 {
      font-size: 46px;
      color: #1B4176;
      font-family: "Source Sans Pro", sans-serif;
      text-align: center;
      margin: 0 auto;
      padding-top: 2px;
      line-height: 58px; }
  #article-post .meta {
    display: block;
    color: #9B9B9B;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 15px;
    font-style: italic;
    line-height: 26px;
    text-align: center;
    margin: 18px auto 0px auto; }
    #article-post .meta .date {
      text-transform: capitalize; }
    #article-post .meta span {
      margin-right: 30px;
      display: inline-block; }
      #article-post .meta span:last-child {
        margin-right: 0px; }
      #article-post .meta span i {
        padding-right: 10px;
        color: #D1D8DE;
        font-size: 18px; }
  @media screen and (max-width: 63.9375em) {
    #article-post footer.post .tag-detail {
      padding-left: 0.9375rem;
      border-left: none; }
    #article-post header {
      padding-top: 60px;
      padding-bottom: 58px; }
      #article-post header h1 {
        font-size: 38px; }
    #article-post blockquote p {
      font-size: 18px; }
    #article-post blockquote cite {
      margin-top: 40px; }
    #article-post .meta {
      margin: 10px auto 0px auto; }
      #article-post .meta span {
        font-size: 14px; } }
  @media screen and (max-width: 39.9375em) {
    #article-post {
      max-width: 90%;
      margin: 0 auto; }
      #article-post .entry-content p {
        font-size: 14px; }
      #article-post blockquote p {
        font-size: 16px; }
      #article-post blockquote cite {
        font-size: 16px;
        margin-top: 25px; }
      #article-post footer.post {
        max-width: 90%;
        margin: 90px auto 0px auto; }
      #article-post .tag-detail .author-info-key {
        margin-bottom: 5px; }
      #article-post .tag-detail .columns:first-child {
        margin-bottom: 30px; } }

.edit-link.button {
  margin-top: 90px;
  max-width: 280px;
  width: 100%;
  float: right; }
  @media screen and (max-width: 39.9375em) {
    .edit-link.button {
      font-size: 14px; } }

a.post-edit-link {
  color: #ffffff !important; }

.author-credit img {
  border-radius: 50%;
  width: 68px;
  height: 68px;
  margin-bottom: 17px; }

.author-credit .name {
  text-align: left;
  color: #464646;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 24px;
  line-height: 31px;
  margin-bottom: 0px; }

.author-credit .title {
  text-align: left;
  color: #C0BFC0;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
  margin-top: 4px; }

.tag-detail {
  border-left: 1px solid #dddddd;
  padding-left: 40px; }
  .tag-detail p, .tag-detail a {
    text-align: left; }
  .tag-detail .row .columns {
    word-wrap: break-word; }
  .tag-detail .author-info-key {
    color: #9B9B9B;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 18px;
    text-transform: uppercase; }
  .tag-detail p.author-info-value {
    color: #464646;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px; }
  .tag-detail a.author-info-value {
    color: #00B6CB;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: normal;
    text-decoration: underline; }

.post-tags {
  padding-top: 20px; }
  .post-tags span.title {
    color: #9B9B9B;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 30px; }
  .post-tags .post-tag {
    color: #9B9B9B;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 16px;
    border-radius: 3px;
    background-color: #EAEAEA;
    text-align: center;
    padding: 5px 8px;
    line-height: 45px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
    .post-tags .post-tag:hover {
      background: #00B6CB;
      color: #ffffff; }
    .post-tags .post-tag:last-child {
      margin-right: 0px; }

#like-bar {
  padding: 40px 60px;
  min-height: 130px;
  background-color: #EAEAEA;
  position: relative; }
  #like-bar .button {
    color: #FFFFFF;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 14px 34px 14px 34px;
    background-color: #4DA1FF;
    margin-bottom: 0px; }
    #like-bar .button:hover {
      background-image: #1a86ff; }
    #like-bar .button i {
      padding-right: 8px;
      font-size: 16px; }
  #like-bar .content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    #like-bar .content.social {
      right: 60px; }
  @media screen and (max-width: 39.9375em) {
    #like-bar .button {
      width: 200px;
      margin: 0 auto; }
    #like-bar .content {
      position: relative;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      top: 0; }
      #like-bar .content.social {
        width: 165px;
        margin: 30px auto 0px auto;
        right: 0px; } }

.social-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-right: 16px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .social-circle:last-child {
    margin-right: 0px; }
  .social-circle.facebook {
    background: #4DA1FF; }
    .social-circle.facebook:hover {
      background: #1a86ff; }
  .social-circle.twitter {
    background: #59E6FF; }
    .social-circle.twitter:hover {
      background: #26deff; }
  .social-circle.linkedin {
    background: #0054B3; }
    .social-circle.linkedin:hover {
      background: #006ce6; }
  .social-circle i {
    color: #ffffff; }

#comments {
  padding: 60px 0px; }
  #comments a {
    font-weight: normal;
    font-family: "Source Sans Pro", sans-serif;
    color: #00B6CB; }
    #comments a:hover {
      color: #008898; }
  #comments input[name="submit"] {
    max-width: 280px;
    margin-top: 20px;
    width: 100%;
    float: right;
    background: #00B6CB; }
    #comments input[name="submit"]:hover {
      background: #008898; }
  #comments textarea {
    border: 1px solid #E9EFF4;
    background: #ffffff;
    padding: 20px 20px 20px 20px;
    height: auto;
    border-radius: 4px;
    outline: 0;
    min-height: 201px;
    -webkit-box-shadow: none;
            box-shadow: none;
    line-height: 28px; }
  #comments .reply {
    text-align: right;
    margin-top: 13px; }
    #comments .reply .reply-button i {
      font-size: 12px;
      padding-right: 6px;
      color: #9B9B9B; }
    #comments .reply .reply-button a.comment-reply-link {
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
      color: #9B9B9B;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 13px; }
      #comments .reply .reply-button a.comment-reply-link:hover {
        color: #7B7B7B; }
  #comments ul.children {
    margin-left: 60px; }
    #comments ul.children .comment-author img {
      width: 45px;
      height: auto; }
    #comments ul.children .comment .comment-bubble:before {
      top: 15px; }

.identifier {
  font-family: "Source Sans Pro", sans-serif;
  color: #7B7B7B; }
  .identifier a {
    font-weight: normal; }

#commentform input[type="text"], #commentform textarea {
  color: #7B7B7B; }

#commentform input[type="text"] {
  height: 50px;
  background: #ffffff;
  border-radius: 4px;
  border: 1px solid #E9EFF4;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding-left: 20px;
  padding-right: 20px; }

#commentform label {
  font-family: "Open Sans", sans-serif;
  padding-bottom: 5px;
  text-transform: uppercase;
  color: #7B7B7B; }

ul.comment-list {
  margin-left: 0px; }
  ul.comment-list li {
    list-style: none; }

.comment-author {
  padding: 0px; }
  .comment-author img {
    border-radius: 50%;
    width: 68px;
    height: auto; }

.comment .comment-bubble, .comment .notice {
  background: #ffffff;
  padding: 40px 60px 40px 40px;
  border-radius: 5px;
  position: relative; }
  .comment .comment-bubble:before, .comment .notice:before {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 18px solid #ffffff;
    content: ' ';
    position: absolute;
    left: -15px;
    top: 27px; }
  .comment .comment-bubble p, .comment .notice p {
    color: #7B7B7B;
    margin-bottom: 0px; }
  .comment .comment-bubble .comment-meta, .comment .notice .comment-meta {
    margin-bottom: 11px; }
  .comment .comment-bubble .author, .comment .notice .author {
    text-transform: uppercase;
    color: #464646;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 16px;
    font-weight: bold; }
  .comment .comment-bubble .date, .comment .notice .date {
    color: #9B9B9B;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    padding-left: 20px; }

@media screen and (max-width: 63.9375em) {
  .comment .comment-bubble, .comment .notice {
    padding: 30px 50px 30px 30px; } }

.comment-body {
  padding-bottom: 40px; }

.no-tags {
  font-size: 14px;
  text-transform: uppercase;
  color: #9B9B9B; }

#respond p {
  margin-bottom: 26px; }

.like-box {
  height: 45px;
  position: relative; }
  .like-box .copy {
    font-size: 12px;
    font-weight: bold;
    font-family: "Source Sans Pro", sans-serif;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .like-box .copy i {
      font-size: 16px;
      padding-right: 8px; }
  .like-box a.like-button {
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 14px 34px 14px 34px;
    background-color: #4DA1FF;
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
    border-radius: 5px;
    position: relative;
    font-size: 12px;
    height: 45px;
    width: 130px; }
    .like-box a.like-button svg {
      display: none; }
    .like-box a.like-button:after {
      color: #7B7B7B;
      position: absolute;
      right: -40px; }

.archive .pagination {
  clear: both;
  font-size: 18px;
  padding: 30px 20px 40px 20px; }

.archive .pagination .current {
  background: none;
  color: #00B6CB;
  font-weight: bold; }

.archive .pagination a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  font-weight: bold; }

.archive .pagination a,
.archive .pagination button,
.archive .pagination .ellipsis::after {
  color: #9B9B9B; }

.archive .pagination a:hover,
.archive .pagination button:hover {
  background: none;
  color: #00B6CB; }

.archive li.prev, .archive li.next {
  color: #DEDEDE; }
  .archive li.prev a, .archive li.next a {
    color: #DEDEDE; }

.archive #blog-roll {
  padding-top: 60px;
  padding-bottom: 30px; }

@media (max-width: 640px) {
  #comments {
    padding: 60px 10px; }
  .comment-author {
    margin-bottom: 20px; }
  .comment-bubble:before, .comment .notice:before {
    display: none; }
  #article-post blockquote {
    padding: 50px 20px; }
  #comments ul.children {
    margin-left: 10px; }
  .comment .comment-bubble, .comment .notice {
    padding: 20px 20px 20px 20px; }
  .comment .comment-bubble .author, .comment .notice .author,
  .comment .comment-bubble p, .comment .notice p {
    font-size: 14px; }
  .comment .comment-bubble .comment-meta, .comment .notice .comment-meta {
    margin-bottom: 5px; }
  #comments input[name="submit"] {
    max-width: 100%;
    font-size: 14px; }
  #comments textarea {
    font-size: 14px; } }

/* Wrapper */
.sl-wrapper a {
  border-bottom: 0 !important;
  text-decoration: none !important; }

.sl-button {
  padding: 0.375em 0.625em;
  font-size: 1em;
  line-height: 1;
  font-weight: normal; }

/* Colors */
a.liked {
  color: #da1b1b; }

a.liked:hover,
a.liked:active,
a.liked:focus {
  color: #666666; }

a.liked span.sl-count,
.sl-count {
  color: #666666; }

/* Icon */
.sl-icon {
  margin-right: 0.3125em;
  font-family: 'Arial Unicode MS', Arial, sans-serif;
  vertical-align: middle; }

.sl-icon svg {
  fill: currentColor;
  width: 1em;
  height: 1em; }

.sl-icon svg:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

/* Count */
.sl-count {
  font-size: 0.625em;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  text-transform: uppercase;
  vertical-align: middle; }

/* Loader */
.loader,
.loader:before,
.loader:after {
  background: rgba(0, 0, 0, 0.2);
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: .2em;
  height: .6em; }

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: ''; }

.loader:before {
  left: -.375em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.loader {
  text-indent: -9999em;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  font-size: 1em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.loader:after {
  left: .375em; }

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em; }
  40% {
    -webkit-box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
            box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em; } }

@keyframes load1 {
  0%,
  80%,
  100% {
    -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 rgba(0, 0, 0, 0.2);
    height: .6em; }
  40% {
    -webkit-box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
            box-shadow: 0 -0.3em rgba(0, 0, 0, 0.2);
    height: 1em; } }

#image-gallery {
  position: relative;
  padding: 0px; }
  #image-gallery .slide {
    width: 100%;
    height: 100%;
    position: absolute;
    height: 400px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }

.about.hero-animate {
  background-position: center right; }

.intro.about .intro-copy p {
  margin-bottom: 0px; }

@media screen and (max-width: 63.9375em) {
  .intro.about {
    padding: 60px 0px 25px 0px; }
    .intro.about .intro-copy p {
      max-width: 600px;
      padding-left: 20px;
      padding-right: 20px; }
    .intro.about h2 {
      margin-bottom: 15px; } }

@media screen and (max-width: 39.9375em) {
  .intro.about h2 {
    margin-bottom: 10px; }
  .intro.about .intro-copy {
    padding-bottom: 40px; }
    .intro.about .intro-copy p {
      font-size: 14px;
      line-height: 24px;
      padding-left: 0px;
      padding-right: 0px; } }

.intro-split.about .slick-dots li button:before {
  font-size: 26px !important; }

.intro-split.about .row .columns {
  min-height: 400px;
  position: relative; }

.intro-split.about .copy {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: bold;
  font-size: 30px;
  color: #1B4176;
  background-color: #FFFFFF; }
  .intro-split.about .copy p {
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    left: 0;
    right: 0;
    margin-bottom: 50px; }

.intro-split.about .img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .intro-split.about .img .hero-animate {
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    animation: zoomOutAnimation 5s;
    -webkit-animation: zoomOutAnimation 2s;
    /* Safari 4+ */
    /* Fx 5+ */
    /* Opera 12+ */
    animation: zoomOutAnimation 2s;
    /* IE 10+, Fx 29+ */
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%; }

.intro-split.about .testimonials {
  position: absolute;
  width: 90%;
  left: 0;
  right: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto; }

@media screen and (max-width: 63.9375em) {
  .intro-split.about .row .columns {
    min-height: 320px; }
  .intro-split.about .testimonials p {
    font-size: 24px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 34px; }
  .intro-split.about .copy p {
    margin-bottom: 15px; }
  .intro-split.about .slick-dots li button:before {
    font-size: 21px !important; } }

@media screen and (max-width: 39.9375em) {
  .intro-split.about .row .columns {
    min-height: 280px; }
  .intro-split.about .copy p {
    margin-bottom: 20px; }
  .intro-split.about .testimonials p {
    font-size: 21px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 31px; } }

.intro-split-copy {
  padding: 100px 20px 100px 20px;
  background: #f8f8f8; }
  .intro-split-copy p.lead {
    max-width: 670px;
    margin: 0px auto 0px auto;
    font-family: "Source Sans Pro", sans-serif;
    color: #1B4176;
    font-size: 30px; }
  .intro-split-copy .copy p {
    color: #7B7B7B;
    font-family: "Open Sans", sans-serif;
    max-width: 560px;
    margin: 0 auto 20px auto;
    line-height: 28px; }
  @media screen and (max-width: 63.9375em) {
    .intro-split-copy {
      padding: 70px 20px 70px 20px; }
      .intro-split-copy p.lead {
        font-size: 24px;
        margin: 0px auto 30px auto; } }
  @media screen and (max-width: 39.9375em) {
    .intro-split-copy p.lead {
      font-size: 21px;
      margin: 0px auto 20px auto; }
    .intro-split-copy .copy p {
      font-size: 14px;
      line-height: 24px; } }

#testimonial-grid .columns {
  min-height: 350px; }

#testimonial-grid .img {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

#testimonial-grid .quote {
  background: #464646;
  position: relative; }
  #testimonial-grid .quote .content {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  #testimonial-grid .quote p {
    color: #FFFFFF;
    font-family: "Open Sans", sans-serif;
    max-width: 280px;
    margin: 0 auto; }
    #testimonial-grid .quote p.cite {
      margin-bottom: 0px; }
    #testimonial-grid .quote p.block-quote {
      margin-bottom: 50px; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #testimonial-grid #testimonial-grid .columns:nth-child(odd) {
    float: right !important; } }

@media screen and (max-width: 63.9375em) {
  #testimonial-grid .columns {
    min-height: 280px; }
  #testimonial-grid .quote p.block-quote {
    margin-bottom: 20px; }
  #testimonial-grid .quote p {
    font-size: 14px; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  #testimonial-grid .columns:nth-child(1),
  #testimonial-grid .columns:nth-child(5) {
    float: right !important; } }

.page-template-talent-community {
  background: #f8f8f8; }

.hero.talent-community .hero-animate {
  background-position: 40%; }

.intro.talent {
  padding: 50px 20px 0px 20px; }
  .intro.talent .intro-copy {
    padding-bottom: 20px; }
    .intro.talent .intro-copy p {
      font-size: 30px;
      color: #1B4176;
      text-align: center;
      padding-left: 20px;
      padding-right: 20px;
      line-height: 42px;
      font-family: "Open Sans", sans-serif; }

.tc-category label {
  color: #7B7B7B;
  font-size: 16px;
  font-family: "Open Sans", sans-serif; }

.tc-category input[type='checkbox'] {
  display: none; }

.tc-category input[type='checkbox'] + span {
  position: relative;
  padding-left: 20px;
  padding-right: 13px; }

.tc-category input[type='checkbox'] + span:before {
  position: absolute;
  left: -8px;
  top: 50%;
  width: 18px;
  height: 18px;
  display: inline-block;
  content: '';
  margin: 0;
  clear: none;
  cursor: pointer;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #EAEAEA;
  margin-top: -9.5px;
  padding-right: 5px; }

.tc-category input[type='checkbox']:checked + span:before {
  background-image: url(../images/global/radio-active.jpg);
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center center; }

.tc-category label {
  cursor: pointer; }

.tc-error .error {
  color: #af2b2b;
  text-align: center;
  padding: 20px 20px 10px 20px;
  margin: 0 auto 20px auto; }

.tc-form {
  padding: 0px 0px 20px 0px;
  max-width: 980px;
  margin: 0 auto; }
  .tc-form .form-field {
    padding-bottom: 30px; }
    .tc-form .form-field .select2-results__option {
      color: #444444; }
    .tc-form .form-field .select2 {
      width: 100% !important; }
    .tc-form .form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
      color: #7B7B7B; }
      @media screen and (max-width: 39.9375em) {
        .tc-form .form-field .select2-container--default .select2-selection--single .select2-selection__rendered {
          font-size: 14px; } }
    .tc-form .form-field .select2-container--default .select2-selection--single {
      padding: 10px; }
    .tc-form .form-field .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: -1px; }
    .tc-form .form-field select[name="region[]"] {
      display: none; }
  .tc-form h2 {
    font-size: 28px;
    font-family: "Source Sans Pro", sans-serif;
    color: #1B4176;
    padding-bottom: 20px; }
  .tc-form .fieldset {
    margin-left: auto;
    margin-right: auto;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    padding-bottom: 30px;
    width: 90%; }
    .tc-form .fieldset:last-child {
      border-bottom: none; }
  .tc-form .button {
    width: 100%;
    display: block;
    max-width: 500px;
    margin: 40px auto 30px auto; }

.email-pref {
  padding-top: 10px; }
  .email-pref label {
    font-family: "Source Sans Pro", sans-serif;
    color: #7B7B7B;
    font-size: 16px;
    margin-bottom: 15px; }

.location select[name=country], .location select[name=region] {
  width: 50%; }

@media screen and (max-width: 63.9375em) {
  .intro.talent .intro-copy p {
    font-size: 26px;
    line-height: 38px; } }

@media screen and (max-width: 39.9375em) {
  .intro.talent .intro-copy p {
    font-size: 18px;
    line-height: 28px; }
  .intro.talent .intro-copy {
    padding: 0px 0px 90px 0px;
    padding-bottom: 0px; }
    .intro.talent .intro-copy p {
      padding-left: 0px;
      padding-right: 0px; }
  .tc-form .form-field {
    padding-bottom: 25px; }
  .tc-form h2 {
    padding-bottom: 20px; }
  .tc-form .button {
    font-size: 14px;
    margin-top: 60px; }
  .tc-category label {
    font-size: 14px; }
  .location input[type='checkbox'] + span:before {
    width: 15px;
    height: 15px; } }

.region-tag {
  min-width: 245px;
  border: 1px solid #00B6CB;
  color: #00B6CB;
  padding: 6px 15px !important;
  font-family: "Source Sans Pro", sans-serif;
  display: inline-block;
  border-radius: 5px;
  background: #f8f8f8;
  margin-right: 20px !important;
  margin-top: 8px !important;
  position: relative;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .region-tag:first-child {
    margin-left: 0px !important; }
  .region-tag:after {
    position: absolute;
    right: 15px;
    font-family: 'FontAwesome';
    content: '\f00d';
    color: #7B7B7B;
    cursor: pointer; }
  .region-tag:hover {
    color: #ffffff;
    background: #00B6CB; }
    .region-tag:hover:after {
      color: #ffffff; }

.select2-dropdown {
  border: 1px solid #DDDDDD !important; }

#state-filters {
  width: 210%; }
  @media screen and (max-width: 39.9375em) {
    #state-filters {
      width: 100%; }
      #state-filters .region-tag {
        font-size: 14px; } }

.benefits-bullets {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f8f8f8; }
  .benefits-bullets i {
    font-size: 56px;
    color: #1B4176; }
  .benefits-bullets ul {
    color: #7B7B7B;
    font-size: 16px;
    line-height: 28px;
    color: #7B7B7B; }

.text-blue {
  color: #1B4176; }

/*# sourceMappingURL=foundation.css.map */
