@charset "UTF-8";
/* Slider */
@import "https://fonts.googleapis.com/css?family=Roboto+Mono|Roboto:400,700";
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

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

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

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

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  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.28571429em;
  text-align: center; }

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  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: #ffffff; }

/* 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: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

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

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

.fa-star:before {
  content: "\f005"; }

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

.fa-user:before {
  content: "\f007"; }

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

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

.fa-th:before {
  content: "\f00a"; }

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

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

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

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

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

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

.fa-signal:before {
  content: "\f012"; }

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

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

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

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

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

.fa-road:before {
  content: "\f018"; }

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

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

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

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

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

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

.fa-refresh:before {
  content: "\f021"; }

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

.fa-lock:before {
  content: "\f023"; }

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

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

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

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

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

.fa-qrcode:before {
  content: "\f029"; }

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

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

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

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

.fa-print:before {
  content: "\f02f"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pencil:before {
  content: "\f040"; }

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

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

.fa-tint:before {
  content: "\f043"; }

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

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

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

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

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

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

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

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

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-plane:before {
  content: "\f072"; }

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

.fa-random:before {
  content: "\f074"; }

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

.fa-magnet:before {
  content: "\f076"; }

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

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

.fa-retweet:before {
  content: "\f079"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trophy:before {
  content: "\f091"; }

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

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

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

.fa-phone:before {
  content: "\f095"; }

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

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

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

.fa-twitter:before {
  content: "\f099"; }

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

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

.fa-unlock:before {
  content: "\f09c"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

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

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

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

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

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

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

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

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

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

.fa-paperclip:before {
  content: "\f0c6"; }

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

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

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

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

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

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

.fa-money:before {
  content: "\f0d6"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

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

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

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

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

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

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

.fa-cutlery:before {
  content: "\f0f5"; }

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

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

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

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

.fa-medkit:before {
  content: "\f0fa"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-tablet:before {
  content: "\f10a"; }

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

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

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

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

.fa-spinner:before {
  content: "\f110"; }

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

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

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

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

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

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

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

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

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

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

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

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

.fa-terminal:before {
  content: "\f120"; }

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

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

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

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

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

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

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

.fa-question:before {
  content: "\f128"; }

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

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

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

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

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

.fa-microphone:before {
  content: "\f130"; }

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

.fa-shield:before {
  content: "\f132"; }

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

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

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-ticket:before {
  content: "\f145"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-gbp:before {
  content: "\f154"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

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

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

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

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

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

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

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

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

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

.fa-tumblr:before {
  content: "\f173"; }

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

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

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

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

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

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

.fa-windows:before {
  content: "\f17a"; }

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

.fa-linux:before {
  content: "\f17c"; }

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

.fa-skype:before {
  content: "\f17e"; }

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

.fa-trello:before {
  content: "\f181"; }

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

.fa-male:before {
  content: "\f183"; }

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

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

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

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

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

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

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

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

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

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

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

.fa-wheelchair:before {
  content: "\f193"; }

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

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

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

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

.fa-slack:before {
  content: "\f198"; }

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

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

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

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

.fa-yahoo:before {
  content: "\f19e"; }

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

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

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

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

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

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

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

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

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

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

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

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

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

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

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

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-recycle:before {
  content: "\f1b8"; }

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

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

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

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

.fa-soundcloud:before {
  content: "\f1be"; }

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

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

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

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

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

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

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

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

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

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

.fa-vine:before {
  content: "\f1ca"; }

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

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

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

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

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

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

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

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

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

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

.fa-qq:before {
  content: "\f1d6"; }

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

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

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

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

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

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

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

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

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

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

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

.fa-tty:before {
  content: "\f1e4"; }

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

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

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

.fa-wifi:before {
  content: "\f1eb"; }

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

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

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

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

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

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

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

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

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

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

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

.fa-trash:before {
  content: "\f1f8"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-meanpath:before {
  content: "\f20c"; }

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

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

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

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

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

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

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

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

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

.fa-ship:before {
  content: "\f21a"; }

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

.fa-motorcycle:before {
  content: "\f21c"; }

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

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

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

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

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

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

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

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

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

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

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

.fa-neuter:before {
  content: "\f22c"; }

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

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

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

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

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

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

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

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

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

.fa-opencart:before {
  content: "\f23d"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

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

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

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

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

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

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

.fa-safari:before {
  content: "\f267"; }

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

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

.fa-opera:before {
  content: "\f26a"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-map:before {
  content: "\f279"; }

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

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

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

.fa-vimeo:before {
  content: "\f27d"; }

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

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

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

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

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

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

.fa-modx:before {
  content: "\f285"; }

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

.fa-usb:before {
  content: "\f287"; }

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

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

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

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

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

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

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

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

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

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

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

.fa-percent:before {
  content: "\f295"; }

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

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

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

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

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4"; }

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

.fa-telegram:before {
  content: "\f2c6"; }

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

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

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

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

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

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

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

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

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

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

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

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

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

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

@font-face {
  font-family: 'Akkurat';
  src: url("../fonts/akkurat-pro-regular.ttf"), url("../fonts/akkurat-pro-regular.woff2") format("woff2"), url("../fonts/akkurat-pro-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Intro';
  src: url("../fonts/intro.ttf"), url("../fonts/intro.woff2") format("woff2"), url("../fonts/intro.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Antonio';
  src: url("../fonts/antonio-bold.ttf"), url("../fonts/antonio-bold.woff2") format("woff2"), url("../fonts/antonio-bold.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Norwester';
  src: url("../fonts/Norwester-Regular.ttf"), url("../fonts/Norwester-Regular.oft") format("otf"), url("../fonts/Norwester-Regular.svg") format("svg"), url("../fonts/Norwester-Regular.eot") format("eot"), url("../fonts/Norwester-Regular.woff2") format("woff2"), url("../fonts/Norwester-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

/*$--font-family-tertiary:  'Roboto Mono';*/
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

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

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=41.6875em&large=64em&xlarge=75em&xxlarge=87.5em&xxxlarge=100em&xxxxlarge=112.5em"; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px; }

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Roboto";
  font-weight: normal;
  line-height: 1.5;
  color: #333333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

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

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

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

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

.grid-container {
  padding-right: 1.11111rem;
  padding-left: 1.11111rem;
  max-width: 66.66667rem;
  margin-left: auto;
  margin-right: auto; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-container {
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container {
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; } }
  .grid-container.fluid {
    padding-right: 1.11111rem;
    padding-left: 1.11111rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }
    @media print, screen and (min-width: 41.6875em) {
      .grid-container.fluid {
        padding-right: 1.11111rem;
        padding-left: 1.11111rem; } }
    @media print, screen and (min-width: 64em) {
      .grid-container.fluid {
        padding-right: 1.11111rem;
        padding-left: 1.11111rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

.grid-x {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -ms-flex-preferred-size: auto;
      flex-basis: auto; }

@media print, screen and (min-width: 41.6875em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 87.5em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 100em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

@media screen and (min-width: 112.5em) {
  .grid-x > .xxxxlarge-shrink, .grid-x > .xxxxlarge-full, .grid-x > .xxxxlarge-1, .grid-x > .xxxxlarge-2, .grid-x > .xxxxlarge-3, .grid-x > .xxxxlarge-4, .grid-x > .xxxxlarge-5, .grid-x > .xxxxlarge-6, .grid-x > .xxxxlarge-7, .grid-x > .xxxxlarge-8, .grid-x > .xxxxlarge-9, .grid-x > .xxxxlarge-10, .grid-x > .xxxxlarge-11, .grid-x > .xxxxlarge-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; } }

.grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 41.6875em) {
  .grid-x > .medium-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .medium-shrink {
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .large-shrink {
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .xlarge-shrink {
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .grid-x > .xxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .xxlarge-shrink {
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxlarge-3 {
    width: 25%; }
  .grid-x > .xxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxlarge-6 {
    width: 50%; }
  .grid-x > .xxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxlarge-9 {
    width: 75%; }
  .grid-x > .xxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .grid-x > .xxxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .xxxlarge-shrink {
    width: auto; }
  .grid-x > .xxxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxxlarge-3 {
    width: 25%; }
  .grid-x > .xxxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxxlarge-6 {
    width: 50%; }
  .grid-x > .xxxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxxlarge-9 {
    width: 75%; }
  .grid-x > .xxxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .grid-x > .xxxxlarge-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxxxlarge-shrink, .grid-x > .xxxxlarge-1, .grid-x > .xxxxlarge-2, .grid-x > .xxxxlarge-3, .grid-x > .xxxxlarge-4, .grid-x > .xxxxlarge-5, .grid-x > .xxxxlarge-6, .grid-x > .xxxxlarge-7, .grid-x > .xxxxlarge-8, .grid-x > .xxxxlarge-9, .grid-x > .xxxxlarge-10, .grid-x > .xxxxlarge-11, .grid-x > .xxxxlarge-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-x > .xxxxlarge-shrink {
    width: auto; }
  .grid-x > .xxxxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxxxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxxxlarge-3 {
    width: 25%; }
  .grid-x > .xxxxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxxxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxxxlarge-6 {
    width: 50%; }
  .grid-x > .xxxxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxxxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxxxlarge-9 {
    width: 75%; }
  .grid-x > .xxxxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxxxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxxxlarge-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -1.11111rem;
  margin-right: -1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-margin-x {
      margin-left: -1.11111rem;
      margin-right: -1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x {
      margin-left: -1.11111rem;
      margin-right: -1.11111rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 2.22222rem);
    margin-left: 1.11111rem;
    margin-right: 1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2.22222rem);
      margin-left: 1.11111rem;
      margin-right: 1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2.22222rem);
      margin-left: 1.11111rem;
      margin-right: 1.11111rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 2.22222rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 2.22222rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.22222rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 2.22222rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 2.22222rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.22222rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 2.22222rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 2.22222rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.22222rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 2.22222rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 2.22222rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.22222rem); }
  @media print, screen and (min-width: 41.6875em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 2.22222rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 2.22222rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2.22222rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 2.22222rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 2.22222rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2.22222rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 2.22222rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 2.22222rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2.22222rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 2.22222rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 2.22222rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2.22222rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 2.22222rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 2.22222rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2.22222rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 2.22222rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 2.22222rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2.22222rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 2.22222rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 2.22222rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2.22222rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 2.22222rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 2.22222rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2.22222rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 2.22222rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 2.22222rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2.22222rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 2.22222rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 2.22222rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2.22222rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 2.22222rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 2.22222rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2.22222rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 2.22222rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 2.22222rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2.22222rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 2.22222rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 2.22222rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2.22222rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 2.22222rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 2.22222rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2.22222rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 2.22222rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 2.22222rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2.22222rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 2.22222rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 2.22222rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2.22222rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 2.22222rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 2.22222rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 2.22222rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 2.22222rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 2.22222rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 2.22222rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 2.22222rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 2.22222rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 2.22222rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 2.22222rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 2.22222rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 2.22222rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 2.22222rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 2.22222rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 2.22222rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 2.22222rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 2.22222rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 2.22222rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 2.22222rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 2.22222rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 2.22222rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 2.22222rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 87.5em) {
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 2.22222rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 2.22222rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 2.22222rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 2.22222rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 2.22222rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 2.22222rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 2.22222rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 2.22222rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 2.22222rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 2.22222rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 2.22222rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 100em) {
    .grid-margin-x > .xxxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxxlarge-1 {
      width: calc(8.33333% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-2 {
      width: calc(16.66667% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-3 {
      width: calc(25% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-4 {
      width: calc(33.33333% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-5 {
      width: calc(41.66667% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-6 {
      width: calc(50% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-7 {
      width: calc(58.33333% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-8 {
      width: calc(66.66667% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-9 {
      width: calc(75% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-10 {
      width: calc(83.33333% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-11 {
      width: calc(91.66667% - 2.22222rem); }
    .grid-margin-x > .xxxlarge-12 {
      width: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 112.5em) {
    .grid-margin-x > .xxxxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxxxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxxxlarge-1 {
      width: calc(8.33333% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-2 {
      width: calc(16.66667% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-3 {
      width: calc(25% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-4 {
      width: calc(33.33333% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-5 {
      width: calc(41.66667% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-6 {
      width: calc(50% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-7 {
      width: calc(58.33333% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-8 {
      width: calc(66.66667% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-9 {
      width: calc(75% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-10 {
      width: calc(83.33333% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-11 {
      width: calc(91.66667% - 2.22222rem); }
    .grid-margin-x > .xxxxlarge-12 {
      width: calc(100% - 2.22222rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -1.11111rem;
  margin-left: -1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.11111rem;
      margin-left: -1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.11111rem;
      margin-left: -1.11111rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -1.11111rem;
  margin-left: -1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.11111rem;
      margin-left: -1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.11111rem;
      margin-left: -1.11111rem; } }

.grid-padding-x > .cell {
  padding-right: 1.11111rem;
  padding-left: 1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-padding-x > .cell {
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-x > .cell {
      padding-right: 1.11111rem;
      padding-left: 1.11111rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 41.6875em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-up-1 > .cell {
    width: 100%; }
  .xxlarge-up-2 > .cell {
    width: 50%; }
  .xxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxlarge-up-4 > .cell {
    width: 25%; }
  .xxlarge-up-5 > .cell {
    width: 20%; }
  .xxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-up-1 > .cell {
    width: 100%; }
  .xxxlarge-up-2 > .cell {
    width: 50%; }
  .xxxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxxlarge-up-4 > .cell {
    width: 25%; }
  .xxxlarge-up-5 > .cell {
    width: 20%; }
  .xxxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxxlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-up-1 > .cell {
    width: 100%; }
  .xxxxlarge-up-2 > .cell {
    width: 50%; }
  .xxxxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxxxlarge-up-4 > .cell {
    width: 25%; }
  .xxxxlarge-up-5 > .cell {
    width: 20%; }
  .xxxxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxxxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxxxlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 2.22222rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 2.22222rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 2.22222rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 2.22222rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 2.22222rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 2.22222rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 2.22222rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 2.22222rem); }

@media print, screen and (min-width: 41.6875em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.22222rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.22222rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2.22222rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.22222rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.22222rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2.22222rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2.22222rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.22222rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.22222rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.22222rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2.22222rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.22222rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.22222rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2.22222rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2.22222rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.22222rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.22222rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.22222rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.22222rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.22222rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 2.22222rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 2.22222rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.22222rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.22222rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.22222rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.22222rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 2.22222rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 2.22222rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 2.22222rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 2.22222rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.22222rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.22222rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.22222rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.22222rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 2.22222rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.22222rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.22222rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 2.22222rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 2.22222rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.22222rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2.22222rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2.22222rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 2.22222rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2.22222rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2.22222rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 2.22222rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 2.22222rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2.22222rem); } }

@media screen and (min-width: 87.5em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 2.22222rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 2.22222rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 2.22222rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 2.22222rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 2.22222rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 2.22222rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 2.22222rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 2.22222rem); } }

@media screen and (min-width: 100em) {
  .grid-margin-x.xxxlarge-up-1 > .cell {
    width: calc(100% - 2.22222rem); }
  .grid-margin-x.xxxlarge-up-2 > .cell {
    width: calc(50% - 2.22222rem); }
  .grid-margin-x.xxxlarge-up-3 > .cell {
    width: calc(33.33333% - 2.22222rem); }
  .grid-margin-x.xxxlarge-up-4 > .cell {
    width: calc(25% - 2.22222rem); }
  .grid-margin-x.xxxlarge-up-5 > .cell {
    width: calc(20% - 2.22222rem); }
  .grid-margin-x.xxxlarge-up-6 > .cell {
    width: calc(16.66667% - 2.22222rem); }
  .grid-margin-x.xxxlarge-up-7 > .cell {
    width: calc(14.28571% - 2.22222rem); }
  .grid-margin-x.xxxlarge-up-8 > .cell {
    width: calc(12.5% - 2.22222rem); } }

@media screen and (min-width: 112.5em) {
  .grid-margin-x.xxxxlarge-up-1 > .cell {
    width: calc(100% - 2.22222rem); }
  .grid-margin-x.xxxxlarge-up-2 > .cell {
    width: calc(50% - 2.22222rem); }
  .grid-margin-x.xxxxlarge-up-3 > .cell {
    width: calc(33.33333% - 2.22222rem); }
  .grid-margin-x.xxxxlarge-up-4 > .cell {
    width: calc(25% - 2.22222rem); }
  .grid-margin-x.xxxxlarge-up-5 > .cell {
    width: calc(20% - 2.22222rem); }
  .grid-margin-x.xxxxlarge-up-6 > .cell {
    width: calc(16.66667% - 2.22222rem); }
  .grid-margin-x.xxxxlarge-up-7 > .cell {
    width: calc(14.28571% - 2.22222rem); }
  .grid-margin-x.xxxxlarge-up-8 > .cell {
    width: calc(12.5% - 2.22222rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 41.6875em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 75em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 87.5em) {
    .small-margin-collapse > .xxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 100em) {
    .small-margin-collapse > .xxxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxxlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 112.5em) {
    .small-margin-collapse > .xxxxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxxxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxxxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxxxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxxxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxxxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxxxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxxxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxxxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxxxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxxxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxxxlarge-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 41.6875em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 41.6875em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 41.6875em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .medium-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 41.6875em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .large-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .large-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .xlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .xxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .xxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 100em) {
  .xxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 1.11111rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 1.11111rem); }

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 1.11111rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 1.11111rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 1.11111rem); }

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 1.11111rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 1.11111rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 1.11111rem); }

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 1.11111rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 1.11111rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 1.11111rem); }

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 1.11111rem); }

@media print, screen and (min-width: 41.6875em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.11111rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 1.11111rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 1.11111rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.11111rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 1.11111rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 1.11111rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.11111rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 1.11111rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 1.11111rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.11111rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 1.11111rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 1.11111rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.11111rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 1.11111rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 1.11111rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.11111rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 1.11111rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 1.11111rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.11111rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 1.11111rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 1.11111rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.11111rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 1.11111rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 1.11111rem); } }

@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.11111rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 1.11111rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 1.11111rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.11111rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 1.11111rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 1.11111rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.11111rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 1.11111rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 1.11111rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.11111rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 1.11111rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 1.11111rem); } }

@media screen and (min-width: 87.5em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.11111rem); }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 1.11111rem); }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 1.11111rem); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.11111rem); }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 1.11111rem); }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 1.11111rem); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.11111rem); }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 1.11111rem); }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 1.11111rem); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.11111rem); }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 1.11111rem); }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 1.11111rem); } }

@media screen and (min-width: 100em) {
  .xxxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 1.11111rem); }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.33333% + 1.11111rem); }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.66667% + 1.11111rem); }
  .xxxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 1.11111rem); }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.33333% + 1.11111rem); }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.66667% + 1.11111rem); }
  .xxxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 1.11111rem); }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.33333% + 1.11111rem); }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.66667% + 1.11111rem); }
  .xxxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 1.11111rem); }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.33333% + 1.11111rem); }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.66667% + 1.11111rem); } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxxxlarge-offset-0 {
    margin-left: calc(0% + 1.11111rem); }
  .xxxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxxxlarge-offset-1 {
    margin-left: calc(8.33333% + 1.11111rem); }
  .xxxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxxxlarge-offset-2 {
    margin-left: calc(16.66667% + 1.11111rem); }
  .xxxxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxxxlarge-offset-3 {
    margin-left: calc(25% + 1.11111rem); }
  .xxxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxxxlarge-offset-4 {
    margin-left: calc(33.33333% + 1.11111rem); }
  .xxxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxxxlarge-offset-5 {
    margin-left: calc(41.66667% + 1.11111rem); }
  .xxxxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxxxlarge-offset-6 {
    margin-left: calc(50% + 1.11111rem); }
  .xxxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxxxlarge-offset-7 {
    margin-left: calc(58.33333% + 1.11111rem); }
  .xxxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxxxlarge-offset-8 {
    margin-left: calc(66.66667% + 1.11111rem); }
  .xxxxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxxxlarge-offset-9 {
    margin-left: calc(75% + 1.11111rem); }
  .xxxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxxxlarge-offset-10 {
    margin-left: calc(83.33333% + 1.11111rem); }
  .xxxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxxxlarge-offset-11 {
    margin-left: calc(91.66667% + 1.11111rem); } }

.grid-y {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap; }
  .grid-y > .cell {
    height: auto;
    max-height: none; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 87.5em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 100em) {
    .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  @media screen and (min-width: 112.5em) {
    .grid-y > .xxxxlarge-shrink, .grid-y > .xxxxlarge-full, .grid-y > .xxxxlarge-1, .grid-y > .xxxxlarge-2, .grid-y > .xxxxlarge-3, .grid-y > .xxxxlarge-4, .grid-y > .xxxxlarge-5, .grid-y > .xxxxlarge-6, .grid-y > .xxxxlarge-7, .grid-y > .xxxxlarge-8, .grid-y > .xxxxlarge-9, .grid-y > .xxxxlarge-10, .grid-y > .xxxxlarge-11, .grid-y > .xxxxlarge-12 {
      -ms-flex-preferred-size: auto;
          flex-basis: auto; } }
  .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-y > .medium-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 75em) {
    .grid-y > .xlarge-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 87.5em) {
    .grid-y > .xxlarge-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 100em) {
    .grid-y > .xxxlarge-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .xxxlarge-shrink {
      height: auto; }
    .grid-y > .xxxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxxlarge-3 {
      height: 25%; }
    .grid-y > .xxxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxxlarge-6 {
      height: 50%; }
    .grid-y > .xxxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxxlarge-9 {
      height: 75%; }
    .grid-y > .xxxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxxlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 112.5em) {
    .grid-y > .xxxxlarge-auto {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxxxlarge-shrink, .grid-y > .xxxxlarge-1, .grid-y > .xxxxlarge-2, .grid-y > .xxxxlarge-3, .grid-y > .xxxxlarge-4, .grid-y > .xxxxlarge-5, .grid-y > .xxxxlarge-6, .grid-y > .xxxxlarge-7, .grid-y > .xxxxlarge-8, .grid-y > .xxxxlarge-9, .grid-y > .xxxxlarge-10, .grid-y > .xxxxlarge-11, .grid-y > .xxxxlarge-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto; }
    .grid-y > .xxxxlarge-shrink {
      height: auto; }
    .grid-y > .xxxxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxxxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxxxlarge-3 {
      height: 25%; }
    .grid-y > .xxxxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxxxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxxxlarge-6 {
      height: 50%; }
    .grid-y > .xxxxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxxxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxxxlarge-9 {
      height: 75%; }
    .grid-y > .xxxxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxxxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxxxlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -1.11111rem;
  margin-bottom: -1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.11111rem;
      margin-bottom: -1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.11111rem;
      margin-bottom: -1.11111rem; } }

.grid-padding-y > .cell {
  padding-top: 1.11111rem;
  padding-bottom: 1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-padding-y > .cell {
      padding-top: 1.11111rem;
      padding-bottom: 1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-padding-y > .cell {
      padding-top: 1.11111rem;
      padding-bottom: 1.11111rem; } }

.grid-margin-y {
  margin-top: -1.11111rem;
  margin-bottom: -1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-margin-y {
      margin-top: -1.11111rem;
      margin-bottom: -1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -1.11111rem;
      margin-bottom: -1.11111rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2.22222rem);
    margin-top: 1.11111rem;
    margin-bottom: 1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.22222rem);
      margin-top: 1.11111rem;
      margin-bottom: 1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.22222rem);
      margin-top: 1.11111rem;
      margin-bottom: 1.11111rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2.22222rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2.22222rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.22222rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2.22222rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2.22222rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.22222rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2.22222rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2.22222rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.22222rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2.22222rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2.22222rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.22222rem); }
  @media print, screen and (min-width: 41.6875em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.22222rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.22222rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.22222rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.22222rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 87.5em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 100em) {
    .grid-margin-y > .xxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxlarge-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-12 {
      height: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 112.5em) {
    .grid-margin-y > .xxxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxxlarge-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-12 {
      height: calc(100% - 2.22222rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }

@media print, screen and (min-width: 41.6875em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xxlarge-grid-frame {
    width: 100%; }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 100em) {
  .xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xxxlarge-grid-frame {
    width: 100%; }
  .xxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xxxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xxxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xxxxlarge-grid-frame {
    width: 100%; }
  .xxxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
  .xxxxlarge-cell-block-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xxxxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .xxxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 41.6875em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 87.5em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 100em) {
  .grid-y.xxxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 112.5em) {
  .grid-y.xxxxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 41.6875em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 87.5em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 100em) {
  .cell .grid-y.xxxlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 112.5em) {
  .cell .grid-y.xxxxlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -1.11111rem;
  margin-bottom: -1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-margin-y {
      margin-top: -1.11111rem;
      margin-bottom: -1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -1.11111rem;
      margin-bottom: -1.11111rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 2.22222rem);
    margin-top: 1.11111rem;
    margin-bottom: 1.11111rem; }
  @media print, screen and (min-width: 41.6875em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.22222rem);
      margin-top: 1.11111rem;
      margin-bottom: 1.11111rem; } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.22222rem);
      margin-top: 1.11111rem;
      margin-bottom: 1.11111rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 2.22222rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 2.22222rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.22222rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 2.22222rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 2.22222rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.22222rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 2.22222rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 2.22222rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.22222rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 2.22222rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 2.22222rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.22222rem); }
  @media print, screen and (min-width: 41.6875em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.22222rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.22222rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.22222rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.22222rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 75em) {
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 87.5em) {
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 100em) {
    .grid-margin-y > .xxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxlarge-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .xxxlarge-12 {
      height: calc(100% - 2.22222rem); } }
  @media screen and (min-width: 112.5em) {
    .grid-margin-y > .xxxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxxlarge-1 {
      height: calc(8.33333% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-2 {
      height: calc(16.66667% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-3 {
      height: calc(25% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-4 {
      height: calc(33.33333% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-5 {
      height: calc(41.66667% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-6 {
      height: calc(50% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-7 {
      height: calc(58.33333% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-8 {
      height: calc(66.66667% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-9 {
      height: calc(75% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-10 {
      height: calc(83.33333% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-11 {
      height: calc(91.66667% - 2.22222rem); }
    .grid-margin-y > .xxxxlarge-12 {
      height: calc(100% - 2.22222rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 2.22222rem); }
  @media print, screen and (min-width: 41.6875em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.22222rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.22222rem); } }
  @media screen and (min-width: 75em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.22222rem); } }
  @media screen and (min-width: 87.5em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.22222rem); } }
  @media screen and (min-width: 100em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.22222rem); } }
  @media screen and (min-width: 112.5em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.22222rem); } }

@media print, screen and (min-width: 41.6875em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.22222rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.22222rem); } }

@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.22222rem); } }

@media screen and (min-width: 87.5em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2.22222rem); } }

@media screen and (min-width: 100em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 2.22222rem); } }

@media screen and (min-width: 112.5em) {
  .grid-margin-y.xxxxlarge-grid-frame {
    height: calc(100vh + 2.22222rem); } }

.align-left {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

.align-left.vertical.menu > li > a {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.align-right.vertical.menu > li > a {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -ms-flex-item-align: start;
      align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -ms-flex-item-align: center;
      align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 41.6875em) {
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 100em) {
  .xxxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xxxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xxxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xxxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xxxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xxxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .xxxxlarge-order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .xxxxlarge-order-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .xxxxlarge-order-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .xxxxlarge-order-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .xxxxlarge-order-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; } }

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

.flex-child-auto {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 41.6875em) {
  .medium-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 100em) {
  .xxxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xxxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xxxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .xxxxlarge-flex-child-auto {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxxxlarge-flex-child-grow {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxxxlarge-flex-child-shrink {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xxxxlarge-flex-dir-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxxxlarge-flex-dir-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxxxlarge-flex-dir-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxxxlarge-flex-dir-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

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: 0.83333rem;
  font-size: inherit;
  line-height: 1.66667rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto";
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h1 small, .h1 small,
  h2 small, .h2 small,
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #727272; }

h1, .h1 {
  font-size: 2.22222rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

h2, .h2 {
  font-size: 2rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

h3, .h3 {
  font-size: 1.55556rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

h4, .h4 {
  font-size: 1.22222rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

h5, .h5 {
  font-size: 0.88889rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

h6, .h6 {
  font-size: 0.77778rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.83333rem; }

@media print, screen and (min-width: 41.6875em) {
  h1, .h1 {
    font-size: 2.22222rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.55556rem; }
  h4, .h4 {
    font-size: 1.22222rem; }
  h5, .h5 {
    font-size: 0.88889rem; }
  h6, .h6 {
    font-size: 0.77778rem; } }

a {
  line-height: inherit;
  color: #9f7d2a;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #896c24; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 66.66667rem;
  height: 0;
  margin: 1.11111rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #727272;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1.66667rem;
  list-style-position: outside;
  line-height: 1.66667rem; }

li {
  font-size: inherit; }

ul {
  margin-left: 2.5rem;
  list-style-type: disc; }

ol {
  margin-left: 2.5rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 0;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 0.83333rem;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #727272; }
  blockquote, blockquote p {
    line-height: 1.66667rem;
    color: #333333; }

abbr, abbr[title] {
  border-bottom: 1px dotted #191919;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.11111rem 0.22222rem 0;
  background-color: #b8b8b8;
  font-family: "Raleway";
  color: #191919; }

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

.lead {
  font-size: 22.5px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.cite-block, cite {
  display: block;
  color: #333333;
  font-size: 0.72222rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #727272;
  background-color: #b8b8b8;
  font-family: "Raleway";
  font-weight: normal;
  color: #191919;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.11111rem 0.27778rem 0.05556rem; }

.code-block {
  border: 1px solid #727272;
  background-color: #b8b8b8;
  font-family: "Raleway";
  font-weight: normal;
  color: #191919;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.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: 41.6875em) {
  .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; } }

@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 87.5em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 100em) {
  .xxxlarge-text-left {
    text-align: left; }
  .xxxlarge-text-right {
    text-align: right; }
  .xxxlarge-text-center {
    text-align: center; }
  .xxxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 112.5em) {
  .xxxxlarge-text-left {
    text-align: left; }
  .xxxxlarge-text-right {
    text-align: right; }
  .xxxxlarge-text-center {
    text-align: center; }
  .xxxxlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    -webkit-print-color-adjust: economy;
            color-adjust: economy;
    -webkit-box-shadow: none !important;
            box-shadow: none !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 #333333;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 2.16667rem;
  margin: 0 0 0.88889rem;
  padding: 0.44444rem;
  border: 1px solid #727272;
  border-radius: 0;
  background-color: #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-family: inherit;
  font-size: 0.88889rem;
  font-weight: normal;
  line-height: 1.5;
  color: #191919;
  -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 #727272;
    background-color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -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:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #b8b8b8;
  cursor: not-allowed; }

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

input[type='search'] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

::-webkit-input-placeholder {
  color: #333333; }

::-moz-placeholder {
  color: #333333; }

:-ms-input-placeholder {
  color: #333333; }

::-ms-input-placeholder {
  color: #333333; }

::placeholder {
  color: #333333; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.88889rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.44444rem;
  margin-right: 0.88889rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.44444rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.77778rem;
  font-weight: normal;
  line-height: 1.8;
  color: #191919; }
  label.middle {
    margin: 0 0 0.88889rem;
    padding: 0.5rem 0; }

.help-text {
  margin-top: -0.44444rem;
  font-size: 0.72222rem;
  font-style: italic;
  color: #191919; }

.input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.88889rem;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 0 0 0 0; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #b8b8b8;
  background: #b8b8b8;
  color: #191919;
  text-align: center;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 0.88889rem; }

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

legend {
  max-width: 100%;
  margin-bottom: 0.44444rem; }

.fieldset {
  margin: 1rem 0;
  padding: 1.11111rem;
  border: 1px solid #727272; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.16667rem;
    padding: 0 0.16667rem; }

select {
  height: 2.16667rem;
  margin: 0 0 0.88889rem;
  padding: 0.44444rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #727272;
  border-radius: 0;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 0.88889rem;
  font-weight: normal;
  line-height: 1.5;
  color: #191919;
  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%2851, 51, 51%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.88889rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.33333rem;
  -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 #727272;
    background-color: #ffffff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -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: #b8b8b8;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::-moz-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus):-ms-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.44444rem;
  margin-bottom: 0.88889rem;
  font-size: 0.66667rem;
  font-weight: bold;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 0;
  padding: 0.83333rem;
  border: 1px solid transparent;
  border-radius: 0;
  -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-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #9f7d2a;
    color: #ffffff; }
  .button:hover, .button:focus {
    background-color: #9f7d2a;
    color: #ffffff; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #9f7d2a;
    color: #ffffff; }
  .button.primary:hover, .button.primary:focus {
    background-color: #9f7d2a;
    color: #ffffff; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #001425;
    color: #ffffff; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #001425;
    color: #ffffff; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #20a852;
    color: #191919; }
  .button.success:hover, .button.success:focus {
    background-color: #20a852;
    color: #191919; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #191919; }
  .button.warning:hover, .button.warning:focus {
    background-color: #ffae00;
    color: #191919; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #ffffff; }
  .button.alert:hover, .button.alert:focus {
    background-color: #cc4b37;
    color: #ffffff; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
    background-color: transparent; }
  .button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #9f7d2a;
    color: #9f7d2a; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #9f7d2a;
    color: #9f7d2a; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #9f7d2a;
    color: #9f7d2a; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #9f7d2a;
    color: #9f7d2a; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #001425;
    color: #001425; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #001425;
    color: #001425; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #20a852;
    color: #20a852; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #20a852;
    color: #20a852; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #ffae00;
    color: #ffae00; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #cc4b37;
    color: #cc4b37; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #9f7d2a; }
  .button.clear:hover, .button.clear:focus {
    color: #9f7d2a; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #9f7d2a; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #9f7d2a; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #001425; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #001425; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #20a852; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #20a852; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #ffae00; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #cc4b37; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 0.83333rem; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #9f7d2a; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #9f7d2a; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #001425; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #20a852; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group::before, .button-group::after {
    display: none; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.6rem; }
  .button-group.small .button {
    font-size: 0.75rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    margin-right: 0; }
  .button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
    background-color: #9f7d2a;
    color: #ffffff; }
  .button-group.primary .button:hover, .button-group.primary .button:focus {
    background-color: #9f7d2a;
    color: #ffffff; }
  .button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
    background-color: #001425;
    color: #ffffff; }
  .button-group.secondary .button:hover, .button-group.secondary .button:focus {
    background-color: #001425;
    color: #ffffff; }
  .button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
    background-color: #20a852;
    color: #191919; }
  .button-group.success .button:hover, .button-group.success .button:focus {
    background-color: #20a852;
    color: #191919; }
  .button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
    background-color: #ffae00;
    color: #191919; }
  .button-group.warning .button:hover, .button-group.warning .button:focus {
    background-color: #ffae00;
    color: #191919; }
  .button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
    background-color: #cc4b37;
    color: #ffffff; }
  .button-group.alert .button:hover, .button-group.alert .button:focus {
    background-color: #cc4b37;
    color: #ffffff; }
  .button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
    background-color: transparent; }
  .button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
    border: 1px solid #9f7d2a;
    color: #9f7d2a; }
  .button-group.hollow .button:hover, .button-group.hollow .button:focus {
    border-color: #9f7d2a;
    color: #9f7d2a; }
  .button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
    border: 1px solid #9f7d2a;
    color: #9f7d2a; }
  .button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
    border-color: #9f7d2a;
    color: #9f7d2a; }
  .button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
    border: 1px solid #001425;
    color: #001425; }
  .button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
    border-color: #001425;
    color: #001425; }
  .button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
    border: 1px solid #20a852;
    color: #20a852; }
  .button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
    border-color: #20a852;
    color: #20a852; }
  .button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
    border-color: #ffae00;
    color: #ffae00; }
  .button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
    border-color: #cc4b37;
    color: #cc4b37; }
  .button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
    color: #9f7d2a; }
  .button-group.clear .button:hover, .button-group.clear .button:focus {
    color: #9f7d2a; }
  .button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
    color: #9f7d2a; }
  .button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
    color: #9f7d2a; }
  .button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
    color: #001425; }
  .button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
    color: #001425; }
  .button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
    color: #20a852; }
  .button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
    color: #20a852; }
  .button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
    color: #ffae00; }
  .button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
    color: #ffae00; }
  .button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
    color: #cc4b37; }
  .button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
    color: #cc4b37; }
  .button-group.no-gaps .button {
    margin-right: -0.05556rem; }
    .button-group.no-gaps .button + .button {
      border-left-color: transparent; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
    .button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-right: 0; }
  @media print, screen and (min-width: 41.6875em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      margin-bottom: 0; } }
  @media print, screen and (max-width: 41.68625em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
  @media print, screen and (max-width: 63.99875em) {
    .button-group.stacked-for-medium.expanded {
      display: block; }
      .button-group.stacked-for-medium.expanded .button {
        display: block;
        margin-right: 0; } }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #9f7d2a;
  color: #ffffff; }
  .label.primary {
    background: #9f7d2a;
    color: #ffffff; }
  .label.secondary {
    background: #001425;
    color: #ffffff; }
  .label.success {
    background: #20a852;
    color: #191919; }
  .label.warning {
    background: #ffae00;
    color: #191919; }
  .label.alert {
    background: #cc4b37;
    color: #ffffff; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media print, screen and (max-width: 41.68625em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 41.6875em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 41.6875em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 41.68625em) {
  .show-for-medium {
    display: none !important; } }

@media print, screen and (min-width: 41.6875em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 41.68625em), 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.99875em) {
  .show-for-large {
    display: none !important; } }

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 75em) and (max-width: 87.49875em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 74.99875em), screen and (min-width: 87.5em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 87.5em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 87.49875em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 87.5em) and (max-width: 99.99875em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 87.49875em), screen and (min-width: 100em) {
  .show-for-xxlarge-only {
    display: none !important; } }

@media screen and (min-width: 100em) {
  .hide-for-xxxlarge {
    display: none !important; } }

@media screen and (max-width: 99.99875em) {
  .show-for-xxxlarge {
    display: none !important; } }

@media screen and (min-width: 100em) and (max-width: 112.49875em) {
  .hide-for-xxxlarge-only {
    display: none !important; } }

@media screen and (max-width: 99.99875em), screen and (min-width: 112.5em) {
  .show-for-xxxlarge-only {
    display: none !important; } }

@media screen and (min-width: 112.5em) {
  .hide-for-xxxxlarge {
    display: none !important; } }

@media screen and (max-width: 112.49875em) {
  .show-for-xxxxlarge {
    display: none !important; } }

@media screen and (min-width: 112.5em) {
  .hide-for-xxxxlarge-only {
    display: none !important; } }

@media screen and (max-width: 112.49875em) {
  .show-for-xxxxlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important; }

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

header .head {
  background: #191919; }
  header .head .white-bg {
    padding: 1.11111rem 0.27778rem; }
    header .head .white-bg img {
      display: block;
      max-width: 60%;
      margin: 0 auto; }
  header .head #srl-logo {
    width: 13.88889rem; }
  header .head h2 a {
    color: #f83036;
    font-size: 3.05556rem;
    font-family: "Akkurat", serif;
    line-height: 3.05556rem;
    margin-bottom: 1.11111rem; }
  header .head h3 {
    color: #ffffff;
    font-size: 1.16667rem;
    font-family: "Intro", serif;
    margin-bottom: 0; }
  header .head .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    float: right;
    /*flex-direction: column;
			align-items: flex-end;*/
    list-style-type: none; }
    header .head .social li {
      margin-right: 0.55556rem;
      color: #fff; }
      header .head .social li:first-child {
        padding-right: 1.11111rem;
        margin-right: 1.11111rem;
        border-right: 1px solid #fff; }
      header .head .social li:last-child {
        margin-right: 0; }
  header .head #searchform {
    position: absolute;
    height: 0;
    margin-top: 0.55556rem;
    margin-right: 1.11111rem;
    visibility: hidden;
    overflow: hidden; }
    header .head #searchform.visible {
      visibility: visible;
      height: auto; }
    header .head #searchform #searchsubmit {
      padding: 0.61111rem 0.55556rem; }

header .navi {
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1); }
  header .navi nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-bottom: 0;
    padding: 1.11111rem 0; }
    header .navi nav ul li {
      list-style-type: none;
      margin-right: 2.77778rem; }
      header .navi nav ul li a {
        color: #2a2a2a;
        font-family: "Intro", sans-serif;
        text-transform: uppercase;
        font-weight: 700; }
        header .navi nav ul li a:hover {
          color: #006fa8; }
      header .navi nav ul li ul {
        display: block;
        position: absolute;
        visibility: hidden;
        opacity: 0;
        z-index: 99; }
        header .navi nav ul li ul li {
          margin-right: 0; }
          header .navi nav ul li ul li a {
            display: block;
            padding: 0.83333rem 1.11111rem;
            background: #0685c7;
            color: #fff !important; }
            header .navi nav ul li ul li a:hover {
              background: #006fa8;
              color: #fff !important; }
          header .navi nav ul li ul li ul {
            position: absolute;
            left: 100%;
            top: 0;
            width: 200px;
            display: none; }
            header .navi nav ul li ul li ul li a {
              background: #fff;
              color: #0685c7 !important; }
              header .navi nav ul li ul li ul li a:hover {
                background: #006fa8;
                color: #fff; }
          header .navi nav ul li ul li:hover ul {
            display: block; }
      header .navi nav ul li:hover a {
        color: #006fa8; }
      header .navi nav ul li:hover ul {
        visibility: visible;
        opacity: 1; }
  
  .donate-button > a {
    color: white !important;
    background: #0685c7;
    padding: 5px 25px;
    border-radius: 5px;
  }

  .donate-button-mac > a {
    padding: 9px 25px 5px 25px !important;
  }

@media screen and (max-width: 1024px) {
  header {
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0; }
    header .grid-container {
      padding-left: 0;
      padding-right: 0; }
    header .head h2 {
      font-size: 1.66667rem;
      line-height: 1.66667rem; }
    header .head h3 {
      font-size: 1.11111rem; }
    header .head #srl-logo {
      width: 11.11111rem; }
    header #navi-toggle {
      display: block;
      margin: 0;
      list-style-type: none;
      width: 35px; }
      header #navi-toggle li {
        margin-bottom: 7px;
        height: 3px;
        width: 100%;
        background: #fff; }
        header #navi-toggle li:last-child {
          margin-bottom: 0; }
      header #navi-toggle:hover {
        cursor: pointer; }
      header #navi-toggle.clicked li {
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
        margin-top: -9px; }
        header #navi-toggle.clicked li:first-child {
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: -webkit-transform .4s;
          transition: -webkit-transform .4s;
          transition: transform .4s;
          transition: transform .4s, -webkit-transform .4s; }
        header #navi-toggle.clicked li:last-child {
          display: none; }
    header .navi {
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 999;
      height: 0;
      overflow: hidden;
      -webkit-transition: height .7s;
      transition: height .7s; }
      header .navi nav {
        display: none; }
        header .navi nav ul {
          display: block;
          margin-left: 0;
          margin-bottom: 0;
          padding: 1.11111rem; }
          header .navi nav ul li {
            list-style-type: none;
            margin-right: 0;
            margin-bottom: 0.55556rem; }
            header .navi nav ul li a {
              display: block;
              color: #2a2a2a;
              font-family: "Intro", sans-serif;
              text-transform: uppercase;
              font-weight: 700;
              padding: 0.55556rem; }
              header .navi nav ul li a:after {
                content: '\25BC';
                position: absolute;
                right: 20px; }
              header .navi nav ul li a:only-child:after {
                content: ""; }
              header .navi nav ul li a:hover {
                color: #006fa8; }
            header .navi nav ul li ul {
              display: none;
              position: relative;
              height: 0;
              opacity: 1;
              z-index: 0;
              padding: 0; }
              header .navi nav ul li ul li {
                margin-right: 0; }
                header .navi nav ul li ul li a {
                  display: block;
                  padding: 0.55556rem 1.11111rem;
                  background: #fff;
                  color: #006fa8 !important; }
                  header .navi nav ul li ul li a:hover {
                    color: #lblue !important; }
                  header .navi nav ul li ul li a:after {
                    content: ""; }
                header .navi nav ul li ul li ul {
                  position: relative;
                  left: 0;
                  width: 100%; }
                  header .navi nav ul li ul li ul li a {
                    padding: 0.55556rem 1.11111rem; }
            header .navi nav ul li:hover a {
              color: #006fa8; }
            header .navi nav ul li:hover ul {
              display: block;
              height: auto; }
          header .navi nav ul:last-child {
            margin-bottom: 0; }
      header .navi.show {
        display: block;
        height: auto; }
        header .navi.show nav {
          display: block; } 
    .donate-button {
      text-align: center;
    }
  }

@media screen and (max-width: 667px) {
  header .head h2 {
    font-size: 1.11111rem;
    line-height: 1.11111rem;
    margin-bottom: 0; }
  header .head h3 {
    font-size: 0.88889rem; } }

@media screen and (max-width: 580px) {
  header .head h2 {
    font-size: 1rem;
    line-height: 1rem; }
  header .head #srl-logo {
    width: 8.33333rem; } }

section.foot {
  background: #161f2d;
  padding: 1.94444rem 0 0; }
  section.foot h2 {
    color: #f83036;
    font-size: 1.77778rem;
    font-family: "Akkurat", serif;
    line-height: 1.77778rem;
    margin-bottom: 1.11111rem;
    font-weight: 700; }
  section.foot h3 {
    color: #ffffff;
    font-size: 1.11111rem;
    font-family: "Intro", serif;
    margin-bottom: 0; }
  section.foot h4 {
    display: inline-block;
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1rem;
    color: #59708a;
    line-height: 1.66667rem;
    border-bottom: 1px solid #59708a; }
  section.foot p {
    color: #fff; }
  section.foot a {
    text-decoration: underline;
    color: #fff; }
    section.foot a:hover {
      color: #f83036; }
  section.foot #srl-logo {
    max-width: 9.72222rem;
    margin-bottom: 1.11111rem; }
  section.foot .btn {
    font-size: 0.77778rem;
    padding: 0.55556rem; }
  section.foot .soc {
    border-top: 1px solid #59708a;
    border-bottom: 1px solid #59708a;
    margin-bottom: 1.66667rem; }
    section.foot .soc h4 {
      color: #fff;
      border-bottom: none;
      margin-bottom: 0;
      padding: 1.38889rem 0; }
    section.foot .soc .icon {
      border-left: 1px solid #59708a; }
      section.foot .soc .icon a {
        display: block;
        padding: 1.38889rem 0; }
        section.foot .soc .icon a img {
          display: block;
          margin: 0 auto;
          width: 1.66667rem; }
  section.foot .navigation ul {
    margin-left: 0;
    list-style-type: none; }
    section.foot .navigation ul li a {
      text-decoration: none;
      display: block;
      color: #fff;
      font-family: "Akkurat", serif;
      font-size: 0.88889rem; }
      section.foot .navigation ul li a:hover {
        color: #f83036; }
  section.foot .red-bg {
    padding: 1.38889rem;
    margin-bottom: 1.94444rem; }
    section.foot .red-bg h2 {
      color: #fff; }
    section.foot .red-bg h3 {
      color: #161f2d; }
    section.foot .red-bg img {
      float: right; }
    section.foot .red-bg a {
      text-decoration: none; }
  section.foot .black-bg {
    background: #000; }
    section.foot .black-bg .logo-container {
      padding: 1.11111rem;
      max-width: 66.66667rem;
      margin: 0 auto; }
      section.foot .black-bg .logo-container p {
        color: #fff;
        text-align: center; }
      section.foot .black-bg .logo-container img {
        display: block;
        margin: 0 auto;
        padding: 0 0.83333rem; }

@media screen and (max-width: 667px) {
  section.foot h2 {
    font-size: 1.38889rem; }
  section.foot h3 {
    font-size: 1.11111rem; } }

#footer-stations {
  position: relative;
  z-index: 9; }

#footer-stations .footer h3 {
  margin-bottom: 20px;
  color: #000;
  font-family: "Norwester", sans-serif; }

#footer-stations .footer p {
  color: #000;
  font-size: 16px; }

#footer-stations .footer strong {
  color: #000; }

#footer-stations .footer ul > li {
  color: #000; }

#footer-stations .footer.footer-about {
  padding-top: 0;
  padding-bottom: 30px;
  background: #eaeaea; }

#footer-stations .footer.footer-about .col_03 {
  padding-left: 50px; }

#footer-stations .footer.footer-funders {
  background: #dddddd;
  padding-top: 30px;
  padding-bottom: 30px; }

#footer-stations .footer.footer-funders h3 {
  text-align: center;
  margin-bottom: 30px; }

#footer-stations .footer.footer-funders p {
  text-align: center;
  margin-bottom: 0; }

#footer-stations .footer.footer-funders ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px; }

#footer-stations .footer.footer-funders ul > li {
  width: 15%; }

#footer-stations .footer.footer-partners {
  background: #f8f8f8;
  padding-top: 80px; }

#footer-stations .footer.footer-partners h3 {
  text-align: center;
  margin-bottom: 30px; }

#footer-stations .footer.footer-partners ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  margin-right: -100px; }

#footer-stations .footer.footer-partners ul > li {
  width: calc(20% - 100px);
  margin-right: 100px;
  margin-bottom: 50px; }

#footer-stations .footer.footer-partners ul > li img {
  margin: 0 auto; }

#footer-stations .footer .btn.btn-grey {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 10px auto 0;
  text-align: center;
  background: #d3d3d3;
  color: #000;
  padding: 15px 20px;
  -webkit-transition: all .3s;
  transition: all .3s; }

#footer-stations .footer .btn.btn-grey:hover {
  color: #ffffff;
  background: #000; }

#footer-stations .footer .hidden {
  padding-top: 0;
  height: 0;
  max-width: 400px;
  margin: 0 auto;
  overflow-y: hidden;
  -webkit-transition: all .3s;
  transition: all .3s; }

#footer-stations .footer .hidden.roll-out {
  padding-top: 20px;
  height: auto; }

#footer-stations .footer .hidden p {
  text-align: left;
  margin-bottom: 20px; }

#footer-stations .footer .hidden ul > li {
  width: 100%; }

#footer-stations .footer .show-1024 img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }

#footer-stations .footer.show-1024 img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto; }

#footer-stations .footer .social-foot {
  margin-top: 20px; }

#footer-stations .footer .social-foot > li {
  margin-right: 10px;
  max-width: 40px; }

#footer-stations .footer .social-foot > li:last-child {
  margin-right: 0; }

#footer-stations .footer .social-foot > li > a {
  display: block; }

#footer-stations .footer .social-foot > li > a > img {
  width: 40px;
  height: 40px; }

#footer-stations .uppercase {
  text-transform: uppercase; }

#footer-stations .btn {
  display: block;
  max-width: 250px;
  border: 1px solid #000;
  font-family: proxima-nova, sans-serif;
  color: #000;
  margin-bottom: 20px; }

.home {
  /*h1 {
		font-family: $--font-family-primary;
		font-weight: $--font-weight-bold;
		font-size: rem-calc(55px);
	}*/ }
  .home .banner {
    position: relative;
    height: 33.33333rem;
    margin-bottom: 0;
    overflow: hidden; }
    .home .banner video {
      height: 33.33333rem;
      -o-object-fit: cover;
         object-fit: cover;
      height: 100%;
      width: 100%; }
    .home .banner .video-overlay {
      position: absolute;
      top: 0;
      bottom: 0;
      width: 100%;
      z-index: 9;
      background: rgba(6, 133, 199, 0.5); }
    .home .banner .text-wrap {
      position: absolute;
      z-index: 91;
      bottom: 40px; }
      .home .banner .text-wrap h2 {
        display: inline-block; }
      .home .banner .text-wrap h1, .home .banner .text-wrap h2 {
        font-family: "Intro";
        font-weight: 700;
        font-size: 3.05556rem;
        color: #000;
        background: #fff;
        line-height: 4.16667rem;
        margin: 0 0 10px;
        padding: 0 15px; }
      .home .banner .text-wrap a {
        margin-top: 20px; }
  .home .content {
    /*margin-bottom: rem-calc(50px);*/ }
    .home .content.intro {
      margin-bottom: 2.22222rem;
      margin-top: 0 !important; }
      .home .content.intro .btn {
        font-size: 0.88889rem;
        padding: 0.83333rem;
        border: none;
        margin-top: 2.77778rem;
        margin-bottom: 2.77778rem; }
    .home .content iframe {
      width: 100%; }
    .home .content ul.posts {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style-type: none;
      margin-left: 0;
      margin-top: 40px; }
      .home .content ul.posts li {
        width: 32%;
        background: #161f2d;
        margin-bottom: 1.38889rem; }
        .home .content ul.posts li .feat-img {
          width: 100%;
          height: 11rem; }
          .home .content ul.posts li .feat-img span {
            font-family: "Intro";
            font-size: 14px;
            color: #0685c7;
            text-transform: uppercase;
            float: right;
            background: rgba(255, 255, 255, 0.8);
            padding: 0.27778rem 0.55556rem; }
        .home .content ul.posts li .post-prev {
          padding: 1.66667rem; }
          .home .content ul.posts li .post-prev h3 {
            color: #fff; }
          .home .content ul.posts li .post-prev p {
            color: #fff; }
          .home .content ul.posts li .post-prev a {
            color: #fff;
            font-weight: 700; }
          .home .content ul.posts li .post-prev .btn {
            font-size: 0.88889rem;
            padding: 0.55556rem;
            border: none; }
    .home .content .red-bg {
      padding: 1.11111rem; }
      .home .content .red-bg h2 {
        font-family: "Roboto";
        color: #fff;
        font-size: 1.33333rem;
        margin-bottom: 0.27778rem; }
      .home .content .red-bg h3 {
        font-family: "Intro";
        color: #161f2d;
        font-size: 0.88889rem;
        margin-bottom: 0; }
      .home .content .red-bg img {
        float: right; }
    .home .content.grey-bg {
      padding: 2.77778rem 0;
      margin-top: 2.22222rem;
      margin-bottom: 2.22222rem; }
      .home .content.grey-bg .cell {
        position: relative; }
      .home .content.grey-bg .white-bg {
        /*position: relative;*/
        padding: 1.66667rem 1.66667rem;
        height: 100%; }
        .home .content.grey-bg .white-bg.extra-pad {
          padding-bottom: 4.16667rem; }
        .home .content.grey-bg .white-bg .btn {
          position: absolute;
          bottom: 0;
          right: 0;
          left: 0;
          /*height: rem-calc(55px);*/
          font-size: 18px;
          border: none; }
        .home .content.grey-bg .white-bg .profile-img {
          /*float: left;*/
          margin-right: 10px; }
        .home .content.grey-bg .white-bg .profile-title {
          line-height: 1rem;
          margin-bottom: 0; }
      .home .content.grey-bg .map-bg {
        position: absolute;
        bottom: 0;
        top: 0;
        right: 0;
        left: 0; }
      .home .content.grey-bg ul.projects {
        margin-left: 1.11111rem;
        margin-bottom: 0; }
        .home .content.grey-bg ul.projects li {
          margin-bottom: 0.88889rem;
          line-height: 1.11111rem;
          color: #000;
          font-size: 18px; }
          .home .content.grey-bg ul.projects li span {
            color: #2a2a2a; }
    .home .content #instafeed {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /*justify-content: space-between;*/
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: flex-start;
              flex-direction: flex-start;
      margin-right: -15px;
      /*&::after {
				content: "";
				flex: auto;
			}*/ }
      .home .content #instafeed img {
        display: block;
        width: 10rem;
        height: 10rem;
        margin-bottom: 0.83333rem;
        /*img {
					width: 100%;
					height: 100%;
				}*/ }
      .home .content #instafeed > * {
        font-size: 0;
        margin-right: 15px; }
    .home .content #load-more {
      font-size: 0.88889rem;
      padding: 0.55556rem 1.11111rem;
      float: right;
      border: 1px solid #0685c7;
      margin-right: 1.11111rem; }
      .home .content #load-more:hover {
        border: 1px solid #006fa8; }
    .home .content #follow {
      font-size: 0.88889rem;
      padding: 0.55556rem 1.11111rem;
      float: right;
      color: #fff;
      border: 1px solid #2a2a2a; }
      .home .content #follow:hover {
        color: #2a2a2a;
        background: #fff; }

@media screen and (max-width: 1024px) {
  .home .content ul.posts li {
    width: 49%; }
  .home .content.grey-bg {
    padding: 2.77778rem 0; }
    .home .content.grey-bg .cell {
      /*min-height: 400px;*/
      margin-bottom: 20px; }
      .home .content.grey-bg .cell.map {
        height: 300px; }
      .home .content.grey-bg .cell .white-bg {
        height: auto; }
      .home .content.grey-bg .cell .map-bg {
        margin-top: 40px; }
  .home .content .grid-x .large-12 {
    margin-top: 35px; } }

@media screen and (max-width: 768px) {
  .home .banner {
    height: 27.77778rem; }
    .home .banner .text-wrap h1, .home .banner .text-wrap h2 {
      font-size: 1.66667rem; }
    .home .banner .text-wrap .btn {
      font-size: 0.88889rem;
      padding: 0.55556rem; } }

@media screen and (max-width: 480px) {
  .home .content ul.posts li {
    width: 100%; }
  .home .content #load-more {
    float: left; }
  .home .content #follow {
    float: left;
    margin-right: 20px; } }

section {
  /* Headings */
  /* Backgrounds */
  /* Buttons */ }
  section h1 {
    font-family: "Intro";
    font-weight: 700;
    font-size: 2rem; }
  section h2 {
    font-family: "Intro";
    font-weight: 700;
    font-size: 2rem;
    color: #f83036; }
  section h3 {
    font-family: "Akkurat";
    font-weight: 700;
    font-size: 1.2rem; }
  section h4 {
    font-family: "Roboto";
    font-weight: 700;
    font-size: 1.22222rem;
    color: #0685c7; }
  section p {
    font-family: "Akkurat", sans-serif;
    font-size: 1rem; }
  section figcaption, section figure {
    font-family: "Akkurat", sans-serif;
    font-size: 0.88889rem;
    margin-bottom: 20px; }
  section a {
    color: #0685c7; }
    section a:hover {
      color: #0685c7; }
  section ul {
    margin-left: 20px;
    font-family: "Akkurat", sans-serif;
    font-size: 1rem; }
    section ul.slick-dots {
      list-style-type: none;
      margin: 0 auto !important; }
      section ul.slick-dots li {
        display: inline-block;
        padding: 10px;
        width: 5px !important;
        background: transparent !important; }
        section ul.slick-dots li.slick-active button {
          background: #000; }
        section ul.slick-dots li button {
          background: rgba(0, 0, 0, 0.5);
          display: inline-block;
          width: 10px;
          height: 10px;
          border-radius: 100%;
          font-size: 0; }
  section form .cell {
    /*margin-bottom: rem-calc(20px);*/ }
  section form .grid-y .cell {
    margin-bottom: 0; }
  section form input, section form textarea {
    background: #fff;
    font-family: "Akkurat", sans-serif;
    font-size: 1rem;
    margin-bottom: 1.11111rem; }
    section form input.error, section form textarea.error {
      border: 1px solid #f83036; }
  section form select option {
    font-family: "Akkurat", sans-serif;
    font-size: 1rem;
    color: #000; }
  section form label {
    font-family: "Akkurat", sans-serif;
    font-size: 1rem;
    margin-bottom: 0.55556rem; }
  section form #submit {
    cursor: pointer; }
  section .msg {
    margin-bottom: 1.11111rem; }
    section .msg#error {
      color: #f83036; }
    section .msg#success {
      color: #0685c7; }
  section .banner-container {
    width: 100%;
    height: 25rem; }
  section .white-bg {
    background: #fff; }
  section .red-bg {
    background: #f83036; }
  section .grey-bg {
    background: #e9eef5; }
  section .navy-blue-bg {
    background: #161f2d; }
  section .mnavy-blue-bg {
    background: #273241; }
  section .btn {
    display: block;
    padding: 1.11111rem;
    font-family: "Intro";
    font-weight: 700;
    font-size: 1.22222rem;
    text-align: center;
    border: 2px solid #fff; }
    section .btn.btn-sm {
      width: 8.33333rem; }
    section .btn.btn-md {
      width: 11.11111rem; }
    section .btn.btn-lg {
      width: 27.77778rem;
      max-width: 100%; }
    section .btn.btn-full {
      width: 100%; }
    section .btn.btn-lblue {
      color: #fff;
      background: #0685c7; }
      section .btn.btn-lblue:hover {
        background: #006fa8; }
    section .btn.btn-dgrey {
      color: #fff;
      background: #2a2a2a; }
  section .banner {
    position: relative;
    height: 33.33333rem;
    margin-bottom: 2.77778rem; }
    section .banner .text-wrap {
      position: absolute;
      bottom: 40px; }
      section .banner .text-wrap h2 {
        display: inline-block; }
      section .banner .text-wrap h1, section .banner .text-wrap h2 {
        font-family: "Intro";
        font-weight: 700;
        font-size: 3.05556rem;
        color: #000;
        background: #fff;
        line-height: 4.16667rem;
        margin: 0 0 10px;
        padding: 0 15px; }
      section .banner .text-wrap a {
        margin-top: 20px; }
  section ul.cat-posts {
    list-style-type: none;
    margin-bottom: 2.22222rem;
    margin-left: 0; }
    section ul.cat-posts li {
      padding: 0.83333rem;
      font-size: 0.88889rem; }
      section ul.cat-posts li:nth-child(even) {
        background: #e9eef5; }
      section ul.cat-posts li:first-child .cell {
        font-weight: 700; }
      section ul.cat-posts li a {
        display: block;
        color: #0685c7;
        text-align: right; }
    section ul.cat-posts.curr li span {
      vertical-align: middle; }
    section ul.cat-posts.curr li a:hover {
      text-decoration: none; }
    section ul.cat-posts.curr li:nth-child(even) {
      background: #fff; }
    section ul.cat-posts.curr li:nth-child(odd) {
      background: #e9eef5; }
    section ul.cat-posts.curr li:first-child .cell {
      font-weight: 400; }
  section .social-links {
    margin-bottom: 20px; }
  section .social-link {
    margin-right: 10px; }
    section .social-link svg:hover, section .social-link path:hover {
      fill: #f83036; }

@media screen and (max-width: 1024px) {
  section .banner-container {
    height: 19.44444rem; }
  section .video-container {
    height: 22.22222rem; }
    section .video-container iframe {
      height: 22.22222rem !important; } }

@media screen and (max-width: 768px) {
  iframe.apply-form {
    height: 3000px; } }

@media screen and (max-width: 480px) {
  section .banner-container {
    height: 11.11111rem; }
  section .video-container {
    height: 11.11111rem; }
    section .video-container iframe {
      height: 11.11111rem !important; } }

.content-posts .posts .feat-img {
  width: 100%;
  height: 240px; }

.content-posts .posts iframe {
  max-width: 100%; }

.content-posts .posts article {
  /*			a {
				color: $lblue;

				&:hover {
					text-decoration: underline;
				}

				&:visited {
					color: $lblue;
				}*/
  /*}*/ }
  .content-posts .posts article h4 {
    font-size: 1.22222rem;
    font-weight: 400; }
  .content-posts .posts article h3 a {
    font-family: "Roboto";
    color: #000;
    font-weight: 700; }
    .content-posts .posts article h3 a:hover {
      color: #0685c7;
      text-decoration: none; }

.content-posts .posts .social-links {
  margin-bottom: 20px; }

.content-posts .posts .social-link {
  margin-right: 10px; }
  .content-posts .posts .social-link svg:hover, .content-posts .posts .social-link path:hover {
    fill: #f83036; }

.content-posts form {
  margin-bottom: 40px; }
  .content-posts form select {
    display: inline-block;
    width: calc(100% - 80px); }
    .content-posts form select.full {
      width: 100%; }
  .content-posts form span {
    padding-left: 30px; }
  .content-posts form #get-submit {
    margin: 0;
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px; }

@media screen and (max-width: 1024px) {
  .content-posts .post-prev.alumni h3 {
    margin-top: .8rem; }
  .content-posts select {
    margin-bottom: 20px; }
  .content-posts form #get-submit {
    margin: 20px 0; }
  .content-posts form select {
    display: block;
    width: 100%; }
  .content-posts form span {
    padding-left: 0;
    display: block; } }

@media screen and (max-width: 480px) {
  .content-posts .posts iframe {
    width: 100%;
    height: 280px; } }

.content-video {
  margin-bottom: 40px; }
  .content-video h3 {
    color: #0685c7; }
  .content-video h2.cat {
    color: #000;
    font-size: 26px;
    margin-bottom: 0; }
  .content-video a:hover {
    color: #0685c7;
    text-decoration: underline; }
  .content-video .additional-img {
    width: 100%;
    height: 245px; }
  .content-video .staff {
    padding: 20px; }
    .content-video .staff p {
      color: #fff; }
      .content-video .staff p strong {
        font-weight: 400 !important;
        color: #0685c7; }
  .content-video ul.cat-posts {
    list-style-type: none;
    margin-bottom: 40px;
    margin-left: 0; }
    .content-video ul.cat-posts li {
      padding: 15px;
      font-size: 16px; }
      .content-video ul.cat-posts li:nth-child(even) {
        background: #e9eef5; }
      .content-video ul.cat-posts li:first-child .cell {
        font-weight: 700; }
      .content-video ul.cat-posts li a {
        display: block;
        color: #0685c7;
        text-align: left; }
  .content-video .video-container iframe {
    width: 100%;
    height: 36.66667rem; }

@media screen and (max-width: 667px) {
  .content-video ul.cat-posts li .cell:first-child {
    font-weight: 700; }
  .content-video ul.cat-posts li a {
    text-align: left; } }

.content-curriculum {
  margin-bottom: 2.22222rem; }
  .content-curriculum h3 {
    color: #0685c7; }
  .content-curriculum h2.cat {
    color: #000;
    font-size: 1.44444rem;
    margin-bottom: 0; }
  .content-curriculum a:hover {
    color: #0685c7;
    text-decoration: underline; }
  .content-curriculum .additional-img {
    width: 100%;
    height: 245px; }
  .content-curriculum .additional-cont {
    padding: 1.11111rem; }
    .content-curriculum .additional-cont p {
      color: #fff; }
      .content-curriculum .additional-cont p strong {
        font-weight: 400 !important;
        color: #0685c7; }
    .content-curriculum .additional-cont h4 {
      color: #fff; }
  .content-curriculum ul.cat-posts {
    list-style-type: none;
    margin-bottom: 2.22222rem;
    margin-left: 0; }
    .content-curriculum ul.cat-posts li {
      padding: 0.83333rem;
      font-size: 0.88889rem; }
      .content-curriculum ul.cat-posts li:nth-child(even) {
        background: #e9eef5; }
      .content-curriculum ul.cat-posts li:first-child .cell {
        font-weight: 700; }
      .content-curriculum ul.cat-posts li a {
        display: block;
        color: #0685c7;
        text-align: right; }
    .content-curriculum ul.cat-posts.curr li span {
      vertical-align: middle; }
    .content-curriculum ul.cat-posts.curr li a:hover {
      text-decoration: none; }
    .content-curriculum ul.cat-posts.curr li:nth-child(even) {
      background: #fff; }
    .content-curriculum ul.cat-posts.curr li:nth-child(odd) {
      background: #e9eef5; }
    .content-curriculum ul.cat-posts.curr li:first-child .cell {
      font-weight: 400; }

@media screen and (max-width: 667px) {
  .content-curriculum ul.cat-posts li .cell:first-child {
    font-weight: 700; }
  .content-curriculum ul.cat-posts li a {
    text-align: left; }
  .content-curriculum .navy-blue-bg:first-child {
    margin-bottom: 40px; } }

.content-map {
  position: relative;
  height: 700px;
  height: 100vh; }
  .content-map .map-wrapper {
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0; }
    .content-map .map-wrapper .acf-map {
      position: relative;
      /*width: 100%;*/
      /*height: 900px;*/
      width: 100%;
      height: 100%;
      margin: 0; }
      .content-map .map-wrapper .acf-map img {
        max-width: inherit !important; }
  .content-map #filters {
    position: absolute;
    top: 0;
    right: 0;
    width: 435px;
    max-width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(0, 0, 0, 0.7);
    z-index: 99; }
    .content-map #filters h4 {
      font-size: 1.33333rem;
      color: #ffffff; }
    .content-map #filters strong {
      display: block;
      margin-bottom: 5px;
      color: #0685c7; }
    .content-map #filters ul {
      list-style-type: none;
      margin: 0 0 40px;
      height: 40%;
      overflow: scroll; }
      .content-map #filters ul li {
        color: #fff;
        padding: 10px;
        border-bottom: 1px solid #e9eef5; }
        .content-map #filters ul li.current, .content-map #filters ul li:hover {
          background: #0685c7;
          cursor: pointer; }
      .content-map #filters ul#school {
        background: #000;
        padding: 20px; }
        .content-map #filters ul#school li {
          border-bottom: 1px solid #e9eef5; }
          .content-map #filters ul#school li:hover {
            background: transparent;
            color: #0685c7; }
  .content-map #filters-expand {
    display: none; }

@media screen and (max-width: 1024px) {
  .content-map #filters {
    position: absolute;
    top: 50px;
    right: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    padding: 0; }
    .content-map #filters.expand {
      height: calc(100% - 50px);
      padding: 10px 20px; }
  .content-map #filters-expand {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #e9eef5; }
    .content-map #filters-expand h4 {
      color: #fff;
      margin-bottom: 0;
      font-size: 1.33333rem; }
      .content-map #filters-expand h4 span img {
        width: 15px;
        margin-left: 20px; }
        .content-map #filters-expand h4 span img.invert {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .content-map #filters-expand h4:hover {
        color: #0685c7;
        cursor: pointer; } }

.page-template-template-covid-videos {
  /*height: 100%;*/ }
  .page-template-template-covid-videos #content {
    /*height: 100%;*/ }
  .page-template-template-covid-videos .wrapper {
    /*height: 100%;*/
    overflow: hidden; }

.covid-landing {
  background-color: white;
  background-size: 100% auto;
  background-position: 0 0;
  /*max-width: 1920px; margin: 0 auto; overflow-y: auto;*/
  /*height: 100%; */
  position: relative;
  /*background:url('../img/covid/banner-blue-bg.jpg') no-repeat;
	background-size: cover; */
  background-color: #0685c7; }
  .covid-landing .top-ribbon {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    background: white;
    z-index: 7; }
    .covid-landing .top-ribbon:hover {
      background: rgba(255, 255, 255, 0.3); }
    .covid-landing .top-ribbon a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 60px;
      font-weight: 700;
      color: #0685c7;
      padding: 10px; }
      .covid-landing .top-ribbon a:hover {
        color: #fff !important; }
        .covid-landing .top-ribbon a:hover svg {
          fill: #fff;
          margin-right: 15px; }
    .covid-landing .top-ribbon svg {
      display: inline-block;
      -webkit-transform: rotate(90deg);
              transform: rotate(90deg);
      width: 20px;
      margin-right: 5px;
      -webkit-transition: margin-right .3s;
      transition: margin-right .3s; }
  .covid-landing .covid-banner {
    position: relative;
    overflow: hidden;
    background: url("../img/covid/covid-bg.jpg") no-repeat;
    background-size: 100% auto;
    background-position: center 100%;
    z-index: 1;
    width: 100%;
    z-index: 1;
    height: 100vh; }
    .covid-landing .covid-banner .bg-img-1 {
      background: url("../img/covid/covid-layer-1.png") no-repeat;
      background-size: cover;
      background-position: 50%;
      position: fixed;
      width: 100%;
      height: 100vh;
      -webkit-transition: none;
      transition: none;
      /*top: 250px;*/
      /*left: -100px;*/
      z-index: 2; }
    .covid-landing .covid-banner .bg-img-2 {
      background: url("../img/covid/covid-layer-2.png") no-repeat;
      background-size: cover;
      background-position: 50%;
      position: fixed;
      width: 100%;
      height: 100vh;
      -webkit-transition: none;
      transition: none; }
  .covid-landing .covid-content-wrapper {
    z-index: 8;
    position: relative;
    /*&.active-filters {
			.covid-posts {
				li {
					position: relative;
					width: calc(50% - 20px);
				}
			}
		}*/ }
  .covid-landing .filter-toggle {
    display: block;
    margin: 0 auto 0 0;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    max-width: 240px;
    padding: 15px 20px;
    margin-bottom: 20px; }
  .covid-landing .covid-content {
    position: relative;
    width: 100%;
    /*height: 100%; */
    /*top: 100%;*/
    z-index: 2;
    overflow-x: hidden;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .covid-landing .covid-content .covid-banner-transparent {
      position: relative;
      overflow-x: hidden;
      width: 100%;
      z-index: 1;
      background: transparent;
      background-size: cover;
      height: 100%; }
    .covid-landing .covid-content .banner-text-container {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      height: 100vh;
      -webkit-transition: none;
      transition: none;
      z-index: 1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .covid-landing .covid-content .banner-text-container h1 {
        text-align: center;
        font-family: "Norwester", sans-serif;
        font-weight: 400;
        text-transform: uppercase;
        color: #fff;
        font-size: 11rem;
        line-height: 1.1em; }
        .covid-landing .covid-content .banner-text-container h1 span {
          font-size: 14.44444rem; }
      .covid-landing .covid-content .banner-text-container h2 {
        text-align: center;
        font-style: italic;
        font-family: proxima-nova, sans-serif;
        font-size: 1.66667rem;
        color: #fff;
        text-transform: none; }
      .covid-landing .covid-content .banner-text-container img {
        max-height: 90vh; }
    .covid-landing .covid-content h2 {
      text-align: center;
      font-family: "Norwester", sans-serif;
      font-weight: 400;
      text-transform: uppercase;
      color: #fff;
      font-size: 1.88889rem;
      line-height: 1.1em; }
    .covid-landing .covid-content .intro p {
      color: #fff;
      text-align: center;
      margin-bottom: 2.77778rem;
      font-family: proxima-nova, sans-serif; }
    .covid-landing .covid-content form label {
      color: #fff;
      font-family: proxima-nova, sans-serif; }
    .covid-landing .covid-content form span {
      color: #fff;
      font-family: proxima-nova, sans-serif; }
    .covid-landing .covid-content form select {
      width: 100%;
      margin-bottom: 20px; }
    .covid-landing .covid-content form p {
      color: #fff;
      text-align: center; }
    .covid-landing .covid-content form #get-submit {
      background: #fff;
      color: #0685c7;
      border: 1px solid #fff;
      font-family: proxima-nova, sans-serif;
      font-weight: 700;
      text-transform: none; }
      .covid-landing .covid-content form #get-submit:hover {
        background: #0685c7;
        color: #fff;
        cursor: pointer; }
    .covid-landing .covid-content .covid-posts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      list-style-type: none;
      width: 100%;
      margin-top: 0;
      margin-left: 0; }
      .covid-landing .covid-content .covid-posts li {
        position: relative;
        width: calc(33.33% - 20px);
        margin-right: 20px;
        margin-bottom: 20px;
        -webkit-perspective: 1000px;
                perspective: 1000px; }
        .covid-landing .covid-content .covid-posts li .inner {
          height: 100%;
          position: relative;
          -webkit-transition: -webkit-transform 0.8s;
          transition: -webkit-transform 0.8s;
          transition: transform 0.8s;
          transition: transform 0.8s, -webkit-transform 0.8s;
          -webkit-transform-style: preserve-3d;
                  transform-style: preserve-3d; }
        .covid-landing .covid-content .covid-posts li:hover .inner {
          -webkit-transform: rotateY(180deg);
                  transform: rotateY(180deg); }
        .covid-landing .covid-content .covid-posts li:hover .overlay-text {
          display: none; }
        .covid-landing .covid-content .covid-posts li:hover .post-prev {
          opacity: 1; }
      .covid-landing .covid-content .covid-posts .post-img {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 100%;
        width: 100%;
        -webkit-backface-visibility: hidden;
        /* Safari */
        backface-visibility: hidden; }
      .covid-landing .covid-content .covid-posts .overlay-text {
        /*position: absolute;*/
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        width: 100%;
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        background: rgba(0, 0, 0, 0.2);
        background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%); }
        .covid-landing .covid-content .covid-posts .overlay-text a {
          display: block;
          color: #fff;
          text-align: center; }
        .covid-landing .covid-content .covid-posts .overlay-text p {
          color: #fff;
          text-align: center; }
      .covid-landing .covid-content .covid-posts .post-prev {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        height: 100%;
        width: 100%;
        background: #1a2a37;
        font-family: proxima-nova, sans-serif;
        color: #fff;
        padding: 1.66667rem 1.11111rem;
        -webkit-backface-visibility: hidden;
        /* Safari */
        backface-visibility: hidden;
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
        .covid-landing .covid-content .covid-posts .post-prev h3 {
          font-family: proxima-nova, sans-serif;
          color: #fff; }
        .covid-landing .covid-content .covid-posts .post-prev a {
          color: #fff; }
        .covid-landing .covid-content .covid-posts .post-prev .btn {
          max-width: 170px;
          font-size: 18px;
          padding: 10px;
          background: #fff;
          color: #1a2a37;
          font-family: proxima-nova, sans-serif;
          border: 1px solid #fff;
          -webkit-transition: all .3s;
          transition: all .3s; }
          .covid-landing .covid-content .covid-posts .post-prev .btn:hover {
            background: #1a2a37;
            color: #fff; }
  .covid-landing .content-container {
    padding-top: 2.77778rem;
    padding-bottom: 2.77778rem; }
  .covid-landing #post-loader {
    display: block;
    margin: 0 auto;
    color: #fff;
    font-family: proxima-nova, sans-serif;
    max-width: 240px;
    padding: 15px 20px; }
    .covid-landing #post-loader:hover {
      background: #fff;
      color: #0685c7;
      cursor: pointer; }
  .covid-landing #arrow-down {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 5; }
    .covid-landing #arrow-down svg {
      font-size: 30px;
      display: block;
      margin: 0 auto;
      fill: #fff; }

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
@-webkit-keyframes downArrowMotion {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }
@keyframes downArrowMotion {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px); } }

@media screen and (max-width: 1500px) {
  .covid-landing .covid-content .banner-text-container h1 {
    font-size: 8.33333rem; }
    .covid-landing .covid-content .banner-text-container h1 span {
      font-size: 11.11111rem; } }

@media screen and (max-width: 1150px) {
  .covid-landing .covid-banner {
    background-size: cover !important;
    background-position: 0 0 !important; } }

@media screen and (max-width: 1100px) {
  .covid-landing .covid-content .banner-text-container h1 {
    font-size: 5.55556rem; }
    .covid-landing .covid-content .banner-text-container h1 span {
      font-size: 7.22222rem; }
  .covid-landing .covid-content .covid-posts li {
    width: calc(50% - 20px); } }

@media screen and (max-width: 768px) {
  .covid-landing .filter-toggle {
    margin: 0 auto; }
  .covid-landing .covid-banner .bg-img-1 {
    background-position: 0 0;
    position: relative;
    z-index: 0; }
  .covid-landing .covid-banner .bg-img-2 {
    display: none; }
  .covid-landing .covid-content .banner-text-container h1 {
    font-size: 4.44444rem; }
    .covid-landing .covid-content .banner-text-container h1 span {
      font-size: 5.55556rem; }
  .covid-landing .covid-content .covid-posts .post-prev h3 {
    font-size: 0.88889rem; }
  .covid-landing .covid-content .covid-posts .post-prev p {
    font-size: 0.77778rem; } }

@media screen and (max-width: 480px) {
  .covid-landing .covid-content .banner-text-container h1 {
    font-size: 3.33333rem; }
    .covid-landing .covid-content .banner-text-container h1 span {
      font-size: 4.44444rem; }
  .covid-landing .covid-content .covid-posts li {
    width: 100%;
    margin-left: 0; } }

.content-404 .btn {
  margin-bottom: 2.22222rem; }

.single {
  /*iframe {
		width: 100%;
		height: rem-calc(660px);
	}*/ }
  .single img.alignright {
    float: right;
    padding-left: 20px;
    padding-top: 20px; }
  .single img.alignleft {
    float: left;
    padding-right: 20px;
    padding-top: 20px; }

@media screen and (max-width: 1024px) {
  .single {
    /*iframe {
			height: rem-calc(400px);
		}*/ }
  iframe.apply-form {
    height: 166.66667rem; } }

@media screen and (max-width: 768px) {
  .single iframe {
    max-width: 100%; } }

/*@media screen and (max-width: 480px)
{
	.single {
		iframe {
			height: rem-calc(200px);
		}
	}
}*/
form #searchsubmit {
  background: #006fa8;
  color: #fff;
  padding: 0.61111rem 1.11111rem; }

.tool-pagination {
  display: block;
  text-align: center;
  margin: 1.11111rem 0 2.22222rem; }
  .tool-pagination .next {
    display: inline-block;
    vertical-align: top;
    font-family: "Intro";
    color: #0685c7;
    padding: 0.55556rem; }
  .tool-pagination .prev {
    display: inline-block;
    vertical-align: top;
    font-family: "Intro";
    color: #0685c7;
    padding: 0.55556rem; }
  .tool-pagination .pages {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    margin-left: 0;
    margin-bottom: 0;
    background: #0685c7;
    border: 1px solid #0685c7; }
    .tool-pagination .pages li {
      display: inline-block;
      vertical-align: top;
      font-family: "Akkurat" !important;
      list-style-type: none; }
      .tool-pagination .pages li .current {
        display: block;
        color: #0685c7;
        background: #fff;
        padding: 10px; }
      .tool-pagination .pages li a {
        display: block;
        color: #fff;
        padding: 10px; }

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * 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
   ========================================================================== */
/**
 * 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 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * 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 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

* {
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out; }

html {
  height: 100%;
  width: 100%;
  margin: 0px; }
  @media print, screen and (max-width: 63.99875em) {
    html {
      font-size: 0.94444rem; } }
  html.active {
    overflow: hidden;
    height: 100%; }

body {
  height: 100%;
  width: 100%;
  margin: 0px; }
  body.active {
    overflow: hidden;
    height: 100%; }
    body.active .wrapper {
      height: 100%;
      overflow: hidden; }
    body.active header .navi {
      display: block;
      height: auto; }
      body.active header .navi nav {
        display: block; }

.banner.split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  .banner.split .split-section {
    position: relative;
    width: 50%;
    color: #fff;
    text-align: center;
    padding: 100px 20px; }
  .banner.split h2 {
    color: #fff;
    font-size: 30px;
    font-family: "Intro";
    margin-bottom: 0; }
    .banner.split h2 .large {
      font-size: 80px;
      font-family: "Antonio";
      text-transform: uppercase;
      line-height: 1em; }
  .banner.split h3 {
    font-family: "Intro";
    font-size: 55px;
    letter-spacing: 10px;
    margin-bottom: 0; }
  .banner.split h4 {
    text-transform: uppercase;
    font-family: "Intro";
    letter-spacing: 5px; }
  .banner.split p {
    text-transform: uppercase;
    font-family: "Intro";
    margin-bottom: 0;
    font-weight: 400; }
    .banner.split p strong {
      font-size: 20px;
      font-weight: 700; }
    .banner.split p.intro {
      font-size: 16px; }
  .banner.split .dots {
    margin: 0 auto;
    font-size: 50px;
    line-height: .5em; }
  .banner.split .btn-group {
    position: absolute;
    margin: 0 auto;
    bottom: 30px;
    width: 100%; }
    .banner.split .btn-group .btn {
      background: #0685c7;
      border: 1px solid #fff;
      color: #fff;
      margin: 20px auto;
      max-width: 250px;
      font-size: 16px;
      letter-spacing: 2px;
      font-weight: 400; }
      .banner.split .btn-group .btn:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
        cursor: pointer; }
  .banner.split .blue-bg {
    background: #0685c7;
    background-image: url("/app/themes/pbs-student-reporting-labs/assets/img/home/blue_banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .banner.split .blue-bg h3 {
      color: #f83036; }
    .banner.split .blue-bg .btn {
      background: #0685c7;
      border: 1px solid #0685c7;
      color: #fff;
      margin: 20px auto;
      max-width: 250px; }
      .banner.split .blue-bg .btn:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
        cursor: pointer; }
  .banner.split .red-bg {
    background: #f83036;
    background-image: url("/app/themes/pbs-student-reporting-labs/assets/img/home/red_banner.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .banner.split .red-bg h3 {
      color: #0685c7; }
    .banner.split .red-bg .btn {
      background: #0685c7;
      border: 1px solid #0685c7;
      color: #fff;
      margin: 20px auto;
      max-width: 250px; }
      .banner.split .red-bg .btn:hover {
        background: transparent;
        color: #fff;
        border: 1px solid #fff;
        cursor: pointer; }

@media screen and (max-width: 1250px) {
  .banner.split .split-section {
    padding: 60px 20px; }
  .banner.split h2 .large {
    font-size: 50px; }
  .banner.split h3 {
    font-size: 30px;
    letter-spacing: 5px; }
  .banner.split p {
    font-size: 16px; }
    .banner.split p strong {
      font-size: 20px; } }

/*
@media screen and (max-width: 1024px) {
	.banner {
		&.split {
			margin-top: 108px;
		}
	}
}


@media screen and (max-width: 768px) {
	.banner {
		&.split {
			margin-top: 80px;

			h2 {
				.large {
					font-size: 40px;
				}
			}

			h3 {
				font-size: 25px;
				letter-spacing: 4px;
			}
		}
	}
}*/
@media screen and (max-width: 1024px) {
  .banner.split {
    display: block;
    height: auto;
    margin-top: 58px; }
    .banner.split .split-section {
      width: 100%; }
    .banner.split .btn-group {
      bottom: -50px;
      z-index: 9;
      width: calc(100% - 40px); }
      .banner.split .btn-group .btn {
        border: 1px solid #fff; }
    .banner.split h2 .large {
      font-size: 40px; }
    .banner.split h3 {
      font-size: 25px;
      letter-spacing: 4px; } }

.slider-wrapper {
  position: relative; }
  .slider-wrapper .banner.slick-news-banner .slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: 100%; }
  .slider-wrapper .banner.slick-news-banner .slick-list {
    height: 100%; }
  .slider-wrapper .banner.slick-news-banner .slick-track {
    height: 100%; }
  .slider-wrapper .banner.slick-news-banner .slide-overlay {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .slider-wrapper .banner.slick-news-banner .slide-content {
    position: relative;
    width: 100%;
    padding-bottom: 40px;
    z-index: 3; }
  .slider-wrapper .banner.slick-news-banner .slick-dots {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center; }
    .slider-wrapper .banner.slick-news-banner .slick-dots li button {
      background: rgba(248, 48, 54, 0.5); }
    .slider-wrapper .banner.slick-news-banner .slick-dots li.slick-active button {
      background: #f83036; }
  .slider-wrapper .banner.slick-news-banner h2 {
    color: #fff;
    font-size: 50px; }
  .slider-wrapper .banner.slick-news-banner .full-banner {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }
  .slider-wrapper .custom-control-arrows {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: calc(50% - 45px);
    z-index: 4; }
    .slider-wrapper .custom-control-arrows .arrow {
      position: absolute;
      background: rgba(248, 48, 54, 0.7);
      color: #fff;
      padding: 20px 0px; }
      .slider-wrapper .custom-control-arrows .arrow.prev {
        left: 0; }
        .slider-wrapper .custom-control-arrows .arrow.prev img {
          -webkit-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .slider-wrapper .custom-control-arrows .arrow.next {
        right: 0; }
      .slider-wrapper .custom-control-arrows .arrow:hover {
        cursor: pointer;
        background: #f83036; }

@media screen and (max-width: 1024px) {
  .slider-wrapper .banner.slick-news-banner h2 {
    font-size: 35px; }
  .slider-wrapper .custom-control-arrows .arrow img {
    width: 25px; } }

@media screen and (max-width: 500px) {
  .slider-wrapper .banner.slick-news-banner h2 {
    font-size: 28px; } }
