@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.0
 * 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; }

/*!
 *  Font Awesome 4.5.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.5.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.5.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.5.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.5.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.5.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

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

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

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

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -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: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-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-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: ""; }

/*! 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: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #3e3e3e;
  -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: 8px; }

select {
  width: 100%;
  border-radius: 8px; }

.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: 8px;
  background: transparent;
  line-height: 1; }
  [data-whatinput='mouse'] button {
    outline: 0; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.row {
  max-width: 87.5rem;
  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.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: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", 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: #cacaca; }

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: #008093;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #006e7e; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 87.5rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  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 #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: "— "; }

abbr {
  border-bottom: 1px dotted #3e3e3e;
  color: #3e3e3e;
  cursor: help; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #3e3e3e; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #3e3e3e;
  border-radius: 8px; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.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 #8a8a8a;
    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; } }

[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 #cacaca;
  border-radius: 8px;
  background-color: #fefefe;
  -webkit-box-shadow: inset 0 1px 2px rgba(62, 62, 62, 0.1);
          box-shadow: inset 0 1px 2px rgba(62, 62, 62, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #3e3e3e;
  -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 #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -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: #cacaca; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cacaca; }

input::placeholder,
textarea::placeholder {
  color: #cacaca; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px; }

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: #3e3e3e; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #3e3e3e; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }
  .input-group > :first-child {
    border-radius: 8px 0 0 8px; }
  .input-group > :last-child > * {
    border-radius: 0 8px 8px 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 #cacaca;
  background: #e6e6e6;
  color: #3e3e3e;
  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 #cacaca; }
  .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 #cacaca;
  border-radius: 8px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  color: #3e3e3e;
  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%28138, 138, 138%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 #8a8a8a;
    background-color: #fefefe;
    -webkit-box-shadow: 0 0 5px #cacaca;
            box-shadow: 0 0 5px #cacaca;
    -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: #e6e6e6;
    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, .top-bar .menu .menu-item-132 a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 8px;
  -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: #ffd300;
  color: #fefefe; }
  [data-whatinput='mouse'] .button, [data-whatinput='mouse'] .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 [data-whatinput='mouse'] a {
    outline: 0; }
  .button:hover, .top-bar .menu .menu-item-132 a:hover, .button:focus, .top-bar .menu .menu-item-132 a:focus {
    background-color: #d9b300;
    color: #fefefe; }
  .button.tiny, .top-bar .menu .menu-item-132 a.tiny {
    font-size: 0.6rem; }
  .button.small, .top-bar .menu .menu-item-132 a.small {
    font-size: 0.75rem; }
  .button.large, .top-bar .menu .menu-item-132 a.large {
    font-size: 1.25rem; }
  .button.expanded, .top-bar .menu .menu-item-132 a.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary, .top-bar .menu .menu-item-132 a.primary {
    background-color: #008093;
    color: #fefefe; }
    .button.primary:hover, .top-bar .menu .menu-item-132 a.primary:hover, .button.primary:focus, .top-bar .menu .menu-item-132 a.primary:focus {
      background-color: #006676;
      color: #fefefe; }
  .button.secondary, .top-bar .menu .menu-item-132 a.secondary {
    background-color: #ffd300;
    color: #3e3e3e; }
    .button.secondary:hover, .top-bar .menu .menu-item-132 a.secondary:hover, .button.secondary:focus, .top-bar .menu .menu-item-132 a.secondary:focus {
      background-color: #cca900;
      color: #3e3e3e; }
  .button.success, .top-bar .menu .menu-item-132 a.success {
    background-color: #3adb76;
    color: #3e3e3e; }
    .button.success:hover, .top-bar .menu .menu-item-132 a.success:hover, .button.success:focus, .top-bar .menu .menu-item-132 a.success:focus {
      background-color: #22bb5b;
      color: #3e3e3e; }
  .button.warning, .top-bar .menu .menu-item-132 a.warning {
    background-color: #ffae00;
    color: #3e3e3e; }
    .button.warning:hover, .top-bar .menu .menu-item-132 a.warning:hover, .button.warning:focus, .top-bar .menu .menu-item-132 a.warning:focus {
      background-color: #cc8b00;
      color: #3e3e3e; }
  .button.alert, .top-bar .menu .menu-item-132 a.alert {
    background-color: #cc4b37;
    color: #fefefe; }
    .button.alert:hover, .top-bar .menu .menu-item-132 a.alert:hover, .button.alert:focus, .top-bar .menu .menu-item-132 a.alert:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button.hollow, .top-bar .menu .menu-item-132 a.hollow {
    border: 1px solid #008093;
    color: #008093; }
    .button.hollow, .top-bar .menu .menu-item-132 a.hollow, .button.hollow:hover, .top-bar .menu .menu-item-132 a.hollow:hover, .button.hollow:focus, .top-bar .menu .menu-item-132 a.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .top-bar .menu .menu-item-132 a.hollow:hover, .button.hollow:focus, .top-bar .menu .menu-item-132 a.hollow:focus {
      border-color: #00404a;
      color: #00404a; }
    .button.hollow.primary, .top-bar .menu .menu-item-132 a.hollow.primary {
      border: 1px solid #008093;
      color: #008093; }
      .button.hollow.primary:hover, .top-bar .menu .menu-item-132 a.hollow.primary:hover, .button.hollow.primary:focus, .top-bar .menu .menu-item-132 a.hollow.primary:focus {
        border-color: #00404a;
        color: #00404a; }
    .button.hollow.secondary, .top-bar .menu .menu-item-132 a.hollow.secondary {
      border: 1px solid #ffd300;
      color: #ffd300; }
      .button.hollow.secondary:hover, .top-bar .menu .menu-item-132 a.hollow.secondary:hover, .button.hollow.secondary:focus, .top-bar .menu .menu-item-132 a.hollow.secondary:focus {
        border-color: #806a00;
        color: #806a00; }
    .button.hollow.success, .top-bar .menu .menu-item-132 a.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .top-bar .menu .menu-item-132 a.hollow.success:hover, .button.hollow.success:focus, .top-bar .menu .menu-item-132 a.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning, .top-bar .menu .menu-item-132 a.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .top-bar .menu .menu-item-132 a.hollow.warning:hover, .button.hollow.warning:focus, .top-bar .menu .menu-item-132 a.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert, .top-bar .menu .menu-item-132 a.hollow.alert {
      border: 1px solid #cc4b37;
      color: #cc4b37; }
      .button.hollow.alert:hover, .top-bar .menu .menu-item-132 a.hollow.alert:hover, .button.hollow.alert:focus, .top-bar .menu .menu-item-132 a.hollow.alert:focus {
        border-color: #67251a;
        color: #67251a; }
  .button.disabled, .top-bar .menu .menu-item-132 a.disabled, .button[disabled], .top-bar .menu .menu-item-132 a[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled:hover, .top-bar .menu .menu-item-132 a.disabled:hover, .button.disabled:focus, .top-bar .menu .menu-item-132 a.disabled:focus, .button[disabled]:hover, .top-bar .menu .menu-item-132 a[disabled]:hover, .button[disabled]:focus, .top-bar .menu .menu-item-132 a[disabled]:focus {
      background-color: #008093;
      color: #fefefe; }
    .button.disabled.primary, .top-bar .menu .menu-item-132 a.disabled.primary, .button[disabled].primary, .top-bar .menu .menu-item-132 a[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary:hover, .top-bar .menu .menu-item-132 a.disabled.primary:hover, .button.disabled.primary:focus, .top-bar .menu .menu-item-132 a.disabled.primary:focus, .button[disabled].primary:hover, .top-bar .menu .menu-item-132 a[disabled].primary:hover, .button[disabled].primary:focus, .top-bar .menu .menu-item-132 a[disabled].primary:focus {
        background-color: #008093;
        color: #fefefe; }
    .button.disabled.secondary, .top-bar .menu .menu-item-132 a.disabled.secondary, .button[disabled].secondary, .top-bar .menu .menu-item-132 a[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary:hover, .top-bar .menu .menu-item-132 a.disabled.secondary:hover, .button.disabled.secondary:focus, .top-bar .menu .menu-item-132 a.disabled.secondary:focus, .button[disabled].secondary:hover, .top-bar .menu .menu-item-132 a[disabled].secondary:hover, .button[disabled].secondary:focus, .top-bar .menu .menu-item-132 a[disabled].secondary:focus {
        background-color: #ffd300;
        color: #fefefe; }
    .button.disabled.success, .top-bar .menu .menu-item-132 a.disabled.success, .button[disabled].success, .top-bar .menu .menu-item-132 a[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success:hover, .top-bar .menu .menu-item-132 a.disabled.success:hover, .button.disabled.success:focus, .top-bar .menu .menu-item-132 a.disabled.success:focus, .button[disabled].success:hover, .top-bar .menu .menu-item-132 a[disabled].success:hover, .button[disabled].success:focus, .top-bar .menu .menu-item-132 a[disabled].success:focus {
        background-color: #3adb76;
        color: #fefefe; }
    .button.disabled.warning, .top-bar .menu .menu-item-132 a.disabled.warning, .button[disabled].warning, .top-bar .menu .menu-item-132 a[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning:hover, .top-bar .menu .menu-item-132 a.disabled.warning:hover, .button.disabled.warning:focus, .top-bar .menu .menu-item-132 a.disabled.warning:focus, .button[disabled].warning:hover, .top-bar .menu .menu-item-132 a[disabled].warning:hover, .button[disabled].warning:focus, .top-bar .menu .menu-item-132 a[disabled].warning:focus {
        background-color: #ffae00;
        color: #fefefe; }
    .button.disabled.alert, .top-bar .menu .menu-item-132 a.disabled.alert, .button[disabled].alert, .top-bar .menu .menu-item-132 a[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert:hover, .top-bar .menu .menu-item-132 a.disabled.alert:hover, .button.disabled.alert:focus, .top-bar .menu .menu-item-132 a.disabled.alert:focus, .button[disabled].alert:hover, .top-bar .menu .menu-item-132 a[disabled].alert:hover, .button[disabled].alert:focus, .top-bar .menu .menu-item-132 a[disabled].alert:focus {
        background-color: #cc4b37;
        color: #fefefe; }
  .button.dropdown::after, .top-bar .menu .menu-item-132 a.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.arrow-only::after, .top-bar .menu .menu-item-132 a.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

.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: #3e3e3e;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      top: 1px;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #cacaca; }
  .breadcrumbs a {
    color: #008093; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca;
    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, .button-group .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group a {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem; }
    .button-group .button:last-child, .button-group .top-bar .menu .menu-item-132 a:last-child, .top-bar .menu .menu-item-132 .button-group a:last-child {
      margin-right: 0; }
  .button-group.tiny .button, .button-group.tiny .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.tiny a {
    font-size: 0.6rem; }
  .button-group.small .button, .button-group.small .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.small a {
    font-size: 0.75rem; }
  .button-group.large .button, .button-group.large .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.large a {
    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:nth-last-child(2), .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(2), .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(2), .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button, .button-group.expanded .top-bar .menu .menu-item-132 .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .top-bar .menu .menu-item-132 .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a {
      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 .top-bar .menu .menu-item-132 a:first-child:nth-last-child(2):last-child, .top-bar .menu .menu-item-132 .button-group.expanded a: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, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ .button:last-child, .button-group.expanded .top-bar .menu .menu-item-132 .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .top-bar .menu .menu-item-132 .button-group.expanded .button:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(2):first-child:nth-last-child(2) ~ a:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(3), .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(3), .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(3), .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button, .button-group.expanded .top-bar .menu .menu-item-132 .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .top-bar .menu .menu-item-132 .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a {
      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 .top-bar .menu .menu-item-132 a:first-child:nth-last-child(3):last-child, .top-bar .menu .menu-item-132 .button-group.expanded a: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, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ .button:last-child, .button-group.expanded .top-bar .menu .menu-item-132 .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .top-bar .menu .menu-item-132 .button-group.expanded .button:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(3):first-child:nth-last-child(3) ~ a:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(4), .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(4), .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(4), .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button, .button-group.expanded .top-bar .menu .menu-item-132 .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .top-bar .menu .menu-item-132 .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a {
      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 .top-bar .menu .menu-item-132 a:first-child:nth-last-child(4):last-child, .top-bar .menu .menu-item-132 .button-group.expanded a: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, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ .button:last-child, .button-group.expanded .top-bar .menu .menu-item-132 .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .top-bar .menu .menu-item-132 .button-group.expanded .button:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(4):first-child:nth-last-child(4) ~ a:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(5), .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(5), .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(5), .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button, .button-group.expanded .top-bar .menu .menu-item-132 .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .top-bar .menu .menu-item-132 .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a {
      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 .top-bar .menu .menu-item-132 a:first-child:nth-last-child(5):last-child, .top-bar .menu .menu-item-132 .button-group.expanded a: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, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ .button:last-child, .button-group.expanded .top-bar .menu .menu-item-132 .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .top-bar .menu .menu-item-132 .button-group.expanded .button:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(5):first-child:nth-last-child(5) ~ a:last-child {
        margin-right: -6px; }
    .button-group.expanded .button:first-child:nth-last-child(6), .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(6), .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(6), .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button, .button-group.expanded .top-bar .menu .menu-item-132 .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .top-bar .menu .menu-item-132 .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a {
      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 .top-bar .menu .menu-item-132 a:first-child:nth-last-child(6):last-child, .top-bar .menu .menu-item-132 .button-group.expanded a: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, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ .button:last-child, .button-group.expanded .top-bar .menu .menu-item-132 .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .top-bar .menu .menu-item-132 .button-group.expanded .button:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .button-group.expanded .top-bar .menu .menu-item-132 a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child, .top-bar .menu .menu-item-132 .button-group.expanded a:first-child:nth-last-child(6):first-child:nth-last-child(6) ~ a:last-child {
        margin-right: -6px; }
  .button-group.primary .button, .button-group.primary .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.primary a {
    background-color: #008093;
    color: #fefefe; }
    .button-group.primary .button:hover, .button-group.primary .top-bar .menu .menu-item-132 a:hover, .top-bar .menu .menu-item-132 .button-group.primary a:hover, .button-group.primary .button:focus, .button-group.primary .top-bar .menu .menu-item-132 a:focus, .top-bar .menu .menu-item-132 .button-group.primary a:focus {
      background-color: #006676;
      color: #fefefe; }
  .button-group.secondary .button, .button-group.secondary .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.secondary a {
    background-color: #ffd300;
    color: #3e3e3e; }
    .button-group.secondary .button:hover, .button-group.secondary .top-bar .menu .menu-item-132 a:hover, .top-bar .menu .menu-item-132 .button-group.secondary a:hover, .button-group.secondary .button:focus, .button-group.secondary .top-bar .menu .menu-item-132 a:focus, .top-bar .menu .menu-item-132 .button-group.secondary a:focus {
      background-color: #cca900;
      color: #3e3e3e; }
  .button-group.success .button, .button-group.success .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.success a {
    background-color: #3adb76;
    color: #3e3e3e; }
    .button-group.success .button:hover, .button-group.success .top-bar .menu .menu-item-132 a:hover, .top-bar .menu .menu-item-132 .button-group.success a:hover, .button-group.success .button:focus, .button-group.success .top-bar .menu .menu-item-132 a:focus, .top-bar .menu .menu-item-132 .button-group.success a:focus {
      background-color: #22bb5b;
      color: #3e3e3e; }
  .button-group.warning .button, .button-group.warning .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.warning a {
    background-color: #ffae00;
    color: #3e3e3e; }
    .button-group.warning .button:hover, .button-group.warning .top-bar .menu .menu-item-132 a:hover, .top-bar .menu .menu-item-132 .button-group.warning a:hover, .button-group.warning .button:focus, .button-group.warning .top-bar .menu .menu-item-132 a:focus, .top-bar .menu .menu-item-132 .button-group.warning a:focus {
      background-color: #cc8b00;
      color: #3e3e3e; }
  .button-group.alert .button, .button-group.alert .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.alert a {
    background-color: #cc4b37;
    color: #fefefe; }
    .button-group.alert .button:hover, .button-group.alert .top-bar .menu .menu-item-132 a:hover, .top-bar .menu .menu-item-132 .button-group.alert a:hover, .button-group.alert .button:focus, .button-group.alert .top-bar .menu .menu-item-132 a:focus, .top-bar .menu .menu-item-132 .button-group.alert a:focus {
      background-color: #a53b2a;
      color: #fefefe; }
  .button-group.stacked .button, .button-group.stacked .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.stacked a, .button-group.stacked-for-small .button, .button-group.stacked-for-small .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.stacked-for-small a, .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.stacked-for-medium a {
    width: 100%; }
    .button-group.stacked .button:last-child, .button-group.stacked .top-bar .menu .menu-item-132 a:last-child, .top-bar .menu .menu-item-132 .button-group.stacked a:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-small .top-bar .menu .menu-item-132 a:last-child, .top-bar .menu .menu-item-132 .button-group.stacked-for-small a:last-child, .button-group.stacked-for-medium .button:last-child, .button-group.stacked-for-medium .top-bar .menu .menu-item-132 a:last-child, .top-bar .menu .menu-item-132 .button-group.stacked-for-medium a:last-child {
      margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button, .button-group.stacked-for-small .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.stacked-for-small a {
      width: auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button, .button-group.stacked-for-medium .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.stacked-for-medium a {
      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, .button-group.stacked-for-small.expanded .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .button-group.stacked-for-small.expanded a {
        display: block;
        margin-right: 0; } }

.card {
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  background: #fefefe;
  -webkit-box-shadow: none;
          box-shadow: none;
  overflow: hidden;
  color: #3e3e3e; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  padding: 1rem;
  background: #e6e6e6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #3e3e3e; }
  .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;
    margin-right: 1rem;
    line-height: 1; }
  .menu.simple a {
    padding: 0; }
  .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: #008093;
    color: #fefefe; }
  .menu.menu-bordered li {
    border: 1px solid #e6e6e6; }
    .menu.menu-bordered li:not(:first-child) {
      border-top: 0; }
  .menu.menu-hover li:hover {
    background-color: #e6e6e6; }

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

.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: #fefefe;
    -webkit-box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
            box-shadow: 0 7px 0 #fefefe, 0 14px 0 #fefefe;
    content: ''; }
  .menu-icon:hover::after {
    background: #cacaca;
    -webkit-box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
            box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.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: #3e3e3e;
    -webkit-box-shadow: 0 7px 0 #3e3e3e, 0 14px 0 #3e3e3e;
            box-shadow: 0 7px 0 #3e3e3e, 0 14px 0 #3e3e3e;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #8a8a8a;
    -webkit-box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
            box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: block;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 8px;
  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: #008093 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 #008093 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 #008093; }

@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: #008093 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 #008093 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 #008093; } }

@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: #008093 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 #008093 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 #008093; } }

.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 #cacaca;
  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 #008093 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 #008093; }
  .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: 8px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #008093;
  color: #fefefe; }
  .label.primary {
    background: #008093;
    color: #fefefe; }
  .label.secondary {
    background: #ffd300;
    color: #3e3e3e; }
  .label.success {
    background: #3adb76;
    color: #3e3e3e; }
  .label.warning {
    background: #ffae00;
    color: #3e3e3e; }
  .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: #2c3840; }
  [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(62, 62, 62, 0.7);
              box-shadow: 0 0 10px rgba(62, 62, 62, 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: #2c3840; }
  [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(62, 62, 62, 0.7);
              box-shadow: 0 0 10px rgba(62, 62, 62, 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(62, 62, 62, 0.7);
            box-shadow: 0 0 10px rgba(62, 62, 62, 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(62, 62, 62, 0.7);
            box-shadow: 0 0 10px rgba(62, 62, 62, 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(62, 62, 62, 0.7);
            box-shadow: 0 0 10px rgba(62, 62, 62, 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(62, 62, 62, 0.7);
            box-shadow: 0 0 10px rgba(62, 62, 62, 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; } }

.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: 8px;
    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: 8px;
    color: #3e3e3e; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #008093;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #3e3e3e; }

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

.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;
  -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(62, 62, 62, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 8px;
  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,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 87.5rem; } }
  @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: 87.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 87.5rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 87.5rem; } }
  .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; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 0 1px rgba(62, 62, 62, 0.2);
          box-shadow: 0 0 0 1px rgba(62, 62, 62, 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(0, 128, 147, 0.5);
            box-shadow: 0 0 6px 1px rgba(0, 128, 147, 0.5); }
  a.thumbnail image {
    -webkit-box-shadow: none;
            box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #2c3840;
  color: #fefefe; }
  .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 #8a8a8a;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 8px;
  background-color: #3e3e3e;
  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 #3e3e3e;
    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: #3e3e3e 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 #3e3e3e;
    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 #3e3e3e 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; }
  .top-bar::before, .top-bar::after {
    display: table;
    content: ' '; }
  .top-bar::after {
    clear: both; }
  .top-bar,
  .top-bar ul {
    background-color: #2c3840; }
  .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; } }

.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
*/
@media screen and (max-width: 39.9375em) {
  .desktop-menu, .top-bar-left {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  #mobile-menu, .title-bar {
    display: none !important; } }

.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }
  .off-canvas > ul.menu a {
    color: #fefefe;
    font-weight: 600;
    font-size: 1.125rem;
    opacity: .75; }
  .off-canvas > ul.menu .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: #fefefe transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.off-canvas .menu .active > a {
  background-color: #41525e; }

.title-bar-title a {
  font-size: 1rem;
  color: #B9B9B9; }

.top-bar .menu .home a {
  font-size: 1rem;
  color: #B9B9B9; }

.top-bar .menu a {
  height: 45px;
  line-height: 45px;
  color: #e6e6e6;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 0.8rem;
  line-height: 1; }
  .top-bar .menu a:hover:not(.button):not(.top-bar .menu .menu-item-132 a) {
    background-color: #42525D; }

.top-bar .menu .active > a {
  background-color: #41525e; }

.top-bar .menu > li:not(.menu-text) > a {
  padding: 1rem; }

.top-bar .menu li:not(:last-child) {
  border-right: 1px solid #4e4e4e; }

.top-bar .dropdown.menu .submenu {
  border: 0; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow a {
  padding-right: 1rem; }

.top-bar .dropdown.menu .has-submenu.is-down-arrow > a::after {
  border: 0; }

.top-bar .dropdown.menu:first-child > li.is-dropdown-submenu-parent > a::after {
  display: none; }

.post-navigation:before,
.post-navigation:after {
  content: "";
  display: table; }

.post-navigation:after {
  clear: both; }

.nav-previous {
  float: left; }

.nav-next {
  float: right; }

#footer-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #ccc;
  margin-top: 3.75rem; }
  #footer-container #footer {
    max-width: 87.5rem;
    margin-right: auto;
    margin-left: auto;
    padding: 1.875rem 0; }
    #footer-container #footer::before, #footer-container #footer::after {
      display: table;
      content: ' '; }
    #footer-container #footer::after {
      clear: both; }
    #footer-container #footer ul {
      list-style-type: none;
      margin: 0;
      padding: 0; }

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

body#tinymce {
  height: auto;
  max-width: 87.5rem;
  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, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

#front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left; }
  #front-hero .marketing {
    max-width: 87.5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 55rem; }
    #front-hero .marketing::before, #front-hero .marketing::after {
      display: table;
      content: ' '; }
    #front-hero .marketing::after {
      clear: both; }
  @media print, screen and (min-width: 40em) {
    #front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      height: 42.8125rem;
      margin: 0 0 4.5rem; } }
  #front-hero #watch {
    width: 58.33333%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    position: relative;
    left: -41.66667%; }
    @media print, screen and (min-width: 40em) {
      #front-hero #watch {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #front-hero #watch {
        width: 100%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        position: relative;
        left: 0%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero #watch {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #front-hero #watch:last-child:not(:first-child) {
          float: right; } }
    #front-hero #watch section {
      display: inline; }
    #front-hero #watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.25rem; }
    #front-hero #watch a:hover {
      color: #fff; }
    #front-hero #watch #stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
    #front-hero #watch #twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.5rem; }
  #front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #front-hero .tagline {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #front-hero .tagline {
        width: 41.66667%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        padding-top: 6rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    #front-hero .tagline {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  #front-hero h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem; }
    @media print, screen and (min-width: 40em) {
      #front-hero h1 {
        font-size: 2.875rem; } }
  #front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  #front-hero .download {
    margin-top: 1.25rem; }

.intro {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto; }
  .intro::before, .intro::after {
    display: table;
    content: ' '; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem;
        margin-left: 8.33333%; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .intro .fp-intro {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto; }
  .section-divider::before, .section-divider::after {
    display: table;
    content: ' '; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    @media print, screen and (min-width: 40em) {
      .section-divider hr {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    display: table;
    content: ' '; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .benefits header {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-right: 0.625rem;
        padding-left: 0.625rem; } }
  @media print, screen and (min-width: 40em) and (min-width: 40em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 87.5rem;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      display: table;
      content: ' '; }
    .benefits .why-foundation::after {
      clear: both; }
    @media print, screen and (min-width: 40em) {
      .benefits .why-foundation {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#kitchen-sink {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    display: table;
    content: ' '; }
  #kitchen-sink::after {
    clear: both; }
  #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 header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #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 #kitchen-sink-nav {
    display: none; }
    @media print, screen and (min-width: 64em) {
      #kitchen-sink #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 #kitchen-sink-nav {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .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; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

#page {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #page::before, #page::after {
    display: table;
    content: ' '; }
  #page::after {
    clear: both; }
  #page .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page .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) {
    #page .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #page .main-content:last-child:not(:first-child) {
          float: right; } }

#page-sidebar-left {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    display: table;
    content: ' '; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .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) {
    #page-sidebar-left .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .sidebar {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #page-sidebar-left .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) {
    #page-sidebar-left .sidebar {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #page-full-width::before, #page-full-width::after {
    display: table;
    content: ' '; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #page-full-width .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

#single-post {
  max-width: 87.5rem;
  margin-right: auto;
  margin-left: auto;
  margin-top: 3rem; }
  #single-post::before, #single-post::after {
    display: table;
    content: ' '; }
  #single-post::after {
    clear: both; }
  #single-post .main-content {
    width: 100%;
    float: left;
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      #single-post .main-content {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    #single-post .main-content:last-child:not(:first-child) {
      float: right; }
    @media print, screen and (min-width: 40em) {
      #single-post .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) {
    #single-post .main-content {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
        #single-post .main-content:last-child:not(:first-child) {
          float: right; } }

/**
 * Swiper 3.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * 
 * http://www.idangero.us/swiper/
 * 
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 * 
 * Licensed under MIT
 * 
 * Released on: December 13, 2016
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

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

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

@media screen and (max-width: 63.9375em) {
  .desktop-menu, .top-bar-left {
    display: block !important; } }

@media screen and (max-width: 63.9375em) {
  .menu > li, .menu.horizontal > li {
    display: block; } }

@media screen and (max-width: 63.9375em) {
  #mobile-menu, .title-bar {
    display: block !important; } }

.title-bar {
  padding: 0.5rem;
  background: #008093;
  color: #fefefe; }
  @media screen and (max-width: 63.9375em) {
    .title-bar {
      padding: 0.4em 1.6em; } }
  @media screen and (max-width: 39.9375em) {
    .title-bar {
      padding: 0em; } }
  .title-bar .button, .title-bar .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .title-bar a {
    float: right; }
    @media screen and (max-width: 39.9375em) {
      .title-bar .button, .title-bar .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .title-bar a {
        padding: 1.2em 1.5em;
        margin-bottom: 0px;
        border-radius: 0px; } }

.current_page_item a, .current-page-ancestor a {
  color: #ffd300; }

@media screen and (max-width: 39.9375em) {
  .sub-navigation ul li {
    text-align: left;
    margin: 1em 0em;
    border-bottom: 2px solid #004d57;
    font-size: 22px;
    padding: 7px 0em; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .sub-navigation ul {
    width: 99%; } }

@media screen and (max-width: 39.9375em) {
  .sub-navigation ul {
    width: 100%;
    list-style: none; } }

.sub-navigation ul li a {
  color: #fefefe; }

@media screen and (max-width: 63.9375em) {
  .sub-navigation {
    width: 100%; } }

.mobile-only {
  display: none; }
  @media screen and (max-width: 39.9375em) {
    .mobile-only {
      display: block; } }
  @media screen and (max-width: 39.9375em) {
    .mobile-only li {
      padding: 10px 16px !important;
      background-color: #004d57;
      margin: 10px 0px !important; } }

.site-header {
  background: #008093;
  padding: 0em; }
  @media screen and (max-width: 63.9375em) {
    .site-header {
      padding: 1em 0em 0em; } }
  @media screen and (max-width: 39.9375em) {
    .site-header {
      padding: 0em; } }
  .site-header .columns {
    position: relative;
  }

.top-bar, .top-bar ul {
  background: #008093;
  padding: 0 0px;
  margin: 0 auto;
  text-transform: uppercase; }
  @media screen and (max-width: 63.9375em) {
    .top-bar, .top-bar ul {
      background-color: #006875; } }

@media screen and (max-width: 63.9375em) {
  .top-bar-right {
    float: none; } }

.top-bar-left {
  height: 134px;
  position: absolute;
  background-color: #007485;
  width: 250px;
  margin-top: 0px;
  padding: 2em 2.4em;
  z-index: 10; }
  @media screen and (max-width: 63.9375em) {
    .top-bar-left {
      height: 0px;
      position: relative;
      background-color: #008295;
      width: 250px;
      margin-top: 0px;
      padding: 0px; } }
  @media screen and (max-width: 39.9375em) {
    .top-bar-left {
      display: block !important;
      margin-top: 0px !important;
      max-width: 48%; } }
  @media screen and (max-width: 39.9375em) {
    .top-bar-left img {
      width: 95px;
      margin-top: 6px; } }

.top-bar {
  padding-right: 2.5em;
  opacity: 1;
  transition: all 0.3s ease;
}
@media screen and (max-width: 63.9375em) {
  .top-bar {
    padding: 1em 2em; } }

.top-bar .menu a {
  font-size: 19px;
  color: #fefefe;
  border-right: 2px solid #006875 !important; }
  @media screen and (max-width: 63.9375em) {
    .top-bar .menu a {
      border-bottom: 2px solid #004d57;
      margin: 10px 0px; } }

.top-bar .menu a:hover {
  background: none;
  color: #ffd300; }

.top-bar .menu li:not(:last-child) {
  border: none; }

.top-bar .last-link a {
  border-right: 0px !important; }

.top-bar .home a {
  padding: 0 !important; }

.top-bar.searchOpen {
  opacity: 0;
  pointer-events: none;
}

.top-bar .menu > li:not(.menu-text) > a {
  padding: 15px 1.8em 5px;
  font-size: 21px; }
  @media screen and (max-width: 63.9375em) {
    .top-bar .menu > li:not(.menu-text) > a {
      padding: 15px 0px; } }

@media screen and (max-width: 63.9375em) {
  .menu-item-132 {
    margin: 1.5em 0em 0.6em; } }

@media screen and (max-width: 63.9375em) {
  .top-bar .menu a {
    height: initial; } }

.top-bar .menu .menu-item-132 a:before {
  content: "\f007 \202F \202F";
  font-family: FontAwesome;
  font-size: 18px; }

.top-bar .menu .menu-item-132 a {
  display: inherit;
  color: #3e3e3e;
  padding: 1.7em 1em !important;
  letter-spacing: 2px;
  border-radius: 0px; }
  @media screen and (max-width: 63.9375em) {
    .top-bar .menu .menu-item-132 a {
      padding: 10px !important;
      width: 100%;
      display: block; } }

.top-bar .menu .menu-item-132 a:hover {
  background: #cca900;
  color: #3e3e3e; }

.secondary-navigation-prefix {
  background: #006875;
  height: 10px; }
  @media screen and (max-width: 39.9375em) {
    .secondary-navigation-prefix {
      display: none; } }

.secondary-navigation {
  /* background-image: url(../images/secondary-header-bg.png); */
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  background-color: #003e4e;
  background-position: center center;
  height: 42px;
  height: 42px;
  margin-bottom: 0px;
  padding-left: 43px;
  padding: 7px;
  padding-right: 0px; }
  @media screen and (max-width: 39.9375em) {
    .secondary-navigation {
      display: none; } }
  .secondary-navigation a {
    color: #fefefe; }
  .secondary-navigation ul {
    display: inline-block;
    height: 35px;
    margin-bottom: 0px;
    /*.about:before {
      content: "\f05a \202F \202F";
      font-family: FontAwesome;
      color: #003b43;

    }

    .competition:before {
      content: "\f06b \202F \202F";
      font-family: FontAwesome;
      color: #003b43;

    }

    .locator:before {
      content: "\f041 \202F \202F";
      font-family: FontAwesome;
      color: #003b43;

    }*/ }
    .secondary-navigation ul li {
      color: #fefefe;
      display: inline-block;
      padding: 0em 1em;
      font-size: 0.85rem;
      line-height: 26px;
      border-right: 2px solid #01323f; }
      .secondary-navigation ul li:last-child {
        border-right: 0px;
        padding-right: 0px; }
      .secondary-navigation ul li a:hover {
        color: #ffd100; }

.menu-item-132 a {
  font-weight: normal !important; }
  @media screen and (max-width: 39.9375em) {
    .menu-item-132 a {
      width: 100%;
      display: block !important;
      padding: 20px !important; } }

.nav-border a {
  border-right: 2px solid #006875 !important; }

@media screen and (max-width: 39.9375em) {
  .nav-border {
    border: 0px !important; } }

.website-logo {
  width: 140px; }
  @media screen and (max-width: 63.9375em) {
    .website-logo {
      width: 135px; } }

.menu > li > a {
  display: block;
  padding: 0.4em 1em 0em;
  line-height: 1; }

.top-bar .menu a:hover:not(.button):not(.top-bar .menu .menu-item-132 a):not(.top-bar .menu .menu-item-132 a) {
  background-color: #008093; }

.button, .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 a {
  -webkit-box-shadow: none !important;
          box-shadow: none !important; }

.title-bar button {
  background: #ffd100;
  color: #003f50; }
  .title-bar button:hover {
    background: #ffd100;
    color: #003f50; }
  .title-bar button:active {
    background: #ffd100;
    color: #003f50; }

.search-button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease; }
  .close {
    position: relative;
  }
  .close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 18px;
    color: #ffd300;
    margin-left: 10px;
  }
  .search-button:before {
    content: "\f002";
    font-family: FontAwesome;
    font-size: 18px;
    color: #ffd300; }
  .search-button.searchOpen {
    opacity: 0;
    pointer-events: none; }

.search-form {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 250px);
  height: 100%; }
  .search-form > div {
    display: flex;
    align-items: center;    
  }
  .search-form .close {
    position: relative;
    margin-left: 10px;
    cursor: pointer;
  }
  .search-form .close:before {
    content: "\f00d";
    font-family: FontAwesome;
    font-size: 18px;
    color: #ffd300;
    margin-left: 10px;
  }
  .search-form .input-group {
    margin: 0; }
  .search-form.searchOpen {
    transform: translateY(0%); }

.swiper-container {
  width: 100%;
  height: 100%;
  height: 650px; }

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  background: #004a55;
  -webkit-background-size: cover;
          background-size: cover;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .swiper-slide p {
    font-family: "Dharma Regular";
    font-size: 60px; }
  @media screen and (max-width: 39.9375em) {
    .swiper-slide {
      background-position: right; } }

.swiper-pagination-bullet {
  background: #008093 !important;
  opacity: 1 !important; }

.swiper-pagination-bullet-active {
  background: #ffd300 !important; }

.swiper-pagination-bullet {
  width: 11px !important;
  height: 11px !important; }

.button, .top-bar .menu .menu-item-132 a {
  text-transform: uppercase;
  font-family: "Dharma Regular";
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 2px !important;
  padding: 17px 21px;
  border-radius: 0px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33768a+0,4798ac+100 */
  background: #33768a;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #33768a 0%, #4798ac 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#33768a), to(#4798ac));
  background: linear-gradient(to right, #33768a 0%, #4798ac 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33768a', endColorstr='#4798ac',GradientType=1 );
  /* IE6-9 */
  color: white;
  border: 0px; }

.button:hover, .top-bar .menu .menu-item-132 a:hover, .button:focus, .top-bar .menu .menu-item-132 a:focus {
  color: #white !important;
  background: #33768a;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #33768a 0%, #33768a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#33768a), to(#33768a));
  background: linear-gradient(to right, #33768a 0%, #33768a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33768a', endColorstr='#33768a',GradientType=1 );
  /* IE6-9 */ }

.ghost-button-green {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#33768a+0,4798ac+100 */
  background: rgba(255, 255, 255, 0);
  color: white;
  border: 0px; }

.ghost-button-green:hover, .ghost-button-green:focus {
  color: black !important;
  background: white; }

.menu-item-132 a {
  border: 0px !important;
  -webkit-border: 0px !important;
  background: #ffd100 !important;
  color: #003f50 !important;
  background: #ffd300 !important; }
  .menu-item-132 a:hover {
    color: black !important; }

.coming-soon-button:after {
  content: none !important; }

.coming-soon-button:hover {
  background-color: rgba(255, 255, 255, 0) !important;
  color: #fefefe !important;
  cursor: default !important; }

.ghost-button-green {
  color: #008093;
  text-transform: uppercase;
  font-size: 21px;
  border: 2px solid #008093;
  line-height: 21px;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: rgba(233, 230, 230, 0); }

.ghost-button-green:hover {
  color: #ffffff !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #008093; }

.green-button {
  height: 46px;
  height: 46px;
  color: white;
  background-color: #49cc36;
  -webkit-box-shadow: 0 5px 0 #359627, 0 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 0 #359627, 0 5px 3px rgba(0, 0, 0, 0.3);
  padding: 11px 3em !important; }

.green-button:hover {
  background-color: #2e8a21;
  -webkit-box-shadow: 0 3px 0 #359627, 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 0 #359627, 0 3px 3px rgba(0, 0, 0, 0.3);
  padding: 11px 3em !important;
  color: white !important; }

h1, h2, h3, h3, h4, h5, h6 {
  font-family: "Dharma Bold"; }

h1 {
  font-size: 140px;
  line-height: 140px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: "Dharma Bold"; }
  @media screen and (max-width: 39.9375em) {
    h1 {
      font-size: 90px;
      line-height: 90px; } }

h2 {
  font-size: 68px;
  line-height: 68px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Dharma Bold"; }

.top-bar {
  position: relative;
  font-family: "Dharma Regular";
  letter-spacing: 2px; }

.button, .top-bar .menu .menu-item-132 a {
  letter-spacing: 1px; }

section {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

@font-face {
  font-family: 'Dharma Regular';
  src: url("../fonts/dharma-regular/DharmaGothicE-Regular.eot");
  src: url("../fonts/dharma-regular/DharmaGothicE-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dharma-regular/DharmaGothicE-Regular.woff2") format("woff2"), url("../fonts/dharma-regular/DharmaGothicE-Regular.woff") format("woff"), url("../fonts/dharma-regular/DharmaGothicE-Regular.ttf") format("truetype"), url("../fonts/dharma-regular/DharmaGothicE-Regular.svg#DharmaGothicE-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

@font-face {
  font-family: 'Dharma Bold';
  src: url("../fonts/dharma-bold/DharmaGothicE-Bold.eot");
  src: url("../fonts/dharma-bold/DharmaGothicE-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/dharma-bold/DharmaGothicE-Bold.woff") format("woff"), url("../fonts/dharma-bold/DharmaGothicE-Bold.ttf") format("truetype"), url("../fonts/dharma-bold/DharmaGothicE-Bold.svg#DharmaGothicE-Bold") format("svg");
  font-weight: normal;
  font-style: normal; }

body {
  background-color: #e9e6e6; }

.no-margin {
  margin: 0px; }

.no-padding {
  padding: 0px; }

.black-gradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,7db9e8+100&1+0,0+100 */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, black 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(black), to(rgba(125, 185, 232, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#007db9e8',GradientType=0 );
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.green-gradient {
  background-color: rgba(0, 40, 45, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }

.box-shadow {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important; }

#page-full-width {
  margin-top: 0em; }

body#tinymce {
  background-color: #fefefe; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #008093; }

.no-max-width {
  max-width: none !important; }

#page-full-width .main-content {
  width: 100%;
  float: none;
  margin: auto; }
  #page-full-width .main-content .button, #page-full-width .main-content .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 #page-full-width .main-content a {
    content: "\202F\202F\202F\202F\202F\f054"; }

.wppb-form-field input, .wppb-form-field input[type="text"], .wppb-form-field input[type="number"], .wppb-form-field input[type="email"], .wppb-form-field input[type="url"], .wppb-form-field input[type="password"], .wppb-form-field input[type="search"], .wppb-form-field select, .wppb-form-field textarea, .wppb-checkboxes, .wppb-radios, #wppb-login-wrap .login-username input, #wppb-login-wrap .login-password input {
  padding: 5px; }

.wppb-user-forms input:not([type="button"]):not([type="reset"]):not([type="submit"]), .wppb-user-forms select, .wppb-user-forms textarea {
  padding: 5px; }

.black-overlay {
  position: absolute;
  background-color: #000000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.4; }

#wppb_form_success_message, .wppb-success {
  background: #dbdbdb !important;
  border: 2px solid #008093 !important; }

button:hover {
  cursor: pointer; }

.white-text {
  color: #ffffff; }

.main-hero {
  /* Hero Styles */ }
  @media screen and (max-width: 39.9375em) {
    .main-hero .swiper-container .home-hero {
      background-position: 64% !important; } }
  .main-hero .swiper-container .home-hero .button, .main-hero .swiper-container .home-hero .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .main-hero .swiper-container .home-hero a {
    margin-top: 1.5em; }
  .main-hero .swiper-container .swiper-slide .content {
    color: #fefefe;
    text-align: left;
    width: 100%;
    max-width: 77em;
    padding: 2em; }
    @media screen and (max-width: 39.9375em) {
      .main-hero .swiper-container .swiper-slide .content {
        width: 100%;
        padding: 2em 1em;
        background-color: rgba(0, 63, 80, 0.53); } }
    .main-hero .swiper-container .swiper-slide .content h1 {
      display: block;
      text-transform: uppercase;
      text-align: left;
      font-size: 156px;
      line-height: 156px; }
      @media screen and (max-width: 63.9375em) {
        .main-hero .swiper-container .swiper-slide .content h1 {
          font-size: 126px;
          line-height: 126px; } }
      @media screen and (max-width: 39.9375em) {
        .main-hero .swiper-container .swiper-slide .content h1 {
          font-size: 75px;
          line-height: 75px; } }
    .main-hero .swiper-container .swiper-slide .content p {
      text-align: left;
      font-size: 1.7rem;
      font-family: 'Dharma Light';
      font-size: 33px;
      max-width: 28%;
      line-height: 33px; }
      @media screen and (max-width: 63.9375em) {
        .main-hero .swiper-container .swiper-slide .content p {
          max-width: 52%; } }
      @media screen and (max-width: 39.9375em) {
        .main-hero .swiper-container .swiper-slide .content p {
          max-width: 87%;
          font-size: 26px;
          line-height: 26px; } }
    .main-hero .swiper-container .swiper-slide .content .button, .main-hero .swiper-container .swiper-slide .content .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .main-hero .swiper-container .swiper-slide .content a {
      text-align: left; }
    .main-hero .swiper-container .swiper-slide .content .button:after, .main-hero .swiper-container .swiper-slide .content .top-bar .menu .menu-item-132 a:after, .top-bar .menu .menu-item-132 .main-hero .swiper-container .swiper-slide .content a:after {
      content: "\202F\202F\202F\202F\202F\f054";
      font-family: FontAwesome;
      font-size: 14px;
      vertical-align: middle; }
  .main-hero .swiper-pagination-bullet {
    width: 20px !important;
    height: 5px !important;
    border-radius: 0px; }

.title-hr {
  border: none;
  width: 100px;
  height: 0px;
  margin-top: 0;
  border-bottom: 8px solid #ffd300;
  text-align: left;
  margin: 0px 0px 18px; }

/* Hover Effect */
.long-feature {
  padding: 0px 9px; }
  .long-feature .image {
    -webkit-background-size: cover;
            background-size: cover;
    background-position: center;
    position: relative; }
  .long-feature h2 {
    padding: 2.2em 0.4em;
    color: white;
    font-size: 49px;
    position: relative;
    z-index: 999;
    text-align: center; }
  .long-feature:hover .image:after {
    content: "";
    position: absolute;
    background-color: rgba(0, 130, 149, 0.79);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.featured-container {
  position: relative; }
  @media screen and (max-width: 63.9375em) {
    .featured-container {
      box-shadow: none;
      -webkit-box-shadow: none; } }
  @media screen and (max-width: 39.9375em) {
    .featured-container {
      margin-bottom: 1em;
      border: 0px; } }
  .featured-container .feature {
    color: #fefefe;
    position: relative;
    text-align: left;
    font-size: 18px;
    background: #fff;
    position: relative;
    height: 450px;
    -webkit-background-size: cover;
            background-size: cover;
    border: 4px solid #e8e6e6;
    margin-bottom: 10px;
    overflow: hidden;
    background-position: 65%; }
    @media screen and (max-width: 63.9375em) {
      .featured-container .feature {
        margin-bottom: 2em;
        height: 295px;
        margin-bottom: 7px; } }
    @media screen and (max-width: 63.9375em) {
      .featured-container .feature {
        background-position: center; } }
    .featured-container .feature .background-image {
      position: absolute;
      top: 16em;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: rgba(0, 130, 149, 0.79);
      height: 80px; }
    .featured-container .feature .content {
      position: absolute;
      bottom: 4em;
      width: 100%;
      padding: 0.5em 1em 0.1em; }
      @media screen and (max-width: 63.9375em) {
        .featured-container .feature .content {
          bottom: 5.5em;
          text-align: center; } }
      .featured-container .feature .content h2 {
        margin-bottom: 0px; }
        @media screen and (max-width: 63.9375em) {
          .featured-container .feature .content h2 {
            font-size: 49px; } }
      .featured-container .feature .content p {
        opacity: 0;
        height: 0px;
        font-size: 16px;
        margin: 0px; }
    .featured-container .feature a {
      bottom: -4em;
      position: absolute;
      height: 70px;
      background-color: rgba(0, 63, 80, 0.85);
      width: 100%;
      padding: 20px;
      color: white;
      text-align: left;
      margin-bottom: 0px; }
      @media screen and (max-width: 63.9375em) {
        .featured-container .feature a {
          bottom: 0;
          height: 100%;
          opacity: 0; } }
    .featured-container .feature:hover {
      cursor: pointer; }
      .featured-container .feature:hover .background-image {
        top: 0em;
        -webkit-transition: .5s ease-in;
        transition: .5s ease-in; }
      .featured-container .feature:hover .background-image {
        height: 84.5%;
        -webkit-transition: none;
        transition: none; }
        @media screen and (max-width: 63.9375em) {
          .featured-container .feature:hover .background-image {
            height: 0px; } }
      .featured-container .feature:hover a {
        bottom: 0em; }
        .featured-container .feature:hover a:hover {
          color: white; }
      .featured-container .feature:hover .content {
        bottom: 4em; }
        @media screen and (max-width: 63.9375em) {
          .featured-container .feature:hover .content {
            bottom: 5.5em; } }
        .featured-container .feature:hover .content p {
          opacity: 1;
          height: 33px; }
  .featured-container .white-border {
    border-color: white; }

/* Blog Section */
.blog-section {
  text-align: center;
  background-color: #ececec;
  padding: 4em 0em; }
  @media screen and (max-width: 63.9375em) {
    .blog-section {
      padding: 4em 1em; } }
  @media screen and (max-width: 39.9375em) {
    .blog-section {
      padding: 0em 1em 2em; } }
  .blog-section h2 {
    font-size: 88px;
    line-height: 88px;
    text-transform: none;
    color: #003e4e; }
    @media screen and (max-width: 39.9375em) {
      .blog-section h2 {
        font-size: 69px;
        line-height: 70px; } }
  .blog-section hr {
    margin: 0px auto 18px auto; }
  .blog-section .blog-tile {
    text-align: left;
    margin-top: 2em;
    float: left !important; }
    .blog-section .blog-tile .image {
      height: 250px;
      -webkit-background-size: cover;
              background-size: cover;
      background-position: center;
      background-color: white; }
      .blog-section .blog-tile .image span {
        font-family: "Dharma Regular";
        color: white;
        font-size: 24px;
        line-height: 19px;
        padding: 8px 14px 7px;
        text-transform: uppercase;
        display: inline-block;
        margin-top: 1em; }
    .blog-section .blog-tile .recipe-tag {
      background-color: #00ff6b; }
    .blog-section .blog-tile .wine-tag {
      background-color: #ff5f63; }
    .blog-section .blog-tile .mindfulness-tag {
      background-color: #9a4fff; }
    .blog-section .blog-tile .content {
      background-color: white;
      padding: 1.5em; }
      .blog-section .blog-tile .content h3 {
        font-size: 37px;
        line-height: 37px;
        margin-bottom: 15px; }
      .blog-section .blog-tile .content p {
        margin-bottom: 0px; }
    .blog-section .blog-tile a {
      font-family: "Dharma Regular";
      background-color: white;
      padding: 0.7em 1.1em;
      width: 100%;
      display: block;
      border-top: 2px solid #ececec;
      font-size: 25px;
      cursor: pointer; }
    .blog-section .blog-tile:hover a {
      background-color: #008295;
      color: white; }
  .blog-section .top-margin {
    margin-top: -4em; }
    @media screen and (max-width: 39.9375em) {
      .blog-section .top-margin {
        margin-top: 2em; } }

.offers-tile {
  float: left !important;
  margin-top: 2em; }
  .offers-tile .image {
    min-height: 320px;
    -webkit-background-size: 71% 71%;
            background-size: 71%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    position: relative; }
    .offers-tile .image .roundel {
      top: 1em;
      right: 1em;
      max-width: 110px; }
  .offers-tile .content {
    background-color: #003f50;
    color: white;
    padding: 9px 20px 4px;
    text-transform: uppercase; }
    .offers-tile .content h3 {
      font-family: "Dharma Regular";
      font-size: 25px; }
  .offers-tile .description {
    background-color: white;
    background-color: white;
    padding: 2em;
    border-top: 2px solid #f5f5f5; }

.wine-tile {
  float: left !important;
  margin-bottom: 2em;
  margin-top: 1em;
  background-color: white;
  border-right: 2px solid whitesmoke; }
  .wine-tile .image {
    min-height: 380px;
    -webkit-background-size: 67% 67%;
            background-size: 67%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
    position: relative; }
    @media screen and (max-width: 63.9375em) {
      .wine-tile .image {
        -webkit-background-size: 99% 99%;
                background-size: 99%; } }
    .wine-tile .image .roundel {
      top: 1em;
      right: 1em;
      max-width: 140px; }
      @media screen and (max-width: 63.9375em) {
        .wine-tile .image .roundel {
          right: 8%; } }
    .wine-tile .image .wines-we-love {
      position: absolute;
      top: 1.4em;
      left: 1em;
      width: 100px;
      height: 100px;
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: top; }
      @media screen and (max-width: 63.9375em) {
        .wine-tile .image .wines-we-love {
          width: 150px;
          height: 150px; } }
      @media screen and (max-width: 39.9375em) {
        .wine-tile .image .wines-we-love {
          width: 110px;
          height: 110px; } }
  .wine-tile .content {
    background-color: #003f50;
    color: white;
    padding: 9px 20px 4px;
    text-transform: uppercase; }
    .wine-tile .content h3 {
      font-family: "Dharma Regular";
      font-size: 25px; }
  .wine-tile .description {
    background-color: white;
    background-color: white;
    padding: 2em;
    border-top: 2px solid #f5f5f5; }
    @media screen and (max-width: 39.9375em) {
      .wine-tile .description {
        padding: 1em; } }
    .wine-tile .description h3 {
      font-size: 39px; }
  .wine-tile p {
    margin-bottom: 0px; }
  .wine-tile strong, .wine-tile b {
    font-weight: bold;
    line-height: inherit;
    color: #008295;
    margin-top: 14px;
    display: block; }

.wines-love-container {
  margin-top: 4em; }

@media screen and (max-width: 63.9375em) {
  .featured-wine {
    margin-bottom: -2em; } }

@media screen and (max-width: 63.9375em) {
  .featured-wine .image {
    min-height: 480px;
    -webkit-background-size: 54% 54%;
            background-size: 54%; }
    .featured-wine .image .roundel {
      right: 8em; } }

@media screen and (max-width: 39.9375em) {
  .featured-wine .image {
    -webkit-background-size: 86% 86%;
            background-size: 86%; }
    .featured-wine .image .roundel {
      right: 1em;
      max-width: 122px;
      top: 5em; } }

.no-featured {
  background-color: whitesmoke; }
  .no-featured .image .roundel {
    right: 19%; }
    @media screen and (max-width: 39.9375em) {
      .no-featured .image .roundel {
        right: 8%; } }

.eat-drink .feature {
  border-color: white; }

.wine-page {
  padding: 5em 2em;
  background-color: whitesmoke; }
  @media screen and (max-width: 39.9375em) {
    .wine-page {
      padding: 3em 1em 0em; } }
  .wine-page h2 {
    font-family: "Dharma Regular";
    font-size: 90px;
    line-height: 70px;
    margin-bottom: 20px;
    color: #003f50;
    text-transform: none; }
    @media screen and (max-width: 39.9375em) {
      .wine-page h2 {
        font-size: 56px;
        line-height: 56px;
        margin-bottom: 6px; } }
  .wine-page .title-hr {
    border-bottom: 8px solid #00c6b5;
    text-align: left;
    margin: 0px 0px 29px; }

.wine-hacks-section {
  background-color: #003f50;
  padding: 7em 2em;
  color: white;
  -webkit-background-size: 43% 43%;
          background-size: 43%;
  background-position: right;
  background-repeat: no-repeat; }
  @media screen and (max-width: 63.9375em) {
    .wine-hacks-section {
      padding: 3em 2em 2em;
      color: white;
      -webkit-background-size: 44% 44%;
              background-size: 44%; } }
  @media screen and (max-width: 39.9375em) {
    .wine-hacks-section {
      background-image: none !important;
      padding: 3em 1em 2em; }
      .wine-hacks-section img {
        margin-top: 2em; } }
  .wine-hacks-section h2 {
    font-family: "Dharma Regular";
    font-size: 90px;
    line-height: 70px;
    margin-bottom: 20px;
    color: #ffffff;
    text-transform: none; }
  .wine-hacks-section .title-hr {
    border-bottom: 8px solid #00c6b5;
    text-align: left;
    margin: 0px 0px 29px; }
  .wine-hacks-section .content {
    float: left !important; }
  .wine-hacks-section h3 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 0px;
    margin-top: 25px; }

.last-feature {
  border: 8px solid white; }

@media screen and (max-width: 39.9375em) {
  .eat-drink {
    padding-bottom: 0em !important; } }

@media screen and (max-width: 63.9375em) {
  .eat-drink .featured-container {
    padding: 0em 2em; } }

@media screen and (max-width: 39.9375em) {
  .eat-drink .featured-container {
    padding: 0em 1em; } }

.eat-drink .featured-container .column:last-child:not(:first-child), .eat-drink .featured-container .columns:last-child:not(:first-child), .eat-drink .featured-container .columns:last-child:not(:first-child) {
  float: left; }

@media screen and (max-width: 39.9375em) {
  .eat-drink #page-full-width {
    padding-bottom: 0em !important; } }

@media screen and (max-width: 39.9375em) {
  .single-wpsl_stores #page-full-width {
    padding-top: 0em !important;
    padding-bottom: 0em !important; }
    .single-wpsl_stores #page-full-width .main-content {
      padding: 0px; } }

.page-id-14409 .main-hero .swiper-container .swiper-slide .content p {
  font-size: 40px;
  max-width: 540px;
  line-height: 1.1; }

.gform_wrapper .gfield_consent_label a {
  font-weight: bold;
  text-decoration: underline;}

.single-wpsl_stores .wpsl-locations-details {
  padding: 2em 0em 0em; }
  @media screen and (max-width: 39.9375em) {
    .single-wpsl_stores .wpsl-locations-details {
      padding: 1em 1em 0em; } }
  .single-wpsl_stores .wpsl-locations-details span strong {
    font-size: 36px;
    font-family: "Dharma Bold";
    color: #003e4e; }
    @media screen and (max-width: 39.9375em) {
      .single-wpsl_stores .wpsl-locations-details span strong {
        font-size: 30px; } }

.footer-container {
  background-color: #003f50;
  padding: 0em; }
  .footer-container #footer {
    padding: 3em 0em 1em; }
    @media screen and (max-width: 63.9375em) {
      .footer-container #footer {
        padding: 3em 2em !important; } }
    @media screen and (max-width: 39.9375em) {
      .footer-container #footer {
        padding: 2em 1em 0em !important; } }
  .footer-container .navigation-title {
    color: #ffd300;
    font-family: "Dharma Regular";
    font-size: 29px;
    text-transform: uppercase;
    border-bottom: 2px solid #145a63;
    margin-bottom: 1em; }
  .footer-container .button, .footer-container .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .footer-container a {
    background: #003f50; }
  .footer-container .button:after, .footer-container .top-bar .menu .menu-item-132 a:after, .top-bar .menu .menu-item-132 .footer-container a:after {
    content: "\202F\202F\202F\202F\202F\f054";
    font-family: FontAwesome;
    font-size: 14px;
    vertical-align: middle; }
  .footer-container .navigation li {
    padding-bottom: 5px;
    border-bottom: 1px solid #145a63;
    margin-bottom: 8px; }
    .footer-container .navigation li a {
      color: #fefefe; }
    .footer-container .navigation li a:hover {
      color: #ffd300; }
  .footer-container .navigation-container {
    padding: 0em 4em; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .footer-container .navigation-container {
        padding: 0em 2em; } }
    @media screen and (max-width: 39.9375em) {
      .footer-container .navigation-container {
        padding: 2em 1em 2em 1em; } }
  .footer-container .musgrave {
    margin: 1.5em 0em; }
    @media screen and (max-width: 39.9375em) {
      .footer-container .musgrave {
        margin: 1.5em 0em 1em;
        display: block;
        width: 43%; } }
  @media screen and (max-width: 63.9375em) {
    .footer-container .find-store {
      display: none; } }
  .footer-container .find-store img {
    margin-bottom: 2em; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .footer-container .find-store .button, .footer-container .find-store .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .footer-container .find-store a {
      margin-top: -50px; } }

#footer-container {
  margin-top: 0px;
  border: 0px; }

.newsletter-container {
  background-color: #008093; }
  .newsletter-container .newsletter-input {
    height: 60px;
    margin: 0px;
    padding-left: 20px; }
  @media screen and (max-width: 63.9375em) {
    .newsletter-container {
      padding: 1.5em 1em; }
      .newsletter-container form {
        margin-left: 1em; } }
  @media screen and (max-width: 39.9375em) {
    .newsletter-container form {
      margin: 0px 0.6em; }
      .newsletter-container form input {
        margin-bottom: 10px !important; } }
  @media screen and (max-width: 39.9375em) {
    .newsletter-container .button-container {
      padding: 0px; } }
  .newsletter-container .newsletter-intro {
    color: #fefefe;
    font-family: "Dharma Bold";
    font-size: 29px;
    text-transform: uppercase;
    line-height: 31px;
    margin: 0px; }
    @media screen and (max-width: 63.9375em) {
      .newsletter-container .newsletter-intro {
        margin-bottom: 10px; } }
  .newsletter-container .button, .newsletter-container .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .newsletter-container a {
    height: 56px;
    margin: 0px;
    width: 100%; }

.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 99999; }
  @media screen and (max-width: 39.9375em) {
    .fixed-header {
      position: relative; } }

.secondary-navigation {
  height: 42px;
  -webkit-transition: height 0s;
  transition: height 0s; }
  @media screen and (max-width: 63.9375em) {
    .secondary-navigation {
      padding: 7px 1em; } }

.secondary-navigation.hide-me {
  height: 0px;
  padding: 0px;
  -webkit-transition: height 0.3s;
  transition: height 0.3s; }
  .secondary-navigation.hide-me .row {
    display: none; }

.site-header.margin-top .top-bar-left {
  height: 92px;
  position: absolute;
  background-color: #008093;
  width: 250px;
  margin-top: 0px;
  padding: 1em 2.4em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 63.9375em) {
    .site-header.margin-top .top-bar-left {
      height: 0px;
      padding: 0px; } }
  .site-header.margin-top .top-bar-left .website-logo {
    width: 110px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s; }
  .site-header.margin-top .top-bar-left img {
    -webkit-transition: max-width 0.3s;
    transition: max-width 0.3s; }
  @media screen and (max-width: 63.9375em) {
    .site-header.margin-top .top-bar-left img {
      max-width: 100%; } }

.body-content {
  padding-top: 134px; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .body-content {
      padding-top: 131px; } }
  @media screen and (max-width: 39.9375em) {
    .body-content {
      padding-top: 0px; } }

.lb-loader, .lightbox {
  text-align: center;
  line-height: 0; }

body:after {
  content: url(../images/close.png) url(../images/loading.gif) url(../images/prev.png) url(../images/next.png);
  display: none; }

.lb-dataContainer:after, .lb-outerContainer:after {
  content: "";
  clear: both; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #000;
  filter: alpha(Opacity=80);
  opacity: .8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000000;
  font-weight: 400; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  border: 4px solid #fff; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  background-color: #fff; }

.lb-loader, .lb-nav {
  position: absolute;
  left: 0; }

.lb-outerContainer:after {
  display: table; }

.lb-loader {
  top: 43%;
  height: 25%;
  width: 100%; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat; }

.lb-nav {
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==); }

.lb-next, .lb-prev {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-prev:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity .6s;
  transition: opacity .6s; }

.lb-nav a.lb-next:hover {
  filter: alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  display: table; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: 700;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: 0;
  filter: alpha(Opacity=70);
  opacity: .7;
  -webkit-transition: opacity .2s;
  transition: opacity .2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: alpha(Opacity=100);
  opacity: 1; }

.gallery-container {
  margin: 2em 0em; }
  .gallery-container .post-gallery-image {
    width: 100%; }
    @media screen and (max-width: 39.9375em) {
      .gallery-container .post-gallery-image {
        margin-bottom: 2em; } }

#featured-hero {
  height: 500px; }
  #featured-hero.heroOverlay {
    position: relative; }
    #featured-hero.heroOverlay .hero-content {
      z-index: 2; }
    #featured-hero.heroOverlay:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #000000;
      opacity: 0.33;
      z-index: 1; }

.featured-image-with-button h1 {
  border-bottom: 2px solid #ffd300;
  display: inline-block;
  font-size: 97px;
  line-height: 101px; }
  @media screen and (max-width: 63.9375em) {
    .featured-image-with-button h1 {
      margin-bottom: 20px;
      padding-bottom: 10px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .featured-image-with-button h1 {
      font-size: 80px;
      line-height: 80px; } }
  @media screen and (max-width: 39.9375em) {
    .featured-image-with-button h1 {
      font-size: 60px;
      line-height: 60px; } }

.featured-image-with-button h2 {
  color: #ffd300;
  font-size: 46px;
  margin-bottom: 20px;
  letter-spacing: 1px; }
  @media screen and (max-width: 39.9375em) {
    .featured-image-with-button h2 {
      font-size: 40px;
      line-height: 40px; } }

.featured-image-with-button .hero-content {
  position: absolute;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: table;
  margin: auto;
  color: white;
  text-align: center;
  padding: 2em;
  margin-top: 100px;
  max-width: 86em; }

.featured-image-recipe-page h1 {
  border-bottom: 2px solid #ffd300;
  display: inline-block;
  font-size: 80px;
  line-height: 80px;
  text-align: left; }

.featured-image-recipe-page h2 {
  color: #ffd300;
  font-size: 46px;
  margin-bottom: 20px;
  letter-spacing: 1px; }

.featured-image-recipe-page .button:before, .featured-image-recipe-page .top-bar .menu .menu-item-132 a:before, .top-bar .menu .menu-item-132 .featured-image-recipe-page a:before {
  content: "\f053\202F\202F\202F\202F\202F";
  font-family: FontAwesome;
  font-size: 18px; }

.featured-image-recipe-page .hero-content {
  position: absolute;
  z-index: 999;
  top: 0;
  bottom: 0;
  display: table;
  margin: auto;
  color: white;
  margin-top: 4em;
  padding: 2em; }
  @media screen and (max-width: 39.9375em) {
    .featured-image-recipe-page .hero-content {
      margin-top: 0px; } }
  .featured-image-recipe-page .hero-content .content {
    padding: 2em; }
    .featured-image-recipe-page .hero-content .content span {
      margin-right: 20px;
      letter-spacing: 0px;
      text-align: left;
      color: #ffffff !important;
      float: left; }
    .featured-image-recipe-page .hero-content .content .fa {
      color: #ffd300;
      font-size: 21px;
      margin-right: 8px; }
  .featured-image-recipe-page .hero-content .catgory-title {
    font-size: 40px;
    line-height: 40px;
    font-family: "Dharma Regular";
    color: #bfbfbf;
    text-transform: uppercase;
    margin-bottom: 0px; }

.user-details-bar {
  background-color: #91d034;
  color: #fefefe;
  padding: 1.3em 1em;
  border-bottom: 3px solid #84bb34; }
  @media screen and (max-width: 39.9375em) {
    .user-details-bar {
      display: none; } }
  .user-details-bar img {
    max-width: 45px;
    border-radius: 50%;
    margin-right: 11px;
    vertical-align: top; }
    @media screen and (max-width: 63.9375em) {
      .user-details-bar img {
        display: none; } }
  .user-details-bar .button:before, .user-details-bar .top-bar .menu .menu-item-132 a:before, .top-bar .menu .menu-item-132 .user-details-bar a:before {
    content: "\f053\202F\202F\202F\202F\202F";
    font-family: FontAwesome;
    font-size: 18px; }
  .user-details-bar p {
    font-family: "Dharma Regular";
    letter-spacing: 0px;
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px; }
    @media screen and (max-width: 39.9375em) {
      .user-details-bar p {
        font-size: 27px;
        line-height: 27px; } }
  .user-details-bar .button, .user-details-bar .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .user-details-bar a {
    margin-bottom: 0px;
    float: right; }
  .user-details-bar .back-button-container {
    width: initial; }
  .user-details-bar .ghost-button-green {
    border-color: #ffffff;
    color: #ffffff; }
  .user-details-bar .ghost-button-green:hover, .user-details-bar .ghost-button-green:active, .user-details-bar .ghost-button-green:focus {
    border-color: #ffffff;
    color: #ffffff;
    background-color: #84bc33; }

.ambassador-container article {
  text-align: center; }
  .ambassador-container article .permalink {
    font-size: 14px;
    display: block;
    -webkit-transition: font-weight 0.25s ease-out;
    transition: font-weight 0.25s ease-out; }
  .ambassador-container article .permalink:hover {
    font-weight: bold;
    -webkit-transition: font-weight 0.25s ease-out;
    transition: font-weight 0.25s ease-out; }
  .ambassador-container article .permalink:after {
    content: "\202F\202F\202F\202F\202F\f054";
    font-family: FontAwesome;
    font-size: 14px;
    -webkit-transition: margin-left 0.25s ease-out; }
  .ambassador-container article .ambassador {
    font-size: 24px;
    color: #008093;
    font-family: "Dharma bold"; }
  .ambassador-container article h3 {
    font-size: 45px;
    line-height: 45px;
    font-family: "Dharma bold";
    border-bottom: 2px solid;
    border-color: #fefefe;
    display: inline-block;
    -webkit-transition: border-color 0.25s ease-out;
    transition: border-color 0.25s ease-out;
    margin-top: 10px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .ambassador-container article h3 {
        font-size: 33px;
        line-height: 33px; } }
  .ambassador-container article h4 {
    color: #008093;
    margin-bottom: 1em; }
  .ambassador-container article img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
  .ambassador-container article a {
    color: #3e3e3e; }
  .ambassador-container article .ambassador-content {
    padding: 1em 1em 2em 1em;
    background-color: #fefefe;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    margin-top: -3em; }
    @media screen and (max-width: 39.9375em) {
      .ambassador-container article .ambassador-content {
        padding: 1em 1em 0em 1em; } }

.wpupg-grid {
  width: 100% !important; }
  .wpupg-grid a:hover .wpupg-container .recipe-tile-container {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    cursor: pointer;
    transition: 0.25s all;
    -webkit-transition: 0.25s all; }
  .wpupg-grid a:hover .wpupg-container .view-post {
    background-color: #f4f4f4 !important;
    transition: 0.25s all;
    -webkit-transition: 0.25s all; }
  .wpupg-grid a:hover .wpupg-container .wpupg-post-title {
    color: #008093;
    transition: 0.25s all;
    -webkit-transition: 0.25s all; }

.wpupg-code {
  float: right; }

.wpupg-item {
  max-width: none;
  margin: 0em;
  padding: 1em; }
  @media screen and (max-width: 39.9375em) {
    .wpupg-item {
      max-width: 100%;
      padding: 1em 0em; } }
  .wpupg-item .recipe-container {
    padding: 2em; }
  .wpupg-item .wpupg-item:hover .wpupg-post-title {
    color: #008093 !important; }
  .wpupg-item .view-post {
    padding: 0.8em 1.5em;
    border-top: 2px solid #f1f1f1;
    font-family: "Dharma Regular";
    font-size: 24px;
    color: #333333; }
    .wpupg-item .view-post .fa {
      margin-left: 10px;
      font-size: 16px;
      color: #333333; }
  .wpupg-item .view-post:hover {
    background-color: #f4f4f4 !important; }
  .wpupg-item .wpupg-post-image {
    width: 100%; }
  .wpupg-item .category-name {
    color: #008093;
    margin-bottom: 10px;
    text-transform: uppercase; }
  .wpupg-item .wpupg-rows {
    background-color: #fefefe !important; }
  .wpupg-item .recipe-tag {
    margin-bottom: 11px;
    text-transform: uppercase; }
  .wpupg-item .wpupg-post-title {
    font-family: "Dharma Bold";
    font-size: 35px;
    color: #0a0a0a;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333333; }
  .wpupg-item .wpupg-post-date {
    color: #3e3e3e;
    margin-bottom: 10px; }
  .wpupg-item .wpupg-post-author {
    color: #3e3e3e;
    font-weight: bold;
    margin-left: 5px; }
  .wpupg-item .wpupg-title {
    color: #3e3e3e; }

.select2wpupg-container--default .select2wpupg-selection--single .select2wpupg-selection__arrow b {
  top: 43%; }

.competition-container {
  border-radius: 5px;
  margin-bottom: 30px; }
  .competition-container img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }
  .competition-container .competition-information {
    background-color: #fefefe;
    text-align: left;
    padding: 1.5em 1.5em 1em; }
    .competition-container .competition-information .date {
      color: #008093;
      font-family: "Dharma Regular";
      font-size: 20px;
      line-height: 20px; }
    .competition-container .competition-information h3 {
      border: none;
      color: #3e3e3e;
      font-size: 40px;
      line-height: 40px; }
  .competition-container .apply-button {
    background-color: #fefefe;
    background-color: #fefefe;
    padding: 1.5em;
    border-top: 1px solid #e9e6e6; }
    .competition-container .apply-button a {
      font-family: "Dharma Regular";
      font-size: 23px;
      line-height: 23px;
      color: #3e3e3e; }
    .competition-container .apply-button a:after {
      content: "\202F\202F\202F\202F\202F\f054";
      font-family: FontAwesome;
      font-size: 18px; }

.featured-sections {
  padding: 4em; }
  @media screen and (max-width: 63.9375em) {
    .featured-sections {
      padding: 1em; } }

.img-responsive {
  height: 300px;
  width: 300px;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  margin: auto;
  border-radius: 50%; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .img-responsive {
      height: 200px;
      width: 200px; } }
  @media screen and (max-width: 39.9375em) {
    .img-responsive {
      height: 250px;
      width: 250px; } }

.featured-ambassadors {
  background-color: #fefefe;
  padding: 4em 2em 2em; }
  @media screen and (max-width: 39.9375em) {
    .featured-ambassadors {
      padding: 3em 2em 1em; } }
  .featured-ambassadors .ambassador-container {
    -webkit-transition: padding-right 0.15s ease-out, padding-left 0.15s ease-out;
    transition: padding-right 0.15s ease-out, padding-left 0.15s ease-out; }
    .featured-ambassadors .ambassador-container article {
      -webkit-transition: box-shadow 0.25s ease-out;
      -webkit-transition: -webkit-box-shadow 0.25s ease-out;
      transition: -webkit-box-shadow 0.25s ease-out;
      transition: box-shadow 0.25s ease-out;
      transition: box-shadow 0.25s ease-out, -webkit-box-shadow 0.25s ease-out; }
      @media screen and (max-width: 63.9375em) {
        .featured-ambassadors .ambassador-container article {
          -webkit-box-shadow: none;
                  box-shadow: none;
          margin-bottom: 2em; } }
  .featured-ambassadors .ambassador-tile-container {
    max-width: 70em;
    margin-top: auto; }
  .featured-ambassadors .ambassador-container:hover {
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: padding-right 0.15s ease-out, padding-left 0.15s ease-out;
    transition: padding-right 0.15s ease-out, padding-left 0.15s ease-out; }
  .featured-ambassadors .button:after, .featured-ambassadors .top-bar .menu .menu-item-132 a:after, .top-bar .menu .menu-item-132 .featured-ambassadors a:after {
    content: "\202F\202F\202F\202F\202F\f054";
    font-family: FontAwesome;
    font-size: 14px;
    vertical-align: middle; }
  .featured-ambassadors h2, .featured-ambassadors p {
    text-align: center;
    color: #037f92; }
  .featured-ambassadors .button, .featured-ambassadors .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .featured-ambassadors a {
    margin: auto;
    display: table; }
  .featured-ambassadors .intro-content {
    float: none;
    margin: auto;
    margin-bottom: 2em; }

.social-centra {
  -webkit-background-size: cover;
          background-size: cover;
  text-align: center;
  color: #fefefe;
  padding: 4em;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 63.9375em) {
    .social-centra {
      -webkit-background-size: cover;
              background-size: cover; } }
  @media screen and (max-width: 39.9375em) {
    .social-centra {
      padding: 3em 2em; } }
  .social-centra .button:after, .social-centra .top-bar .menu .menu-item-132 a:after, .top-bar .menu .menu-item-132 .social-centra a:after {
    content: "\202F\202F\202F\202F\202F\f054";
    font-family: FontAwesome;
    font-size: 14px;
    vertical-align: middle; }

@media screen and (max-width: 39.9375em) {
  .swiper-container {
    height: 460px; } }

.ten-week-plan {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99cc4b+0,c5f152+100 */
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center;
  padding: 8em 2em;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 63.9375em) {
    .ten-week-plan {
      padding: 4em 1em;
      background-position: 65%; } }
  @media screen and (max-width: 39.9375em) {
    .ten-week-plan {
      padding: 2em 1em;
      background: none; } }
  .ten-week-plan h2 {
    font-size: 88px;
    line-height: 88px; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan h2 {
        font-size: 78px;
        line-height: 78px; } }
  .ten-week-plan .content-container {
    z-index: 999;
    position: relative; }
  .ten-week-plan .image-container {
    z-index: 99; }
    .ten-week-plan .image-container img {
      position: absolute; }
      @media screen and (min-width: 64em) {
        .ten-week-plan .image-container img {
          top: 2em; } }
      @media screen and (max-width: 39.9375em) {
        .ten-week-plan .image-container img {
          padding-top: 2em; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .ten-week-plan .image-container {
        display: none; } }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan .image-container {
        min-height: 260px; } }

.halloween-hero {
  text-align: left !important; }

.inspired-by-page-page {
  background-color: black !important; }
  @media screen and (max-width: 39.9375em) {
    .inspired-by-page-page {
      padding: 0em 1em;
      padding-bottom: 0em; } }
  .inspired-by-page-page .logo {
    margin: auto;
    display: block;
    max-width: 300px;
    margin-bottom: 3em; }
  .inspired-by-page-page p {
    text-align: center;
    color: white; }
  .inspired-by-page-page .products-row {
    padding: 1em 0em 4em;
    border-bottom: 2px dotted #d6ac4f;
    margin-bottom: 2em; }
    .inspired-by-page-page .products-row p {
      font-size: 12px;
      max-width: 60%;
      margin: auto; }
      @media screen and (max-width: 39.9375em) {
        .inspired-by-page-page .products-row p {
          max-width: 100%; } }
    .inspired-by-page-page .products-row img {
      max-height: 300px;
      margin: 2em auto;
      display: block; }
    .inspired-by-page-page .products-row:last-child {
      margin-bottom: 0em;
      border-bottom: 0px; }

@media screen and (max-width: 39.9375em) {
  .halloween-page #page-full-width {
    padding: 0.5em 1em  !important; } }

.halloween-page img {
  max-height: 420px;
  margin: 1em auto; }
  @media screen and (max-width: 39.9375em) {
    .halloween-page img {
      margin-bottom: 2em; } }

.home-page {
  padding-bottom: 4em !important; }
  @media screen and (max-width: 63.9375em) {
    .home-page {
      padding-bottom: 0em !important;
      padding-top: 2em; } }
  .home-page .feature {
    border: 4px solid #fefefe; }

.ambassadors-articles {
  background-color: #e9e6e6;
  padding: 4em; }
  @media screen and (max-width: 39.9375em) {
    .ambassadors-articles {
      padding: 3em 2em; } }
  .ambassadors-articles .entry-title {
    display: inline-block;
    font-size: 42px;
    line-height: 42px;
    color: #008093;
    border-bottom: 2px solid #ffd300;
    margin-bottom: 20px;
    letter-spacing: 0px; }
    @media screen and (max-width: 63.9375em) {
      .ambassadors-articles .entry-title {
        float: none;
        display: block; } }
  .ambassadors-articles .wpupg-filter-dropdown {
    display: inline-block;
    width: 200px;
    float: right; }
    @media screen and (max-width: 63.9375em) {
      .ambassadors-articles .wpupg-filter-dropdown {
        float: none;
        display: none; } }
  .ambassadors-articles .select2wpupg-container--default .select2wpupg-selection--single {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #008093;
    border-radius: 4px;
    padding: 8px 6px;
    margin: 3px 0px;
    text-transform: uppercase; }
    .ambassadors-articles .select2wpupg-container--default .select2wpupg-selection--single .select2wpupg-selection__placeholder {
      font-family: "Dharma Regular";
      color: #008093 !important;
      font-size: 22px; }
  .ambassadors-articles .select2wpupg-selection, .ambassadors-articles .select2wpupg-dropdown {
    border-color: #008093 !important; }
  .ambassadors-articles .select2wpupg-selection__arrow b {
    border-top-color: #008093 !important; }
  .ambassadors-articles .select2wpupg-container .select2wpupg-selection--single {
    height: 45px; }
  .ambassadors-articles .select2wpupg-container--default .select2wpupg-selection--single .select2wpupg-selection__arrow {
    height: 57px;
    position: absolute;
    top: 1px;
    right: 7px;
    width: 22px; }

[type='search'] {
  margin-bottom: 10px; }

.select2wpupg-container--open .select2wpupg-dropdown--below {
  margin-top: -7px; }

.select2wpupg-results__option--highlighted, .select2wpupg-results__option--highlighted {
  color: #FFFFFF !important;
  background-color: #128094 !important; }

.select2wpupg-container--default .select2wpupg-selection--single .select2wpupg-selection__rendered {
  font-family: "Dharma Regular";
  color: #008093 !important;
  font-size: 22px; }

.select2wpupg-container--default .select2wpupg-selection--single .select2wpupg-selection__clear {
  cursor: pointer;
  float: none;
  font-weight: bold;
  margin-right: 6px; }

.wpupg-pagination {
  text-align: left;
  padding: 11px 0px;
  margin: 2em 0px;
  border-bottom: 2px solid #cbcbcb; }

.wpupg-pagination-term .active {
  -webkit-box-shadow: 0 5px 0 #cca900, 0 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 0 #cca900, 0 5px 3px rgba(0, 0, 0, 0.3);
  text-transform: uppercase; }

.biography .hero-content {
  padding: 2em 4em 4em;
  -webkit-background-size: cover;
          background-size: cover; }
  @media screen and (max-width: 63.9375em) {
    .biography .hero-content {
      padding: 3em 2em 3em; } }
  .biography .hero-content .specialism {
    font-size: 35px;
    color: #ffd300;
    font-family: "Dharma Regular";
    margin-bottom: 0px;
    text-transform: uppercase; }
  .biography .hero-content .button, .biography .hero-content .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .biography .hero-content a {
    margin-bottom: 2em; }
  .biography .hero-content .button:before, .biography .hero-content .top-bar .menu .menu-item-132 a:before, .top-bar .menu .menu-item-132 .biography .hero-content a:before {
    content: "\f053\202F\202F\202F\202F\202F";
    font-family: FontAwesome;
    font-size: 18px; }
  .biography .hero-content h1 {
    color: #fefefe;
    font-size: 60px;
    line-height: 60px;
    border-bottom: 2px solid #ffd300;
    padding-bottom: 10px;
    margin-bottom: 25px;
    display: inline-block; }
  .biography .hero-content hr {
    border-color: #ffd300;
    border-width: 2px; }
  .biography .hero-content p {
    color: #fefefe; }

.other-ambassadors img {
  position: relative; }

.other-ambassadors h2 {
  display: inline-block;
  font-size: 42px;
  line-height: 42px;
  color: #008093;
  border-bottom: 2px solid #ffd300;
  margin-bottom: 0.8em;
  letter-spacing: 0px; }

.other-ambassadors h3 {
  font-size: 30px;
  line-height: 30px; }

.other-ambassadors .box-content {
  padding: 3em 2em 1em; }
  @media screen and (max-width: 39.9375em) {
    .other-ambassadors .box-content {
      background: none; } }
  .other-ambassadors .box-content .entry-title {
    display: inline-block;
    font-size: 47px;
    line-height: 42px;
    color: #ffffff;
    border-bottom: 2px solid #008093;
    margin-bottom: 5px; }
  .other-ambassadors .box-content h3 {
    color: #008093;
    margin-bottom: 40px; }
  .other-ambassadors .box-content a {
    color: #fefefe; }
    .other-ambassadors .box-content a .fa {
      margin-left: 10px; }
  .other-ambassadors .box-content a:hover .fa {
    color: #ffd300; }

.ambassador-tile .ambassador-image {
  background-position: top right;
  background-repeat: no-repeat;
  background-color: black; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .ambassador-tile .ambassador-image {
      margin-bottom: 1em; } }
  @media screen and (max-width: 39.9375em) {
    .ambassador-tile .ambassador-image {
      background: #004a55 !important;
      margin-bottom: 1em; } }

@media screen and (max-width: 63.9375em) {
  .ambasasador-image {
    float: left !important;
    margin-bottom: 1em; } }

.ambassador-post-details img {
  border-radius: 50%;
  margin-right: 10px; }

.ambassador-post-details span {
  font-family: "Dharma Bold";
  font-size: 28px; }

@media screen and (max-width: 39.9375em) {
  .ambassador-post-details .author, .ambassador-post-details .date {
    width: 100%;
    display: block; } }

@media screen and (max-width: 39.9375em) {
  .ambassador-post-details .date {
    display: none; } }

.live-smart-page {
  background-color: #e9e6e6;
  padding-bottom: 4em; }
  .live-smart-page .product-category {
    margin-bottom: 1em;
    margin-top: 4em;
    text-align: center; }
    .live-smart-page .product-category h3 {
      color: #008093;
      border-bottom: 2px solid #ffd300;
      display: inline-block;
      font-size: 50px;
      text-transform: uppercase; }
  .live-smart-page .desktop-add {
    display: block;
    margin-bottom: 30px; }
    @media screen and (max-width: 39.9375em) {
      .live-smart-page .desktop-add {
        display: none; } }
  .live-smart-page .mobile-add {
    display: none;
    margin-bottom: 20px; }
    @media screen and (max-width: 39.9375em) {
      .live-smart-page .mobile-add {
        display: block; } }
  .live-smart-page .hover-container:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
    cursor: pointer;
    transition: 0.5s all;
    -webkit-transition: 0.5s all; }
    .live-smart-page .hover-container:hover .roundel {
      max-width: 140px;
      transition: 0.25s all;
      -webkit-transition: 0.25s all; }
  .live-smart-page .product-container {
    padding: 1em;
    float: left !important; }
    .live-smart-page .product-container .product-image {
      padding: 2em 3em;
      border-bottom: 2px solid #e9e6e6;
      background-color: #fefefe; }
    .live-smart-page .product-container .product-information {
      background-color: #fefefe;
      padding: 1em 2em 0.5em; }
    .live-smart-page .product-container h4 {
      display: inline-block;
      margin-bottom: 0px; }
    .live-smart-page .product-container .measurement {
      display: inline-block;
      font-size: 12px;
      opacity: 0.8;
      margin-left: 0px; }
    .live-smart-page .product-container h5 {
      font-size: 40px;
      display: inline-block;
      color: #008093; }
    .live-smart-page .product-container .original-price {
      display: inline-block;
      margin-left: 10px;
      font-family: "Dharma Regular";
      font-size: 21px; }

.roundel {
  padding: 10px;
  background: none;
  position: absolute;
  top: 0em;
  right: 0em;
  max-width: 130px;
  width: 100%;
  transition: 0.25s all;
  -webkit-transition: 0.25s all; }
  .roundel--new {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    font-family: "Gotham Black";
    color: #FFFFFF;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background: #e94d27; }
    .roundel--new .price {
      display: flex;
      flex-direction: column; }
    .roundel--new.mix {
      padding-bottom: 30px;
      font-size: 25px;
      line-height: 1.2; }
      .roundel--new.mix .mix-box {
        position: absolute;
        bottom: 10px;
        left: 10px;
        width: calc(100% - 20px);
        color: #e94d27;
        font-size: 0.8rem;
        line-height: 1.4;
        background: #FFFFFF; }
  .roundel--medium {
    font-size: 30px;
    line-height: 1.2; }
    .roundel--medium span {
      font-size: 20px; }
  .roundel--large {
    font-size: 50px;
    line-height: 1; }
    .roundel--large span {
      font-size: 20px; }
  .roundel--better, .roundel--half {
    font-size: 20px; }

.relative {
  position: relative; }

.leaflet body {
  background-color: #008093 !important; }

.reveal-overlay {
  background-color: rgba(37, 37, 37, 0.76);
  z-index: 99999999; }

.reveal {
  width: 90%;
  height: 90%;
  background-color: #008093;
  overflow: hidden; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      width: 100%;
      height: 100%; } }
  .reveal .close-button span {
    color: #fefefe;
    font-size: 25px;
    background-color: #004a55;
    padding: 14px; }
  .reveal .close-button, .reveal .close-button.medium {
    right: 0em;
    top: 0rem;
    font-size: 2em;
    line-height: 1em; }

.live-well-page .main-content {
  padding: 20em 0em 0em 0em;
  padding-left: 0px !important;
  padding-right: 0px !important; }
  @media screen and (max-width: 63.9375em) {
    .live-well-page .main-content {
      padding: 19em 0em 0em 0em; } }

@media screen and (max-width: 63.9375em) {
  .live-well-page .ambassador-tile {
    margin-bottom: 2em; } }

.live-well-page .run-together h2 {
  margin: 25px 0em 20px;
  display: inline-block; }

.live-well-page .run-together hr {
  margin: 0em auto 2em; }

.live-well-page .run-together .button, .live-well-page .run-together .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .live-well-page .run-together a {
  margin-top: 20px; }

.live-well-page .run-together .button:after, .live-well-page .run-together .top-bar .menu .menu-item-132 a:after, .top-bar .menu .menu-item-132 .live-well-page .run-together a:after {
  content: "\202F\202F\202F\202F\202F\f054";
  font-family: FontAwesome;
  font-size: 18px; }

.live-well-page .what-does-it-mean {
  background-color: #fefefe;
  padding: 4em; }
  @media screen and (max-width: 63.9375em) {
    .live-well-page .what-does-it-mean {
      padding: 3em 1em; } }
  @media screen and (max-width: 39.9375em) {
    .live-well-page .what-does-it-mean {
      padding: 2em 1em; } }
  .live-well-page .what-does-it-mean .content {
    padding-right: 5em; }
    @media screen and (max-width: 39.9375em) {
      .live-well-page .what-does-it-mean .content {
        padding-right: 1em; } }
  @media screen and (max-width: 63.9375em) {
    .live-well-page .what-does-it-mean .button, .live-well-page .what-does-it-mean .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .live-well-page .what-does-it-mean a {
      margin-top: 1em; } }
  @media screen and (max-width: 63.9375em) {
    .live-well-page .what-does-it-mean img {
      margin-top: 2em; } }
  .live-well-page .what-does-it-mean .article-title {
    text-align: center; }
  @media screen and (max-width: 63.9375em) {
    .live-well-page .what-does-it-mean .video-container {
      padding: 1em 0.5em 0em; } }
  .live-well-page .what-does-it-mean h2 {
    font-size: 65px;
    color: #003f50;
    display: inline-block;
    line-height: 50px;
    margin-bottom: 20px; }
    @media screen and (max-width: 39.9375em) {
      .live-well-page .what-does-it-mean h2 {
        font-size: 40px;
        line-height: 40px; } }
  .live-well-page .what-does-it-mean .button:after, .live-well-page .what-does-it-mean .top-bar .menu .menu-item-132 a:after, .top-bar .menu .menu-item-132 .live-well-page .what-does-it-mean a:after {
    content: "\202F\202F\202F\202F\202F\f054";
    font-family: FontAwesome;
    font-size: 18px; }

.live-well-page .live-well-ambassadors {
  padding: 4em;
  background-color: #f2f2f2;
  text-align: center; }
  @media screen and (max-width: 63.9375em) {
    .live-well-page .live-well-ambassadors {
      padding: 4em 2em 0em; } }
  @media screen and (max-width: 39.9375em) {
    .live-well-page .live-well-ambassadors {
      padding: 2em 1em 0em; } }
  .live-well-page .live-well-ambassadors h2 {
    color: #003f50;
    display: inline-block;
    margin-bottom: 0em; }
  .live-well-page .live-well-ambassadors hr {
    margin: 10px auto 1em; }
  .live-well-page .live-well-ambassadors .box-content {
    background-color: #ffffff; }
    .live-well-page .live-well-ambassadors .box-content .entry-title {
      color: #003f50;
      font-size: 38px;
      line-height: 38px;
      display: inline-block;
      text-align: left;
      float: left;
      padding: 20px; }
      @media screen and (max-width: 63.9375em) {
        .live-well-page .live-well-ambassadors .box-content .entry-title {
          padding-bottom: 0px;
          float: none;
          display: block; } }
    .live-well-page .live-well-ambassadors .box-content h4 {
      color: #008093;
      text-align: center;
      font-size: 28px;
      text-transform: uppercase;
      line-height: 28px;
      margin-bottom: 0px;
      display: inline-block;
      padding: 27px;
      border-left: 2px solid #f2f2f2; }
      @media screen and (max-width: 63.9375em) {
        .live-well-page .live-well-ambassadors .box-content h4 {
          display: block;
          text-align: left;
          width: 100%;
          padding: 0px 20px 25px;
          border-left: 0px; } }
    .live-well-page .live-well-ambassadors .box-content p, .live-well-page .live-well-ambassadors .box-content a {
      text-align: center;
      margin-top: 2em;
      margin-bottom: 10px; }
      @media screen and (max-width: 63.9375em) {
        .live-well-page .live-well-ambassadors .box-content p, .live-well-page .live-well-ambassadors .box-content a {
          margin-top: 1em; } }
    .live-well-page .live-well-ambassadors .box-content .view-button {
      padding: 1em;
      width: 100%;
      display: block;
      margin: 0px;
      border-top: 2px solid #f2f2f2;
      margin-top: 0em;
      text-align: left; }
  .live-well-page .live-well-ambassadors .ambassadors-container {
    max-width: 900px;
    margin: 2em auto; }

.live-well-page .popular-articles {
  background-color: #e9e6e6;
  padding: 4em; }
  @media screen and (max-width: 63.9375em) {
    .live-well-page .popular-articles {
      padding: 3em 2em; } }
  .live-well-page .popular-articles .article-title {
    text-align: center; }
  .live-well-page .popular-articles h2 {
    color: #3e3e3e;
    display: inline-block;
    margin-bottom: 20px;
    color: #003f50; }
  .live-well-page .popular-articles hr {
    margin: 0px auto 2em; }

.full-height-permalink {
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 0;
  top: 0;
  z-index: 99;
  cursor: pointer; }

.full-height-permalink:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  cursor: pointer;
  transition: 0.25s all;
  -webkit-transition: 0.25s all; }

.live-everyday-page .social-wall {
  padding: 3em 0em; }

.live-everyday-page #featured-hero {
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: repeat; }

.live-everyday-page .about-the-live-everyday-campaign .tile-container {
  margin: 1em 0em;
  border-radius: 20px;
  border: 10px solid white; }
  .live-everyday-page .about-the-live-everyday-campaign .tile-container img {
    max-width: 100%; }

.default-page-layout {
  background-color: #fefefe;
  padding-bottom: 0em; }
  @media screen and (max-width: 39.9375em) {
    .default-page-layout {
      padding-bottom: 2em; } }
  .default-page-layout #page-full-width {
    padding: 4em 0em; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .default-page-layout #page-full-width {
        padding-top: 3em; } }
    @media screen and (max-width: 39.9375em) {
      .default-page-layout #page-full-width {
        padding-top: 2em; } }

.grey-page {
  background-color: #e9e6e6; }

.recipes-page {
  background-color: #e9e6e6; }
  .recipes-page .wpupg-filter-dropdown {
    display: block;
    width: 250px;
    margin-left: auto; }
  .recipes-page #page-full-width {
    padding-top: 3em;
    padding: 3em 2em; }
    @media screen and (max-width: 39.9375em) {
      .recipes-page #page-full-width {
        padding: 2em 1em; } }
  .recipes-page .select2wpupg-container {
    width: 16% !important;
    float: right; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .recipes-page .select2wpupg-container {
        width: 28% !important; } }
    @media screen and (max-width: 39.9375em) {
      .recipes-page .select2wpupg-container {
        width: 100% !important;
        margin-bottom: 15px; } }
  .recipes-page .wpupg-filter-text-input {
    width: 83%;
    padding: 23px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .recipes-page .wpupg-filter-text-input {
        width: 70%; } }
    @media screen and (max-width: 39.9375em) {
      .recipes-page .wpupg-filter-text-input {
        width: 100%; } }
  .recipes-page .select2wpupg-container--default .select2wpupg-selection--single {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid #008093;
    border-radius: 4px;
    padding: 8px 6px;
    margin: 1px 0px;
    text-transform: uppercase; }
    .recipes-page .select2wpupg-container--default .select2wpupg-selection--single .select2wpupg-selection__placeholder {
      font-family: "Dharma Regular";
      color: #008093 !important;
      font-size: 22px; }
  .recipes-page .select2wpupg-selection, .recipes-page .select2wpupg-dropdown {
    border-color: #008093 !important; }
  .recipes-page .select2wpupg-selection__arrow b {
    border-top-color: #008093 !important; }
  .recipes-page .select2wpupg-container .select2wpupg-selection--single {
    height: 45px; }
  .recipes-page .select2wpupg-container--default .select2wpupg-selection--single .select2wpupg-selection__arrow {
    height: 57px;
    position: absolute;
    top: 1px;
    right: 7px;
    width: 22px; }
  .recipes-page [type='search'] {
    margin-bottom: 10px; }
  .recipes-page .select2wpupg-container--open .select2wpupg-dropdown--below {
    margin-top: -7px; }
  .recipes-page .select2wpupg-results__option--highlighted, .recipes-page .select2wpupg-results__option--highlighted {
    color: #FFFFFF !important;
    background-color: #128094 !important;
    padding-left: 15px; }
  .recipes-page .select2wpupg-container--default .select2wpupg-selection--single .select2wpupg-selection__rendered {
    font-family: "Dharma Regular";
    color: #008093 !important;
    font-size: 22px; }
  .recipes-page .select2wpupg-container--default .select2wpupg-selection--single .select2wpupg-selection__clear {
    cursor: pointer;
    float: none;
    font-weight: bold;
    margin-right: 6px; }
  .recipes-page .wpupg-pagination {
    display: none; }
  .recipes-page .wpupg-pagination-term .active {
    -webkit-box-shadow: 0 5px 0 #cca900, 0 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 0 #cca900, 0 5px 3px rgba(0, 0, 0, 0.3);
    text-transform: uppercase; }

.competitions-page {
  background-color: #e9e6e6; }

.single-recipe-page {
  background-color: #ffffff; }
  .single-recipe-page #page-full-width {
    padding-top: 3em !important; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .single-recipe-page #page-full-width {
        padding-top: 1em !important; } }
    @media screen and (max-width: 39.9375em) {
      .single-recipe-page #page-full-width {
        padding-top: 1em !important; } }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .hero-content {
      position: relative;
      background-color: #004a55; } }
  .single-recipe-page .heading {
    font-size: 30px !important;
    line-height: 30px !important;
    border-bottom: 2px solid #d8d8d8 !important;
    margin-bottom: 10px !important;
    padding-bottom: 5px !important;
    color: #008093 !important; }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .hero-content .content {
      padding: 1em; } }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .hero-content .content span {
      margin-right: 20px;
      display: block;
      margin-bottom: 1em; } }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .hero-content .content h1 {
      font-size: 60px;
      line-height: 60px; } }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .featured-image-recipe-page .hero-content {
      display: block;
      padding: 2em 0em; } }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .featured-image-recipe-page .hero-content .button, .single-recipe-page .featured-image-recipe-page .hero-content .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .single-recipe-page .featured-image-recipe-page .hero-content a {
      display: none; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .single-recipe-page #featured-hero {
      height: 40em; } }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page #featured-hero {
      display: none; } }
  .single-recipe-page .wpurp-rows {
    padding: 10px 1em !important; }
    @media screen and (max-width: 39.9375em) {
      .single-recipe-page .wpurp-rows {
        padding: 12px 0.3em !important; } }
  .single-recipe-page .recipe-image-details {
    float: right;
    padding-left: 35px !important; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .single-recipe-page .recipe-image-details {
        width: 97%; } }
    @media screen and (max-width: 39.9375em) {
      .single-recipe-page .recipe-image-details {
        padding-left: 19px !important;
        padding-right: 25px !important; } }
  .single-recipe-page .recipe-info {
    padding-left: 20px !important; }
    @media screen and (max-width: 39.9375em) {
      .single-recipe-page .recipe-info {
        padding-left: 0px !important; } }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .recipe-social {
      display: none !important; } }
  .single-recipe-page .recipe-heading {
    font-size: 45px !important;
    line-height: 45px !important;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Dharma Bold";
    color: #008093 !important; }
  .single-recipe-page .recipe-description {
    text-align: left;
    color: #7d7d7d !important;
    font-size: 17px !important;
    font-style: italic;
    padding: 10px 0px !important; }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .image-caption {
      display: none; } }
  .single-recipe-page .recipe-border {
    padding-bottom: 20px !important; }
    @media screen and (max-width: 39.9375em) {
      .single-recipe-page .recipe-border {
        padding-bottom: 0px !important; } }
  .single-recipe-page .wpurp-recipe-ingredient {
    margin: 20px 0px !important; }
  .single-recipe-page .recipe-padding {
    padding: 0px 30px 0px 30px !important; }
    @media screen and (max-width: 63.9375em) {
      .single-recipe-page .recipe-padding {
        padding: 20px 0px !important;
        border-left: none !important; } }
  .single-recipe-page .recipe-ingredients-layout {
    padding: 0px 20px 0px 0px !important; }
  .single-recipe-page .recipe-method {
    border-left: 1px solid #d3cfcf !important; }
    @media screen and (max-width: 63.9375em) {
      .single-recipe-page .recipe-method {
        border-left: none !important; } }
  .single-recipe-page .recipe-sharing {
    margin-right: 15px !important; }
  .single-recipe-page .cooking-stats-time {
    font-size: 22px !important;
    line-height: 22px !important;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Dharma Bold";
    color: #008093 !important;
    float: left; }
    @media screen and (max-width: 39.9375em) {
      .single-recipe-page .cooking-stats-time {
        font-size: 30px !important;
        line-height: 30px !important; } }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .fa {
      font-size: 30px !important;
      line-height: 30px !important;
      margin-right: 10px; } }
  .single-recipe-page .cooking-stats {
    font-size: 22px !important;
    line-height: 22px !important;
    letter-spacing: 0px;
    text-align: left;
    text-transform: uppercase;
    font-family: "Dharma Bold";
    color: #6c6c6c !important;
    float: left;
    margin-right: 10px !important; }
    @media screen and (max-width: 39.9375em) {
      .single-recipe-page .cooking-stats {
        font-size: 30px !important;
        line-height: 30px !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .single-recipe-page .recipe-image {
      display: none; } }
  .single-recipe-page .recipe-comments {
    padding: 2em 4em; }
    @media screen and (max-width: 39.9375em) {
      .single-recipe-page .recipe-comments {
        padding: 1em 2em 3em; } }
  .single-recipe-page .related-recipes {
    padding: 2em; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .single-recipe-page .related-recipes {
        display: none; } }
    @media screen and (max-width: 39.9375em) {
      .single-recipe-page .related-recipes {
        display: none; } }
    .single-recipe-page .related-recipes .wpupg-grid {
      padding: 1em 2em; }
    .single-recipe-page .related-recipes .wpupg-item .wpupg-rows {
      background-color: #f1f1f1 !important; }
    .single-recipe-page .related-recipes .recipe-container, .single-recipe-page .related-recipes .view-post {
      background-color: #f1f1f1 !important; }
    .single-recipe-page .related-recipes .view-post {
      border-top: 2px solid #ffffff; }
    .single-recipe-page .related-recipes h3 {
      font-size: 45px !important;
      line-height: 45px !important;
      letter-spacing: 0px;
      text-align: left;
      text-transform: uppercase;
      font-family: "Dharma Bold";
      color: #008093 !important;
      display: inline-block;
      border-bottom: 2px solid #ffd300;
      margin-left: 30px; }
      @media screen and (max-width: 39.9375em) {
        .single-recipe-page .related-recipes h3 {
          margin-left: 18px; } }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .recipe-title-container {
      display: none; } }
  @media screen and (max-width: 39.9375em) {
    .single-recipe-page .wpurp-recipe-image {
      width: 100%; } }

@media screen and (max-width: 39.9375em) {
  .recipe-hero-stats {
    display: none; } }

.cooking-stats .fa-clock-o {
  font-size: 22px !important;
  line-height: 10px !important; }

.default-post span {
  margin-right: 20px; }
  .default-post span .fa {
    color: #008093;
    margin-right: 5px; }

@media screen and (max-width: 63.9375em) {
  .dashboard-page {
    padding-bottom: 0em; } }

.dashboard-page .campaign-container {
  padding-top: 4em; }
  @media screen and (max-width: 39.9375em) {
    .dashboard-page .campaign-container {
      padding-bottom: 2em !important; } }
  .dashboard-page .campaign-container .button:after, .dashboard-page .campaign-container .top-bar .menu .menu-item-132 a:after, .top-bar .menu .menu-item-132 .dashboard-page .campaign-container a:after {
    content: "\202F\202F\202F\202F\202F\f054";
    font-family: FontAwesome;
    font-size: 18px; }
  @media screen and (max-width: 63.9375em) {
    .dashboard-page .campaign-container .main-content .no-padding {
      padding: 0em 1em; } }
  @media screen and (max-width: 39.9375em) {
    .dashboard-page .campaign-container .main-content .no-padding {
      padding: 0em 0.5em; } }

.dashboard-page .ghost-button-green {
  border-color: #ffffff;
  background-color: #ffffff; }

.dashboard-page .plan-bullets {
  font-size: 24px;
  margin-bottom: 2em;
  font-family: "Dharma Bold"; }
  .dashboard-page .plan-bullets .fa {
    margin: 0em 10px 0px 20px;
    color: #fff000; }

.dashboard-page .dashboard-container {
  padding-right: 4em; }
  @media screen and (max-width: 63.9375em) {
    .dashboard-page .dashboard-container {
      padding-right: 0em; } }

.dashboard-page .restart-logo {
  width: initial;
  max-width: 25%;
  display: block;
  margin: auto;
  margin-bottom: 1em; }

.dashboard-page .dashboard-featured .hero-content {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#99cc4b+0,c5f152+100 */
  background: #99cc4b;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #99cc4b 0%, #c5f152 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#99cc4b), to(#c5f152));
  background: linear-gradient(to right, #99cc4b 0%, #c5f152 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99cc4b', endColorstr='#c5f152',GradientType=1 );
  /* IE6-9 */ }
  .dashboard-page .dashboard-featured .hero-content img {
    border-radius: 50%;
    max-width: 86%;
    border: 5px solid #d4f95f;
    float: right; }
    @media screen and (max-width: 63.9375em) {
      .dashboard-page .dashboard-featured .hero-content img {
        border-radius: 50%;
        margin: 0em auto 2em;
        float: none;
        display: block;
        max-width: 150px; } }
  @media screen and (max-width: 63.9375em) {
    .dashboard-page .dashboard-featured .hero-content .user-account-info {
      text-align: center; } }
  .dashboard-page .dashboard-featured .hero-content .user-information {
    padding: 4em 2em 2em; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .dashboard-page .dashboard-featured .hero-content .user-information {
        padding: 4em 4em 3em; } }
    @media screen and (max-width: 39.9375em) {
      .dashboard-page .dashboard-featured .hero-content .user-information {
        padding: 2em 2em 1.5em; } }
  .dashboard-page .dashboard-featured .hero-content h1 {
    color: #ffffff;
    font-size: 32px;
    line-height: 37px;
    letter-spacing: normal;
    font-family: "Dharma Regular"; }
  .dashboard-page .dashboard-featured .hero-content h2 {
    color: #fefefe;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: normal;
    background-color: #84bc33;
    display: inline-block;
    padding: 12px 26px; }
  .dashboard-page .dashboard-featured .hero-content span {
    color: #fefefe;
    margin-right: 1em;
    font-size: 16px; }
  .dashboard-page .dashboard-featured .hero-content .account-settings {
    color: #558b07;
    display: block;
    margin: 10px 0px;
    font-size: 16px; }
  .dashboard-page .dashboard-featured .hero-content .weekly-plan {
    padding: 3em 4em;
    background-color: #84bb34;
    text-align: center;
    color: #fefefe;
    border-left: 5px solid #d3f960;
    border-right: 5px solid #d3f960; }
    .dashboard-page .dashboard-featured .hero-content .weekly-plan h3 {
      font-size: 40px;
      line-height: 40px;
      color: #68922b; }
    @media screen and (max-width: 63.9375em) {
      .dashboard-page .dashboard-featured .hero-content .weekly-plan {
        padding: 3em 4em 3em;
        border-right: 0px;
        border-left: 0px; } }
    @media screen and (max-width: 39.9375em) {
      .dashboard-page .dashboard-featured .hero-content .weekly-plan {
        padding: 2em 2em 1em; } }
    .dashboard-page .dashboard-featured .hero-content .weekly-plan .current-week {
      font-family: "Dharma Regular";
      color: #ffffff;
      font-size: 90px;
      line-height: 90px;
      text-align: center;
      text-transform: uppercase;
      margin: 10px 0em 5px; }

.ten-week-plan-tile {
  padding: 8em 2em 0em 3em;
  text-align: center;
  color: #fefefe;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  border-radius: 10px;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  position: relative;
  overflow: hidden;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffd747+1,ffa650+100 */
  background: #ffd747;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ffd747 1%, #ffa650 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(1%, #ffd747), to(#ffa650));
  background: linear-gradient(to right, #ffd747 1%, #ffa650 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd747', endColorstr='#ffa650',GradientType=1 );
  /* IE6-9 */ }
  @media screen and (max-width: 63.9375em) {
    .ten-week-plan-tile {
      padding: 4em 2em; } }
  @media screen and (max-width: 39.9375em) {
    .ten-week-plan-tile {
      padding: 2em 2em 1em; } }
  .ten-week-plan-tile h2 {
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    font-size: 74px;
    line-height: 74px;
    padding-bottom: 15px; }
  .ten-week-plan-tile img {
    position: absolute;
    left: -6em;
    z-index: 99; }
  .ten-week-plan-tile .content-container {
    z-index: 999;
    position: relative; }
  .ten-week-plan-tile a {
    color: #ecbd2a; }
  .ten-week-plan-tile a:hover {
    color: #d0a315 !important; }

.ten-week-plan-tile:hover, .fitbit-tile:hover, .stats-and-goals-tile:hover, .download-1:hover, .download-2:hover {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23) !important;
  cursor: pointer;
  transition: 0.25s all;
  -webkit-transition: 0.25s all; }

.stats-and-goals-tile {
  padding: 2em 2em;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-repeat: no-repeat;
  margin-bottom: 1em;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c7cfb+0,41ddcf+100 */
  background: #3c7cfb;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #3c7cfb 0%, #41ddcf 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#3c7cfb), to(#41ddcf));
  background: linear-gradient(to right, #3c7cfb 0%, #41ddcf 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7cfb', endColorstr='#41ddcf',GradientType=1 );
  /* IE6-9 */ }
  .stats-and-goals-tile h2 {
    font-size: 48px;
    line-height: 48px;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    color: white; }
  .stats-and-goals-tile a {
    color: #1d86bd !important; }
  .stats-and-goals-tile a:hover {
    color: #106998  !important; }

.fitbit-tile {
  padding: 2em 2em;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff759e+0,ed3170+100 */
  background: #ff759e;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff759e 0%, #ed3170 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#ff759e), to(#ed3170));
  background: linear-gradient(to right, #ff759e 0%, #ed3170 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff759e', endColorstr='#ed3170',GradientType=1 );
  /* IE6-9 */ }
  .fitbit-tile h2 {
    font-size: 48px;
    line-height: 48px;
    border-bottom: 2px solid #ffffff;
    display: inline-block;
    margin-bottom: 20px;
    color: white; }
  .fitbit-tile img {
    max-width: 200px;
    display: block;
    margin: auto;
    margin-bottom: 14px; }
  .fitbit-tile a {
    color: #e56687 !important; }
  .fitbit-tile a:hover {
    color: #cc5473  !important; }

.download-1 {
  padding: 2em 2em;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  margin-top: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22e45d+0,39f7ab+100 */
  background: #22e45d;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #22e45d 0%, #39f7ab 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#22e45d), to(#39f7ab));
  background: linear-gradient(to right, #22e45d 0%, #39f7ab 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22e45d', endColorstr='#39f7ab',GradientType=1 );
  /* IE6-9 */ }
  .download-1 a {
    font-size: 25px;
    margin-bottom: 2em;
    text-transform: uppercase;
    font-family: "Dharma Bold";
    color: white; }
    .download-1 a .fa {
      margin-right: 18px; }

.download-2 {
  padding: 2em 2em;
  text-align: center;
  color: #ffffff;
  border-radius: 10px;
  background-repeat: no-repeat;
  -webkit-background-size: cover !important;
          background-size: cover !important;
  margin-top: 15px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2e3d+40,ffbc5c+100 */
  background: #ff2e3d;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ff2e3d 40%, #ffbc5c 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ff2e3d), to(#ffbc5c));
  background: linear-gradient(to right, #ff2e3d 40%, #ffbc5c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2e3d', endColorstr='#ffbc5c',GradientType=1 );
  /* IE6-9 */ }
  .download-2 a {
    font-size: 25px;
    margin-bottom: 2em;
    text-transform: uppercase;
    font-family: "Dharma Bold";
    color: white; }
    .download-2 a .fa {
      margin-right: 18px; }

.login-page {
  padding: 3em;
  background-color: #f0f0f0; }
  @media screen and (max-width: 39.9375em) {
    .login-page {
      padding: 0em 2em; } }
  .login-page .login-container {
    margin: auto;
    float: none;
    text-align: center;
    background-color: white;
    border-radius: 13px; }
    .login-page .login-container h1 {
      font-size: 60px;
      line-height: 60px;
      border-bottom: 2px solid #ffd300;
      letter-spacing: normal;
      margin-bottom: 20px;
      display: block;
      font-size: 50px;
      color: #3e3e3e;
      border-color: #ececec; }
    .login-page .login-container h2 {
      font-size: 60px;
      line-height: 60px;
      border-bottom: 2px solid #ffd300;
      letter-spacing: normal;
      margin-bottom: 20px;
      display: block;
      font-size: 50px;
      color: #ffffff;
      border-color: #ececec; }
  .login-page .content-container {
    padding: 2em;
    text-align: left; }
    .login-page .content-container .register-button {
      text-decoration: underline; }
    .login-page .content-container p {
      margin-bottom: 6px; }
      .login-page .content-container p .fa {
        color: #ffd300;
        margin-right: 10px;
        font-size: 22px;
        line-height: 35px; }
    .login-page .content-container .ghost-button {
      margin-top: 7em;
      margin-bottom: 0px; }
      @media screen and (max-width: 39.9375em) {
        .login-page .content-container .ghost-button {
          margin-top: 2em; } }
  .login-page .wppb-form-field > span {
    margin-left: 0px; }
  .login-page input {
    display: block;
    float: none !important;
    margin: auto !important;
    width: 100% !important; }
  .login-page #rememberme {
    margin-bottom: 10px !important;
    float: left !important;
    width: initial !important;
    margin-right: 10px !important;
    height: 21px; }
  .login-page input {
    height: 3em;
    padding: 0em 1em !important; }
  .login-page .login-submit {
    display: inline-block; }
    .login-page .login-submit input {
      height: 46px;
      height: 46px;
      color: white;
      background-color: #49cc36;
      -webkit-box-shadow: 0 5px 0 #359627, 0 5px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 0 #359627, 0 5px 3px rgba(0, 0, 0, 0.3);
      padding: 0em 3em !important; }
    .login-page .login-submit input:hover {
      color: white !important;
      background-color: #3eba2c !important;
      -webkit-box-shadow: 0 3px 0 #359627, 0 3px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 3px 0 #359627, 0 3px 3px rgba(0, 0, 0, 0.3); }
  .login-page .wppb-register-user .form-submit {
    display: inline-block; }
  .login-page .wppb-register-user .submit {
    height: 46px;
    height: 46px;
    color: white;
    background-color: #49cc36;
    -webkit-box-shadow: 0 5px 0 #359627, 0 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 0 #359627, 0 5px 3px rgba(0, 0, 0, 0.3);
    padding: 0em 3em !important; }
  .login-page .wppb-register-user .submit:hover {
    color: white !important;
    background-color: #3eba2c !important;
    -webkit-box-shadow: 0 3px 0 #359627, 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 0 #359627, 0 3px 3px rgba(0, 0, 0, 0.3); }
  .login-page .login-remember {
    display: none; }
  .login-page .login-username, .login-page .login-password {
    margin-bottom: 7px; }
  .login-page #pass-strength-result {
    margin: 10px 0px;
    text-align: left;
    padding: 10px 12px;
    height: 40px; }
  .login-page .wppb-description-delimiter {
    text-align: left;
    margin-top: 10px; }
  .login-page .wppb-send-credentials-checkbox {
    display: none; }
  .login-page .wppb-user-forms {
    padding: 2em 0em 1em;
    width: 100%; }
    .login-page .wppb-user-forms .input {
      display: block;
      float: none !important;
      margin: auto !important;
      width: 100% !important;
      padding: 2px 10px; }
    .login-page .wppb-user-forms label {
      display: block;
      float: none !important;
      text-align: left;
      width: 100% !important;
      font-family: "Dharma Regular";
      color: #3e3e3e;
      font-size: 23px;
      line-height: 23px;
      margin-bottom: 8px; }
    .login-page .wppb-user-forms .button, .login-page .wppb-user-forms .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .login-page .wppb-user-forms a {
      width: 100%; }
  .login-page #wppb_general_top_error_message, .login-page .wppb-error, .login-page .wppb-warning {
    padding: 15px 15px;
    margin: 0 auto 25px;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f0f0f0;
    border: 0px solid #008093;
    margin: 1em 0em; }
  .login-page #wppb_general_top_error_message a, .login-page .wppb-error a, .login-page .wppb-warning a {
    color: #008093;
    font-weight: bold;
    text-decoration: underline; }

.page-id-24 {
  background-color: #fefefe; }

.ten-week-plan-page {
  background-color: #ffffff;
  padding: 1em 4em 5em; }
  @media screen and (max-width: 39.9375em) {
    .ten-week-plan-page #page-full-width {
      padding-bottom: 1em; } }
  .ten-week-plan-page .button:after, .ten-week-plan-page .top-bar .menu .menu-item-132 a:after, .top-bar .menu .menu-item-132 .ten-week-plan-page a:after {
    content: "\202F\202F\202F\202F\202F\f054";
    font-family: FontAwesome;
    font-size: 18px; }
  @media screen and (max-width: 63.9375em) {
    .ten-week-plan-page {
      padding: 0em 1em 0em; } }
  .ten-week-plan-page h1 {
    font-size: 90px;
    line-height: 90px;
    letter-spacing: normal;
    color: #91d035; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page h1 {
        font-size: 70px;
        line-height: 70px;
        letter-spacing: normal;
        color: #91d035;
        margin-bottom: -10px; } }
  .ten-week-plan-page .intro-content {
    max-width: 70em;
    margin: 2em auto 4em; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page .intro-content {
        margin: 2em auto; } }
  .ten-week-plan-page .main-content {
    text-align: center; }
  .ten-week-plan-page .row {
    margin-top: 0em; }
  .ten-week-plan-page .finisher-container {
    padding-left: 0em; }
    @media screen and (max-width: 63.9375em) {
      .ten-week-plan-page .finisher-container {
        padding-left: 0.9375em; } }
  .ten-week-plan-page .entry-content {
    text-align: center; }
  .ten-week-plan-page .warm-up-button {
    padding-bottom: 20px;
    background: #ff2e3d;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff2e3d 40%, #ff2e3d 71%, #ffbc5c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ff2e3d), color-stop(71%, #ff2e3d), to(#ffbc5c));
    background: linear-gradient(to right, #ff2e3d 40%, #ff2e3d 71%, #ffbc5c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2e3d', endColorstr='#ffbc5c',GradientType=1 );
    /* IE6-9 */
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding: 18px 35px;
    color: white;
    display: block;
    width: 320px;
    max-width: 100%;
    margin: 2em auto 1em;
    border-radius: 10px;
    font-family: "Dharma bold";
    text-transform: uppercase;
    font-size: 26px; }
    .ten-week-plan-page .warm-up-button .fa {
      margin-left: -10px;
      margin-right: 10px; }
  .ten-week-plan-page .the-warm-up {
    padding: 4em;
    margin-bottom: 15px;
    border-radius: 15px;
    color: white;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff2e3d+40,ff2e3d+71,ffbc5c+100 */
    background: #ff2e3d;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff2e3d 40%, #ff2e3d 71%, #ffbc5c 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, color-stop(40%, #ff2e3d), color-stop(71%, #ff2e3d), to(#ffbc5c));
    background: linear-gradient(to right, #ff2e3d 40%, #ff2e3d 71%, #ffbc5c 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff2e3d', endColorstr='#ffbc5c',GradientType=1 );
    /* IE6-9 */ }
    .ten-week-plan-page .the-warm-up p {
      margin-bottom: 0px; }
    .ten-week-plan-page .the-warm-up img {
      position: absolute;
      left: 37.2%;
      max-height: 100px;
      top: 24%; }
      @media screen and (max-width: 63.9375em) {
        .ten-week-plan-page .the-warm-up img {
          left: 24.2%; } }
      @media screen and (max-width: 39.9375em) {
        .ten-week-plan-page .the-warm-up img {
          left: 6.2%; } }
  .ten-week-plan-page .the-workout {
    padding: 4em;
    margin-bottom: 15px;
    border-radius: 15px;
    color: white;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c7cfb+0,41ddcf+100 */
    background: #3c7cfb;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #3c7cfb 0%, #41ddcf 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#3c7cfb), to(#41ddcf));
    background: linear-gradient(to right, #3c7cfb 0%, #41ddcf 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c7cfb', endColorstr='#41ddcf',GradientType=1 );
    /* IE6-9 */ }
    .ten-week-plan-page .the-workout p {
      margin-bottom: 0px; }
    .ten-week-plan-page .the-workout img {
      position: absolute;
      left: 67.2%;
      top: 31%; }
      @media screen and (max-width: 39.9375em) {
        .ten-week-plan-page .the-workout img {
          left: 72.2%; } }
  .ten-week-plan-page .the-finisher {
    padding: 4em;
    margin-bottom: 15px;
    border-radius: 15px;
    color: white;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#22e45d+0,39f7ab+100 */
    background: #22e45d;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #22e45d 0%, #39f7ab 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#22e45d), to(#39f7ab));
    background: linear-gradient(to right, #22e45d 0%, #39f7ab 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#22e45d', endColorstr='#39f7ab',GradientType=1 );
    /* IE6-9 */ }
    .ten-week-plan-page .the-finisher p {
      margin-bottom: 0px; }
    .ten-week-plan-page .the-finisher img {
      position: absolute;
      left: 50.2%;
      top: 15%; }
      @media screen and (max-width: 39.9375em) {
        .ten-week-plan-page .the-finisher img {
          left: 33.2%; } }
  .ten-week-plan-page .the-competition {
    padding: 4em;
    margin-bottom: 15px;
    border-radius: 15px;
    color: white;
    position: relative;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff759e+0,ed3170+100 */
    background: #ff759e;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ff759e 0%, #ed3170 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#ff759e), to(#ed3170));
    background: linear-gradient(to right, #ff759e 0%, #ed3170 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff759e', endColorstr='#ed3170',GradientType=1 );
    /* IE6-9 */ }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page .the-competition {
        padding: 2em; } }
    .ten-week-plan-page .the-competition p {
      margin-bottom: 0px; }
    .ten-week-plan-page .the-competition img {
      position: absolute;
      left: 66.2%;
      top: 22%; }
      @media screen and (max-width: 63.9375em) {
        .ten-week-plan-page .the-competition img {
          left: 80.2%; } }
      @media screen and (max-width: 39.9375em) {
        .ten-week-plan-page .the-competition img {
          display: none; } }
  .ten-week-plan-page .inactive {
    opacity: 0.3;
    pointer-events: none; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page .inactive h2 {
        font-size: 48px;
        line-height: 48px; } }
  .ten-week-plan-page .tile-hover h2 {
    margin-bottom: 0px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page .tile-hover h2 {
        font-size: 48px;
        line-height: 48px; } }
  .ten-week-plan-page .tile-hover:hover h2 {
    font-size: 76px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page .tile-hover:hover h2 {
        font-size: 48px;
        line-height: 48px; } }
  .ten-week-plan-page .stats-and-goals {
    background-color: #004a55;
    margin: 7px 0;
    padding: 2em;
    border-radius: 10px;
    list-style: none;
    color: #fefefe;
    text-align: left;
    margin-top: 20px; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page .stats-and-goals {
        padding: 2em 1em; } }
    .ten-week-plan-page .stats-and-goals p {
      margin-bottom: 0px; }
    .ten-week-plan-page .stats-and-goals h2 {
      font-size: 40px;
      line-height: 40px;
      border-bottom: 2px solid #ffd300;
      display: inline-block; }
    .ten-week-plan-page .stats-and-goals .button, .ten-week-plan-page .stats-and-goals .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .ten-week-plan-page .stats-and-goals a {
      float: right;
      margin: 1em 0em; }
      @media screen and (max-width: 63.9375em) {
        .ten-week-plan-page .stats-and-goals .button, .ten-week-plan-page .stats-and-goals .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .ten-week-plan-page .stats-and-goals a {
          float: none; } }
  .ten-week-plan-page .cat-item {
    width: 49%;
    float: left;
    margin: 0.5%;
    border-radius: 10px;
    list-style: none;
    text-align: center; }
    .ten-week-plan-page .cat-item a {
      padding: 1.5em 2em;
      display: block;
      width: 100%;
      background-color: #d8d8d8;
      border-radius: 10px; }
  .ten-week-plan-page .week-plan p {
    margin: 0;
    padding: 0; }
  .ten-week-plan-page .week-plan .week-content {
    padding: 1.5em 1em; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page .week-plan .week-content {
        padding: 0em 1em 0em; } }
  .ten-week-plan-page .week-plan a {
    display: block;
    background: #fefefe;
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
    border-radius: 10px; }
    .ten-week-plan-page .week-plan a.disabled {
      background: #cacaca;
      -webkit-filter: grayscale(100%);
      /* Safari 6.0 - 9.0 */
      filter: grayscale(100%);
      opacity: 0.6;
      cursor: default; }
      .ten-week-plan-page .week-plan a.disabled h2, .ten-week-plan-page .week-plan a.disabled p {
        color: #8a8a8a; }
  .ten-week-plan-page .week-plan a:hover {
    cursor: pointer; }
    .ten-week-plan-page .week-plan a:hover h2 {
      color: #008093;
      transition: 0.25s all;
      -webkit-transition: 0.25s all; }
  .ten-week-plan-page .week-plan a:hover {
    background: #FFFFFF; }
    .ten-week-plan-page .week-plan a:hover p {
      color: #000000; }
    .ten-week-plan-page .week-plan a:hover.disabled {
      background: #cacaca; }
      .ten-week-plan-page .week-plan a:hover.disabled p {
        color: #8a8a8a; }
  .ten-week-plan-page .week-plan .fa {
    margin-top: 59px;
    margin-right: 1em;
    font-size: 20px; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page .week-plan .fa {
        margin-top: 35px; } }
  .ten-week-plan-page .week-plan img {
    border-radius: 0px 0px 0px 0px; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page .week-plan img {
        margin: 0em; } }
  .ten-week-plan-page .week-plan h2 {
    font-size: 39px;
    line-height: 39px;
    padding: 21px 0 5px 0;
    color: #3e3e3e;
    margin: 0; }
    @media screen and (max-width: 39.9375em) {
      .ten-week-plan-page .week-plan h2 {
        padding: 24px 0px;
        font-size: 32px; } }
  .ten-week-plan-page .week-plan p {
    color: #3e3e3e; }

@-webkit-keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes pulse_animation {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  40% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5); }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@media screen and (max-width: 39.9375em) {
  .pulse {
    -webkit-animation-name: pulse_animation;
            animation-name: pulse_animation;
    -webkit-animation-duration: 6000ms;
            animation-duration: 6000ms;
    -webkit-transform-origin: 70% 70%;
        -ms-transform-origin: 70% 70%;
            transform-origin: 70% 70%;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; } }

#select_user_to_edit_form {
  display: none; }

.goals-and-stats-page {
  padding: 2em; }
  @media screen and (max-width: 39.9375em) {
    .goals-and-stats-page {
      padding: 1em; } }
  .goals-and-stats-page .title-container {
    text-align: center;
    margin-bottom: 3em; }
  .goals-and-stats-page .extra_field_input {
    padding: 0.5em !important;
    width: 100% !important; }
  .goals-and-stats-page h1 {
    font-size: 97px;
    line-height: 101px;
    color: #008093;
    border-bottom: 2px solid #ffd300;
    display: inline-block;
    letter-spacing: normal;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 63.9375em) {
      .goals-and-stats-page h1 {
        font-size: 60px;
        line-height: 60px; } }
  .goals-and-stats-page h2 {
    font-size: 40px;
    line-height: 40px;
    color: #008093;
    border-bottom: 2px solid #ffd300;
    letter-spacing: normal;
    margin-bottom: 1em;
    text-align: left; }
    @media screen and (max-width: 39.9375em) {
      .goals-and-stats-page h2 {
        margin-bottom: 0.5em; } }

.your-stats, .your-goals {
  margin-bottom: 3em; }

.stats-container {
  margin: auto;
  float: none; }

.your-goals label {
  width: 7%;
  margin: 8px 15px 10px 0px;
  font-family: "Dharma Regular";
  font-size: 25px;
  line-height: 25px;
  color: #008093; }

.your-goals .extra_field_input {
  padding: 10px 10px;
  width: 91%; }

.your-stats .accordion {
  background: none; }
  .your-stats .accordion .accordion-content {
    background: #f4f4f4;
    border-top: 1px solid #c9c9c9;
    padding: 2em 2em 0.5em; }
    @media screen and (max-width: 39.9375em) {
      .your-stats .accordion .accordion-content {
        padding: 1em; } }
    @media screen and (max-width: 39.9375em) {
      .your-stats .accordion .accordion-content .extra_field_number {
        width: 100%;
        padding: 1.5em 0.5em; } }
    .your-stats .accordion .accordion-content li {
      width: 50%;
      float: left;
      padding-right: 2em; }
      @media screen and (max-width: 63.9375em) {
        .your-stats .accordion .accordion-content li {
          width: 100%;
          padding-right: 0px; } }
      .your-stats .accordion .accordion-content li label {
        font-family: "Dharma Regular";
        font-size: 25px;
        line-height: 25px;
        color: #008093;
        width: 20%;
        margin: 10px; }
        @media screen and (max-width: 39.9375em) {
          .your-stats .accordion .accordion-content li label {
            margin: 10px 0px; } }
  .your-stats .accordion .accordion-title {
    padding: 1.25em 1em;
    font-family: "Dharma Regular";
    color: #3e3e3e;
    font-size: 25px;
    line-height: 25px;
    border-top: 1px solid #bcbcbc;
    border-radius: 0px; }
  .your-stats .accordion .accordion-title::before {
    font-size: 34px; }
  .your-stats .accordion .is-active > .accordion-title::before {
    content: 'x';
    font-family: arial;
    font-size: 19px;
    font-weight: bold; }

.account-settings-page {
  padding: 0em 3em 2em; }
  @media screen and (max-width: 39.9375em) {
    .account-settings-page {
      padding: 0em 1em; } }
  .account-settings-page h2 {
    font-size: 38px;
    line-height: 38px;
    letter-spacing: 0px;
    color: #008093; }
  .account-settings-page .main-content .welcome-message {
    font-family: "Dharma Regular";
    margin-bottom: 0px;
    font-size: 25px; }
  .account-settings-page .upload-field-details .file-name {
    font-weight: normal;
    color: #3e3e3e;
    font-size: 12px;
    display: none; }
  .account-settings-page .account-fields {
    float: right; }
    @media screen and (max-width: 63.9375em) {
      .account-settings-page .account-fields {
        border-bottom: 2px solid #c6c6c6;
        margin-bottom: 2em; } }
  .account-settings-page .wppb-user-forms {
    padding: 1em; }
    @media screen and (max-width: 39.9375em) {
      .account-settings-page .wppb-user-forms {
        padding: 1em 0em; } }
    .account-settings-page .wppb-user-forms label {
      width: 15%;
      margin: 8px 15px 10px 0px;
      font-family: "Dharma Regular";
      font-size: 22px;
      line-height: 22px;
      color: #008093; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .account-settings-page .wppb-user-forms label {
          width: 21%; } }
      @media screen and (max-width: 39.9375em) {
        .account-settings-page .wppb-user-forms label {
          width: 100%; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .account-settings-page .wppb-user-forms .extra_field_number, .account-settings-page .wppb-user-forms .text-input {
        width: 75.9%; } }
    @media screen and (max-width: 39.9375em) {
      .account-settings-page .wppb-user-forms .extra_field_number, .account-settings-page .wppb-user-forms .text-input {
        width: 100%; } }
    .account-settings-page .wppb-user-forms .text-input {
      padding: 10px !important; }
    .account-settings-page .wppb-user-forms .wppb_upload_button {
      background: none repeat scroll 0 0 #ffd300;
      border: 1px solid #ffd300 !important;
      color: #3e3e3e;
      cursor: pointer;
      display: inline-block;
      font-size: 22px;
      line-height: 26px;
      padding: 7px 44px;
      text-decoration: none;
      white-space: nowrap;
      margin-bottom: 1em; }
    .account-settings-page .wppb-user-forms .wppb-description-delimiter {
      display: none; }
    .account-settings-page .wppb-user-forms .wppb-avatar {
      margin-bottom: 1em; }
      .account-settings-page .wppb-user-forms .wppb-avatar label {
        display: none; }
      .account-settings-page .wppb-user-forms .wppb-avatar img {
        width: 150px;
        margin-right: 10px; }
        @media screen and (max-width: 39.9375em) {
          .account-settings-page .wppb-user-forms .wppb-avatar img {
            width: 100%; } }
      .account-settings-page .wppb-user-forms .wppb-avatar p {
        margin: 6em 10px 0em; }
        @media screen and (max-width: 39.9375em) {
          .account-settings-page .wppb-user-forms .wppb-avatar p {
            margin: 1em 0px 0em; } }
      .account-settings-page .wppb-user-forms .wppb-avatar .wppb-remove-upload {
        color: #3e3e3e;
        border-radius: 5px;
        border: 1px solid #3e3e3e;
        text-transform: uppercase;
        font-family: "Dharma Regular";
        font-size: 21px;
        line-height: 21px;
        padding: 8px 14px;
        margin-top: 15px;
        max-width: 200px; }
      .account-settings-page .wppb-user-forms .wppb-avatar .file-type {
        display: none; }
  .account-settings-page .navigation-container {
    padding-left: 0px !important;
    padding-right: 0px !important;
    border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    border-radius: 5px;
    max-width: 250px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .account-settings-page .navigation-container {
        max-width: 100%;
        border: none;
        padding: 1em !important; } }
    @media screen and (max-width: 39.9375em) {
      .account-settings-page .navigation-container {
        padding: 0em 0em 2em !important;
        margin: 1px;
        border: none;
        max-width: none; } }
    .account-settings-page .navigation-container .nav-title {
      margin-bottom: 0px;
      color: #008093;
      background-color: #fefefe;
      border-radius: 5px 5px 0px 0px; }
      @media screen and (max-width: 63.9375em) {
        .account-settings-page .navigation-container .nav-title {
          border-radius: 0px; } }
    .account-settings-page .navigation-container a:hover {
      color: #fefefe;
      background-color: #008093; }
    .account-settings-page .navigation-container a, .account-settings-page .navigation-container p {
      display: block;
      color: #3e3e3e;
      border-top: 1px solid #a9a9a9;
      text-transform: uppercase;
      font-family: "Dharma Regular";
      font-size: 21px;
      line-height: 21px;
      padding: 13px 14px; }
  .account-settings-page #wppb-edit-user-password-reset {
    width: 80%; }
    @media screen and (max-width: 63.9375em) {
      .account-settings-page #wppb-edit-user-password-reset {
        width: 100%; } }
    .account-settings-page #wppb-edit-user-password-reset #pass-strength-result {
      margin: 13px 5px 5px 22.5%; }
    .account-settings-page #wppb-edit-user-password-reset label {
      width: 20%; }
      @media screen and (max-width: 39.9375em) {
        .account-settings-page #wppb-edit-user-password-reset label {
          width: 100%; } }

.extra_field_number {
  padding: 10px; }

.week-template .button-container {
  border-left: 1px solid #004a55;
  border-top: 1px solid #004a55;
  border-bottom: 1px solid #004a55;
  width: 100%;
  max-width: 900px;
  margin: 0em auto 3em; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .week-template .button-container {
      border: none;
      width: 80%;
      margin: 0em auto 2em; } }
  @media screen and (max-width: 39.9375em) {
    .week-template .button-container {
      border: none;
      width: 90%;
      margin: 0em auto 2em; } }
  .week-template .button-container .button, .week-template .button-container .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .week-template .button-container a {
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: rgba(233, 230, 230, 0);
    border-right: 1px solid #004a55;
    padding: 15px;
    font-size: 26px;
    border-radius: 0px;
    margin: 0px;
    display: block;
    float: left; }
    @media screen and (max-width: 63.9375em) {
      .week-template .button-container .button, .week-template .button-container .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .week-template .button-container a {
        border: 1px solid #004a55;
        margin-bottom: 10px; } }
    .week-template .button-container .button a, .week-template .button-container .top-bar .menu .menu-item-132 a a, .top-bar .menu .menu-item-132 .week-template .button-container a a {
      color: #004a55; }
  .week-template .button-container .active {
    background-color: #004a55; }
    .week-template .button-container .active a {
      color: #fefefe; }
  .week-template .button-container .button:hover, .week-template .button-container .top-bar .menu .menu-item-132 a:hover, .top-bar .menu .menu-item-132 .week-template .button-container a:hover {
    background-color: #008093; }
    .week-template .button-container .button:hover a, .week-template .button-container .top-bar .menu .menu-item-132 a:hover a, .top-bar .menu .menu-item-132 .week-template .button-container a:hover a {
      color: #fefefe; }

.week-template .post-container {
  max-width: 800px;
  width: 100%;
  margin: auto; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .week-template .post-container {
      width: 80%; } }
  @media screen and (max-width: 39.9375em) {
    .week-template .post-container {
      width: 90%; } }
  .week-template .post-container h1 {
    border-bottom: 2px solid #ffd300;
    display: inline-block;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: normal;
    color: #008093;
    margin-bottom: 0px; }
    @media screen and (max-width: 39.9375em) {
      .week-template .post-container h1 {
        font-size: 50px;
        line-height: 50px; } }
  @media screen and (max-width: 39.9375em) {
    .week-template .post-container .post-content p {
      text-align: center; } }
  .week-template .post-container h2 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 43px;
    line-height: 43px;
    color: #008093; }
  .week-template .post-container h3 {
    margin-top: 1em;
    margin-bottom: 0.5em;
    font-size: 33px;
    line-height: 33px;
    color: #008093; }
  .week-template .post-container img {
    margin: 2em auto 1em; }
  .week-template .post-container table h2 {
    background-color: #008093;
    color: #fefefe;
    padding: 20px;
    font-size: 40px;
    line-height: 40px;
    width: 100%;
    margin: 0em; }
  .week-template .post-container table h3 {
    margin: 0px; }
  .week-template .post-container iframe {
    margin: 2em 0em 0em; }
  .week-template .post-container table {
    margin: 2em 0em 1em;
    text-align: center;
    background-color: #e3e3e3; }
    .week-template .post-container table td {
      padding: 20px 0px; }

.default-about {
  background-color: #e9e6e6; }
  .default-about .current-page-ancestor a {
    color: #004a55 !important; }
  .default-about .page-title {
    color: #008093;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffd300;
    margin-bottom: 20px;
    display: inline-block;
    font-family: "Dharma Regular"; }
  @media screen and (max-width: 63.9375em) {
    .default-about iframe {
      margin-top: 4em; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .default-about .about-content {
      padding-left: 3em !important;
      padding-right: 3em !important;
      padding-top: 2em; } }
  @media screen and (max-width: 39.9375em) {
    .default-about .about-content {
      padding-left: 1em !important;
      padding-right: 1em !important;
      padding-top: 3em; } }
  @media screen and (max-width: 39.9375em) {
    .default-about ul {
      margin: 0em; } }
  .default-about .testimonial-container {
    margin: 2em 0em; }
  .default-about .news-article {
    padding: 2em 1em;
    border-bottom: 2px solid #d2d2d2; }
    @media screen and (max-width: 39.9375em) {
      .default-about .news-article {
        margin: 1em 1em 2em;
        padding: 1.5em;
        background-color: white; } }
    .default-about .news-article .black-text {
      color: #3e3e3e; }
  .default-about .news-article:hover {
    background-color: #fefefe; }
  @media screen and (max-width: 39.9375em) {
    .default-about .news-image {
      margin-bottom: 20px !important; } }
  .default-about .content-container {
    margin-bottom: 2em; }
  .default-about .comments {
    margin: 3em 0em; }
  .default-about .news-page .title {
    color: #008093; }
    @media screen and (max-width: 39.9375em) {
      .default-about .news-page .title {
        font-size: 48px;
        line-height: 48px; } }
  .default-about .news-page .post-header {
    padding: 0.5em 0em 0em;
    border-bottom: 2px solid #cfcfcf;
    margin-bottom: 2em;
    border-top: 2px solid #cfcfcf; }
    .default-about .news-page .post-header .date {
      color: #3e3e3e;
      font-size: 24px;
      line-height: 45px;
      text-transform: uppercase;
      display: inline-block;
      margin-right: 10px;
      font-family: "Dharma Regular"; }
    .default-about .news-page .post-header span {
      color: #008093;
      margin: 0px; }

.about-menu .nav {
  list-style: none; }
  .about-menu .nav .current_page_item {
    background-color: #008093; }
    .about-menu .nav .current_page_item a {
      color: #fefefe !important; }
  .about-menu .nav li {
    padding: 12px 20px;
    background-color: white;
    border-bottom: 2px solid #e9e6e6;
    font-family: "Dharma Regular";
    font-size: 25px;
    text-transform: uppercase; }
    .about-menu .nav li a {
      color: #3e3e3e; }

.news-and-events .news-article .date {
  margin: 0px;
  font-family: "Dharma Regular";
  color: #3e3e3e;
  font-size: 25px; }

.news-and-events .news-article .title {
  font-size: 40px;
  line-height: 40px;
  color: #008093;
  text-transform: uppercase; }

.news-and-events .news-article .tags {
  font-family: "Dharma Regular";
  color: #008093;
  font-size: 20px;
  line-height: normal; }

.news-and-events .news-article .read-more {
  margin: 0px;
  font-family: "Dharma Regular";
  color: #3e3e3e;
  font-size: 23px;
  text-transform: uppercase; }

.news-and-events .news-article .read-more:hover {
  color: #008093; }

.news-and-events .news-article .read-more:after {
  content: "\202F\202F\202F\202F\202F\f054";
  font-family: FontAwesome;
  font-size: 18px;
  color: #008093; }

.news-page .wp-caption > figcaption {
  padding: 0px; }

@media screen and (max-width: 39.9375em) {
  .news-page {
    padding: 2em 1.3em; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .news-page {
    padding: 2em 3em; } }

.news-page .entry-content img {
  margin: 2em 0em 1em; }

@media screen and (max-width: 39.9375em) {
  .news-page .button, .news-page .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .news-page a {
    display: none; } }

@media screen and (max-width: 63.9375em) {
  .default-about {
    padding-bottom: 1em; } }

@media screen and (max-width: 39.9375em) {
  .single--news .row {
    display: flex;
    flex-wrap: wrap;
  }
  .single--news-sidebar {
    order: 2;
  }
  .single--news-sidebar .menu-secondary-menu-container {
    width: 100%;
  }
}
.single--news-sidebar ul {
  margin: 0 0 50px; }
.single--news-sidebar .recent-posts h3 {
  position: relative;
  padding-top: 25px;
  margin: 0 0 25px; }
  .single--news-sidebar .recent-posts h3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #cfcfcf; }
.single--news-sidebar .recent-posts	.list {
  display: flex;
  flex-wrap: wrap; }
.single--news-sidebar .recent-posts--single {
  position: relative;
  width: 100%; }
  .single--news-sidebar .recent-posts--single p {
    margin: 0 0 5px;
    color: #3e3e3e;
    line-height: 1.4; }
  .single--news-sidebar .recent-posts--single .link strong span {
    margin-left: 7.5px; }
  .single--news-sidebar .recent-posts--single:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px; }
    .single--news-sidebar .recent-posts--single:not(:last-child):after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background: #cfcfcf; }
@media screen and (max-width: 63.9375em) {
  .single--news-sidebar .recent-posts {
    padding-bottom: 1em; } }

.single--news-sidebar	.news-page .ghost-button {
  color: #008093;
  border: 2px solid #008093; }
.single--news-sidebar .news-page .ghost-button:hover {
  border: 2px solid #fefefe; }

.store-locator {
  background-color: #e9e6e6;
  text-align: center;
  padding-bottom: 0px !important; }
  @media screen and (max-width: 39.9375em) {
    .store-locator {
      padding-top: 1em; } }
  .store-locator h1 {
    display: inline-block;
    font-size: 97px;
    line-height: 101px;
    color: #008093;
    border-bottom: 2px solid #ffd300;
    margin-bottom: 20px; }
    @media screen and (max-width: 39.9375em) {
      .store-locator h1 {
        font-size: 60px;
        line-height: 60px; } }
  .store-locator #wpsl-result-list {
    width: 33%;
    margin-right: 0px;
    float: right;
    background-color: #f4f3f3; }
    @media screen and (max-width: 63.9375em) {
      .store-locator #wpsl-result-list {
        width: 100%; } }
  .store-locator .wpsl-store-location strong {
    font-family: "Dharma Regular";
    font-size: 30px;
    line-height: 30px;
    color: #008093;
    margin-bottom: 15px; }
  .store-locator .wpsl-store-location .wpsl-street {
    margin-top: 10px; }
  .store-locator .wpsl-contact-details strong {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    font-size: 16px;
    color: #3e3e3e; }
  .store-locator .wpsl-directions {
    padding: 3px 1.8em;
    line-height: 1.428571429;
    font-weight: 400;
    color: #7c7c7c;
    background-color: #ffd300;
    background-repeat: no-repeat;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    -webkit-box-shadow: 0 5px 0 #cca900, 0 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 0 #cca900, 0 5px 3px rgba(0, 0, 0, 0.3);
    text-transform: none !important;
    font-family: "Dharma Regular";
    color: #3e3e3e;
    font-size: 28px;
    max-width: 200px;
    margin: auto;
    margin-top: 11px;
    border-radius: 10px;
    margin-bottom: 10px;
    float: none; }
  .store-locator .wpsl-direction-wrap {
    font-weight: bold;
    font-family: "Dharma Bold";
    font-size: 24px;
    color: #bebebe;
    margin-bottom: 15px; }
  .store-locator #wpsl-stores, .store-locator #wpsl-direction-details, .store-locator #wpsl-gmap {
    height: 600px !important;
    background-color: white; }
  .store-locator #wpsl-gmap {
    float: left;
    width: 67%;
    height: 600px;
    margin-bottom: 0; }
    @media screen and (max-width: 63.9375em) {
      .store-locator #wpsl-gmap {
        width: 100%;
        height: 400px !important; } }
  .store-locator .center-align {
    margin: auto;
    float: none; }
  .store-locator #wpsl-search-input {
    display: inline-block !important; }
  .store-locator #wpsl-search-wrap .wpsl-input input, .store-locator #wpsl-search-wrap .wpsl-select-wrap input {
    padding: 1em;
    width: 97%; }
  .store-locator .wpsl-search {
    padding: 2em 4em 2em;
    background: rgba(244, 243, 243, 0);
    margin: 0em auto 1em;
    max-width: 87rem; }
  .store-locator .wpsl-input {
    width: 80%; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .store-locator .wpsl-input {
        width: 70% !important; } }
    @media screen and (max-width: 39.9375em) {
      .store-locator .wpsl-input {
        width: 100% !important; } }
  .store-locator .wpsl-search-btn-wrap {
    width: 20%; }
    @media screen and (max-width: 39.9375em) {
      .store-locator .wpsl-search-btn-wrap {
        width: 100%; } }
    @media screen and (max-width: 39.9375em) {
      .store-locator .wpsl-search-btn-wrap input {
        width: 100%; } }

#wpsl-search-btn, #wpsl-search-wrap div {
  margin-right: 0px;
  float: left; }

#wpsl-search-wrap .wpsl-input label {
  display: none; }

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
  width: initial !important; }

#wpsl-search-btn {
  padding: 3px 1.8em;
  line-height: 1.428571429;
  font-weight: 400;
  color: #7c7c7c;
  background-color: #ffd300;
  background-repeat: no-repeat;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  background-image: none;
  -webkit-box-shadow: 0 5px 0 #cca900, 0 5px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 0 #cca900, 0 5px 3px rgba(0, 0, 0, 0.3);
  text-transform: none !important;
  font-family: "Dharma Regular";
  color: #3e3e3e;
  font-size: 28px; }

#wpsl-search-btn, #wpsl-search-wrap input {
  border: none;
  border-radius: 10px; }

#wpsl-wrap, .wpsl-gmap-canvas {
  margin-bottom: 0em;
  width: 100%; }

#wpsl-wrap #wpsl-result-list li {
  padding: 2em;
  border-bottom: 1px dotted #ccc; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    #wpsl-wrap #wpsl-result-list li {
      width: 50%;
      float: left;
      border-right: 1px dotted #ccc; } }
  @media screen and (max-width: 39.9375em) {
    #wpsl-wrap #wpsl-result-list li {
      width: 100%; } }

#wpsl-result-list li p {
  margin: 0 0 0px; }

.container--stores {
  display: flex;
  flex-wrap: wrap; }
  .container--stores .search {
    width: 100%; }
    .container--stores .search form {
      display: flex;
      width: 100%;
      max-width: 87rem;
      padding: 0 4rem 2rem;
      margin: 0 auto 1rem; }
      .container--stores .search form .inputs {
        position: relative;
        flex-grow: 1;
        border: 1px solid #cccccc;
        border-radius: 7px; }
        .container--stores .search form .inputs input {
          width: 100%;
          height: 52px;
          margin: 0;
          border: none; }
        .container--stores .search form .inputs .select {
          position: absolute;
          top: 0;
          right: 0;
          height: 100%;
          border-left: 1px solid #cccccc;
          z-index: 2;
          cursor: pointer; }
          .container--stores .search form .inputs .select select {
            height: 100%;
            padding: 0 50px;
            margin: 0;
            background: none;
            border: none;
            cursor: pointer; }
          .container--stores .search form .inputs .select:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
            border-top: 8px solid #000;
            border-left: 5px solid transparent;
            border-right: 5px solid transparent;
            z-index: 2; }
  .container--stores .search form .btn {
    padding-left: 20px; }
    .container--stores .search form .btn input {
      height: 100%;
      padding: 13px 2.8em;
      color: #ffffff;
      font-weight: 400;
      line-height: 1.4;
      background: #3b931a;
      border: none;
      border-radius: 7px;
      cursor: pointer; }
  .container--stores .map {
    width: calc((100% / 3) * 2);
    height: 600px; }
  .container--stores .store-list {
    position: relative;
    width: calc(100% / 3);
    height: 600px;
    background: #FFFFFF;
    overflow: scroll; }
    .container--stores .store-list .list {
      position: relative; }
    .container--stores .store-list .store {
      position: relative;
      padding: 2rem;
      text-align: left; }
      .container--stores .store-list .store .more-info-btn {
        display: block;
        margin: 10px 0 0;
        font-size: 12px;
        color: #A31122;
        cursor: pointer; }
      .container--stores .store-list .store .jam {
        position: absolute;
        top: 2rem;
        right: 2rem;
        max-width: 40px; }
      .container--stores .store-list .store:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 0px;
        height: 100%;
        background: #C8102E;
        transition: all 0.3s; }
      .container--stores .store-list .store:not(:last-child) {
        border-bottom: 1px dotted #ccc; }
      .container--stores .store-list .store.active:before {
        width: 5px; }
    .container--stores .store-list .extra {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 40px;
      text-align: left;
      background: #FFFFFF;
      opacity: 0;
      pointer-events: none;
      transition: all 0.3s;
      z-index: 2; }
      .container--stores .store-list .extra table {
        width: 100%; }
        .container--stores .store-list .extra table h4 {
          padding-right: 50px; }
      .container--stores .store-list .extra .close {
        position: absolute;
        top: 40px;
        right: 40px;
        width: 30px;
        height: 30px;
        cursor: pointer; }
        .container--stores .store-list .extra .close:before, .container--stores .store-list .extra .close:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          width: 30px;
          height: 2px;
          background: #000000; }
        .container--stores .store-list .extra .close:before {
          transform: translate(-50%,-50%) rotate(45deg); }
        .container--stores .store-list .extra .close:after {
          transform: translate(-50%,-50%) rotate(-45deg); }
      .container--stores .store-list .extra.active {
        opacity: 1;
        pointer-events: fill; }
    .container--stores .store-list.extra-active {
      overflow: hidden; }
      .container--stores .store-list.extra-active .list {
        height: 100%;
        overflow: hidden; }

.run-together-page {
  background-color: #fefefe !important;
  padding-bottom: 0em; }
  .run-together-page .top-image {
    margin-bottom: 4em; }
  .run-together-page .what-is-run-together {
    padding: 2em 0em 5em; }
    .run-together-page .what-is-run-together h2 {
      font-size: 78px;
      line-height: 79px;
      text-transform: uppercase;
      color: #008295;
      margin-bottom: 0em;
      display: inline-block; }
      @media screen and (max-width: 63.9375em) {
        .run-together-page .what-is-run-together h2 {
          font-size: 40px;
          line-height: 40px; } }
    .run-together-page .what-is-run-together hr {
      margin: 1em auto 2em; }
    @media screen and (max-width: 63.9375em) {
      .run-together-page .what-is-run-together h3 {
        font-size: 40px;
        line-height: 40px; } }
    .run-together-page .what-is-run-together p {
      max-width: 800px;
      margin: 1em auto; }
    .run-together-page .what-is-run-together .button, .run-together-page .what-is-run-together .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .run-together-page .what-is-run-together a {
      margin-bottom: 4em; }
    .run-together-page .what-is-run-together .button:after, .run-together-page .what-is-run-together .top-bar .menu .menu-item-132 a:after, .top-bar .menu .menu-item-132 .run-together-page .what-is-run-together a:after {
      content: "\202F\202F\202F\202F\202F\f054";
      font-family: FontAwesome;
      font-size: 18px; }
  .run-together-page .run-together-events {
    background-color: #e9e6e6;
    padding: 4em 0em; }
    .run-together-page .run-together-events h2 {
      font-size: 60px;
      line-height: 60px;
      text-transform: uppercase;
      color: #008093;
      border-bottom: 2px solid #ffd300;
      margin-bottom: 0.5em;
      display: inline-block;
      margin-bottom: 1em;
      text-align: center; }
      @media screen and (max-width: 63.9375em) {
        .run-together-page .run-together-events h2 {
          font-size: 40px;
          line-height: 40px; } }
    @media screen and (max-width: 39.9375em) {
      .run-together-page .run-together-events .event-tile {
        margin: 0.5em 0em; } }
    .run-together-page .run-together-events .event-tile h3 {
      color: #fefefe;
      border: 0px;
      margin: 0px;
      font-size: 50px;
      line-height: 50px; }
    .run-together-page .run-together-events .event-tile h4 {
      color: #ffd300;
      margin-bottom: 5px; }
    .run-together-page .run-together-events .event-tile .fa {
      font-size: 30px;
      color: #ffd300;
      margin-bottom: 5px; }
    .run-together-page .run-together-events .event-tile .date {
      color: white;
      font-weight: bold;
      font-family: "Dharma Bold";
      font-size: 25px; }
    .run-together-page .run-together-events .event-tile .button:after, .run-together-page .run-together-events .event-tile .top-bar .menu .menu-item-132 a:after, .top-bar .menu .menu-item-132 .run-together-page .run-together-events .event-tile a:after {
      content: "\202F\202F\202F\202F\202F\f054";
      font-family: FontAwesome;
      font-size: 18px; }
    .run-together-page .run-together-sponsors .columns {
      padding: 0; }
    .run-together-page .run-together-sponsors .main-content {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0; }
      .run-together-page .run-together-sponsors .main-content:before, .run-together-page .run-together-sponsors .main-content:after {
        display: none; }
    @media screen and (max-width: 39.9375em) {
      .run-together-page .run-together-sponsors .main-content picture {
        width: 50%; } }
  .run-together-page h3 {
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
    color: #008093;
    border-bottom: 2px solid #ffd300;
    margin-bottom: 0.5em;
    margin-top: 1em; }

.easter-2019 {
  background: url("/wp-content/themes/FoundationPress/assets/images/campaigns/easter/2019/bg-smaller.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
  color: #742626; }
  @media screen and (max-width: 39.9375em) {
    .easter-2019 {
      padding-top: 2em; } }
  .easter-2019 p {
    line-height: 1.3; }
    @media screen and (max-width: 39.9375em) {
      .easter-2019 p {
        font-size: 17px;
        line-height: 23px;
        margin-top: 1em;
        margin-bottom: 2em; } }
  @media screen and (max-width: 63.9375em) {
    .easter-2019 {
      overflow: hidden; } }
  .easter-2019 .balloon {
    background: url("/wp-content/themes/FoundationPress/assets/images/campaigns/easter/2019/balloon-medium.png") no-repeat center top;
    position: absolute;
    width: 480px;
    height: 1000px;
    top: 50px;
    right: -350px;
    z-index: -1; }
  .easter-2019 .aeroplane {
    background: url("/wp-content/themes/FoundationPress/assets/images/campaigns/easter/2019/plane.png") no-repeat center top;
    position: absolute;
    width: 752px;
    height: 454px;
    top: -100px;
    left: -550px;
    z-index: -1; }
  .easter-2019 .steps {
    background: url(/wp-content/themes/FoundationPress/assets/images/campaigns/easter/2019/footprint.png) no-repeat center top;
    position: absolute;
    width: 340px;
    height: 2018px;
    top: 970px;
    z-index: -1;
    left: 43%; }
  .easter-2019 .trees1 {
    position: absolute;
    background: url("/wp-content/themes/FoundationPress/assets/images/campaigns/easter/2019/trees-1.png") no-repeat center top;
    width: 1115px;
    height: 454px;
    left: 50%; }
  .easter-2019 .butterflies {
    position: absolute;
    background: url("/wp-content/themes/FoundationPress/assets/images/campaigns/easter/2019/butterfiles.png") no-repeat center top;
    width: 468px;
    height: 405px;
    left: -300px;
    z-index: -1; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .easter-2019 .butterflies {
        left: -360px; } }
  .easter-2019 .trees2 {
    position: absolute;
    background: url("/wp-content/themes/FoundationPress/assets/images/campaigns/easter/2019/trees2.png") no-repeat center top;
    width: 760px;
    height: 343px;
    left: -0;
    top: -125px; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .easter-2019 .trees2 {
        top: -2px; } }
  .easter-2019 .button, .easter-2019 .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .easter-2019 a {
    background: #e40714;
    padding-left: 60px;
    padding-right: 60px; }
    .easter-2019 .button.locked, .easter-2019 .top-bar .menu .menu-item-132 a.locked, .top-bar .menu .menu-item-132 .easter-2019 a.locked {
      background: #8a8a8a; }
  @media screen and (max-width: 39.9375em) {
    .easter-2019 .no-padding-small {
      padding: 0px; } }
  .easter-2019 .button, .easter-2019 .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .easter-2019 a {
    color: #fefefe;
    -webkit-box-shadow: 0 5px 0 #980000, 0 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 0 #980000, 0 5px 3px rgba(0, 0, 0, 0.3); }
    .easter-2019 .button.locked, .easter-2019 .top-bar .menu .menu-item-132 a.locked, .top-bar .menu .menu-item-132 .easter-2019 a.locked {
      -webkit-box-shadow: 0 5px 0 #333333, 0 5px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 0 #333333, 0 5px 3px rgba(0, 0, 0, 0.3); }
    .easter-2019 .button:hover, .easter-2019 .top-bar .menu .menu-item-132 a:hover, .top-bar .menu .menu-item-132 .easter-2019 a:hover {
      color: #fefefe; }
  .easter-2019 .campaign-hero {
    display: block;
    padding-bottom: 6rem; }
    @media screen and (max-width: 39.9375em) {
      .easter-2019 .campaign-hero {
        padding: 1em 1em 2em; } }
  .easter-2019 .hero-images {
    position: relative; }
  .easter-2019 .intro {
    padding: 4rem 3rem 1rem; }
  .easter-2019 .content {
    padding-bottom: 6rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .easter-2019 .content {
        padding-bottom: 4rem; } }
    @media screen and (max-width: 39.9375em) {
      .easter-2019 .content {
        padding-bottom: 4rem; } }
  .easter-2019 .row1 .bunny {
    max-width: 320px; }
  .easter-2019 .row1 .intro {
    padding: 3.5rem 3rem 1rem; }
    @media screen and (max-width: 39.9375em) {
      .easter-2019 .row1 .intro {
        padding: 1.5rem 1.5rem 1rem; } }
  .easter-2019 .row2 .bunny {
    max-width: 500px; }
  .easter-2019 .row2 .intro {
    padding: 10rem 3rem 1rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .easter-2019 .row2 .intro {
        padding: 0 3rem 1rem; } }
    @media screen and (max-width: 39.9375em) {
      .easter-2019 .row2 .intro {
        padding: 1.5rem 1.5rem 1rem; } }
  .easter-2019 .row3 {
    position: relative; }
    @media screen and (max-width: 39.9375em) {
      .easter-2019 .row3 {
        padding-bottom: 0em; } }
    .easter-2019 .row3 .bunny {
      max-width: 400px; }
      @media screen and (max-width: 39.9375em) {
        .easter-2019 .row3 .bunny {
          margin-bottom: 1em; } }
    .easter-2019 .row3 .intro {
      padding: 13rem 3rem 1rem; }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .easter-2019 .row3 .intro {
          padding: 4rem 3rem 1rem; } }
      @media screen and (max-width: 39.9375em) {
        .easter-2019 .row3 .intro {
          padding: 1.5rem 1.5rem 1rem; } }
  .easter-2019 .row4 {
    position: relative;
    padding-top: 3.5rem; }
    .easter-2019 .row4 .bunny {
      max-width: 450px; }
      @media screen and (max-width: 39.9375em) {
        .easter-2019 .row4 .bunny {
          max-width: 100%; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .easter-2019 .row4 .intro {
        padding: 1rem 3rem 1rem; } }
    @media screen and (max-width: 39.9375em) {
      .easter-2019 .row4 .intro {
        padding: 1.5rem 1.5rem 1rem; } }
  .easter-2019 .row5 .bunny {
    max-width: 420px; }
  .easter-2019 .row5 .intro {
    padding: 12rem 3rem 1rem; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .easter-2019 .row5 .intro {
        padding: 6rem 1.5rem 1rem; } }
    @media screen and (max-width: 39.9375em) {
      .easter-2019 .row5 .intro {
        padding: 1.5rem 1.5rem 1rem; } }
  @media screen and (max-width: 63.9375em) {
    .easter-2019 .bunny {
      max-width: initial;
      width: 100%; } }

.easter-2019-maze {
  background: url("/wp-content/themes/FoundationPress/assets/images/campaigns/easter/2019/bg-smaller.jpg") no-repeat center top;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 5rem;
  position: relative;
  z-index: 1;
  color: #742626; }
  @media screen and (max-width: 39.9375em) {
    .easter-2019-maze {
      padding-top: 3rem; } }

.hero-images {
  position: relative; }

.balloon {
  background: url("/wp-content/themes/FoundationPress/assets/images/campaigns/easter/2019/balloon-medium.png") no-repeat center top;
  position: absolute;
  width: 480px;
  height: 1000px;
  top: 50px;
  right: -350px;
  z-index: -1; }

.maze {
  padding-top: 3rem;
  padding-bottom: 8rem; }
  @media screen and (max-width: 39.9375em) {
    .maze {
      padding-top: 2rem;
      padding-bottom: 2rem; } }

.campaign-answers {
  background: url("/wp-content/themes/FoundationPress/assets/images/campaigns/easter/2019/answer-footer.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding-top: 8rem;
  padding-bottom: 5rem;
  color: #742626; }
  @media screen and (max-width: 39.9375em) {
    .campaign-answers {
      padding-top: 3rem;
      padding-bottom: 1.5rem; } }
  .campaign-answers form h6 {
    font-size: 24px;
    display: block;
    padding: 0;
    margin: 0;
    line-height: 24px;
    margin-bottom: -1rem;
    color: #742626;
    text-align: left; }
  .campaign-answers form input {
    margin-bottom: 1.5rem; }
  .campaign-answers .button, .campaign-answers .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .campaign-answers a {
    background: #e40714;
    padding-left: 60px;
    padding-right: 60px; }
    .campaign-answers .button.locked, .campaign-answers .top-bar .menu .menu-item-132 a.locked, .top-bar .menu .menu-item-132 .campaign-answers a.locked {
      background: #8a8a8a; }
  .campaign-answers .button, .campaign-answers .top-bar .menu .menu-item-132 a, .top-bar .menu .menu-item-132 .campaign-answers a {
    color: #fefefe;
    -webkit-box-shadow: 0 5px 0 #980000, 0 5px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 0 #980000, 0 5px 3px rgba(0, 0, 0, 0.3); }
    .campaign-answers .button.locked, .campaign-answers .top-bar .menu .menu-item-132 a.locked, .top-bar .menu .menu-item-132 .campaign-answers a.locked {
      -webkit-box-shadow: 0 5px 0 #333333, 0 5px 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 5px 0 #333333, 0 5px 3px rgba(0, 0, 0, 0.3); }
    .campaign-answers .button:hover, .campaign-answers .top-bar .menu .menu-item-132 a:hover, .top-bar .menu .menu-item-132 .campaign-answers a:hover {
      color: #fefefe; }

@media screen and (max-width: 39.9375em) {
  .beat-the-queue .main-hero .swiper-container {
    height: 600px; } }

@media screen and (max-width: 63.9375em) {
  .beat-the-queue .main-hero .swiper-slide {
    background-position: 66% !important; } }

@media screen and (max-width: 39.9375em) {
  .beat-the-queue .main-hero .swiper-slide {
    background-position: 74% !important; } }

.beat-the-queue .main-hero span {
  max-width: 50%;
  display: block;
  margin: 2em 0em 2em; }
  @media screen and (max-width: 63.9375em) {
    .beat-the-queue .main-hero span {
      max-width: 70%; } }
  @media screen and (max-width: 39.9375em) {
    .beat-the-queue .main-hero span {
      max-width: 95%;
      font-size: 15px; } }

.beat-the-queue .main-hero h2 {
  font-family: "Dharma light"; }
  @media screen and (max-width: 63.9375em) {
    .beat-the-queue .main-hero h2 {
      font-size: 41px; } }
  @media screen and (max-width: 39.9375em) {
    .beat-the-queue .main-hero h2 {
      font-size: 46px; } }

@media screen and (max-width: 39.9375em) {
  .beat-the-queue .main-hero h1 {
    font-size: 58px !important;
    line-height: 67px !important; } }

.beat-the-queue .form-container {
  background-color: #003e4e;
  padding: 6em 0em;
  color: white; }
  @media screen and (max-width: 63.9375em) {
    .beat-the-queue .form-container {
      padding: 3em 1em; } }
  .beat-the-queue .form-container h2 {
    text-transform: none;
    font-family: "Dharma light";
    display: inline-block;
    font-size: 50px;
    line-height: 60px; }
    @media screen and (max-width: 63.9375em) {
      .beat-the-queue .form-container h2 {
        display: block; } }
    @media screen and (max-width: 39.9375em) {
      .beat-the-queue .form-container h2 {
        font-size: 35px;
        line-height: 40px; } }
  .beat-the-queue .form-container img {
    max-width: 19%;
    margin-left: 27px;
    margin-top: -24px; }
    @media screen and (max-width: 63.9375em) {
      .beat-the-queue .form-container img {
        margin-top: 10px;
        max-width: 20%;
        margin-left: 0px;
        margin-right: 20px; } }
    @media screen and (max-width: 39.9375em) {
      .beat-the-queue .form-container img {
        margin-top: 16px;
        max-width: 44%;
        margin-left: 0px;
        margin-right: 5%; } }
  .beat-the-queue .form-container .arrow {
    max-width: 7%; }

.beat-the-queue .how-it-works {
  padding: 5em 0em; }
  @media screen and (max-width: 63.9375em) {
    .beat-the-queue .how-it-works {
      padding: 2em 1em; } }
  .beat-the-queue .how-it-works img {
    padding: 2em; }
    @media screen and (max-width: 63.9375em) {
      .beat-the-queue .how-it-works img {
        padding: 0em;
        max-width: 250px;
        margin-bottom: 2em; } }
  .beat-the-queue .how-it-works .tile {
    background-color: white;
    padding: 2em;
    text-align: center;
    border: 6px solid #e8e6e6; }
    @media screen and (max-width: 63.9375em) {
      .beat-the-queue .how-it-works .tile {
        padding: 1em; } }
    .beat-the-queue .how-it-works .tile h3 {
      text-transform: uppercase;
      font-size: 41px;
      color: #038093; }
.frankhonest-content .app-links a:not(:last-child) {
  margin-right: 20px; }
.frankhonest-content .faqs {
  margin-top: 50px; }
  .frankhonest-content .faqs  h3{
    margin-bottom: 20px; }
.frankhonest-content .stores {
  margin-top: 50px; }
  .frankhonest-content .stores h3 {
    margin-bottom: 20px; }
  .frankhonest-content .stores .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(0,0,0,0.2); }
    .frankhonest-content .stores .list > div {
      width: calc(100% / 3);
      padding: 5px 10px; }
      @media screen and (max-width: 47.875em) {
        .frankhonest-content .stores .list > div {
          width: 50%;
          background: rgba(255,255,255,0.5);
          border-bottom: 1px solid rgba(0,0,0,0.2); } }
    .frankhonest-content .stores .list > div:nth-child(2n) {
      background: rgba(255,255,255,0.5); }
      @media screen and (max-width: 47.875em) {
        .frankhonest-content .stores .list > div:nth-child(2n) {
          border-left: 1px solid rgba(0,0,0,0.2);  } }
.frankhonest-content .terms {
  margin-top: 50px; }
  .frankhonest-content .terms h3 {
    margin-bottom: 20px; }
  .frankhonest-content .terms ul, .frankhonest-content .terms ol {
    padding: 20px; }
  .frankhonest-content code {
    padding: 0;
    border: none;
    background: none; }
.page-template-page-frank-honest .featured-image-with-button .hero-content {
  text-align: left; }
.page-template-page-frank-honest .featured-image-with-button .hero-content h1 {
  max-width: 540px; }
.page-template-page-frank-honest.page-id-13351 .featured-image-with-button .hero-content h1 {
  max-width: 570px; }
.gform_wrapper.gravity-theme .gfield_label {
  font-family: "Dharma Regular";
  font-size: 21px !important;
  letter-spacing: 2px; }
.mood-content h2 {
  margin-top: 70px; }
.mood-content .faqs {
  margin-top: 50px; }
  .mood-content .faqs h3 {
    margin-bottom: 20px; }
.mood-content .stores {
  margin-top: 30px; }
  .mood-content .stores h3 {
    color: #008093;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    border-bottom: 2px solid #ffd300;
    margin-bottom: 20px;
    display: inline-block;
    font-family: "Dharma Regular"; }
  .mood-content .stores .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.2); }
    .mood-content .stores .list > div {
      width: 50%;
      padding: 5px 10px; }
      @media screen and (max-width: 47.875em) {
        .mood-content .stores .list > div {
          width: 100%;
          background: rgba(255,255,255,0.5);
          border-bottom: 1px solid rgba(0,0,0,0.2); } }
      .mood-content .stores .list > div:nth-child(4n+2), .mood-content .stores .list>div:nth-child(4n+3) {
        background: rgba(255,255,255,0.5); }
        @media screen and (max-width: 47.875em) {
          .mood-content .stores .list > div:nth-child(4n+2), .mood-content .stores .list > div:nth-child(4n+3) {
            border-left: 1px solid rgba(0,0,0,0.2);  } }
.page-template-page-mood .featured-image-with-button .hero-content {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  margin-top: 0;
  text-align: left;
}

.conference-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .conference-logos picture {
    display: block;
    height: 50px;
    width: auto;
    margin-bottom: 30px; }
    .conference-logos picture img {
      height: 100%; }
    .conference-logos picture:not(:last-child) {
      margin-right: 30px; }
  @media screen and (max-width: 47.875em) {
    .conference-logos {
      justify-content: center; }
      .conference-logos picture {
        width: calc(50% - 15px);
        height: 30px; }
      .conference-logos picture:not(:last-child) {
        margin-right: 0; }
  }

.container--good-food .logos {
  padding: 100px 30px; }
  .container--good-food .logos picture {
    margin: 0 20px;
    max-width: 250px; }
    .container--good-food .logos picture img {
      width: 100%;
      height: auto; }
  .container--good-food .logos .columns {
    display: flex;
    justify-content: center;
    align-items: center; }
.container--good-food .gallery {
  padding: 0 0 100px; }
  .container--good-food .gallery .columns {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 63.9375em) {
      .container--good-food .gallery .columns {
        flex-wrap: wrap; } }
  .container--good-food .gallery .image {
    width: calc(25% - 20px); }
    @media screen and (max-width: 63.9375em) {
      .container--good-food .gallery .image {
        width: calc(50% - 20px);
        margin: 0 0 20px; } }
    @media screen and (max-width: 39.9375em) {
      .container--good-food .gallery .image {
        width: 100%; } }
    .container--good-food .gallery .image picture {
      display: block;
      width: 100%;
      height: 300px; }
      .container--good-food .gallery .image picture img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
.container--good-food .copy p {
  font-size: 1.2rem; }
.container--good-food .testimonials {
  margin: 100px 0; }
  .container--good-food .testimonials .columns {
    display: flex;
    flex-wrap: wrap; }
    .container--good-food .testimonials .columns .single {
      display: flex; }
      @media screen and (max-width: 63.9375em) {
        .container--good-food .testimonials .columns .single {
          flex-direction: column;
          margin: 0 0 30px; } }
      .container--good-food .testimonials .columns .single .content {
        display: flex;
        align-items: center;
        width: 50%;
        padding: 30px;
        background: #FFFFFF; }
        @media screen and (max-width: 63.9375em) {
          .container--good-food .testimonials .columns .single .content {
            width: 100%; } }
        .container--good-food .testimonials .columns .single .content p {
          font-size: 1.2rem; }
          @media screen and (max-width: 63.9375em) {
            .container--good-food .testimonials .columns .single .content p {
              font-size: 0.9rem; } }
      .container--good-food .testimonials .columns .single .image {
        width: 50%; }
        @media screen and (max-width: 63.9375em) {
          .container--good-food .testimonials .columns .single .image {
            width: 100%; } }
      .container--good-food .testimonials .columns .single:nth-child(even) .content {
        order: 2; }
        @media screen and (max-width: 63.9375em) {
          .container--good-food .testimonials .columns .single:nth-child(even) .content {
            order: 1; } }
      .container--good-food .testimonials .columns .single:nth-child(even) .image {
        order: 1; }
        @media screen and (max-width: 63.9375em) {
          .container--good-food .testimonials .columns .single:nth-child(even) .image {
            order: 2; } }
.container--good-food .video {
  margin: 0 0 100px; }
  .container--good-food .video a {
    position: relative;
    display: flex; }
    .container--good-food .video a picture {
      position: relative;
      width: 100%;
      height: 600px;
      z-index: 1; }
      @media screen and (max-width: 63.9375em) {
        .container--good-food .video a picture {
          height: 400px; } }
      .container--good-food .video a picture img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
    .container--good-food .video a:after {
      content: 'Play Video';
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%,-50%);
      display: flex;
      justify-content: center;
      align-items: center;
      width: 150px;
      height: 150px;
      padding: 0 30px;
      font-size: 1.4rem;
      font-weight: 600;
      text-align: center;
      background: #FFFFFF;
      border-radius: 100%;
      opacity: 0.5;
      z-index: 2;
      transition: all 0.3s; }
      .container--good-food .video a:hover:after {
        opacity: 1; }
.container--good-food .bottomImage {
  margin: 0 0 100px; }
        
/*# sourceMappingURL=foundation.css.map */