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

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

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

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

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

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

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

.wpcf7-form-control-wrap {
  position: inherit;
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*@import 'motion-ui';*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
body {
  margin: 0; }

/* HTML5 display definitions
     ========================================================================== */
/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
   * 1. Correct `inline-block` display not defined in IE 8/9.
   * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
   */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
   */
[hidden],
template {
  display: none; }

/* Links
     ========================================================================== */
/**
   * Remove the gray background color from active links in IE 10.
   */
a {
  background-color: transparent; }

/**
   * Improve readability of focused elements when they are also in an
   * active/hover state.
   */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
     ========================================================================== */
/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */
abbr[title] {
  border-bottom: 1px dotted; }

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */
b,
strong {
  font-weight: bold; }

/**
   * Address styling not present in Safari and Chrome.
   */
dfn {
  font-style: italic; }

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
   * Address styling not present in IE 8/9.
   */
mark {
  background: #ff0;
  color: #000; }

/**
   * Address inconsistent and variable font size in all browsers.
   */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
     ========================================================================== */
/**
   * Remove border when inside `a` element in IE 8/9/10.
   */
img {
  border: 0; }

/**
   * Correct overflow not hidden in IE 9/10/11.
   */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
     ========================================================================== */
/**
   * Address margin not present in IE 8/9 and Safari.
   */
figure {
  margin: 1em 40px; }

/**
   * Address differences between Firefox and other browsers.
   */
hr {
  box-sizing: content-box;
  height: 0; }

/**
   * Contain overflow in all browsers.
   */
pre {
  overflow: auto; }

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
     ========================================================================== */
/**
   * Known limitation: by default, Chrome and Safari on OS X allow very limited
   * styling of `select`, unless a `border` property is set.
   */
/**
   * 1. Correct color not being inherited.
   *    Known issue: affects color of disabled elements.
   * 2. Correct font properties not being inherited.
   * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
   */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */
button {
  overflow: visible; }

/**
   * Address inconsistent `text-transform` inheritance for `button` and `select`.
   * All other form control elements do not inherit `text-transform` values.
   * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */
button,
select {
  text-transform: none; }

/**
   * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
   *    and `video` controls.
   * 2. Correct inability to style clickable `input` types in iOS.
   * 3. Improve usability and consistency of cursor style between image-type
   *    `input` and others.
   */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

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

/**
   * Address Firefox 4+ setting `line-height` on `input` using `!important` in
   * the UA stylesheet.
   */
input {
  line-height: normal; }

/**
   * It's recommended that you don't attempt to style these elements.
   * Firefox's implementation doesn't respect box-sizing, padding, or width.
   *
   * 1. Address box sizing set to `content-box` in IE 8/9/10.
   * 2. Remove excess padding in IE 8/9/10.
   */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Fix the cursor style for Chrome's increment/decrement buttons. For certain
   * `font-size` values of the `input`, it causes the cursor style of the
   * decrement button to change from `default` to `text`.
   */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
   */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
   * Remove inner padding and search cancel button in Safari and Chrome on OS X.
   * Safari (but not Chrome) clips the cancel button when the search input has
   * padding (and `textfield` appearance).
   */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
   * Define consistent border, margin, and padding.
   * [NOTE] We don't enable this ruleset in Foundation, because we want the <fieldset> element to have plain styling.
   */
/* fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
  } */
/**
   * 1. Correct `color` not being inherited in IE 8/9/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */
textarea {
  overflow: auto; }

/**
   * Don't inherit the `font-weight` (applied by a rule above).
   * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
   */
optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

.foundation-mq {
  font-family: "small=0em&medium=42.5em&large=65em&xlarge=86.25em"; }

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

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

body {
  padding: 0;
  margin: 0;
  font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 24px;
  color: #333;
  background: #ffffff; }

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

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

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

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

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

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

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

.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.align-stretch {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch; }

.small {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media screen and (min-width: 42.5em) {
  .medium {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 65em) {
  .large {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 86.25em) {
  .xlarge {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.row {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }
  .row .row {
    margin-left: -1.11111rem;
    margin-right: -1.11111rem; }
    @media screen and (min-width: 42.5em) {
      .row .row {
        margin-left: -1.11111rem;
        margin-right: -1.11111rem; } }
    @media screen and (min-width: 65em) {
      .row .row {
        margin-left: -1.11111rem;
        margin-right: -1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .row .row {
        margin-left: -1.11111rem;
        margin-right: -1.11111rem; } }
  .row.expanded {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }

.column, .columns {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  padding-left: 1.11111rem;
  padding-right: 1.11111rem; }
  @media screen and (min-width: 42.5em) {
    .column, .columns {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 65em) {
    .column, .columns {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 86.25em) {
    .column, .columns {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }

.column.row.row, .row.row.columns {
  float: none; }
  .row .column.row.row, .row .row.row.columns {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }

.small-1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8.33333%;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 16.66667%;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 25%;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.33333%;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 41.66667%;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58.33333%;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 66.66667%;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 75%;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 83.33333%;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 91.66667%;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-up-1 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

.small-order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-up-2 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }

.small-order-3 {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-up-3 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-order-4 {
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-up-4 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }

.small-order-5 {
  -webkit-box-ordinal-group: 6;
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-up-5 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
            flex: 0 0 20%;
    max-width: 20%; }

.small-order-6 {
  -webkit-box-ordinal-group: 7;
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

.small-up-6 {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-1 > .column, .small-up-1 > .columns {
  width: 100%;
  float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child {
    float: left; }

.small-up-2 > .column, .small-up-2 > .columns {
  width: 50%;
  float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child {
    float: left; }

.small-up-3 > .column, .small-up-3 > .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child {
    float: left; }

.small-up-4 > .column, .small-up-4 > .columns {
  width: 25%;
  float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child {
    float: left; }

.small-up-5 > .column, .small-up-5 > .columns {
  width: 20%;
  float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child {
    float: left; }

.small-up-6 > .column, .small-up-6 > .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child {
    float: left; }

.small-up-7 > .column, .small-up-7 > .columns {
  width: 14.28571%;
  float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) {
    clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child {
    float: left; }

.small-up-8 > .column, .small-up-8 > .columns {
  width: 12.5%;
  float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) {
    clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child {
    float: left; }

.small-collapse > .column, .small-collapse > .columns {
  padding-left: 0;
  padding-right: 0; }

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-left: 1.11111rem;
  padding-right: 1.11111rem; }

@media screen and (min-width: 42.5em) {
  .medium-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .medium-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .medium-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .medium-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .medium-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .medium-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    width: 100%;
    float: left; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    width: 50%;
    float: left; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    width: 25%;
    float: left; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    width: 20%;
    float: left; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; } }

@media screen and (min-width: 42.5em) and (min-width: 42.5em) {
  .medium-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.medium-unstack .column, .row.medium-unstack .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 42.5em) {
    .row.medium-unstack .column, .row.medium-unstack .columns {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 42.5em) {
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; } }

@media screen and (min-width: 65em) {
  .large-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .large-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .large-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .large-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .large-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .large-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    width: 100%;
    float: left; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    width: 50%;
    float: left; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    width: 25%;
    float: left; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    width: 20%;
    float: left; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; } }

@media screen and (min-width: 65em) and (min-width: 65em) {
  .large-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.large-unstack .column, .row.large-unstack .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 65em) {
    .row.large-unstack .column, .row.large-unstack .columns {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 65em) {
  .large-collapse > .column, .large-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; } }

@media screen and (min-width: 86.25em) {
  .xlarge-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.33333%;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66667%;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.33333%;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.66667%;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.33333%;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.66667%;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-up-1 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-up-2 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-up-3 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 33.33333%;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-up-4 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 25%;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-up-5 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; }
  .xlarge-up-6 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 16.66667%;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns {
    width: 100%;
    float: left; }
    .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child {
      float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns {
    width: 50%;
    float: left; }
    .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child {
      float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns {
    width: 33.33333%;
    float: left; }
    .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child {
      float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns {
    width: 25%;
    float: left; }
    .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child {
      float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns {
    width: 20%;
    float: left; }
    .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child {
      float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns {
    width: 16.66667%;
    float: left; }
    .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child {
      float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns {
    width: 14.28571%;
    float: left; }
    .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child {
      float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns {
    width: 12.5%;
    float: left; }
    .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child {
      float: left; } }

@media screen and (min-width: 86.25em) and (min-width: 86.25em) {
  .xlarge-expand {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.row.xlarge-unstack .column, .row.xlarge-unstack .columns {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%; }
  @media screen and (min-width: 86.25em) {
    .row.xlarge-unstack .column, .row.xlarge-unstack .columns {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }

@media screen and (min-width: 86.25em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns {
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; } }

.shrink {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  max-width: 100%; }

.column.align-top, .align-top.columns {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.column.align-bottom, .align-bottom.columns {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.column.align-middle, .align-middle.columns {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.column.align-stretch, .align-stretch.columns {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 10px;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.4; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #666666;
    line-height: 0; }

h1 {
  font-size: 1.77778rem; }

h2 {
  font-size: 1.55556rem; }

h3 {
  font-size: 1.05556rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.94444rem; }

h6 {
  font-size: 0.88889rem; }

@media screen and (min-width: 42.5em) {
  h1 {
    font-size: 2.66667rem; }
  h2 {
    font-size: 2.22222rem; }
  h3 {
    font-size: 1.72222rem; }
  h4 {
    font-size: 1.38889rem; }
  h5 {
    font-size: 1.11111rem; }
  h6 {
    font-size: 0.88889rem; } }

a {
  color: #ed1d25;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }
  a:hover, a:focus {
    color: #d41118; }
  a img {
    border: 0; }

hr {
  max-width: 1280px;
  height: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #e3e3e3;
  border-left: 0;
  margin: 1.11111rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 10px;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 10px;
  padding: 0.5rem 1.11111rem 0 1.05556rem;
  border-left: 1px solid #666666; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #515151; }

cite {
  display: block;
  font-size: 0.72222rem;
  color: #515151; }
  cite:before {
    content: '\2014 \0020'; }

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333;
  background-color: #e6e6e6;
  border: 1px solid #666666;
  padding: 0.11111rem 0.27778rem 0.05556rem; }

kbd {
  padding: 0.11111rem 0.22222rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #333;
  font-family: Consolas, "Liberation Mono", Courier, monospace; }

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

.lead {
  font-size: 22.5px;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 42.5em) {
  .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 screen and (min-width: 65em) {
  .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: 86.25em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !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 #515151;
    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; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  -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;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 0 20px 0;
  font-size: 0.9rem;
  background-color: #ed1d25;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #d11118;
    color: #fff; }
  .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-left: 0;
    margin-right: 0; }
  .button.primary {
    background-color: #ed1d25;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #c51017;
      color: #fff; }
  .button.secondary {
    background-color: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #5f5f5f;
      color: #fff; }
  .button.success {
    background-color: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background-color: #22bb5b;
      color: #fff; }
  .button.warning {
    background-color: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cc8b00;
      color: #fff; }
  .button.alert {
    background-color: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #da3116;
      color: #fff; }
  .button.hollow {
    border: 1px solid #ed1d25;
    color: #ed1d25; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #7b0a0e;
      color: #7b0a0e; }
    .button.hollow.primary {
      border: 1px solid #ed1d25;
      color: #ed1d25; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #7b0a0e;
        color: #7b0a0e; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #ffffff transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: -0.1em; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.16667rem;
  padding: 0.44444rem;
  border: 1px solid #666666;
  margin: 0 0 0.88889rem;
  font-family: inherit;
  font-size: 0.88889rem;
  color: #333;
  background-color: #ffffff;
  box-shadow: inset 0 1px 2px rgba(51, 51, 51, 0.1);
  border-radius: 0;
  -webkit-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-appearance: none;
  -moz-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 {
    border: 1px solid #515151;
    background-color: #ffffff;
    outline: none;
    box-shadow: 0 0 5px #666666;
    -webkit-transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

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

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

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

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

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

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.88889rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  margin-left: 0.44444rem;
  margin-right: 0.88889rem;
  margin-bottom: 0;
  vertical-align: baseline; }

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

.input-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.88889rem;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button {
  margin: 0; }

.input-group-label {
  text-align: center;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #333;
  border: 1px solid #666666;
  white-space: nowrap;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: 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;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  width: auto;
  height: auto; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button {
    margin: 0; }

.input-group .input-group-button {
  display: table-cell; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.44444rem;
  max-width: 100%; }

.fieldset {
  border: 1px solid #666666;
  padding: 1.11111rem;
  margin: 1rem 0; }
  .fieldset legend {
    background: #ffffff;
    padding: 0 0.16667rem;
    margin: 0;
    margin-left: -0.16667rem; }

select {
  height: 2.16667rem;
  padding: 0.44444rem;
  border: 1px solid #666666;
  margin: 0 0 0.88889rem;
  font-size: 0.88889rem;
  font-family: inherit;
  line-height: normal;
  color: #333;
  background-color: #ffffff;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  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-size: 9px 6px;
  background-position: right center;
  background-origin: content-box;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.44444rem;
  margin-bottom: 0.88889rem;
  font-size: 0.66667rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.accordion {
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.66667rem;
  color: #ed1d25;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6;
  background-color: #ffffff; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #ed1d25 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1); }

.button-group {
  margin-bottom: 1rem;
  font-size: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    font-size: 0.9rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .button-group .button:not(:last-child) {
      margin-right: 1px; }
  .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;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #ed1d25;
    color: #ffffff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #c51017;
      color: #ffffff; }
  .button-group.secondary .button {
    background-color: #777;
    color: #ffffff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #5f5f5f;
      color: #ffffff; }
  .button-group.success .button {
    background-color: #3adb76;
    color: #ffffff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #22bb5b;
      color: #ffffff; }
  .button-group.warning .button {
    background-color: #ffae00;
    color: #ffffff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cc8b00;
      color: #ffffff; }
  .button-group.alert .button {
    background-color: #ec5840;
    color: #ffffff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #da3116;
      color: #ffffff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -webkit-flex-wrap: wrap;
        -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;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
      .button-group.stacked .button:not(:last-child), .button-group.stacked-for-small .button:not(:last-child), .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 0; }
  @media screen and (min-width: 42.5em) {
    .button-group.stacked-for-small .button {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
      .button-group.stacked-for-small .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (min-width: 65em) {
    .button-group.stacked-for-medium .button {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
      .button-group.stacked-for-medium .button:not(:last-child) {
        margin-right: 1px; } }
  @media screen and (max-width: 42.4375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 10px 20px 10px 10px;
  border: 1px solid rgba(51, 51, 51, 0.25);
  border-radius: 0;
  position: relative;
  color: #333;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #fcddde; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
  .callout.warning {
    background-color: #fff3d9; }
  .callout.alert {
    background-color: #fce6e2; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block !important; }

.is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.15s linear;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #ed1d25;
    border-left-style: solid;
    border-right-width: 0;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back > a::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #ed1d25 transparent transparent;
  border-right-style: solid;
  border-left-width: 0;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem; }

.dropdown-pane {
  background-color: #ffffff;
  border: 1px solid #666666;
  border-radius: 0;
  display: block;
  font-size: 16rem;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.menu {
  margin: 0;
  list-style-type: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  flex-wrap: nowrap; }
  .menu > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    [data-whatinput='mouse'] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu > li > a {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap; }
    .menu > li > a img,
    .menu > li > a i {
      margin-right: 0.25rem; }
  .menu > li {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
  .menu.vertical {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .menu.vertical > li {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }
    .menu.vertical > li > a {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  @media screen and (min-width: 42.5em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .menu.medium-horizontal > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .menu.medium-vertical {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .menu.medium-vertical > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .menu.medium-vertical > li > a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media screen and (min-width: 65em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .menu.large-horizontal > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .menu.large-vertical {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .menu.large-vertical > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .menu.large-vertical > li > a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  @media screen and (min-width: 86.25em) {
    .menu.xlarge-horizontal {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .menu.xlarge-horizontal > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
            -ms-flex: 0 0 auto;
                flex: 0 0 auto; }
    .menu.xlarge-vertical {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .menu.xlarge-vertical > li {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; }
      .menu.xlarge-vertical > li > a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .menu.simple li {
    line-height: 1;
    display: inline-block;
    margin-right: 1rem; }
  .menu.simple a {
    padding: 0; }
  .menu.align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .menu.expanded > li {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .menu.expanded > li:first-child:last-child {
    width: 100%; }
  .menu.icon-top > li > a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-top > li > a img,
    .menu.icon-top > li > a i {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
                  -ms-grid-row-align: stretch;
              align-self: stretch;
      text-align: center;
      margin-bottom: 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }
  .menu .active > a {
    color: #ffffff;
    background: #121212; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

.menu-centered {
  text-align: center; }
  .menu-centered > .menu {
    display: inline-block; }

.no-js [data-responsive-menu] ul {
  display: none; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-overflow-scrolling: auto; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content,
.off-canvas-content {
  min-height: 100%;
  background: #ffffff;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  padding-bottom: 0.1px;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  -webkit-transition: background 0.5s ease;
  transition: background 0.5s ease; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
          -ms-transform: translateX(250px);
              transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
          -ms-transform: translateX(-250px);
              transform: translateX(-250px); }

@media screen and (min-width: 42.5em) {
  .position-left.reveal-for-medium {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 65em) {
  .position-left.reveal-for-large {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 86.25em) {
  .position-left.reveal-for-xlarge {
    left: 0;
    z-index: auto;
    position: fixed; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xlarge {
    right: 0;
    z-index: auto;
    position: fixed; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 250px; } }

.pagination {
  margin-left: 0;
  margin-bottom: 20px; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.77778rem;
    margin-right: 0.05556rem;
    border-radius: 0;
    display: inline-block; }
  .pagination a,
  .pagination button {
    color: #333;
    display: block;
    padding: 0.16667rem 0.55556rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.16667rem 0.55556rem;
    background: #ed1d25;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.16667rem 0.55556rem;
    color: #666666;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '\2026';
    padding: 0.16667rem 0.55556rem;
    color: #333; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  content: '\00ab';
  display: inline-block;
  margin-right: 0.5rem; }

.pagination-next a::after,
.pagination-next.disabled::after {
  content: '\00bb';
  display: inline-block;
  margin-left: 0.5rem; }

/*
@include foundation-progress-bar;
@include foundation-progress-element;
@include foundation-meter-element;
@include foundation-slider;
*/
/*
@include foundation-reveal;
@include foundation-switch;
@include foundation-table;
@include foundation-thumbnail;
*/
.tabs {
  margin: 0;
  list-style-type: none;
  background: #ffffff;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  width: auto;
  float: none;
  display: block; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #ed1d25; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #ea131b; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 0.66667rem; }
    .tabs-title > a:hover {
      background: #ffffff; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #e6e6e6; }

.tabs-content {
  background: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.title-bar {
  background: #333;
  color: #ffffff;
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left,
.title-bar-right {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #333, 0 14px 0 #333; }
  .menu-icon.dark:hover::after {
    background: #515151;
    box-shadow: 0 7px 0 #515151, 0 14px 0 #515151; }

.has-tip {
  border-bottom: dotted 1px #515151;
  font-weight: bold;
  position: relative;
  display: inline-block;
  cursor: help; }

.tooltip {
  background-color: #333;
  color: #ffffff;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: -webkit-calc(100% + 0.6495rem);
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #333;
    border-bottom-style: solid;
    border-top-width: 0;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #333 transparent transparent;
    border-top-style: solid;
    border-bottom-width: 0;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #333;
    border-left-style: solid;
    border-right-width: 0;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #333 transparent transparent;
    border-right-style: solid;
    border-left-width: 0;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding: 0; }
  .top-bar,
  .top-bar ul {
    background-color: #000; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }

@media screen and (max-width: 42.4375em) {
  .stacked-for-small {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .stacked-for-small .top-bar-left,
    .stacked-for-small .top-bar-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

@media screen and (max-width: 64.9375em) {
  .stacked-for-medium {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .stacked-for-medium .top-bar-left,
    .stacked-for-medium .top-bar-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

@media screen and (max-width: 86.1875em) {
  .stacked-for-large {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .stacked-for-large .top-bar-left,
    .stacked-for-large .top-bar-right {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; } }

.stacked-for-xlarge {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .stacked-for-xlarge .top-bar-left,
  .stacked-for-xlarge .top-bar-right {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }

-webkit-flex-wrap: wrap;

-ms-flex-wrap: wrap;

        flex-wrap: wrap;
.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

@media screen and (min-width: 42.5em) {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  .top-bar-left,
  .top-bar-right {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; } }

.top-bar-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 1rem; }

.top-bar-left,
.top-bar-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 42.4375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 42.5em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 42.5em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 42.4375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 42.4375em), screen and (min-width: 65em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 65em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 64.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 65em) and (max-width: 86.1875em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 64.9375em), screen and (min-width: 86.25em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 86.25em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 86.1875em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 86.25em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 86.1875em) {
  .show-for-xlarge-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

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

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.clearfix::after {
  clear: both; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #ffffff;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #ffffff, 0 14px 0 #ffffff; }
  .menu-icon:hover::after {
    background: #666666;
    box-shadow: 0 7px 0 #666666, 0 14px 0 #666666; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 #333, 0 14px 0 #333; }
  .menu-icon.dark:hover::after {
    background: #515151;
    box-shadow: 0 7px 0 #515151, 0 14px 0 #515151; }

/*@include motion-ui-transitions;
@include motion-ui-animations;*/
html {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased; }

body {
  padding-top: 60px;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media screen and (max-width: 64.9375em) {
    body {
      padding-top: 68px;
      position: absolute; } }
  body.sponsored_post-template-page-shorthand,
  body.post-template-page-shorthand body.template-page-templatespage-shorthand-php {
    padding-top: 0; }
  body.slide-over {
    margin-left: 300px;
    position: fixed; }
    body.slide-over #masthead {
      left: 300px; }

iframe {
  border: none; }

[v-cloak] {
  display: none; }

@media screen and (max-width: 64.9375em) {
  .desktop-up {
    display: none; } }

.tablet-down {
  display: none; }
  @media screen and (max-width: 64.9375em) {
    .tablet-down {
      display: block; } }

.f-medium {
  font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.f-bold {
  font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.f-book {
  font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.f-book-italic {
  font-family: "Flama-BookItalic", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.f-condense {
  font-family: "FlamaUltracondensed-Extrabold", Arial, sans-serif; }

.fs-basic {
  font-family: "FlamaSlab-Basic", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.fs-book {
  font-family: "FlamaSlab-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.fs-medium {
  font-family: "FlamaSlab-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.fs-semi {
  font-family: "FlamaSlab-SemiBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.fs-bold {
  font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.f-georgia {
  font-family: Georgia, Times, "Times New Roman", serif; }

.text-center {
  text-align: center; }

.block {
  display: block; }

.space-20 {
  margin: 10px 0;
  overflow: hidden; }

.space-40 {
  margin: 20px 0;
  overflow: hidden; }

.space-60 {
  margin: 30px 0;
  overflow: hidden; }

.space-80 {
  margin: 40px 0;
  overflow: hidden; }

.tabs-content {
  border-color: #e3e3e3; }

@media screen and (min-width: 65em) and (max-width: 86.1875em) {
  body.home #main-nav,
  body.page-template #main-nav {
    max-width: 1040px !important; } }

#masthead {
  position: fixed;
  height: 60px;
  background: #000;
  z-index: 102;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26); }
  #masthead #main-nav {
    position: relative;
    margin: 0 auto;
    max-width: 1280px;
    height: 60px; }
  #masthead.fixie {
    width: 210px;
    height: 60px; }
    #masthead.fixie #site-logo {
      margin: 10px 0; }
    #masthead.fixie #left-links,
    #masthead.fixie #right-links {
      opacity: 0;
      -webkit-transition: opacity 0.5s ease-out;
      transition: opacity 0.5s ease-out;
      visibility: hidden; }
  #masthead.down-scroll {
    top: -68px; }
  #masthead #slideout-button {
    position: absolute;
    top: 19px;
    z-index: 9999;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    left: -webkit-calc(calc(100% - 352px)/2);
    left: calc(calc(100% - 352px)/2); }
    #masthead #slideout-button.open {
      position: fixed; }
    @media screen and (min-width: 42.5em) {
      #masthead #slideout-button {
        left: -webkit-calc(calc(100% - 641px)/2);
        left: calc(calc(100% - 641px)/2); } }
    @media screen and (min-width: 65em) {
      #masthead #slideout-button {
        display: none; } }
    #masthead #slideout-button div {
      width: 20px;
      height: 3px;
      background-color: #ffffff;
      margin: 3px 0;
      border-radius: 1px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    #masthead #slideout-button.open {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      left: 260px; }
      #masthead #slideout-button.open .bar1 {
        -webkit-transform: rotate(-45deg) translate(-1px, 6px);
        -ms-transform: rotate(-45deg) translate(-1px, 6px);
            transform: rotate(-45deg) translate(-1px, 6px); }
      #masthead #slideout-button.open .bar2 {
        opacity: 0; }
      #masthead #slideout-button.open .bar3 {
        -webkit-transform: rotate(45deg) translate(-2px, -8px);
        -ms-transform: rotate(45deg) translate(-2px, -8px);
            transform: rotate(45deg) translate(-2px, -8px); }
  #masthead #site-logo {
    position: absolute;
    top: 0;
    width: 109px;
    height: auto;
    margin: 10px 0; }
    @media screen and (max-width: 64.9375em) {
      #masthead #site-logo {
        left: -webkit-calc(50% - 54.5px);
        left: calc(50% - 54.5px); } }
    @media screen and (min-width: 65em) {
      #masthead #site-logo {
        left: 30px; } }
    @media screen and (min-width: 86.25em) {
      #masthead #site-logo {
        left: 20px; } }
    #masthead #site-logo a {
      height: 100%;
      display: block; }
  #masthead .close-slideout {
    display: none;
    color: white;
    position: fixed;
    left: 278px;
    z-index: 9999;
    top: 10px; }
  #masthead #nav-container {
    position: absolute; }
    @media screen and (max-width: 64.9375em) {
      #masthead #nav-container {
        display: block;
        width: 300px;
        left: -300px;
        height: 100%;
        position: fixed;
        z-index: 1;
        top: 0;
        background-color: #111;
        overflow-x: hidden;
        padding-top: 60px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        #masthead #nav-container.open {
          -webkit-transition: 0.5s;
          transition: 0.5s;
          left: 0; }
        #masthead #nav-container ul.menu {
          display: block; } }
    @media screen and (min-width: 65em) {
      #masthead #nav-container {
        left: -webkit-calc(50% - 372px);
        left: calc(50% - 372px); } }
    @media screen and (min-width: 86.25em) {
      #masthead #nav-container {
        left: -webkit-calc(50% - 460px);
        left: calc(50% - 460px); } }
    #masthead #nav-container .menu-item {
      padding: 10px 0 9px 0;
      font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 15px;
      border-left: solid 5px transparent; }
      @media screen and (max-width: 64.9375em) {
        #masthead #nav-container .menu-item {
          -webkit-transition: 0.5s;
          transition: 0.5s; } }
      #masthead #nav-container .menu-item.active a {
        background: unset; }
      #masthead #nav-container .menu-item.down-triangle::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 3px solid transparent;
        border-right: 3px solid transparent;
        border-top: 4px solid red;
        position: relative;
        float: right;
        margin-top: -19px;
        margin-right: 9px; }
        @media screen and (max-width: 42.4375em) {
          #masthead #nav-container .menu-item.down-triangle::after {
            float: none;
            top: 19px;
            right: 14px; } }
      #masthead #nav-container .menu-item > a {
        color: #ffffff;
        padding: 13px 18px 13px 15px; }
        @media screen and (max-width: 42.4375em) {
          #masthead #nav-container .menu-item > a {
            display: inline-block; } }
      #masthead #nav-container .menu-item .label,
      #masthead #nav-container .menu-item .dropdown .sub-heading a {
        font-size: 13px;
        font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #ed1d25; }
      #masthead #nav-container .menu-item .dropdown .sub-heading a {
        margin-top: 10px; }
      #masthead #nav-container .menu-item .label {
        margin-bottom: 10px; }
      #masthead #nav-container .menu-item .dropdown {
        display: none;
        position: absolute;
        top: 60px;
        margin-left: -5px;
        padding-bottom: 10px;
        width: 255px;
        background: #ffffff;
        border-left: solid 5px #ed1d25;
        border-radius: 0 0 2px 2px;
        box-shadow: 0 7px 8px 0 rgba(0, 0, 0, 0.2); }
        @media screen and (max-width: 64.9375em) {
          #masthead #nav-container .menu-item .dropdown {
            border-left: none;
            border-right: solid 5px #ed1d25;
            width: 100%;
            top: auto;
            margin-left: 0; } }
        #masthead #nav-container .menu-item .dropdown a {
          font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          font-size: 14px;
          color: black;
          display: block;
          padding: 7px 18px 7px 15px; }
        #masthead #nav-container .menu-item .dropdown .menu-item {
          border: none;
          padding: 0; }
        #masthead #nav-container .menu-item .dropdown .featured-event-image {
          margin-bottom: -7px;
          border-radius: 2px 2px 0 0; }
        #masthead #nav-container .menu-item .dropdown .featured-event-details {
          background: #ededed;
          margin: 0 18px 0 15px;
          border-radius: 0 0 2px 2px; }
          #masthead #nav-container .menu-item .dropdown .featured-event-details > a {
            padding: 10px; }
          #masthead #nav-container .menu-item .dropdown .featured-event-details ul {
            text-align: center;
            list-style-type: none;
            margin-left: 0; }
            #masthead #nav-container .menu-item .dropdown .featured-event-details ul .featured-event-title {
              font-size: 14px;
              line-height: 15px;
              padding-bottom: 7px; }
            #masthead #nav-container .menu-item .dropdown .featured-event-details ul li:not(.featured-event-title) {
              font-size: 10px; }
        #masthead #nav-container .menu-item .dropdown .view-all {
          padding: 10px 0; }
      @media screen and (min-width: 65em) {
        #masthead #nav-container .menu-item:hover {
          background-color: #ffffff;
          border-left: solid 5px #ed1d25; }
          #masthead #nav-container .menu-item:hover > a {
            color: #ed1d25; } }
    @media screen and (min-width: 65em) and (max-width: 64.9375em) {
      #masthead #nav-container .menu-item:hover > a {
        color: #333; } }
      @media screen and (min-width: 65em) {
          #masthead #nav-container .menu-item:hover .dropdown {
            display: block; }
          #masthead #nav-container .menu-item:hover.down-triangle::after {
            display: none; } }
      #masthead #nav-container .menu-item.active-dropdown {
        -webkit-transition: 0s;
        transition: 0s;
        background-color: #ffffff;
        border-left: solid 5px #ed1d25;
        border-left: none;
        border-right: solid 5px #ed1d25; }
        #masthead #nav-container .menu-item.active-dropdown > a {
          color: #ed1d25; }
          @media screen and (max-width: 64.9375em) {
            #masthead #nav-container .menu-item.active-dropdown > a {
              color: #333; } }
        #masthead #nav-container .menu-item.active-dropdown .dropdown {
          display: block; }
        #masthead #nav-container .menu-item.active-dropdown.down-triangle::after {
          display: none; }
  #masthead #subscribe-wrap {
    position: absolute;
    width: 255px;
    top: 18px; }
    @media screen and (max-width: 64.9375em) {
      #masthead #subscribe-wrap {
        right: unset !important; } }
    @media screen and (min-width: 65em) {
      #masthead #subscribe-wrap {
        right: 20px; } }
    #masthead #subscribe-wrap a {
      font-size: 12px;
      padding: 4px 20px;
      color: #ffffff; }
    #masthead #subscribe-wrap #subscriber-login {
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    #masthead #subscribe-wrap #header-subscribe-link {
      font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      border: solid 1px;
      border-radius: 5px; }
    #masthead #subscribe-wrap #subscriber-account,
    #masthead #subscribe-wrap #subscriber-logout {
      display: none; }
    #masthead #subscribe-wrap.logged-in #subscriber-account,
    #masthead #subscribe-wrap.logged-in #subscriber-logout {
      display: inline; }
    #masthead #subscribe-wrap.logged-in #subscriber-login,
    #masthead #subscribe-wrap.logged-in #header-subscribe-link {
      display: none; }
  #masthead #right-links {
    position: absolute;
    right: -webkit-calc(calc(100% - 304px)/2);
    right: calc(calc(100% - 304px)/2); }
    #masthead #right-links a, #masthead #right-links h3 {
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px;
      line-height: 19px;
      color: #fff; }
    @media screen and (min-width: 42.5em) {
      #masthead #right-links {
        right: -webkit-calc(calc(100% - 576px)/2);
        right: calc(calc(100% - 576px)/2); } }
    @media screen and (min-width: 65em) {
      #masthead #right-links {
        right: 42px; } }
    #masthead #right-links h3 {
      padding-right: 10px; }
    #masthead #right-links a.search-bar-toggle,
    #masthead #right-links #sticky-search-bar {
      position: absolute;
      top: 20px; }
      #masthead #right-links a.search-bar-toggle:hover, #masthead #right-links a.search-bar-toggle.open,
      #masthead #right-links #sticky-search-bar:hover,
      #masthead #right-links #sticky-search-bar.open {
        color: #898989; }
      #masthead #right-links a.search-bar-toggle i,
      #masthead #right-links #sticky-search-bar i {
        font-size: 23px; }

.title-bar {
  float: left;
  background: transparent; }
  .title-bar .title-bar-title {
    display: none; }

#secondary-head {
  border-bottom: 1px solid #979797;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 68px;
  z-index: 101;
  background: #fff;
  -webkit-transition: top 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: top 0.8s cubic-bezier(0.22, 0.61, 0.36, 1); }
  @media screen and (max-width: 64.9375em) {
    #secondary-head {
      display: none; } }
  #secondary-head.fixie {
    top: 0; }
    #secondary-head.fixie .menu-container {
      left: 230px;
      -webkit-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0); }
  #secondary-head:before {
    content: "";
    height: 68px;
    width: 100%;
    position: absolute;
    top: -68px;
    display: block;
    z-index: 100;
    background: white; }
  #secondary-head .menu-container {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    #secondary-head .menu-container .menu {
      width: auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    #secondary-head .menu-container a {
      font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px;
      line-height: 23px;
      text-transform: uppercase;
      color: #333;
      background: #fff; }

#sticky-nav {
  position: fixed;
  top: 0;
  left: 235px;
  z-index: 101;
  width: -webkit-calc(100% - 410px);
  width: calc(100% - 410px);
  height: 50px;
  background: white;
  -webkit-transition: top 0.5s;
  transition: top 0.5s; }
  #sticky-nav:after {
    content: "";
    position: fixed;
    left: 0;
    top: 49px;
    height: 1px;
    width: 100vw;
    background: #D2D2D2; }
  #sticky-nav.hidden {
    top: -50px;
    -webkit-transition: top 0.5s;
    transition: top 0.5s; }
    #sticky-nav.hidden:after {
      display: none; }
  #sticky-nav .z-container {
    z-index: 101;
    position: relative; }
  #sticky-nav #sticky-site-logo {
    width: 98px;
    display: block;
    float: left;
    margin: 7px 80px 7px 0; }
    @media screen and (max-width: 86.1875em) {
      #sticky-nav #sticky-site-logo {
        margin-right: 40px; } }
    @media screen and (max-width: 42.4375em) {
      #sticky-nav #sticky-site-logo {
        position: absolute;
        left: -webkit-calc(50% - 49px);
        left: calc(50% - 49px); } }
  #sticky-nav #current-article {
    float: left;
    margin-right: 0px;
    width: -webkit-calc( 100% - 160px);
    width: calc( 100% - 160px);
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #sticky-nav #current-article .sponsor-bar {
      float: left;
      margin: 0;
      position: relative;
      top: -1px;
      width: 150px; }
      #sticky-nav #current-article .sponsor-bar h2.cat-name {
        font-size: 14px;
        line-height: 18px; }
      #sticky-nav #current-article .sponsor-bar .sponsor-text,
      #sticky-nav #current-article .sponsor-bar .sponsor-text-name {
        top: 1px; }
    #sticky-nav #current-article .sticky-title {
      float: left;
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px;
      line-height: 22px;
      color: #666;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      margin: 0;
      position: relative;
      top: -2px; }
    @media screen and (max-width: 86.1875em) {
      #sticky-nav #current-article .sponsor-bar {
        margin: 0; }
      #sticky-nav #current-article .sticky-title {
        margin: 0;
        clear: both;
        width: 100%; } }
    @media screen and (max-width: 42.4375em) {
      #sticky-nav #current-article {
        display: none; } }
  #sticky-nav .social {
    float: right;
    margin-top: 15px;
    margin-right: 20px; }
    #sticky-nav .social p {
      margin: 0;
      font-size: 14px;
      line-height: 17px;
      float: left; }
    #sticky-nav .social .addthis_toolbox {
      float: left; }
    @media screen and (max-width: 42.4375em) {
      #sticky-nav .social {
        float: right;
        margin-right: 10px; } }
  #sticky-nav #sticky-search-bar {
    color: #333;
    top: 10px; }

/* Mobile menu */
.off-canvas > ul.menu {
  height: 100vh;
  padding: 1rem; }

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

/* Tablet and desktop menu */
.top-bar .menu .home a {
  font-size: 1rem;
  color: #B9B9B9; }

.top-bar .menu .active > a {
  background: none; }

.top-bar .menu a {
  font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  color: #ffffff;
  margin-top: 40px;
  padding: 0px 26px 0;
  font-size: 18px;
  line-height: 26px; }
  @media screen and (max-width: 86.1875em) {
    .top-bar .menu a {
      padding: 0 13px 0;
      font-size: 14px;
      line-height: 20px; } }
  .top-bar .menu a:hover:not(.button) {
    background-color: #2a2a2a; }

.top-bar .dropdown.menu .submenu {
  background-color: #121212;
  color: #e6e6e6;
  border: 0; }

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

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

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

@-webkit-keyframes abstofix {
  0% {
    top: 68px; }
  100% {
    top: 50px; } }

@keyframes abstofix {
  0% {
    top: 68px; }
  100% {
    top: 50px; } }

@-webkit-keyframes fixtoabs {
  0% {
    top: 130px; }
  100% {
    top: 118px; } }

@keyframes fixtoabs {
  0% {
    top: 130px; }
  100% {
    top: 118px; } }

#searchbar {
  height: 50px;
  width: 100%;
  position: fixed;
  top: 60px;
  z-index: 100;
  background: #fff;
  opacity: 1;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
  -webkit-transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
  transition: all cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s; }
  @media screen and (max-width: 64.9375em) {
    #searchbar {
      top: 60px; } }
  #searchbar.hidden {
    top: -320px;
    opacity: 0;
    -webkit-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
    visibility: hidden; }

#header-search {
  position: absolute;
  width: 297px;
  right: -webkit-calc(50% - 192px);
  right: calc(50% - 192px); }
  @media screen and (min-width: 42.5em) {
    #header-search {
      right: -webkit-calc(50% - 353px);
      right: calc(50% - 353px); } }
  @media screen and (min-width: 65em) {
    #header-search {
      right: -webkit-calc(50% - 523px);
      right: calc(50% - 523px); } }
  @media screen and (min-width: 86.25em) {
    #header-search {
      right: -webkit-calc(50% - 651px);
      right: calc(50% - 651px); } }
  #header-search .input-group-field {
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #333;
    margin-right: 10px; }
  #header-search .button {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    border: none;
    background: #d8d8d8;
    padding: 10px 7px;
    text-transform: uppercase;
    color: #000;
    line-height: 15px;
    margin-top: 7px;
    margin-right: 30px; }

@-webkit-keyframes ddabstofix {
  0% {
    top: 168px; }
  100% {
    top: 100px; } }

@keyframes ddabstofix {
  0% {
    top: 168px; }
  100% {
    top: 100px; } }

@-webkit-keyframes ddfixtoabs {
  0% {
    top: 100px;
    @media screen and (max-width: 64.9375em) {
      top: 118px; } }
  100% {
    top: 168px;
    @media screen and (max-width: 64.9375em) {
      top: 118px; } } }

@keyframes ddfixtoabs {
  0% {
    top: 100px;
    @media screen and (max-width: 64.9375em) {
      top: 118px; } }
  100% {
    top: 168px;
    @media screen and (max-width: 64.9375em) {
      top: 118px; } } }

#dropdown {
  position: absolute;
  top: 168px;
  z-index: 99;
  width: 100%;
  height: 345px;
  background: #fff;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px 0px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  overflow: scroll; }
  @media screen and (max-width: 64.9375em) {
    #dropdown {
      top: 118px; } }
  @media screen and (max-width: 42.4375em) {
    #dropdown {
      height: -webkit-calc( 100vh - 118px);
      height: calc( 100vh - 118px); } }
  #dropdown.fixie {
    position: fixed;
    top: 100px;
    -webkit-animation: ddabstofix cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
            animation: ddabstofix cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
    opacity: 1; }
    @media screen and (max-width: 64.9375em) {
      #dropdown.fixie {
        top: 118px;
        -webkit-animation: none;
                animation: none; } }
    #dropdown.fixie.hidden {
      top: 0px; }
  #dropdown.fixieremove {
    -webkit-animation: ddfixtoabs cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s;
            animation: ddfixtoabs cubic-bezier(0.22, 0.61, 0.36, 1) 0.5s; }
    @media screen and (max-width: 64.9375em) {
      #dropdown.fixieremove {
        -webkit-animation: none;
                animation: none; } }
  #dropdown.hidden {
    top: -270px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    visibility: hidden; }
  #dropdown #dropdown-wrapper {
    height: 100%;
    display: block;
    position: relative; }
    @media screen and (max-width: 86.1875em) {
      #dropdown #dropdown-wrapper {
        width: 1040px;
        float: none;
        margin: auto; } }
    @media screen and (max-width: 64.9375em) {
      #dropdown #dropdown-wrapper {
        width: 680px; } }
    @media screen and (max-width: 42.4375em) {
      #dropdown #dropdown-wrapper {
        width: 100%;
        max-width: 340px;
        height: auto; } }
  #dropdown .dd-menu {
    position: relative;
    float: left; }
  #dropdown .dd-left-menu,
  #dropdown .submenu {
    width: 360px;
    height: 270px;
    padding-left: 20px;
    padding-right: 40px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    float: left; }
    @media screen and (max-width: 42.4375em) {
      #dropdown .dd-left-menu,
      #dropdown .submenu {
        height: auto; } }
    #dropdown .dd-left-menu > li,
    #dropdown .submenu > li {
      position: initial;
      border-bottom: 1px solid #979797;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media screen and (max-width: 42.4375em) {
        #dropdown .dd-left-menu > li,
        #dropdown .submenu > li {
          -webkit-transition: height 0.5s;
          transition: height 0.5s;
          height: 50px;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
              -ms-flex-align: start;
                  align-items: flex-start; }
          #dropdown .dd-left-menu > li.dd-active,
          #dropdown .submenu > li.dd-active {
            height: 323px;
            -webkit-transition: height 0.5s;
            transition: height 0.5s;
            overflow: hidden; } }
      #dropdown .dd-left-menu > li.active a,
      #dropdown .submenu > li.active a {
        background: none; }
      @media screen and (max-width: 42.4375em) {
        #dropdown .dd-left-menu > li,
        #dropdown .submenu > li {
          position: relative; } }
      #dropdown .dd-left-menu > li:first-child,
      #dropdown .submenu > li:first-child {
        border-top: 1px solid #979797; }
    #dropdown .dd-left-menu li > a,
    #dropdown .submenu li > a {
      display: block;
      position: relative;
      width: 300px;
      font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 22px;
      color: #333;
      text-align: center;
      padding: 0; }
      #dropdown .dd-left-menu li > a:after,
      #dropdown .submenu li > a:after {
        display: block;
        content: "";
        width: 7px;
        height: 40px;
        background: transparent;
        position: absolute;
        right: 12px;
        top: -9px; }
      @media screen and (max-width: 42.4375em) {
        #dropdown .dd-left-menu li > a,
        #dropdown .submenu li > a {
          padding: 14px 0; }
          #dropdown .dd-left-menu li > a:after,
          #dropdown .submenu li > a:after {
            top: 5px; } }
    #dropdown .dd-left-menu li.dd-active .submenu,
    #dropdown .submenu li.dd-active .submenu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    #dropdown .dd-left-menu li.dd-active a:after,
    #dropdown .submenu li.dd-active a:after {
      background: #ed1d25; }
    @media screen and (max-width: 42.4375em) {
      #dropdown .dd-left-menu li.dd-active a,
      #dropdown .submenu li.dd-active a {
        border-bottom: 1px solid #979797; } }
    #dropdown .dd-left-menu .submenu,
    #dropdown .submenu .submenu {
      display: none;
      width: 680px;
      height: 270px;
      position: absolute;
      left: 360px;
      top: 0;
      padding-left: 0px;
      padding-right: 30px;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      border: none;
      list-style: none;
      /* one or two items in submenu */
      /* 3 or 4 items */
      /* 5 or 6 items */
      /* 7 or 8 items */
      /* 9 or 10 items */ }
      @media screen and (max-width: 64.9375em) {
        #dropdown .dd-left-menu .submenu,
        #dropdown .submenu .submenu {
          width: 320px;
          padding-right: 20px; } }
      @media screen and (max-width: 42.4375em) {
        #dropdown .dd-left-menu .submenu,
        #dropdown .submenu .submenu {
          width: 300px;
          top: 51px;
          left: 10px;
          overflow: scroll; } }
      #dropdown .dd-left-menu .submenu li,
      #dropdown .submenu .submenu li {
        -webkit-flex-basis: -webkit-calc(50% - 20px);
            -ms-flex-preferred-size: calc(50% - 20px);
                flex-basis: calc(50% - 20px);
        height: -webkit-calc(50% - 15px);
        height: calc(50% - 15px);
        float: left;
        overflow: hidden;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        border: none; }
        #dropdown .dd-left-menu .submenu li:nth-child(1), #dropdown .dd-left-menu .submenu li:nth-child(3),
        #dropdown .submenu .submenu li:nth-child(1),
        #dropdown .submenu .submenu li:nth-child(3) {
          margin-right: 40px; }
        #dropdown .dd-left-menu .submenu li a,
        #dropdown .submenu .submenu li a {
          width: 100%;
          height: 100%;
          background: #eee;
          border: none;
          padding: 100% 0;
          display: inline-table;
          /*
					padding: 0;
					display: block;
*/ }
        @media screen and (max-width: 64.9375em) {
          #dropdown .dd-left-menu .submenu li,
          #dropdown .submenu .submenu li {
            -webkit-flex-basis: 100%;
                -ms-flex-preferred-size: 100%;
                    flex-basis: 100%; }
            #dropdown .dd-left-menu .submenu li:nth-child(n),
            #dropdown .submenu .submenu li:nth-child(n) {
              margin-right: 0; } }
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(1),
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(2),
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(2) ~ li,
      #dropdown .submenu .submenu li:first-child:nth-last-child(1),
      #dropdown .submenu .submenu li:first-child:nth-last-child(2),
      #dropdown .submenu .submenu li:first-child:nth-last-child(2) ~ li {
        height: 100%; }
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(3),
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(3) ~ li,
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(4),
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(4) ~ li,
      #dropdown .submenu .submenu li:first-child:nth-last-child(3),
      #dropdown .submenu .submenu li:first-child:nth-last-child(3) ~ li,
      #dropdown .submenu .submenu li:first-child:nth-last-child(4),
      #dropdown .submenu .submenu li:first-child:nth-last-child(4) ~ li {
        height: -webkit-calc( 50% - 15px);
        height: calc( 50% - 15px);
        margin-bottom: 30px; }
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(5),
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(5) ~ li,
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(6),
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(6) ~ li,
      #dropdown .submenu .submenu li:first-child:nth-last-child(5),
      #dropdown .submenu .submenu li:first-child:nth-last-child(5) ~ li,
      #dropdown .submenu .submenu li:first-child:nth-last-child(6),
      #dropdown .submenu .submenu li:first-child:nth-last-child(6) ~ li {
        height: -webkit-calc( 33.3333% - 14px);
        height: calc( 33.3333% - 14px);
        margin-bottom: 21px; }
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(7),
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(7) ~ li,
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(8),
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(8) ~ li,
      #dropdown .submenu .submenu li:first-child:nth-last-child(7),
      #dropdown .submenu .submenu li:first-child:nth-last-child(7) ~ li,
      #dropdown .submenu .submenu li:first-child:nth-last-child(8),
      #dropdown .submenu .submenu li:first-child:nth-last-child(8) ~ li {
        height: -webkit-calc( 25% - 9px);
        height: calc( 25% - 9px);
        margin-bottom: 12px; }
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(9),
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(9) ~ li,
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(10),
      #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(10) ~ li,
      #dropdown .submenu .submenu li:first-child:nth-last-child(9),
      #dropdown .submenu .submenu li:first-child:nth-last-child(9) ~ li,
      #dropdown .submenu .submenu li:first-child:nth-last-child(10),
      #dropdown .submenu .submenu li:first-child:nth-last-child(10) ~ li {
        height: -webkit-calc( 20% - 5px);
        height: calc( 20% - 5px);
        margin-bottom: 6px; }
      #dropdown .dd-left-menu .submenu li:nth-last-child(1),
      #dropdown .dd-left-menu .submenu li:nth-last-child(2),
      #dropdown .submenu .submenu li:nth-last-child(1),
      #dropdown .submenu .submenu li:nth-last-child(2) {
        margin-bottom: 0 !important; }
      @media screen and (max-width: 64.9375em) {
        #dropdown .dd-left-menu .submenu,
        #dropdown .submenu .submenu {
          /* one or two items in submenu */
          /* 3 or 4 items */
          /* 5 - 10 items */ }
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(1),
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(2),
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(2) ~ li,
          #dropdown .submenu .submenu li:first-child:nth-last-child(1),
          #dropdown .submenu .submenu li:first-child:nth-last-child(2),
          #dropdown .submenu .submenu li:first-child:nth-last-child(2) ~ li {
            height: -webkit-calc( 50% - 15px);
            height: calc( 50% - 15px);
            margin-bottom: 30px; }
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(1):nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(2):nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(2) ~ li:nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(1):nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(2):nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(2) ~ li:nth-last-child(2) {
              margin-bottom: 30px !important; }
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(3),
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(3) ~ li,
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(4),
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(4) ~ li,
          #dropdown .submenu .submenu li:first-child:nth-last-child(3),
          #dropdown .submenu .submenu li:first-child:nth-last-child(3) ~ li,
          #dropdown .submenu .submenu li:first-child:nth-last-child(4),
          #dropdown .submenu .submenu li:first-child:nth-last-child(4) ~ li {
            height: -webkit-calc( 25% - 9px);
            height: calc( 25% - 9px);
            margin-bottom: 12px; }
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(3):nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(3) ~ li:nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(4):nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(4) ~ li:nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(3):nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(3) ~ li:nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(4):nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(4) ~ li:nth-last-child(2) {
              margin-bottom: 12px !important; }
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(5),
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(5) ~ li,
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(6),
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(6) ~ li,
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(7),
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(7) ~ li,
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(8),
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(8) ~ li,
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(9),
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(9) ~ li,
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(10),
          #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(10) ~ li,
          #dropdown .submenu .submenu li:first-child:nth-last-child(5),
          #dropdown .submenu .submenu li:first-child:nth-last-child(5) ~ li,
          #dropdown .submenu .submenu li:first-child:nth-last-child(6),
          #dropdown .submenu .submenu li:first-child:nth-last-child(6) ~ li,
          #dropdown .submenu .submenu li:first-child:nth-last-child(7),
          #dropdown .submenu .submenu li:first-child:nth-last-child(7) ~ li,
          #dropdown .submenu .submenu li:first-child:nth-last-child(8),
          #dropdown .submenu .submenu li:first-child:nth-last-child(8) ~ li,
          #dropdown .submenu .submenu li:first-child:nth-last-child(9),
          #dropdown .submenu .submenu li:first-child:nth-last-child(9) ~ li,
          #dropdown .submenu .submenu li:first-child:nth-last-child(10),
          #dropdown .submenu .submenu li:first-child:nth-last-child(10) ~ li {
            height: -webkit-calc( 100%/6 - 5px);
            height: calc( 100%/6 - 5px);
            margin-bottom: 6px; }
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(5):nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(5) ~ li:nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(6):nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(6) ~ li:nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(7):nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(7) ~ li:nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(8):nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(8) ~ li:nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(9):nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(9) ~ li:nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(10):nth-last-child(2),
            #dropdown .dd-left-menu .submenu li:first-child:nth-last-child(10) ~ li:nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(5):nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(5) ~ li:nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(6):nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(6) ~ li:nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(7):nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(7) ~ li:nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(8):nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(8) ~ li:nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(9):nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(9) ~ li:nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(10):nth-last-child(2),
            #dropdown .submenu .submenu li:first-child:nth-last-child(10) ~ li:nth-last-child(2) {
              margin-bottom: 6px !important; }
          #dropdown .dd-left-menu .submenu li:last-child,
          #dropdown .submenu .submenu li:last-child {
            margin-bottom: 0 !important; } }
  #dropdown .brandshare-container {
    position: absolute;
    right: 10px;
    width: 340px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (max-width: 86.1875em) {
      #dropdown .brandshare-container {
        display: none; } }
    #dropdown .brandshare-container .brandshare-single {
      float: left; }
  #dropdown #dropdown-social-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 55px;
    clear: both;
    padding: 0 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    #dropdown #dropdown-social-wrapper #dropdown-social {
      float: left;
      position: relative;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
    #dropdown #dropdown-social-wrapper h3 {
      font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px;
      float: left;
      margin-right: 10px;
      margin-bottom: 0;
      color: #666; }
    #dropdown #dropdown-social-wrapper .dd-social-container {
      float: left; }
    #dropdown #dropdown-social-wrapper li.fa {
      width: 20px;
      height: 20px;
      position: relative;
      margin-right: 6px;
      text-align: center; }
      #dropdown #dropdown-social-wrapper li.fa:before {
        font-size: 22px;
        color: #666; }
    #dropdown #dropdown-social-wrapper a {
      display: inline-block;
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 0;
      padding: 0;
      background: none; }
    #dropdown #dropdown-social-wrapper i {
      font-size: 22px; }

#footer-site-logo {
  margin: 0px auto;
  padding: 14px 0;
  width: 138px; }

#footer-container {
  position: relative;
  max-width: 100%;
  width: 100%;
  float: left; }
  #footer-container #footer-inner {
    background: #333; }
  #footer-container #footer {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    height: 167px; }
    #footer-container #footer::before, #footer-container #footer::after {
      content: ' ';
      display: table;
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    #footer-container #footer::after {
      clear: both; }
    @media screen and (max-width: 64.9375em) {
      #footer-container #footer {
        height: auto; } }
    #footer-container #footer ul {
      list-style: none;
      margin: 0;
      padding: 25px 0 0;
      -webkit-align-content: flex-start;
          -ms-flex-line-pack: start;
              align-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      @media screen and (max-width: 64.9375em) {
        #footer-container #footer ul {
          padding: 25px 0; } }
    #footer-container #footer .menu-item-has-children {
      width: 25%;
      float: left;
      padding-left: 1.11111rem;
      padding-right: 1.11111rem;
      text-align: center; }
      @media screen and (min-width: 42.5em) {
        #footer-container #footer .menu-item-has-children {
          padding-left: 1.11111rem;
          padding-right: 1.11111rem; } }
      @media screen and (min-width: 65em) {
        #footer-container #footer .menu-item-has-children {
          padding-left: 1.11111rem;
          padding-right: 1.11111rem; } }
      @media screen and (min-width: 86.25em) {
        #footer-container #footer .menu-item-has-children {
          padding-left: 1.11111rem;
          padding-right: 1.11111rem; } }
      #footer-container #footer .menu-item-has-children:last-child:not(:first-child) {
        float: right; }
      @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
        #footer-container #footer .menu-item-has-children {
          width: 50%;
          float: left;
          padding-left: 1.11111rem;
          padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) and (min-width: 42.5em) {
    #footer-container #footer .menu-item-has-children {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) and (min-width: 65em) {
    #footer-container #footer .menu-item-has-children {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) and (min-width: 86.25em) {
    #footer-container #footer .menu-item-has-children {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
      @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
          #footer-container #footer .menu-item-has-children:last-child:not(:first-child) {
            float: right; }
          #footer-container #footer .menu-item-has-children:nth-child(1), #footer-container #footer .menu-item-has-children:nth-child(2) {
            margin-bottom: 20px; } }
      @media screen and (max-width: 42.4375em) {
        #footer-container #footer .menu-item-has-children {
          width: 100%;
          float: left;
          padding-left: 1.11111rem;
          padding-right: 1.11111rem;
          margin-bottom: 20px; } }
  @media screen and (max-width: 42.4375em) and (min-width: 42.5em) {
    #footer-container #footer .menu-item-has-children {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (max-width: 42.4375em) and (min-width: 65em) {
    #footer-container #footer .menu-item-has-children {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (max-width: 42.4375em) and (min-width: 86.25em) {
    #footer-container #footer .menu-item-has-children {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
      @media screen and (max-width: 42.4375em) {
          #footer-container #footer .menu-item-has-children:last-child:not(:first-child) {
            float: right; } }
      #footer-container #footer .menu-item-has-children a {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 22px;
        color: #fff;
        padding: 0;
        margin-bottom: 6px;
        background: none; }
      #footer-container #footer .menu-item-has-children ul {
        padding: 0; }
        @media screen and (max-width: 42.4375em) {
          #footer-container #footer .menu-item-has-children ul {
            margin: auto;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            width: auto;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      #footer-container #footer .menu-item-has-children li {
        width: 100%;
        text-align: center;
        line-height: 19px; }
        @media screen and (max-width: 42.4375em) {
          #footer-container #footer .menu-item-has-children li {
            width: auto;
            display: inline-block;
            margin-left: 0; }
            #footer-container #footer .menu-item-has-children li:after {
              content: "";
              width: 4px;
              height: 4px;
              border-radius: 4px;
              background: #fff;
              display: inline-block;
              margin: 0 7px 3px; }
            #footer-container #footer .menu-item-has-children li:last-child:after {
              display: none; } }
        #footer-container #footer .menu-item-has-children li a {
          font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
          font-size: 16px;
          line-height: 19px;
          margin-bottom: 0;
          padding: 0; }
  #footer-container #footer-copyright {
    text-align: center; }
    #footer-container #footer-copyright ul {
      margin-bottom: 0;
      list-style: none; }
    #footer-container #footer-copyright .tiny-menu-container {
      display: inline-block; }
    #footer-container #footer-copyright li {
      display: inline-block;
      font-size: 16px;
      line-height: 19px;
      color: #333; }
      @media screen and (max-width: 42.4375em) {
        #footer-container #footer-copyright li {
          width: 100%; } }
      #footer-container #footer-copyright li a {
        color: #333; }
      #footer-container #footer-copyright li:after {
        content: "";
        width: 5px;
        height: 5px;
        background: #8B8989;
        margin: 0 25px 3px;
        display: inline-block; }
        @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
          #footer-container #footer-copyright li:after {
            margin: 0 10px 3px; } }
        @media screen and (max-width: 42.4375em) {
          #footer-container #footer-copyright li:after {
            display: none; } }
      #footer-container #footer-copyright li:last-child:after {
        display: none; }

.sidebar {
  position: relative;
  margin-bottom: 20px;
  width: 340px;
  overflow: hidden;
  float: left;
  padding: 0 20px 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 53.0625em) {
    .sidebar {
      width: 100%;
      max-width: 640px;
      margin: 0 auto 30px;
      padding: 0 0 20px;
      border-bottom: 1px solid #e3e3e3; } }
  @media screen and (max-width: 42.4375em) {
    .sidebar {
      display: none; } }
  .sidebar h2 {
    float: none !important; }

@media screen and (min-width: 86.25em) {
  .page-hero .sidebar {
    width: 320px; } }

.widget-area.top-widgets {
  margin-bottom: 20px; }

.widget-area .widget {
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 20px; }

.widget-area:last-child .widget:last-child {
  border: none;
  margin: 0;
  padding: 0; }

.sticky-container {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  float: none !important;
  margin-bottom: 20px; }
  .sticky-container .sticky-placeholder {
    position: fixed;
    top: -99999px;
    opacity: 0; }

.widget {
  margin-bottom: 30px; }
  .widget:last-child {
    margin-bottom: 0; }

.widget .subscribe-wrapper {
  padding: 20px 20px 80px;
  background: #f6f6f6;
  -webkit-transition: height 0.5s;
  transition: height 0.5s;
  max-width: 300px;
  position: relative; }
  .widget .subscribe-wrapper h3 {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 9px; }
    .widget .subscribe-wrapper h3:after {
      display: block;
      content: "";
      width: 65px;
      height: 3px;
      background: #333; }
  .widget .subscribe-wrapper p {
    font-size: 16px;
    line-height: 20px; }
  .widget .subscribe-wrapper input {
    border: none;
    box-shadow: none;
    background: none;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    padding: 0px 5px 1px;
    border-bottom: 1px solid #999;
    margin-bottom: 0px; }
    .widget .subscribe-wrapper input[name="title"] {
      margin-bottom: 10px; }
  .widget .subscribe-wrapper .button {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    padding: 6px 30px;
    display: block;
    margin: auto;
    position: absolute;
    bottom: 24px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .widget .subscribe-wrapper .reg-options {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0s;
    transition: opacity 0.5s 0s; }
    .widget .subscribe-wrapper .reg-options.show {
      margin: 0 0 20px;
      visibility: visible;
      height: auto;
      opacity: 1;
      -webkit-transition: opacity 0.5s 0.6s;
      transition: opacity 0.5s 0.6s; }
  .widget .subscribe-wrapper .checkbox {
    font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 13px;
    color: #676767; }
  .widget .subscribe-wrapper .g-recaptcha {
    position: relative;
    left: -20px; }
  .widget .subscribe-wrapper.blue h3 {
    color: #4A90E2; }
  .widget .subscribe-wrapper.blue h3:after,
  .widget .subscribe-wrapper.blue .button {
    background: #4A90E2; }
  .widget .subscribe-wrapper.red h3:after,
  .widget .subscribe-wrapper.red .button {
    background: #ed1d25; }

.popular-now,
#single-post .popular-now {
  width: 300px; }
  .popular-now ul,
  #single-post .popular-now ul {
    margin: 0;
    padding: 0; }
  .popular-now li,
  #single-post .popular-now li {
    list-style: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E3E3E3;
    display: block; }
    .popular-now li:after,
    #single-post .popular-now li:after {
      content: "";
      display: table;
      clear: both; }
    .popular-now li:last-child,
    #single-post .popular-now li:last-child {
      border: none;
      padding-bottom: 0;
      margin-bottom: 0; }
  .popular-now .popular_index,
  #single-post .popular-now .popular_index {
    float: left;
    width: 25px;
    margin-right: 20px;
    color: #ccc;
    font-size: 48px;
    display: block;
    line-height: 48px; }
  .popular-now a.popular_content,
  #single-post .popular-now a.popular_content {
    width: -webkit-calc(100% - 45px);
    width: calc(100% - 45px);
    float: left;
    display: block;
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #333; }
  .ie .popular-now .container-title, .ie
  #single-post .popular-now .container-title {
    margin: 0; }

.jobs-widget {
  overflow: hidden; }
  .jobs-widget .job {
    border-bottom: 1px solid #e3e3e3;
    float: left;
    width: 100%;
    padding: 10px 0; }
    .jobs-widget .job:nth-of-type(1) {
      padding-top: 0; }
  .jobs-widget .job-title {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #333; }
  .jobs-widget .job-company {
    color: #515151; }
  .jobs-widget .job-location {
    color: #666666; }
  .jobs-widget .jobs-see-more {
    margin-top: 10px;
    display: block;
    float: left; }

.sites-button {
  background: #FF6908;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none; }

.close-button {
  position: absolute;
  right: 10px;
  top: 10px; }

@-webkit-keyframes loading-left {
  0% {
    left: 0; }
  50% {
    left: 20px; }
  100% {
    left: 0; } }

@keyframes loading-left {
  0% {
    left: 0; }
  50% {
    left: 20px; }
  100% {
    left: 0; } }

@-webkit-keyframes loading-right {
  0% {
    left: 20px; }
  50% {
    left: 0px; }
  100% {
    left: 20px; } }

@keyframes loading-right {
  0% {
    left: 20px; }
  50% {
    left: 0px; }
  100% {
    left: 20px; } }

.triple-circle-button {
  display: block;
  position: relative;
  float: right;
  margin: 0 60px 0 20px;
  width: 29px;
  height: 49px; }
  .triple-circle-button .menu-circles {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #333;
    display: block;
    position: absolute;
    top: 22px;
    -webkit-transition: left 0.5s;
    transition: left 0.5s; }
    .triple-circle-button .menu-circles#c1 {
      left: 0; }
    .triple-circle-button .menu-circles#c2 {
      left: 10px; }
    .triple-circle-button .menu-circles#c3 {
      left: 20px; }
  .triple-circle-button.open .menu-circles {
    background: #898989; }
    .triple-circle-button.open .menu-circles#c3 {
      left: 0; }
    .triple-circle-button.open .menu-circles#c1 {
      left: 20px; }
  .triple-circle-button.loading #c1 {
    -webkit-animation: loading-left;
            animation: loading-left; }
  .triple-circle-button.loading #c3 {
    -webkit-animation: loading-right;
            animation: loading-right; }
  .triple-circle-button.loading #c1,
  .triple-circle-button.loading #c3 {
    -webkit-transition: none;
    transition: none;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out; }
  .triple-circle-button#mobile-elipsis {
    height: 68px;
    margin-right: 40px; }
    @media screen and (max-width: 42.4375em) {
      .triple-circle-button#mobile-elipsis {
        margin-right: 20px; } }
    .triple-circle-button#mobile-elipsis .menu-circles {
      background: #fff;
      top: 29px; }
    .triple-circle-button#mobile-elipsis.open .menu-circles {
      background: #ccc; }
  .triple-circle-button#mobile-nav-toggle {
    display: block; }
    @media screen and (max-width: 64.9375em) {
      .triple-circle-button#mobile-nav-toggle {
        display: block; } }
  .triple-circle-button#sticky-nav-toggle {
    margin: 0 40px 0 45px;
    height: 50px; }
    @media screen and (max-width: 42.4375em) {
      .triple-circle-button#sticky-nav-toggle {
        margin: 0 20px 0 25px; } }
    .triple-circle-button#sticky-nav-toggle .menu-circles {
      background: #000;
      top: 21px; }

#featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 0 1.77778rem;
  position: relative;
  height: 11.11111rem; }

.no-featured-image-set {
  height: 0.88889rem !important; }

@media screen and (min-width: 42.5em) {
  #featured-hero {
    height: 22.22222rem; } }

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0; }

.pipe {
  float: left;
  margin: 0 10px; }

hr {
  width: 100%;
  float: left;
  margin: 30px auto; }

.is-helper {
  position: absolute;
  width: 100%;
  height: 100px;
  background: green;
  left: 0; }
  .is-helper:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: relative;
    top: -webkit-calc(50% - 1px);
    top: calc(50% - 1px);
    background: blue; }
  .is-helper#previous-article:after {
    content: "switch to previous article"; }
  .is-helper#load-article:after {
    content: "load new article via ajax"; }
  .is-helper#switch-current:after {
    content: "switch to new article (addthis, title, ga)"; }

/* Apply outline styles only when input method is keyboard
 * remove :focus style via What Input using progressive enhancement
 * so :focus isn't left broken if JavaScript fails
 */
[data-whatinput="mouse"] a:focus, button:focus [data-whatinput="touch"] a:focus, button:focus {
  outline: none; }

@font-face {
  font-family: 'Flama-Light';
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-Light.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-Light.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/Flama-Light.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/Flama-Light.svg#Flama-Light") format("svg"); }

@font-face {
  font-family: 'Flama-Medium';
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-Medium.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-Medium.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/Flama-Medium.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/Flama-Medium.svg#Flama-Medium") format("svg"); }

@font-face {
  font-family: 'Flama-Bold';
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-Bold.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-Bold.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/Flama-Bold.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/Flama-Bold.svg#Flama-Bold") format("svg"); }

@font-face {
  font-family: 'Flama-Black';
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-Black.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-Black.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/Flama-Black.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/Flama-Black.svg#Flama-Black") format("svg"); }

@font-face {
  font-family: 'Flama-Book';
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-Book.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-Book.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/Flama-Book.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/Flama-Book.svg#Flama-Book") format("svg"); }

@font-face {
  font-family: 'Flama-BookItalic';
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-BookItalic.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/Flama-BookItalic.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/Flama-BookItalic.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/Flama-BookItalic.svg#Flama-BookItalic") format("svg"); }

@font-face {
  font-family: 'FlamaUltracondensed-Extrabold';
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaUltracondensed-Extrabold.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaUltracondensed-Extrabold.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/FlamaUltracondensed-Extrabold.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/FlamaUltracondensed-Extrabold.svg#FlamaUltracondensed-Extrabold") format("svg"); }

@font-face {
  font-family: 'FlamaSlab-Basic';
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Basic.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Basic.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Basic.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Basic.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'FlamaSlab-Book';
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Book.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Book.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Book.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Book.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'FlamaSlab-Medium';
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Medium.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Medium.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Medium.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Medium.svg#svgFontName") format("svg"); }

@font-face {
  font-family: 'FlamaSlab-SemiBold';
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-SemiBold.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-SemiBold.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-SemiBold.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-SemiBold.svg#Flama-Bold") format("svg"); }

@font-face {
  font-family: 'FlamaSlab-Bold';
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Bold.eot");
  src: url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Bold.eot?#iefix") format("embedded-opentype"), url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Bold.woff") format("woff"), url("//static.adweek.com/adweek.com-prod/flama/FlamaSlab-Bold.svg#Flama-Bold") format("svg"); }

.pagination-centered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  clear: both; }
  .pagination-centered .pagination .current {
    padding: 0;
    background: #ed1d25;
    color: #ffffff;
    font-family: flama-medium, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    padding: 3px 10px;
    border-radius: 3px; }
    .pagination-centered .pagination .current > a {
      color: #fff;
      border-radius: 0;
      background: #ed1d25; }
      .pagination-centered .pagination .current > a:hover {
        color: #fff; }
  .pagination-centered .pagination a,
  .pagination-centered .pagination span {
    color: #333;
    border: none;
    padding: 0.16667rem 0.55556rem;
    border-radius: 3px; }
    .pagination-centered .pagination a:hover,
    .pagination-centered .pagination span:hover {
      color: #333; }

.byline {
  clear: both;
  padding: 0; }
  .byline #contributor-byline,
  .byline #contributor-byline a,
  .byline #post-time,
  .byline .pipe {
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #666666; }
    @media screen and (max-width: 42.4375em) {
      .byline #contributor-byline,
      .byline #contributor-byline a,
      .byline #post-time,
      .byline .pipe {
        font-size: 12px;
        line-height: 18px; } }
  .byline #contributor-byline,
  .byline #post-time {
    float: left; }
  .byline.multiple #contributor-byline {
    margin-bottom: 10px; }
  .byline.multiple .contributor {
    display: inline-block;
    margin-right: 5px; }

.caption,
.credit {
  font-size: 16px;
  line-height: 1.3; }

.caption {
  font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  margin-bottom: 5px; }
  @media screen and (max-width: 42.4375em) {
    .caption {
      margin-bottom: 0px; } }

.credit {
  font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.subscribewidget {
  padding: 0 20px; }
  .subscribewidget:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 42.4375em) {
    .subscribewidget.aw-element {
      padding: 0 10px 30px; } }

.subscribe-cover {
  float: left;
  width: 140px; }

.subscribe-content {
  float: left;
  width: -webkit-calc(100% - 150px);
  width: calc(100% - 150px);
  margin-left: 10px; }

.subscribe-header {
  display: block;
  font-family: "FlamaSlab-SemiBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 24px;
  line-height: 26px; }

.subscribe-copy {
  display: block;
  font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  margin-top: 12px; }

.issue {
  padding-left: -webkit-calc( 100% - 640px);
  padding-left: calc( 100% - 640px);
  font-style: italic;
  margin-bottom: 20px;
  float: left; }
  .issue .issue-image {
    position: relative;
    float: left;
    margin-right: 20px; }
    .issue .issue-image a {
      float: left;
      width: 75px;
      height: auto; }
      .issue .issue-image a:hover .issue-hover {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
    .issue .issue-image .issue-hover {
      display: none;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 10;
      background: rgba(0, 0, 0, 0.4);
      color: #fff;
      text-align: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 14px;
      line-height: 1.5; }

.issue-container {
  -webkit-perspective: 1200px;
          perspective: 1200px; }
  @media screen and (max-width: 64.9375em) {
    .issue-container {
      padding-left: 10px;
      padding-right: 10px;
      overflow: hidden; } }
  @media screen and (max-width: 42.4375em) {
    .issue-container {
      padding-left: 0;
      padding-right: 0; } }
  .issue-container.aw-container:after {
    position: relative;
    bottom: -30px;
    left: 20px;
    display: block;
    clear: both; }

.index-issue {
  float: left;
  padding: 0 20px; }
  @media screen and (max-width: 64.9375em) {
    .index-issue {
      padding: 0 10px;
      width: 25%; } }
  @media screen and (max-width: 42.4375em) {
    .index-issue {
      width: 100%;
      margin-bottom: 30px; }
      .index-issue:last-child {
        margin-bottom: 0; } }
  .index-issue a {
    float: left;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }
  .index-issue a:hover .issue-image {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg); }
  .index-issue a:hover .issue-details {
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg); }
  .index-issue figure {
    margin: 0;
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -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;
    -webkit-transition-timing-function: cubic-bezier(0, 0, 0, 0.57);
            transition-timing-function: cubic-bezier(0, 0, 0, 0.57); }
  .index-issue .issue-details {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    background: #666;
    color: #fff;
    padding: 40px 20px; }
    .index-issue .issue-details h3 {
      text-align: center;
      margin-bottom: 10px; }
    .index-issue .issue-details .divider {
      margin: 30px auto;
      width: 25%;
      height: 3px;
      background: #fff;
      content: "";
      display: block; }

.brandshare-single {
  border: 1px solid #979797;
  background-color: #F4F4F4;
  display: block; }
  .brandshare-single .brandshare-image {
    height: 140px;
    width: 100%;
    overflow: hidden; }

.brandshare-label {
  text-align: center;
  font-size: 12px;
  font-family: flama-bold;
  margin-top: 5px;
  color: #4A90E2; }

.brandshare-content {
  margin: 10px;
  text-align: center;
  font-family: FlamaSlab-Medium;
  font-size: 18px;
  color: #000; }

.ar {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative; }
  .ar img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
    min-height: 100%;
    float: none;
    max-width: none; }
  .ar.ar-21-9 {
    padding-top: 42.857%; }
  .ar.ar-16-9 {
    padding-top: 56.25%; }
    .ar.ar-16-9 img {
      width: auto;
      height: 100%; }
  .ar.ar-4-3 {
    padding-top: 75%; }
    .ar.ar-4-3 img {
      width: auto;
      height: 100%; }
  .ar.ar-1-1 {
    padding-top: 100%; }
    .ar.ar-1-1 img {
      width: auto;
      height: 100%; }

div.callout {
  font-size: 14px;
  line-height: 18px; }

form .checkbox {
  clear: both;
  line-height: 18px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px; }
  form .checkbox input {
    float: left;
    margin-bottom: 0px;
    position: absolute;
    top: 3px;
    left: 0; }

:focus {
  outline: none; }

/* -------------------------------------------------------
	CTA POPUP STYLES. 
------------------------------------------------------- */
#popwrap {
  z-index: 10000;
  position: fixed;
  height: 100vh;
  width: 100vw;
  background-color: rgba(51, 51, 51, 0.5);
  top: 0;
  left: 0;
  padding-top: 120px; }

#popwrap .popcontent {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 650px;
  height: 550px; }
  @media screen and (max-width: 64.9375em) {
    #popwrap .popcontent {
      height: -webkit-calc( 100vh - 300px);
      height: calc( 100vh - 300px); } }

#popwrap .popbranding {
  width: 100%;
  text-align: center;
  background-color: #000;
  padding: 10px 0; }

#popwrap .popbranding img {
  width: 200px; }

#popwrap .popinside {
  padding: 10px 20px 10px;
  width: 100%;
  height: 100%;
  border: none;
  float: left;
  background-size: cover;
  background-position: center center;
  overflow: scroll; }

.poptext,
.popform {
  float: left;
  width: 49%;
  margin-right: 2%; }

#single-post #popwrap .poptext H2,
#single-post #popwrap .popform H2,
#single-post #popwrap .poptext h3,
#single-post #popwrap .popform h3,
#single-post #popwrap .poptext p,
#single-post #popwrap .popform p,
#single-post #popwrap .poptext ul,
#single-post #popwrap .popform ul {
  padding: 0; }

#single-post #popwrap .poptext p,
#single-post #popwrap .poptext li,
#single-post #popwrap .popform p,
#single-post #popwrap .poptext ul,
#single-post #popwrap .popform ul {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px; }

.popform {
  margin-right: 0; }

.popform .wpcf7 {
  width: 100%;
  overflow: hidden; }

.poptext H2,
.popform H2 {
  font-size: 24px;
  line-height: 29px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 24px;
  margin-top: 2px; }

.poptext H3, .popform H3 {
  font-size: 24px;
  line-height: 29px;
  margin: 0;
  margin-bottom: 20px; }

.poptext p {
  font-size: 16px;
  line-height: 23px; }

.popform p {
  font-weight: bold;
  margin-bottom: 10px; }

.popform input {
  height: 34px;
  padding: 0 5px;
  line-height: 34px; }

@media (max-width: 680px) {
  #popwrap {
    width: 100%;
    height: 100%; }
  .popinside {
    height: auto;
    overflow: scroll; }
  .poptext,
  .popform {
    width: 100%;
    margin-right: 0; } }

#closepopwrap {
  color: #fff;
  position: absolute;
  right: 25px;
  top: 14px;
  width: 40px;
  height: 20px;
  padding: 4px 0 0 0; }

#closepopwrap:after {
  content: "CLOSE ";
  font-family: "helvetica neue", helvetica, san-serif;
  font-size: 10px;
  font-weight: bold;
  color: #ccc; }

#closepopwrap:hover {
  cursor: pointer; }

.wpcf7 input[type="text"]:nth-child(n),
.wpcf7 input[type="email"]:nth-child(n),
.wpcf7 input[type="tel"]:nth-child(n),
.wpcf7 .select2-selection,
.wpcf7 textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3; }

.wpcf7 .select2-container {
  width: 100% !important;
  text-align: center; }

.wpcf7 .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px; }

.wpcf7 textarea {
  visibility: visible;
  text-align: left;
  /* webkit solution */
  /* mozilla solution */ }
  .wpcf7 textarea::-webkit-input-placeholder {
    text-align: left; }
  .wpcf7 textarea:-moz-placeholder {
    text-align: left; }

.wpcf7 p {
  float: left;
  margin-right: 0px; }
  @media screen and (max-width: 42.4375em) {
    .wpcf7 p {
      width: 100%;
      margin-right: 0; } }
  .wpcf7 p.full-width {
    width: 100%;
    margin-right: 0; }
    .wpcf7 p.full-width textarea {
      width: 100%; }

.wpcf7 p:last-of-type {
  margin-right: 0; }

.wpcf7 .wpcf7-form-control-wrap input {
  margin-bottom: 0;
  text-align: left; }

.wpcf7 .wpcf7-form-control-wrap select {
  height: 2.16667rem;
  padding: 0 10px;
  margin: 0; }

.wpcf7 .cf-full {
  float: left;
  width: 100%; }

.wpcf7 .cf-half {
  width: -webkit-calc( 50% - 10px);
  width: calc( 50% - 10px);
  float: left; }
  .wpcf7 .cf-half span.wpcf7-list-item {
    margin-left: 0;
    padding-top: 14px; }
  @media screen and (max-width: 42.4375em) {
    .wpcf7 .cf-half {
      width: 100%;
      padding: 0; } }

.wpcf7 .cf-half.last {
  padding-right: 0;
  padding-left: 10px; }
  @media screen and (max-width: 42.4375em) {
    .wpcf7 .cf-half.last {
      padding: 0; } }

.wpcf7 .cf-center {
  text-align: center; }
  .wpcf7 .cf-center div,
  .wpcf7 .cf-center p,
  .wpcf7 .cf-center input {
    float: initial;
    margin-left: auto;
    margin-right: auto; }

.wpcf7 p.clear::before,
.wpcf7 p.clear::after {
  content: ' ';
  display: table;
  -webkit-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.wpcf7 p.acceptance {
  padding-top: 18px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .wpcf7 p.acceptance .wpcf7-form-control-wrap {
    margin-right: 10px; }

.wpcf7 .wpcf7-submit {
  clear: both;
  float: left;
  margin: 10px 0; }
  .wpcf7 .wpcf7-submit.center {
    float: initial;
    margin: 10px auto; }

.wpcf7 .wpcf7-response-output {
  overflow: hidden;
  float: left; }
  body.single-post .wpcf7 .wpcf7-response-output {
    float: right;
    margin-top: 0;
    width: 640px;
    max-width: 100%; }

.aw-element,
#single-post .aw-element {
  position: relative;
  float: left;
  margin-bottom: 30px;
  padding: 0 20px 30px; }
  .aw-element:after,
  #single-post .aw-element:after {
    content: "";
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    bottom: 0;
    left: 20px; }
    @media screen and (max-width: 42.4375em) {
      .aw-element:after,
      #single-post .aw-element:after {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        left: 10px; } }
  .aw-element h2,
  #single-post .aw-element h2 {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 28px;
    line-height: 34px;
    color: #333; }
    .aw-element h2 a,
    #single-post .aw-element h2 a {
      color: #333; }
  .aw-element p,
  #single-post .aw-element p {
    font-size: 16px;
    line-height: 22px;
    color: #333; }
    .aw-element p a,
    #single-post .aw-element p a {
      color: #333; }
  .aw-element .contributor,
  #single-post .aw-element .contributor {
    display: inline-block;
    margin-top: 11px;
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #666;
    font-size: 14px;
    width: 100%; }
  .aw-element.vertical h2, .aw-element.title-excerpt h2, .aw-element.contributor h2,
  #single-post .aw-element.vertical h2,
  #single-post .aw-element.title-excerpt h2,
  #single-post .aw-element.contributor h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px; }
  .aw-element.aw-element-large,
  #single-post .aw-element.aw-element-large {
    width: 50%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      .aw-element.aw-element-large,
      #single-post .aw-element.aw-element-large {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .aw-element.aw-element-large,
      #single-post .aw-element.aw-element-large {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .aw-element.aw-element-large,
      #single-post .aw-element.aw-element-large {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .aw-element.aw-element-large:last-child:not(:first-child),
    #single-post .aw-element.aw-element-large:last-child:not(:first-child) {
      float: right; }
    .aw-element.aw-element-large .sponsor-bar h2.cat-name,
    #single-post .aw-element.aw-element-large .sponsor-bar h2.cat-name {
      margin: 15px auto 0; }
    .aw-element.aw-element-large h2,
    #single-post .aw-element.aw-element-large h2 {
      margin-top: 10px;
      margin-bottom: 0; }
    .aw-element.aw-element-large h2,
    .aw-element.aw-element-large p,
    .aw-element.aw-element-large .contributor,
    #single-post .aw-element.aw-element-large h2,
    #single-post .aw-element.aw-element-large p,
    #single-post .aw-element.aw-element-large .contributor {
      text-align: center; }
    .aw-element.aw-element-large .contributor,
    #single-post .aw-element.aw-element-large .contributor {
      margin-bottom: 15px; }
    @media screen and (max-width: 42.4375em) {
      .aw-element.aw-element-large,
      #single-post .aw-element.aw-element-large {
        padding: 0 10px 30px; }
        .aw-element.aw-element-large h2,
        #single-post .aw-element.aw-element-large h2 {
          margin-top: 10px;
          margin-bottom: 0;
          font-size: 18px;
          line-height: 24px; }
        .aw-element.aw-element-large p,
        #single-post .aw-element.aw-element-large p {
          display: none; } }
  .aw-element.aw-element-large-overlay h2,
  #single-post .aw-element.aw-element-large-overlay h2 {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 0;
    color: #fff;
    text-align: center; }
  .aw-element.aw-element-large-overlay .title-overlay,
  #single-post .aw-element.aw-element-large-overlay .title-overlay {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
    max-width: 745px;
    margin: 0 30px;
    padding: 22px 30px 8px;
    background: rgba(51, 51, 51, 0.43);
    position: absolute;
    bottom: 20px;
    left: -webkit-calc(50% - 30px);
    left: calc(50% - 30px);
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .aw-element.aw-element-large-overlay .contributor,
  #single-post .aw-element.aw-element-large-overlay .contributor {
    text-align: center;
    color: #fff;
    font-size: 18px; }
  @media screen and (max-width: 86.1875em) {
    .aw-element.aw-element-large-overlay h2,
    #single-post .aw-element.aw-element-large-overlay h2 {
      font-size: 30px; } }
  @media screen and (max-width: 42.4375em) {
    .aw-element.aw-element-large-overlay .ar,
    #single-post .aw-element.aw-element-large-overlay .ar {
      margin-bottom: 16px; }
    .aw-element.aw-element-large-overlay h2,
    #single-post .aw-element.aw-element-large-overlay h2 {
      color: #333;
      font-size: 18px;
      line-height: 23px; }
    .aw-element.aw-element-large-overlay .contributor,
    #single-post .aw-element.aw-element-large-overlay .contributor {
      color: #666;
      font-size: 14px; } }
  .aw-element.horizontal,
  #single-post .aw-element.horizontal {
    width: 50%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      .aw-element.horizontal,
      #single-post .aw-element.horizontal {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .aw-element.horizontal,
      #single-post .aw-element.horizontal {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .aw-element.horizontal,
      #single-post .aw-element.horizontal {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .aw-element.horizontal:last-child:not(:first-child),
    #single-post .aw-element.horizontal:last-child:not(:first-child) {
      float: right; }
    .aw-element.horizontal h2,
    .aw-element.horizontal p,
    #single-post .aw-element.horizontal h2,
    #single-post .aw-element.horizontal p {
      width: 50%;
      float: left; }
      .aw-element.horizontal h2:last-child:not(:first-child),
      .aw-element.horizontal p:last-child:not(:first-child),
      #single-post .aw-element.horizontal h2:last-child:not(:first-child),
      #single-post .aw-element.horizontal p:last-child:not(:first-child) {
        float: right; }
    .aw-element.horizontal .horizontal-image,
    #single-post .aw-element.horizontal .horizontal-image {
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px);
      float: left;
      margin-right: 15px; }
    .aw-element.horizontal h2.cat-name,
    .aw-element.horizontal h2,
    #single-post .aw-element.horizontal h2.cat-name,
    #single-post .aw-element.horizontal h2 {
      font-size: 22px;
      line-height: 27px;
      padding-left: 15px;
      margin-bottom: 12px; }
    .aw-element.horizontal h2.cat-name,
    #single-post .aw-element.horizontal h2.cat-name {
      margin-bottom: 0; }
    .aw-element.horizontal p,
    #single-post .aw-element.horizontal p {
      padding-left: 10px;
      margin: 0; }
  .aw-element.horizontal-small,
  #single-post .aw-element.horizontal-small {
    padding-bottom: 15px;
    margin-bottom: 15px; }
    .aw-element.horizontal-small .hs-image,
    #single-post .aw-element.horizontal-small .hs-image {
      width: 120px;
      margin-right: 15px;
      float: left; }
    .aw-element.horizontal-small .hs-title,
    #single-post .aw-element.horizontal-small .hs-title {
      float: left;
      display: block;
      width: -webkit-calc(100% - 135px);
      width: calc(100% - 135px); }
      .aw-element.horizontal-small .hs-title h2,
      #single-post .aw-element.horizontal-small .hs-title h2 {
        font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0; }
  .aw-element.horizontal-large .hl-image,
  #single-post .aw-element.horizontal-large .hl-image {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
    margin-right: 40px;
    float: left; }
  .aw-element.horizontal-large .hl-title,
  #single-post .aw-element.horizontal-large .hl-title {
    float: left;
    display: block;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px); }
    .aw-element.horizontal-large .hl-title h2,
    #single-post .aw-element.horizontal-large .hl-title h2 {
      font-family: "FlamaSlab-SemiBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 36px;
      line-height: 42px;
      margin-bottom: 12px; }
  .aw-element.horizontal-large .contributor,
  #single-post .aw-element.horizontal-large .contributor {
    width: auto;
    margin-top: 12px; }
  @media screen and (max-width: 42.4375em) {
    .aw-element.horizontal-large .hl-title h2,
    #single-post .aw-element.horizontal-large .hl-title h2 {
      font-size: 18px;
      line-height: 24px; } }
  .aw-element.vertical,
  #single-post .aw-element.vertical {
    width: 25%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      .aw-element.vertical,
      #single-post .aw-element.vertical {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .aw-element.vertical,
      #single-post .aw-element.vertical {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .aw-element.vertical,
      #single-post .aw-element.vertical {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .aw-element.vertical:last-child:not(:first-child),
    #single-post .aw-element.vertical:last-child:not(:first-child) {
      float: right; }
    .aw-element.vertical .ar,
    #single-post .aw-element.vertical .ar {
      margin-bottom: 10px; }
    .aw-element.vertical h2,
    #single-post .aw-element.vertical h2 {
      text-align: center;
      margin-top: 4px;
      margin-bottom: 0;
      padding: 0 10px; }
    .aw-element.vertical .contributor,
    #single-post .aw-element.vertical .contributor {
      text-align: center; }
    .aw-element.vertical .sponsor-bar,
    #single-post .aw-element.vertical .sponsor-bar {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 0px; }
    .aw-element.vertical .sponsor-bar h2.cat-name,
    #single-post .aw-element.vertical .sponsor-bar h2.cat-name {
      font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 12px;
      line-height: 17px;
      text-align: center;
      margin-top: 3px;
      margin-right: 0;
      padding-right: 0; }
  .aw-element.vertical-b,
  #single-post .aw-element.vertical-b {
    padding: 0; }
    .aw-element.vertical-b a,
    #single-post .aw-element.vertical-b a {
      width: 100%;
      float: left; }
    .aw-element.vertical-b h2,
    #single-post .aw-element.vertical-b h2 {
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 14px;
      line-height: 18px;
      text-align: center;
      padding: 0 10px;
      margin-top: 15px;
      margin-bottom: 0;
      border-left: 1px solid #ed1d25; }
    .aw-element.vertical-b:first-child h2,
    #single-post .aw-element.vertical-b:first-child h2 {
      border-left: none; }
    .aw-element.vertical-b:after,
    #single-post .aw-element.vertical-b:after {
      background: none; }
    .aw-element.vertical-b:before,
    #single-post .aw-element.vertical-b:before {
      content: "";
      width: 1px;
      height: 50px;
      position: absolute;
      left: 0;
      top: 0;
      background: #ed1d25;
      margin-top: -webkit-calc(56.25% + 15px);
      margin-top: calc(56.25% + 15px); }
    .aw-element.vertical-b:first-child:before,
    #single-post .aw-element.vertical-b:first-child:before {
      display: none; }
  .aw-element.title-excerpt,
  #single-post .aw-element.title-excerpt {
    width: 25%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      .aw-element.title-excerpt,
      #single-post .aw-element.title-excerpt {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .aw-element.title-excerpt,
      #single-post .aw-element.title-excerpt {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .aw-element.title-excerpt,
      #single-post .aw-element.title-excerpt {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .aw-element.title-excerpt:last-child:not(:first-child),
    #single-post .aw-element.title-excerpt:last-child:not(:first-child) {
      float: right; }
    .aw-element.title-excerpt .excerpt p:last-child:after,
    #single-post .aw-element.title-excerpt .excerpt p:last-child:after {
      content: ">>";
      position: relative;
      left: 5px;
      color: #ed1d25; }
  .aw-element.image-title-excerpt-card,
  #single-post .aw-element.image-title-excerpt-card {
    padding-bottom: 20px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
            align-content: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    /*
		padding: 0 0 30px;
		margin: 0 20px 30px;
*/ }
    .aw-element.image-title-excerpt-card .inner,
    #single-post .aw-element.image-title-excerpt-card .inner {
      background: white; }
    .aw-element.image-title-excerpt-card .inner-content,
    #single-post .aw-element.image-title-excerpt-card .inner-content {
      padding: 20px 15px; }
    .aw-element.image-title-excerpt-card h2,
    #single-post .aw-element.image-title-excerpt-card h2 {
      font-size: 18px;
      line-height: 23px; }
    .aw-element.image-title-excerpt-card .excerpt p:last-child:after,
    #single-post .aw-element.image-title-excerpt-card .excerpt p:last-child:after {
      content: ">>";
      position: relative;
      left: 5px;
      color: #ed1d25; }
    .aw-element.image-title-excerpt-card:after,
    #single-post .aw-element.image-title-excerpt-card:after {
      display: none; }
  .aw-element.title-only,
  #single-post .aw-element.title-only {
    width: 25%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    @media screen and (min-width: 42.5em) {
      .aw-element.title-only,
      #single-post .aw-element.title-only {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .aw-element.title-only,
      #single-post .aw-element.title-only {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .aw-element.title-only,
      #single-post .aw-element.title-only {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .aw-element.title-only:last-child:not(:first-child),
    #single-post .aw-element.title-only:last-child:not(:first-child) {
      float: right; }
    .aw-element.title-only h2,
    #single-post .aw-element.title-only h2 {
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 18px;
      line-height: 23px;
      margin-bottom: 0; }
      .aw-element.title-only h2:after,
      #single-post .aw-element.title-only h2:after {
        content: ">>";
        position: relative;
        left: 5px;
        color: #ed1d25; }
  .aw-element.title-only--medium,
  #single-post .aw-element.title-only--medium {
    padding-bottom: 30px; }
    .aw-element.title-only--medium a,
    #single-post .aw-element.title-only--medium a {
      border-left: 4px solid #ed1d25;
      padding-left: 20px; }
    .aw-element.title-only--medium h2,
    #single-post .aw-element.title-only--medium h2 {
      font-size: 26px;
      line-height: 30px; }
      .aw-element.title-only--medium h2:after,
      #single-post .aw-element.title-only--medium h2:after {
        display: none; }
  .aw-element.contributor,
  #single-post .aw-element.contributor {
    width: 50%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      .aw-element.contributor,
      #single-post .aw-element.contributor {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .aw-element.contributor,
      #single-post .aw-element.contributor {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .aw-element.contributor,
      #single-post .aw-element.contributor {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .aw-element.contributor:last-child:not(:first-child),
    #single-post .aw-element.contributor:last-child:not(:first-child) {
      float: right; }
    .aw-element.contributor h2,
    #single-post .aw-element.contributor h2 {
      font-size: 24px;
      line-height: 29px; }
    .aw-element.contributor .con-img-name,
    #single-post .aw-element.contributor .con-img-name {
      width: 160px;
      margin: 0 40px;
      float: left; }
      .aw-element.contributor .con-img-name a,
      #single-post .aw-element.contributor .con-img-name a {
        color: #333; }
    .aw-element.contributor .con-image,
    #single-post .aw-element.contributor .con-image {
      border-radius: 100px;
      overflow: hidden; }
    .aw-element.contributor .con-name,
    #single-post .aw-element.contributor .con-name {
      text-align: center;
      font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-style: italic;
      font-size: 18px;
      margin-top: 10px;
      color: #4A4A4A; }
    .aw-element.contributor .con-article,
    #single-post .aw-element.contributor .con-article {
      float: left;
      width: -webkit-calc(100% - 240px);
      width: calc(100% - 240px); }
    @media screen and (max-width: 42.4375em) {
      .aw-element.contributor .con-img-name,
      #single-post .aw-element.contributor .con-img-name {
        width: 160px;
        margin: 0 auto 20px;
        float: none; }
      .aw-element.contributor .con-article,
      #single-post .aw-element.contributor .con-article {
        width: 100%; } }
  .aw-element.vc-kickout,
  #single-post .aw-element.vc-kickout {
    width: 50%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: left; }
    @media screen and (min-width: 42.5em) {
      .aw-element.vc-kickout,
      #single-post .aw-element.vc-kickout {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .aw-element.vc-kickout,
      #single-post .aw-element.vc-kickout {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .aw-element.vc-kickout,
      #single-post .aw-element.vc-kickout {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .aw-element.vc-kickout:last-child:not(:first-child),
    #single-post .aw-element.vc-kickout:last-child:not(:first-child) {
      float: right; }
    .aw-element.vc-kickout .fa-quote-left,
    #single-post .aw-element.vc-kickout .fa-quote-left {
      position: relative;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start;
      top: 0px;
      left: -25px;
      color: #9b9b9b;
      font-size: 35px;
      display: none; }
    .aw-element.vc-kickout .vcko-color,
    #single-post .aw-element.vc-kickout .vcko-color {
      float: left;
      background: #e2edfa;
      padding: 30px 30px 20px 60px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
    .aw-element.vc-kickout .vcko-quote,
    #single-post .aw-element.vc-kickout .vcko-quote {
      font-family: "FlamaSlab-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 26px;
      line-height: 34px;
      color: #333;
      text-align: center; }
    .aw-element.vc-kickout .vcko-credit,
    #single-post .aw-element.vc-kickout .vcko-credit {
      font-family: "Flama-BookItalic", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      float: right;
      color: #333;
      font-size: 18px;
      line-height: 34px;
      margin-top: 18px; }
      .aw-element.vc-kickout .vcko-credit:before,
      #single-post .aw-element.vc-kickout .vcko-credit:before {
        content: "-"; }
    @media screen and (max-width: 42.4375em) {
      .aw-element.vc-kickout,
      #single-post .aw-element.vc-kickout {
        position: relative;
        overflow: visible;
        -webkit-transform-origin: left;
            -ms-transform-origin: left;
                transform-origin: left;
        left: -100%;
        -webkit-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .aw-element.vc-kickout .vcko-color,
        #single-post .aw-element.vc-kickout .vcko-color {
          width: 100vw;
          position: absolute;
          top: 0;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          left: 50%;
          padding: 30px 30px 20px; }
        .aw-element.vc-kickout .fa-quote-left,
        #single-post .aw-element.vc-kickout .fa-quote-left {
          left: -5px; }
        .aw-element.vc-kickout .vcko-quote,
        #single-post .aw-element.vc-kickout .vcko-quote {
          font-size: 28px; }
        .aw-element.vc-kickout .vcko-credit,
        #single-post .aw-element.vc-kickout .vcko-credit {
          width: 50%; } }
  @media screen and (max-width: 86.1875em) {
    .aw-element.full-width,
    #single-post .aw-element.full-width {
      margin: 0 auto 30px;
      max-width: 1020px;
      float: none;
      overflow-y: hidden; }
      .aw-element.full-width .vcfw-image,
      #single-post .aw-element.full-width .vcfw-image {
        padding-top: 56.25%; } }
  @media screen and (max-width: 64.9375em) {
    .aw-element.full-width,
    #single-post .aw-element.full-width {
      max-width: 680px; }
      .aw-element.full-width .vcfw-image,
      #single-post .aw-element.full-width .vcfw-image {
        display: block;
        overflow: hidden;
        padding-top: 75%; }
        .aw-element.full-width .vcfw-image img,
        #single-post .aw-element.full-width .vcfw-image img {
          height: 100%;
          width: auto;
          max-width: none; } }
  @media screen and (max-width: 42.4375em) {
    .aw-element.full-width,
    #single-post .aw-element.full-width {
      max-width: 360px; }
      .aw-element.full-width .vcfw-image,
      #single-post .aw-element.full-width .vcfw-image {
        padding-top: 56.25%;
        margin-bottom: 15px; } }
  .aw-element.full-width .vcfw-link,
  #single-post .aw-element.full-width .vcfw-link {
    position: absolute;
    left: 60px;
    bottom: 70px;
    width: -webkit-calc(50% - 60px);
    width: calc(50% - 60px);
    padding: 30px;
    background: rgba(0, 0, 0, 0.5); }
    .aw-element.full-width .vcfw-link h2,
    #single-post .aw-element.full-width .vcfw-link h2 {
      font-size: 48px;
      line-height: 58px;
      color: #fff;
      margin: 0; }
    @media screen and (max-width: 86.1875em) {
      .aw-element.full-width .vcfw-link,
      #single-post .aw-element.full-width .vcfw-link {
        width: -webkit-calc(75% - 60px);
        width: calc(75% - 60px); } }
    @media screen and (max-width: 64.9375em) {
      .aw-element.full-width .vcfw-link,
      #single-post .aw-element.full-width .vcfw-link {
        width: -webkit-calc(100% - 80px);
        width: calc(100% - 80px);
        left: 40px;
        bottom: 50px; }
        .aw-element.full-width .vcfw-link h2,
        #single-post .aw-element.full-width .vcfw-link h2 {
          font-size: 38px;
          line-height: 50px; } }
    @media screen and (max-width: 42.4375em) {
      .aw-element.full-width .vcfw-link,
      #single-post .aw-element.full-width .vcfw-link {
        position: initial;
        width: 100%;
        background: none;
        float: left;
        padding: 0; }
        .aw-element.full-width .vcfw-link h2,
        #single-post .aw-element.full-width .vcfw-link h2 {
          color: #333;
          font-size: 18px;
          line-height: 23px;
          text-align: center; } }
  .aw-element.full-width:after,
  #single-post .aw-element.full-width:after {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    left: 20px; }
  .aw-element .sponsor-bar,
  #single-post .aw-element .sponsor-bar {
    margin-bottom: 7px; }
    .aw-element .sponsor-bar h2.cat-name,
    #single-post .aw-element .sponsor-bar h2.cat-name {
      font-size: 12px;
      line-height: 17px; }
  .aw-element.parent-width,
  #single-post .aw-element.parent-width {
    width: 100%; }
  .aw-element.border-right,
  #single-post .aw-element.border-right {
    border-right: 1px solid #e3e3e3;
    margin-bottom: 0;
    padding-bottom: 60px; }
    .aw-element.border-right:nth-child(4),
    #single-post .aw-element.border-right:nth-child(4) {
      border-right: 0px; }
    .aw-element.border-right:nth-child(8),
    #single-post .aw-element.border-right:nth-child(8) {
      border-right: 0px; }
    @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
      .aw-element.border-right:nth-child(even),
      #single-post .aw-element.border-right:nth-child(even) {
        border-right: 0px; } }
    @media screen and (max-width: 42.4375em) {
      .aw-element.border-right,
      #single-post .aw-element.border-right {
        border-right: 0px; } }
    .aw-element.border-right:after,
    #single-post .aw-element.border-right:after {
      bottom: 30px; }
  @media screen and (min-width: 86.25em) {
    .aw-element.nob-xl, .aw-element.nob-xl-down,
    #single-post .aw-element.nob-xl,
    #single-post .aw-element.nob-xl-down {
      padding-bottom: 0;
      margin-bottom: 0; }
      .aw-element.nob-xl:after, .aw-element.nob-xl-down:after,
      #single-post .aw-element.nob-xl:after,
      #single-post .aw-element.nob-xl-down:after {
        display: none; } }
  @media screen and (min-width: 65em) and (max-width: 86.1875em) {
    .aw-element.nob-l, .aw-element.nob-xl-down,
    #single-post .aw-element.nob-l,
    #single-post .aw-element.nob-xl-down {
      padding-bottom: 0;
      margin-bottom: 0; }
      .aw-element.nob-l:after, .aw-element.nob-xl-down:after,
      #single-post .aw-element.nob-l:after,
      #single-post .aw-element.nob-xl-down:after {
        display: none; } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .aw-element.nob-m, .aw-element.nob-xl-down,
    #single-post .aw-element.nob-m,
    #single-post .aw-element.nob-xl-down {
      padding-bottom: 0;
      margin-bottom: 0; }
      .aw-element.nob-m:after, .aw-element.nob-xl-down:after,
      #single-post .aw-element.nob-m:after,
      #single-post .aw-element.nob-xl-down:after {
        display: none; } }
  @media screen and (max-width: 42.4375em) {
    .aw-element.nob-s, .aw-element.nob-xl-down,
    #single-post .aw-element.nob-s,
    #single-post .aw-element.nob-xl-down {
      padding-bottom: 0;
      margin-bottom: 0; }
      .aw-element.nob-s:after, .aw-element.nob-xl-down:after,
      #single-post .aw-element.nob-s:after,
      #single-post .aw-element.nob-xl-down:after {
        display: none; } }
  @media screen and (min-width: 86.25em) {
    .aw-element.b-xl:after,
    #single-post .aw-element.b-xl:after {
      content: "";
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      height: 1px;
      background: #e3e3e3;
      position: absolute;
      bottom: 0;
      left: 20px; } }
  @media screen and (min-width: 86.25em) and (max-width: 42.4375em) {
    .aw-element.b-xl:after,
    #single-post .aw-element.b-xl:after {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      left: 10px; } }
  @media screen and (min-width: 65em) and (max-width: 86.1875em) {
    .aw-element.b-l:after,
    #single-post .aw-element.b-l:after {
      content: "";
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      height: 1px;
      background: #e3e3e3;
      position: absolute;
      bottom: 0;
      left: 20px; } }
  @media screen and (min-width: 65em) and (max-width: 86.1875em) and (max-width: 42.4375em) {
    .aw-element.b-l:after,
    #single-post .aw-element.b-l:after {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      left: 10px; } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .aw-element.b-m:after,
    #single-post .aw-element.b-m:after {
      content: "";
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      height: 1px;
      background: #e3e3e3;
      position: absolute;
      bottom: 0;
      left: 20px; } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) and (max-width: 42.4375em) {
    .aw-element.b-m:after,
    #single-post .aw-element.b-m:after {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      left: 10px; } }
  @media screen and (max-width: 42.4375em) {
    .aw-element.b-s:after,
    #single-post .aw-element.b-s:after {
      content: "";
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      height: 1px;
      background: #e3e3e3;
      position: absolute;
      bottom: 0;
      left: 20px; } }
  @media screen and (max-width: 42.4375em) and (max-width: 42.4375em) {
    .aw-element.b-s:after,
    #single-post .aw-element.b-s:after {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px);
      left: 10px; } }
  @media screen and (max-width: 42.4375em) {
    .aw-element.horizontal, .aw-element.horizontal-small, .aw-element.horizontal-large, .aw-element.vertical, .aw-element.title-excerpt, .aw-element.contributor, .aw-element.gpt-wrapper, .aw-element.title-only, .aw-element.image-title-excerpt-card,
    #single-post .aw-element.horizontal,
    #single-post .aw-element.horizontal-small,
    #single-post .aw-element.horizontal-large,
    #single-post .aw-element.vertical,
    #single-post .aw-element.title-excerpt,
    #single-post .aw-element.contributor,
    #single-post .aw-element.gpt-wrapper,
    #single-post .aw-element.title-only,
    #single-post .aw-element.image-title-excerpt-card {
      padding-left: 10px;
      padding-right: 10px; }
    .aw-element .ad-div-m10-wrapper,
    #single-post .aw-element .ad-div-m10-wrapper {
      margin: auto; } }

.view-more-link {
  margin-top: 23px;
  width: 100%; }
  .view-more-link a {
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 19px;
    text-align: right;
    display: block;
    padding: 0 20px;
    padding-bottom: 2px; }

.aw-video {
  position: relative;
  position: absolute;
  display: inline-block;
  left: 0;
  width: 680px;
  padding: 0 20px;
  opacity: 0.5;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .aw-video {
      width: 640px; } }
  @media screen and (max-width: 42.4375em) {
    .aw-video {
      width: 100vw; } }
  .aw-video.active {
    opacity: 1; }
  .aw-video.js-move {
    -webkit-transition: none;
    transition: none; }
  .aw-video .video-src {
    position: absolute;
    top: 0;
    z-index: 11; }
    .aw-video .video-src .video-js {
      width: 640px;
      height: 360px; }
  .aw-video .teaser-image {
    margin-bottom: 13px;
    position: relative;
    z-index: 10; }
    @media screen and (max-width: 42.4375em) {
      .aw-video .teaser-image {
        width: 100%;
        padding-top: 56.25%; }
        .aw-video .teaser-image img {
          position: absolute;
          top: 0;
          left: 0; } }
  .aw-video .video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .aw-video .video-overlay.active {
      background: none; }
    .aw-video .video-overlay .circle {
      position: absolute;
      left: -webkit-calc(50% - 62px);
      left: calc(50% - 62px);
      top: -webkit-calc(50% - 62px);
      top: calc(50% - 62px);
      background: rgba(0, 0, 0, 0.3);
      border: 1px solid #979797;
      border-radius: 124px;
      width: 124px;
      height: 124px;
      display: block; }
    .aw-video .video-overlay .triangle {
      position: absolute;
      left: -webkit-calc(50% - 28px);
      left: calc(50% - 28px);
      top: -webkit-calc(50% - 33px);
      top: calc(50% - 33px);
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 33px 0 33px 70px;
      border-color: transparent transparent transparent #fff; }
  .aw-video.play .triangle,
  .aw-video.play .circle {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: 50%;
    top: 50%;
    border-width: 0;
    width: 0;
    height: 0; }
  .aw-video.play .teaser-image {
    opacity: 0;
    -webkit-transition: opacity 0.3s 0.2s;
    transition: opacity 0.3s 0.2s; }
  .aw-video .sponsor-bar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .aw-video .sponsor-bar h2.cat-name a {
      color: #e4e4e4; }
  .aw-video h2 {
    color: #fff;
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 28px;
    line-height: 41px;
    text-align: center; }
  .aw-video h3 {
    font-family: "FlamaSlab-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    margin-bottom: 13px; }
  .aw-video h3,
  .aw-video .read-more,
  .aw-video .fa {
    color: #ccc; }
  .dark .aw-video h2 {
    color: #333; }
  .dark .aw-video h3,
  .dark .aw-video .read-more,
  .dark .aw-video .fa {
    color: #515151; }
  .aw-video .read-more {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 24px; }
  .aw-video .addthis_toolbox ul {
    list-style: none;
    text-align: center;
    margin: 0;
    padding: 2px 0;
    height: 30px; }
    .aw-video .addthis_toolbox ul li {
      display: inline-block;
      margin: 0 4px; }
    .aw-video .addthis_toolbox ul i {
      font-size: 23px; }

.aw-container {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 22px; }
  @media screen and (max-width: 86.1875em) {
    .aw-container {
      margin: 0 auto 2px;
      max-width: 1020px;
      float: none;
      overflow-y: hidden; } }
  @media screen and (max-width: 64.9375em) {
    .aw-container {
      max-width: 680px; } }
  @media screen and (max-width: 42.4375em) {
    .aw-container {
      max-width: 340px;
      overflow-y: visible; } }
  .aw-container:after {
    content: "";
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    height: 1px;
    background: #e3e3e3;
    position: absolute;
    bottom: 1px;
    left: 20px;
    z-index: 10;
    display: block; }
    @media screen and (max-width: 42.4375em) {
      .aw-container:after {
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        left: 10px; } }
  .aw-container.aw-no-border:after {
    display: none !important; }
  .aw-container.event-section-custom-bkg-color:after {
    background: none; }
  .aw-container .large-6 {
    float: left; }
  .aw-container.flexbox,
  .aw-container .flexbox {
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative; }
    @media screen and (max-width: 86.1875em) {
      .aw-container.flexbox,
      .aw-container .flexbox {
        margin-left: auto;
        margin-right: auto; } }
    .aw-container.flexbox .aw-element,
    .aw-container .flexbox .aw-element {
      overflow: hidden;
      float: left; }
    .aw-container.flexbox.center,
    .aw-container .flexbox.center {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .aw-container.border-middle:before,
  .aw-container .border-middle:before {
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    left: -webkit-calc(50% - 1px);
    left: calc(50% - 1px);
    top: 0;
    background: #e3e3e3; }
  @media screen and (min-width: 86.25em) {
    .aw-container .nobr-xl {
      border-right: 0; } }
  @media screen and (min-width: 65em) and (max-width: 86.1875em) {
    .aw-container .nobr-l,
    .aw-container .nobr-xl-down {
      border-right: 0; } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .aw-container .nobr-m,
    .aw-container .nobr-xl-down {
      border-right: 0; } }
  @media screen and (max-width: 42.4375em) {
    .aw-container .nobr-s,
    .aw-container .nobr-xl-down {
      border-right: 0; } }
  @media screen and (min-width: 86.25em) {
    .aw-container .nobm-xl:before,
    .aw-container .nobm-xl-down:before {
      display: none; } }
  @media screen and (min-width: 65em) and (max-width: 86.1875em) {
    .aw-container .nobm-l:before,
    .aw-container .nobm-xl-down:before {
      display: none; } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .aw-container .nobm-m:before,
    .aw-container .nobm-xl-down:before {
      display: none; } }
  @media screen and (max-width: 42.4375em) {
    .aw-container .nobm-s:before,
    .aw-container .nobm-xl-down:before {
      display: none; } }
  .aw-container.container-c .aw-element.large {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .aw-container .first {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .aw-container .second {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .colored .aw-container {
    padding-bottom: 0; }
    .colored .aw-container:after {
      background: none; }
  .aw-container.aw-divider {
    margin-top: 3rem !important;
    background: none !important;
    border-top: 1px solid #e3e3e3; }

.event-section .aw-container {
  padding-bottom: 80px;
  margin-bottom: 0; }

.vc_row:last-child .aw-container:after {
  background: transparent; }

.aw-full-width {
  clear: both;
  margin: 0 -100%;
  margin: 0 -webkit-calc(50% - 50vw);
  margin: 0 calc(50% - 50vw);
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.container-latest.flexbox {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px; }
  .container-latest.flexbox::before, .container-latest.flexbox::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .container-latest.flexbox::after {
    clear: both; }
  .ie .container-latest.flexbox {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 100%;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0; }
  .container-latest.flexbox .vertical-b {
    -webkit-flex-basis: -webkit-calc(100% / 6);
        -ms-flex-preferred-size: calc(100% / 6);
            flex-basis: calc(100% / 6);
    margin-bottom: 18px;
    padding-bottom: 0; }
  @media screen and (max-width: 86.1875em) {
    .container-latest.flexbox .vertical-b {
      -webkit-flex-basis: 25%;
          -ms-flex-preferred-size: 25%;
              flex-basis: 25%; }
    .container-latest.flexbox .vertical-b:nth-child(5),
    .container-latest.flexbox .vertical-b:nth-child(6) {
      display: none; } }
  @media screen and (max-width: 64.9375em) {
    .container-latest.flexbox .vertical-b {
      -webkit-flex-basis: -webkit-calc(100% / 3);
          -ms-flex-preferred-size: calc(100% / 3);
              flex-basis: calc(100% / 3); }
    .container-latest.flexbox .vertical-b:nth-child(4) {
      display: none; } }
  @media screen and (max-width: 42.4375em) {
    .container-latest.flexbox .vertical-b {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
    .container-latest.flexbox .vertical-b:nth-child(2),
    .container-latest.flexbox .vertical-b:nth-child(3) {
      display: none; } }

@media screen and (max-width: 86.1875em) {
  .container-a.flexbox {
    margin: 0 auto 30px; } }

@media screen and (max-width: 64.9375em) {
  .container-a .aw-element-large:after {
    display: block; } }

@media screen and (max-width: 86.1875em) {
  .container-a #section-1 {
    -webkit-flex-basis: -webkit-calc( 100% - 340px);
        -ms-flex-preferred-size: calc( 100% - 340px);
            flex-basis: calc( 100% - 340px);
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 30px; }
    .container-a #section-1 .border-middle {
      padding-bottom: 30px;
      float: left; }
      .container-a #section-1 .border-middle:before {
        height: -webkit-calc(100% - 30px);
        height: calc(100% - 30px); } }

@media screen and (max-width: 64.9375em) {
  .container-a #section-1 .aw-element-large {
    display: none; }
  .container-a #section-1 .border-middle:before {
    background: none; }
  .container-a #section-1 .aw-element.horizontal .horizontal-image {
    display: none; }
  .container-a #section-1 .aw-element.horizontal p, .container-a #section-1 .aw-element.horizontal h2 {
    width: 100%;
    padding: 0; }
  .container-a #section-1 .aw-element.horizontal h2 {
    font-size: 18px; }
  .container-a #section-1 .aw-element.horizontal p {
    font-size: 16px; } }

@media screen and (max-width: 42.4375em) {
  .container-a #section-1 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    border: none; } }

@media screen and (max-width: 86.1875em) {
  .container-a #section-2 {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-right: none; }
    .container-a #section-2 .aw-element {
      padding-bottom: 0; }
      .container-a #section-2 .aw-element:nth-child(n + 4) {
        display: none; } }

@media screen and (max-width: 64.9375em) {
  .container-a #section-2 .aw-element {
    padding-bottom: 30px; }
    .container-a #section-2 .aw-element:nth-child(n + 3) {
      padding-bottom: 0; }
    .container-a #section-2 .aw-element:nth-child(n + 4) {
      display: block; }
    .container-a #section-2 .aw-element:nth-child(n + 5) {
      display: none; } }

@media screen and (max-width: 42.4375em) {
  .container-a #section-2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    border: none; }
    .container-a #section-2 .aw-element:nth-child(n + 3) {
      padding-bottom: 30px; }
    .container-a #section-2 .aw-element:nth-child(n + 4) {
      padding-bottom: 0px; } }

.container-a #section-3 .sticky-container {
  padding-bottom: 0;
  margin-bottom: 0; }

@media screen and (max-width: 86.1875em) {
  .container-a #section-3 {
    -webkit-flex-basis: 340px;
        -ms-flex-preferred-size: 340px;
            flex-basis: 340px;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
    .container-a #section-3 .sticky-container {
      width: 100%; } }

@media screen and (max-width: 42.4375em) {
  .container-a #section-3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; } }

@media screen and (min-width: 65em) and (max-width: 86.1875em) {
  .container-b .section-1 {
    float: left; }
  .container-b .aw-element.contributor .con-img-name {
    width: 160px;
    margin: 0 auto 20px;
    float: none; }
  .container-b .aw-element.contributor .con-article {
    width: 100%; } }

@media screen and (max-width: 64.9375em) {
  .container-b .aw-element:nth-child(1) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .container-b .aw-element:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .container-b .aw-element:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .container-b .aw-element:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; } }

@media screen and (max-width: 42.4375em) {
  .container-b .aw-element.horizontal .horizontal-image,
  .container-b .aw-element.horizontal h2 {
    width: 100%;
    padding: 0; }
  .container-b .aw-element.horizontal h2 {
    margin-top: 10px; }
  .container-b .aw-element.horizontal p {
    padding: 0;
    width: 100%; } }

@media screen and (max-width: 86.1875em) {
  .aw-container.container-c .section-1 .horizontal {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .aw-container.container-c .section-2:before {
    display: none; } }

@media screen and (max-width: 64.9375em) {
  .aw-container.container-c .section-1 {
    border: none; }
  .aw-container.container-c .section-2 .aw-element:nth-last-child(1),
  .aw-container.container-c .section-2 .aw-element:nth-last-child(2) {
    padding-bottom: 0; } }

@media screen and (max-width: 42.4375em) {
  .aw-container.container-c .section-1 .aw-element-large h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0; }
  .aw-container.container-c .section-1 .aw-element-large p {
    display: none; }
  .aw-container.container-c .section-2 .aw-element:nth-last-child(2) {
    padding-bottom: 30px; } }

@media screen and (max-width: 42.4375em) {
  .container-d .hide-for-large {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .container-d .aw-element-large h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px; }
  .container-d .aw-element-large p {
    display: none; } }

@media screen and (max-width: 42.4375em) {
  .container-d #content-section {
    border: none;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; } }

@media screen and (max-width: 86.1875em) {
  .container-d #section-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    border: none; }
    .container-d #section-1 .border-middle {
      margin-bottom: 30px; }
      .container-d #section-1 .border-middle:before {
        height: -webkit-calc(100% - 30px);
        height: calc(100% - 30px); }
      .container-d #section-1 .border-middle:after {
        content: "";
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: 1px;
        background: #e3e3e3;
        position: absolute;
        bottom: 0;
        left: 20px; } }
      @media screen and (max-width: 86.1875em) and (max-width: 42.4375em) {
        .container-d #section-1 .border-middle:after {
          width: -webkit-calc(100% - 20px);
          width: calc(100% - 20px);
          left: 10px; } }

@media screen and (max-width: 64.9375em) {
  .container-d #section-1 .border-middle {
    margin-bottom: 0; }
    .container-d #section-1 .border-middle:before {
      background: none; }
  .container-d #section-1 .aw-element.horizontal .horizontal-image,
  .container-d #section-1 .aw-element.horizontal h2 {
    width: 100%;
    padding: 0; }
  .container-d #section-1 .aw-element.horizontal h2 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    text-align: center; }
  .container-d #section-1 .aw-element.horizontal .ar-4-3 {
    padding-top: 56.25%; }
  .container-d #section-1 .aw-element.horizontal p {
    display: none; } }

@media screen and (max-width: 42.4375em) {
  .container-d #section-1 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    border: none; } }

.container-d #section-2:before {
  background: none; }

.container-d #section-2 .section-2a .aw-element:after {
  background: #e3e3e3; }

.container-d #section-2 .section-2b .aw-element:last-child {
  padding-bottom: 0; }

@media screen and (max-width: 86.1875em) {
  .container-d #section-2 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    position: relative; }
    .container-d #section-2 .section-2a .aw-element:last-child {
      padding-bottom: 0; }
      .container-d #section-2 .section-2a .aw-element:last-child:after {
        background: none; }
    .container-d #section-2:before {
      background: #e3e3e3; } }

@media screen and (max-width: 64.9375em) {
  .container-d #section-2:before {
    background: none; } }

@media screen and (max-width: 42.4375em) {
  .container-d #section-2 {
    border: none; }
    .container-d #section-2 .section-2a {
      padding-bottom: 30px;
      margin-bottom: 30px;
      position: relative; }
      .container-d #section-2 .section-2a:after {
        content: "";
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        height: 1px;
        background: #e3e3e3;
        position: absolute;
        bottom: 0;
        left: 20px; } }
      @media screen and (max-width: 42.4375em) and (max-width: 42.4375em) {
        .container-d #section-2 .section-2a:after {
          width: -webkit-calc(100% - 20px);
          width: calc(100% - 20px);
          left: 10px; } }

@media screen and (max-width: 42.4375em) {
    .container-d #section-2 .section-2b .aw-element:last-child {
      padding-bottom: 15px; }
      .container-d #section-2 .section-2b .aw-element:last-child:after {
        background: #e3e3e3; } }

.container-d #section-3 {
  position: relative; }
  .container-d #section-3 .aw-element {
    width: 100%; }
  .container-d #section-3 .aw-element.gpt-wrapper {
    padding-bottom: 0;
    margin-bottom: 0; }
    .container-d #section-3 .aw-element.gpt-wrapper:after {
      background: none; }
  .container-d #section-3 .aw-element .subscribewidget {
    padding: 0; }
  @media screen and (max-width: 86.1875em) {
    .container-d #section-3 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 64.9375em) {
    .container-d #section-3 {
      width: 340px;
      float: left; }
      .container-d #section-3 .aw-element:after,
      .container-d #section-3 .aw-element.gpt-wrapper:after {
        background: #e3e3e3; }
      .container-d #section-3 .aw-element.gpt-wrapper {
        padding-bottom: 30px;
        margin-bottom: 30px;
        width: 100%; }
      .container-d #section-3 .aw-element:last-child {
        padding-bottom: 0;
        margin-bottom: 0; }
        .container-d #section-3 .aw-element:last-child:after {
          background: none; } }

.container-e #section-1 .aw-element {
  margin-bottom: 20px;
  padding-bottom: 20px; }

@media screen and (max-width: 42.4375em) {
  .container-e #section-1 .border-middle:before {
    background: none; } }

.container-e #section-3 {
  -webkit-flex-basis: 340px;
      -ms-flex-preferred-size: 340px;
          flex-basis: 340px;
  position: relative; }
  @media screen and (min-width: 65em) and (max-width: 86.1875em) {
    .container-e #section-3 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

@media screen and (min-width: 65em) and (max-width: 86.1875em) {
  .container-f .section-1 {
    border-right: 1px solid #e3e3e3; } }

.container-f .aw-element.horizontal-large {
  padding-bottom: 0; }
  @media screen and (max-width: 86.1875em) {
    .container-f .aw-element.horizontal-large .hl-image,
    .container-f .aw-element.horizontal-large .hl-title {
      margin-right: 0;
      width: 100%; }
    .container-f .aw-element.horizontal-large .sponsor-bar,
    .container-f .aw-element.horizontal-large p,
    .container-f .aw-element.horizontal-large .contributor {
      float: left;
      clear: both; }
    .container-f .aw-element.horizontal-large .sponsor-bar {
      margin-top: 14px;
      margin-bottom: 8px; } }
  @media screen and (max-width: 64.9375em) {
    .container-f .aw-element.horizontal-large {
      padding-bottom: 30px; }
      .container-f .aw-element.horizontal-large:after {
        display: block; } }

.container-f .section-2a,
.container-f .section-2b {
  position: relative; }
  @media screen and (min-width: 65em) and (max-width: 86.1875em) {
    .container-f .section-2a .title-only--medium a,
    .container-f .section-2b .title-only--medium a {
      border: none;
      padding: 0; }
    .container-f .section-2a .title-only--medium h2,
    .container-f .section-2b .title-only--medium h2 {
      font-size: 16px;
      line-height: 20px; }
      .container-f .section-2a .title-only--medium h2:after,
      .container-f .section-2b .title-only--medium h2:after {
        content: ">>";
        position: relative;
        left: 5px;
        color: #ed1d25;
        display: inline-block; }
    .container-f .section-2a .border-middle:before, .container-f .section-2a.border-middle:before,
    .container-f .section-2b .border-middle:before,
    .container-f .section-2b.border-middle:before {
      display: none; } }
  @media screen and (max-width: 42.4375em) {
    .container-f .section-2a .border-middle:before, .container-f .section-2a.border-middle:before,
    .container-f .section-2b .border-middle:before,
    .container-f .section-2b.border-middle:before {
      display: none; } }

.container-f .section-2a .row-1 .title-only:after {
  display: block; }

.container-f .section-2a .row-2 .title-only--medium,
.container-f .section-2a .row-2 .aw-element {
  margin-bottom: 0; }
  .container-f .section-2a .row-2 .title-only--medium:after,
  .container-f .section-2a .row-2 .aw-element:after {
    display: none; }

@media screen and (max-width: 86.1875em) {
  .container-f .section-2a {
    border: none; }
    .container-f .section-2a .row-2 .title-only--medium,
    .container-f .section-2a .row-2 .aw-element {
      margin-bottom: 15px; }
      .container-f .section-2a .row-2 .title-only--medium:after,
      .container-f .section-2a .row-2 .aw-element:after {
        display: block; } }

.container-f .section-2b .aw-element {
  margin-bottom: 0; }
  .container-f .section-2b .aw-element:after {
    display: none; }
  @media screen and (min-width: 65em) and (max-width: 86.1875em) {
    .container-f .section-2b .aw-element {
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .container-f .section-2b .aw-element:after {
        display: block; }
      .container-f .section-2b .aw-element:last-child {
        margin-bottom: 0; } }
  @media screen and (max-width: 42.4375em) {
    .container-f .section-2b .aw-element {
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .container-f .section-2b .aw-element:after {
        display: block; }
      .container-f .section-2b .aw-element:last-child {
        margin-bottom: 0; }
        .container-f .section-2b .aw-element:last-child:after {
          display: none; } }

.container-g .row-1,
.container-g .row-2 {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  @media screen and (min-width: 86.25em) {
    .container-g .row-1,
    .container-g .row-2 {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .container-g .row-1,
    .container-g .row-2 {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; } }

.container-g .row-1 .title-only--medium {
  padding-bottom: 30px; }
  .container-g .row-1 .title-only--medium:after {
    bottom: 15px; }

.container-meno .aw-element-large-overlay {
  padding-bottom: 30px; }

.container-meno #content-section {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }
  @media screen and (min-width: 86.25em) {
    .container-meno #content-section .title-excerpt {
      padding-bottom: 0; }
    .container-meno #content-section .aw-element.parent-width {
      padding-left: 20px; } }

.container-meno #section-3 {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch; }
  @media screen and (min-width: 86.25em) {
    .container-meno #section-3 {
      width: 320px;
      padding-right: 20px; }
      .container-meno #section-3 .aw-element {
        padding: 0; } }

.container-meno .title-only {
  padding-top: 15px; }

@media screen and (max-width: 86.1875em) {
  .container-meno .ar-21-9 {
    padding-top: 56.25%; }
  .container-meno #content-section .title-only--medium {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .container-meno #content-section div:last-child {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
        -ms-flex-order: 7;
            order: 7;
    -webkit-box-flex: initial;
    -webkit-flex: initial;
        -ms-flex: initial;
            flex: initial; }
  .container-meno #content-section div.title-excerpt {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1; } }

@media screen and (max-width: 64.9375em) {
  .container-meno div.title-excerpt {
    -webkit-box-flex: initial !important;
    -webkit-flex: initial !important;
        -ms-flex: initial !important;
            flex: initial !important;
    width: 100%; } }

@media screen and (max-width: 42.4375em) {
  .container-meno .hide-for-large {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .container-meno #section-3 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .container-meno #content-section {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .container-meno #content-section .title-only--medium {
    -webkit-box-ordinal-group: initial;
    -webkit-order: initial;
        -ms-flex-order: initial;
            order: initial; } }

@media screen and (min-width: 86.25em) {
  .container-grid .nob-xl {
    padding-bottom: 30px; } }

@media screen and (min-width: 65em) and (max-width: 86.1875em) {
  .container-grid .nob-l {
    padding-bottom: 30px; } }

@media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
  .container-grid .nob-m {
    padding-bottom: 30px; } }

@media screen and (max-width: 42.4375em) {
  .container-grid .nob-s {
    padding-bottom: 30px; } }

.container-cards {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }
  .container-cards .aw-element {
    padding-right: 0; }
  .container-cards .flexbox {
    margin: 0; }
  .ie .container-cards {
    margin: 0; }
  @media screen and (min-width: 86.25em) {
    .container-cards {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
      padding-left: 10px;
      padding-right: 10px; }
      .container-cards::before, .container-cards::after {
        content: ' ';
        display: table;
        -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .container-cards::after {
        clear: both; }
      .container-cards .xlarge-3 {
        -webkit-box-flex: 1;
        -webkit-flex: 1 1 -webkit-calc(25% - 5px);
            -ms-flex: 1 1 calc(25% - 5px);
                flex: 1 1 calc(25% - 5px);
        max-width: -webkit-calc(25% - 5px);
        max-width: calc(25% - 5px); } }
  @media screen and (min-width: 65em) and (max-width: 86.1875em) {
    .container-cards .large-4 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(33.33333% - 5px);
          -ms-flex: 0 0 calc(33.33333% - 5px);
              flex: 0 0 calc(33.33333% - 5px);
      max-width: -webkit-calc(33.33333% - 5px);
      max-width: calc(33.33333% - 5px); } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .container-cards .medium-6 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(50% - 10px);
          -ms-flex: 0 0 calc(50% - 10px);
              flex: 0 0 calc(50% - 10px);
      max-width: -webkit-calc(50% - 10px);
      max-width: calc(50% - 10px); }
    .container-cards .col-1 {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .container-cards .col-3 {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; }
    .container-cards .col-2 {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .container-cards .col-4 {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; } }
  @media screen and (max-width: 42.4375em) {
    .container-cards .small-12 {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 -webkit-calc(100% - 10px);
          -ms-flex: 0 0 calc(100% - 10px);
              flex: 0 0 calc(100% - 10px);
      max-width: -webkit-calc(100% - 10px);
      max-width: calc(100% - 10px); } }

.container-title,
.main-content #sidebar .container-title {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px 0;
  margin-bottom: 12px;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .container-title::before, .container-title::after,
  .main-content #sidebar .container-title::before,
  .main-content #sidebar .container-title::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .container-title::after,
  .main-content #sidebar .container-title::after {
    clear: both; }
  @media screen and (min-width: 86.25em) {
    .container-title,
    .main-content #sidebar .container-title {
      padding: 0 20px 0; } }
  .single-post .container-title, .single-post
  .main-content #sidebar .container-title {
    padding: 0 20px 0; }
  .ie .container-title, .ie
  .main-content #sidebar .container-title {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 -100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; }
  .container-title.colored,
  .main-content #sidebar .container-title.colored {
    padding-top: 20px; }
  .container-title h1,
  .container-title h2,
  .main-content #sidebar .container-title h1,
  .main-content #sidebar .container-title h2 {
    display: inline-block;
    position: relative;
    float: left;
    margin-bottom: 24px;
    font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    line-height: 29px;
    text-transform: uppercase;
    color: #333; }
    .container-title h1:after,
    .container-title h2:after,
    .main-content #sidebar .container-title h1:after,
    .main-content #sidebar .container-title h2:after {
      display: block;
      content: "";
      width: 65px;
      height: 5px;
      background: #ed1d25;
      position: absolute;
      left: 0;
      bottom: -9px; }
  .container-title .sponsor,
  .main-content #sidebar .container-title .sponsor {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 42.4375em) {
      .container-title .sponsor,
      .main-content #sidebar .container-title .sponsor {
        margin-left: 0;
        margin-bottom: 5px; } }
    .container-title .sponsor span,
    .main-content #sidebar .container-title .sponsor span {
      position: relative;
      top: 9px;
      float: left;
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-style: italic;
      font-size: 14px;
      line-height: 17px;
      text-transform: lowercase;
      margin-bottom: 15px;
      margin-right: 10px; }
      @media screen and (max-width: 42.4375em) {
        .container-title .sponsor span,
        .main-content #sidebar .container-title .sponsor span {
          top: 0; } }
    .container-title .sponsor .sponsor-name,
    .main-content #sidebar .container-title .sponsor .sponsor-name {
      margin-left: 10px; }
    .container-title .sponsor .sponsor-image,
    .main-content #sidebar .container-title .sponsor .sponsor-image {
      float: left;
      overflow: hidden;
      display: block;
      height: 30px;
      position: relative;
      top: -2px; }
      .container-title .sponsor .sponsor-image img,
      .main-content #sidebar .container-title .sponsor .sponsor-image img {
        width: auto;
        max-width: none;
        height: 100%; }
        @media screen and (max-width: 42.4375em) {
          .container-title .sponsor .sponsor-image img,
          .main-content #sidebar .container-title .sponsor .sponsor-image img {
            height: 70%; } }
      @media screen and (max-width: 42.4375em) {
        .container-title .sponsor .sponsor-image,
        .main-content #sidebar .container-title .sponsor .sponsor-image {
          top: -6px; } }
  .container-title .view-more,
  .container-title .sponsor-name,
  .main-content #sidebar .container-title .view-more,
  .main-content #sidebar .container-title .sponsor-name {
    float: right;
    position: relative;
    top: 4px;
    line-height: 22px; }
  @media screen and (max-width: 64.9375em) {
    .container-title .view-more,
    .main-content #sidebar .container-title .view-more {
      clear: both;
      top: 0; } }
  @media screen and (max-width: 42.4375em) {
    .container-title .view-more,
    .main-content #sidebar .container-title .view-more {
      width: 50%; } }
  .container-title .subtitle,
  .main-content #sidebar .container-title .subtitle {
    float: left;
    clear: both;
    font-size: 20px; }
    @media screen and (max-width: 64.9375em) {
      .container-title .subtitle,
      .main-content #sidebar .container-title .subtitle {
        margin-bottom: 20px; } }
  .container-title.large h1,
  .container-title.large h2,
  .main-content #sidebar .container-title.large h1,
  .main-content #sidebar .container-title.large h2 {
    font-size: 36px;
    line-height: 43px; }
    @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
      .container-title.large h1,
      .container-title.large h2,
      .main-content #sidebar .container-title.large h1,
      .main-content #sidebar .container-title.large h2 {
        margin-bottom: 27px; } }
    .container-title.large h1:after,
    .container-title.large h2:after,
    .main-content #sidebar .container-title.large h1:after,
    .main-content #sidebar .container-title.large h2:after {
      bottom: -8px;
      height: 7px; }
  .container-title.large .sponsor span,
  .main-content #sidebar .container-title.large .sponsor span {
    top: 20px; }
  .container-title.large .sponsor .sponsor-image,
  .main-content #sidebar .container-title.large .sponsor .sponsor-image {
    top: 12px; }
  @media screen and (max-width: 64.9375em) {
    .container-title.large .sponsor,
    .main-content #sidebar .container-title.large .sponsor {
      margin-left: 0;
      margin-bottom: 7px; }
      .container-title.large .sponsor span,
      .main-content #sidebar .container-title.large .sponsor span {
        top: 0; }
      .container-title.large .sponsor .sponsor-image,
      .main-content #sidebar .container-title.large .sponsor .sponsor-image {
        top: -8px; } }
  .container-title.large .view-more,
  .container-title.large .sponsor-name,
  .main-content #sidebar .container-title.large .view-more,
  .main-content #sidebar .container-title.large .sponsor-name {
    top: 15px; }
    @media screen and (max-width: 64.9375em) {
      .container-title.large .view-more,
      .container-title.large .sponsor-name,
      .main-content #sidebar .container-title.large .view-more,
      .main-content #sidebar .container-title.large .sponsor-name {
        top: 0; } }
  .container-title.center,
  .main-content #sidebar .container-title.center {
    text-align: center; }
    @media screen and (max-width: 42.4375em) {
      .container-title.center,
      .main-content #sidebar .container-title.center {
        text-align: left; } }
    .container-title.center .title-and-sponsor,
    .main-content #sidebar .container-title.center .title-and-sponsor {
      display: inline-block; }
    .container-title.center .subtitle,
    .main-content #sidebar .container-title.center .subtitle {
      width: 100%;
      display: block;
      text-align: center; }
      @media screen and (min-width: 65em) and (max-width: 86.1875em) {
        .container-title.center .subtitle,
        .main-content #sidebar .container-title.center .subtitle {
          margin-bottom: 18px; }
          .container-title.center .subtitle.show-for-large,
          .main-content #sidebar .container-title.center .subtitle.show-for-large {
            display: none !important; }
          .container-title.center .subtitle.hide-for-large,
          .main-content #sidebar .container-title.center .subtitle.hide-for-large {
            display: block !important; } }
    .container-title.center .view-more,
    .main-content #sidebar .container-title.center .view-more {
      position: absolute;
      right: 30px;
      top: 25px;
      width: 25%;
      max-width: 200px;
      text-align: right; }
      @media screen and (max-width: 86.1875em) {
        .container-title.center .view-more,
        .main-content #sidebar .container-title.center .view-more {
          position: initial;
          width: 100%;
          max-width: none;
          text-align: center;
          clear: both; } }
    .container-title.center.large .view-more,
    .main-content #sidebar .container-title.center.large .view-more {
      top: 35px; }
    @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
      .container-title.center.large h2,
      .main-content #sidebar .container-title.center.large h2 {
        display: block;
        float: none; }
      .container-title.center.large .sponsor,
      .main-content #sidebar .container-title.center.large .sponsor {
        float: none;
        display: inline-block; } }
  .container-title.right,
  .main-content #sidebar .container-title.right {
    text-align: right; }
    .container-title.right .title-and-sponsor,
    .container-title.right .subtitle,
    .main-content #sidebar .container-title.right .title-and-sponsor,
    .main-content #sidebar .container-title.right .subtitle {
      float: right; }
    .container-title.right .view-more,
    .main-content #sidebar .container-title.right .view-more {
      float: left; }
    @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
      .container-title.right .large h2,
      .container-title.right .large .sponsor,
      .main-content #sidebar .container-title.right .large h2,
      .main-content #sidebar .container-title.right .large .sponsor {
        float: right; } }
  .container-title.light h2,
  .container-title.light .view-more,
  .container-title.light .sponsor-name,
  .container-title.light .subtitle,
  .container-title.light .title-and-sponsor,
  .main-content #sidebar .container-title.light h2,
  .main-content #sidebar .container-title.light .view-more,
  .main-content #sidebar .container-title.light .sponsor-name,
  .main-content #sidebar .container-title.light .subtitle,
  .main-content #sidebar .container-title.light .title-and-sponsor {
    color: #fff; }
  .container-title:after,
  .main-content #sidebar .container-title:after {
    display: none; }
  @media screen and (max-width: 86.1875em) {
    .container-title,
    .main-content #sidebar .container-title {
      margin-left: auto;
      margin-right: auto;
      max-width: 1020px;
      float: none;
      padding: 20px 20px 0; } }
  @media screen and (max-width: 64.9375em) {
    .container-title,
    .main-content #sidebar .container-title {
      max-width: 680px; } }
  @media screen and (max-width: 42.4375em) {
    .container-title,
    .main-content #sidebar .container-title {
      max-width: 340px;
      padding-left: 10px;
      padding-right: 10px; } }
  .main-content #sidebar .widget-area .container-title,
  .aw-container .container-title, .main-content #sidebar .widget-area
  .main-content #sidebar .container-title,
  .aw-container
  .main-content #sidebar .container-title {
    padding: 0;
    width: 100%;
    float: left;
    margin-bottom: 0; }

.container-dierlam {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (min-width: 86.25em) {
    .container-dierlam .widget-bar {
      padding-left: 0; }
    .container-dierlam .section-2 .aw-element {
      padding-right: 40px;
      padding-left: 0; }
      .container-dierlam .section-2 .aw-element:after {
        left: 0; } }
  @media screen and (max-width: 86.1875em) {
    .container-dierlam .section-2 .aw-element {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .container-dierlam .section-2 .aw-element:nth-child(1) {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .container-dierlam .section-2 .aw-element:nth-child(4) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }
  @media screen and (max-width: 64.9375em) {
    .container-dierlam .content-section {
      -webkit-box-ordinal-group: 4;
      -webkit-order: 3;
          -ms-flex-order: 3;
              order: 3; }
    .container-dierlam .view-more-link {
      -webkit-box-ordinal-group: 5;
      -webkit-order: 4;
          -ms-flex-order: 4;
              order: 4; } }
  @media screen and (max-width: 42.4375em) {
    .container-dierlam .widget-bar {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .container-dierlam .section-3 .medium-6:first-child {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
          -ms-flex-order: 2;
              order: 2; } }

.container-video-wrapper {
  position: relative;
  padding-bottom: 0px; }
  .container-video-wrapper.aw-full-width {
    padding-bottom: 40px; }

.aw-container.container-video {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  height: 100%;
  overflow: hidden;
  width: -webkit-calc(100% - 40px);
  width: calc(100% - 40px);
  margin: 0 1.11111rem;
  padding-bottom: 0; }
  .aw-full-width .aw-container.container-video {
    width: 100vw;
    max-width: none !important;
    margin: 0; }
  .aw-container.container-video .overlay-control {
    cursor: pointer;
    opacity: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    height: 360px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.7);
    z-index: 12;
    -webkit-transition: opacity 0.4s ease-in;
    transition: opacity 0.4s ease-in; }
    @media screen and (max-width: 86.1875em) {
      .aw-container.container-video .overlay-control {
        width: 130px; } }
    .aw-container.container-video .overlay-control .arrow {
      font-size: 130px;
      line-height: 1;
      color: #ccc;
      text-align: center;
      width: 100%;
      position: absolute;
      top: -webkit-calc(50% - 59px);
      top: calc(50% - 59px); }
    .aw-container.container-video .overlay-control.right {
      left: auto;
      right: 0; }
    .aw-container.container-video .overlay-control:hover {
      opacity: 1;
      -webkit-transition: opacity 0.4s ease-out;
      transition: opacity 0.4s ease-out; }
    @media screen and (max-width: 64.9375em) {
      .aw-container.container-video .overlay-control {
        display: none; } }
  .aw-container.container-video .mobile-control-container {
    display: none; }
  @media screen and (max-width: 64.9375em) {
    .aw-container.container-video .mobile-control-container {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: -webkit-calc(100vw - 40px);
      width: calc(100vw - 40px);
      height: auto;
      overflow: hidden;
      padding-top: 56.25%; }
    .aw-container.container-video .mobile-control {
      display: block;
      position: absolute;
      width: 60px;
      height: 60px;
      background: rgba(0, 0, 0, 0.3);
      border: 1px solid #979797;
      border-radius: 60px;
      z-index: 12; }
      .aw-container.container-video .mobile-control:after, .aw-container.container-video .mobile-control:before {
        position: absolute;
        top: 22px;
        content: "";
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 8px 0 8px 10px;
        border-color: transparent transparent transparent #fff; }
      .aw-container.container-video .mobile-control.left {
        left: -30px; }
        .aw-container.container-video .mobile-control.left:before, .aw-container.container-video .mobile-control.left:after {
          border-width: 8px 10px 8px 0;
          border-right-color: #fff; }
        .aw-container.container-video .mobile-control.left:before {
          left: 30px; }
        .aw-container.container-video .mobile-control.left:after {
          left: 38px; }
      .aw-container.container-video .mobile-control.right {
        right: -30px; }
        .aw-container.container-video .mobile-control.right:before {
          right: 30px; }
        .aw-container.container-video .mobile-control.right:after {
          right: 38px; } }

.container-subscribe {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .container-subscribe .subscribe-box {
    padding: 40px 0;
    -webkit-transition: height 0.5s;
    transition: height 0.5s; }
    @media screen and (max-width: 42.4375em) {
      .container-subscribe .subscribe-box {
        margin-bottom: 40px; } }
    .container-subscribe .subscribe-box .sub-content {
      overflow: hidden;
      float: left;
      clear: both;
      width: 100%;
      height: auto; }
  .container-subscribe .subscribe-title,
  .container-subscribe .subscribe-subtitle,
  .container-subscribe .thanks-title,
  .container-subscribe .thanks-subtitle {
    max-width: 80%;
    margin: auto; }
  .container-subscribe .subscribe-title,
  .container-subscribe .thanks-title {
    display: block;
    margin-bottom: 7px;
    text-align: center;
    font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 22px;
    line-height: 27px; }
    .container-subscribe .subscribe-title span,
    .container-subscribe .thanks-title span {
      text-transform: uppercase;
      color: #ed1d25; }
      @media screen and (max-width: 64.9375em) {
        .container-subscribe .subscribe-title span,
        .container-subscribe .thanks-title span {
          clear: both;
          display: block; } }
  .container-subscribe .subscribe-subtitle,
  .container-subscribe .thanks-subtitle {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    display: block; }
  .container-subscribe .thanks-title {
    color: #ed1d25; }
  .container-subscribe .sub-form {
    width: 450px;
    margin: 20px auto 0;
    overflow: hidden; }
    @media screen and (max-width: 64.9375em) {
      .container-subscribe .sub-form {
        width: 100%; } }
  .container-subscribe input[type="text"],
  .container-subscribe input[type="email"],
  .container-subscribe input[type="tel"],
  .container-subscribe select,
  .container-subscribe textarea {
    border: 1px solid #e3e3e3;
    box-shadow: none;
    background-color: #fff;
    text-align: left;
    font-size: 14px;
    line-height: 17px;
    padding: 0px 5px 1px;
    margin-bottom: 10px;
    width: 220px;
    float: left;
    /* Firefox > 19 */
    /* Internet Explorer 10 */ }
    .container-subscribe input[type="text"]:nth-child(2n + 2),
    .container-subscribe input[type="email"]:nth-child(2n + 2),
    .container-subscribe input[type="tel"]:nth-child(2n + 2),
    .container-subscribe select:nth-child(2n + 2),
    .container-subscribe textarea:nth-child(2n + 2) {
      margin-left: 10px; }
    .container-subscribe input[type="text"]::-webkit-input-placeholder,
    .container-subscribe input[type="email"]::-webkit-input-placeholder,
    .container-subscribe input[type="tel"]::-webkit-input-placeholder,
    .container-subscribe select::-webkit-input-placeholder,
    .container-subscribe textarea::-webkit-input-placeholder {
      color: #ccc; }
    .container-subscribe input[type="text"]:-moz-placeholder,
    .container-subscribe input[type="email"]:-moz-placeholder,
    .container-subscribe input[type="tel"]:-moz-placeholder,
    .container-subscribe select:-moz-placeholder,
    .container-subscribe textarea:-moz-placeholder {
      color: #ccc;
      opacity: 1; }
    .container-subscribe input[type="text"]::-moz-placeholder,
    .container-subscribe input[type="email"]::-moz-placeholder,
    .container-subscribe input[type="tel"]::-moz-placeholder,
    .container-subscribe select::-moz-placeholder,
    .container-subscribe textarea::-moz-placeholder {
      color: #ccc;
      opacity: 1; }
    .container-subscribe input[type="text"]:-ms-input-placeholder,
    .container-subscribe input[type="email"]:-ms-input-placeholder,
    .container-subscribe input[type="tel"]:-ms-input-placeholder,
    .container-subscribe select:-ms-input-placeholder,
    .container-subscribe textarea:-ms-input-placeholder {
      color: #ccc; }
    .container-subscribe input[type="text"]#email,
    .container-subscribe input[type="email"]#email,
    .container-subscribe input[type="tel"]#email,
    .container-subscribe select#email,
    .container-subscribe textarea#email {
      width: 450px; }
    @media screen and (max-width: 64.9375em) {
      .container-subscribe input[type="text"]:nth-child(n), .container-subscribe input[type="text"]#email,
      .container-subscribe input[type="email"]:nth-child(n),
      .container-subscribe input[type="email"]#email,
      .container-subscribe input[type="tel"]:nth-child(n),
      .container-subscribe input[type="tel"]#email,
      .container-subscribe select:nth-child(n),
      .container-subscribe select#email,
      .container-subscribe textarea:nth-child(n),
      .container-subscribe textarea#email {
        width: 220px;
        float: none;
        margin-left: auto;
        margin-right: auto; } }
  .container-subscribe textarea {
    text-align: left;
    padding: 5px;
    /* Firefox > 19 */
    /* Internet Explorer 10 */ }
    .container-subscribe textarea::-webkit-input-placeholder {
      text-align: center; }
    .container-subscribe textarea:-moz-placeholder {
      text-align: center; }
    .container-subscribe textarea::-moz-placeholder {
      text-align: center; }
    .container-subscribe textarea:-ms-input-placeholder {
      text-align: center; }
  .container-subscribe .nl-checkboxes {
    width: 300px;
    margin: auto; }
  .container-subscribe .checkbox {
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #666;
    font-size: 14px;
    margin-bottom: 3px; }
    .container-subscribe .checkbox:last-child {
      margin-bottom: 10px; }
  .container-subscribe .hidden-options,
  .container-subscribe .message {
    visibility: hidden;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.5s 0s, height 0.5s 0s;
    transition: opacity 0.5s 0s, height 0.5s 0s;
    overflow: hidden; }
    .container-subscribe .hidden-options.show,
    .container-subscribe .message.show {
      margin: 0 0 20px;
      visibility: visible;
      height: auto;
      opacity: 1;
      -webkit-transition: opacity 0.5s 0.6s, height 0.5s 0s;
      transition: opacity 0.5s 0.6s, height 0.5s 0s;
      overflow: visible; }
  .container-subscribe .rc-placeholder {
    height: 78px;
    width: 1px;
    background: transparent;
    clear: both; }
  .container-subscribe .g-recaptcha {
    margin: 0 auto 10px;
    display: block;
    width: 302px;
    clear: both; }
  .container-subscribe .button {
    display: block;
    margin: auto;
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    text-transform: capitalize;
    padding: 14px 30px;
    background: #009BDF; }
  .container-subscribe .thanks-social {
    margin: 20px auto 0;
    width: 278px; }
    .container-subscribe .thanks-social li {
      position: relative;
      margin-right: 15px; }
      .container-subscribe .thanks-social li:last-child {
        margin-right: 0; }
    .container-subscribe .thanks-social li:before {
      font-size: 22px;
      line-height: 40px;
      color: #fff;
      background: #4A4A4A;
      border-radius: 40px;
      width: 40px;
      height: 40px;
      display: block;
      text-align: center; }
    .container-subscribe .thanks-social li a {
      display: inline-block;
      width: 40px;
      height: 40px;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 0;
      padding: 0;
      background: none; }

.container-promo .aw-element-large-overlay {
  padding-bottom: 30px; }

.container-promo #content-section {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.container-promo #section-3 {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch; }

.gpt-wrapper {
  position: relative; }

.ad-div-oop-wrapper {
  display: none;
  background: white; }

.ad-div-lb-wrapper,
.ad-div-t0-wrapper,
.ad-div-a0-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: 100%;
  margin: 0 auto !important;
  background: white;
  padding: 30px 0;
  background: transparent;
  margin: 0 -100% 40px;
  /* old browsers fallback */
  margin: 0 -webkit-calc(50% - 50vw) 40px;
  margin: 0 calc(50% - 50vw) 40px; }
  @media screen and (max-width: 42.4375em) {
    .ad-div-lb-wrapper,
    .ad-div-t0-wrapper,
    .ad-div-a0-wrapper {
      padding: 0;
      background: #fff;
      margin-bottom: 0; } }

.ad-div-a0-wrapper {
  margin-bottom: 0; }

.mobile-ad {
  display: none;
  /*
	&:before,
	&:after {
		position: relative;
		display: block;
		left: -10%;
		top: 0;
		
		width: 120%;
		height: 1px;
		background: $border-gray;
		content: "";
	}
	
	&:before {
		margin: 0 0 20px;
	}
	
	&:after {
		margin: 20px 0;
	}
*/ }
  @media screen and (max-width: 42.4375em) {
    .mobile-ad {
      display: block;
      width: 100%;
      padding: 20px 0;
      margin-bottom: 20px;
      border-top: 1px solid #e3e3e3;
      border-bottom: 1px solid #e3e3e3; }
      .mobile-ad > div {
        width: 300px;
        margin: auto; } }

.index-ad-wrapper {
  clear: both; }

/*
Additional styles for brandshare articles
Dek: Flama Book: #666666, 28px, line: 38px
Body text: Flama Book, #333333, 18px
Link color: #F6A623
Pull quote: Flama Slab Bold, same size as version being used on edit
*/
.sponsor-bar,
#single-post .sponsor-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 16px; }
  @media screen and (max-width: 42.4375em) {
    .sponsor-bar,
    #single-post .sponsor-bar {
      margin-bottom: 4px; } }
  .sponsor-bar h2.cat-name,
  #single-post .sponsor-bar h2.cat-name {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 23px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 0; }
    @media screen and (min-width: 86.25em) {
      .sponsor-bar h2.cat-name,
      #single-post .sponsor-bar h2.cat-name {
        width: auto;
        margin-right: 10px; } }
    @media screen and (max-width: 42.4375em) {
      .sponsor-bar h2.cat-name,
      #single-post .sponsor-bar h2.cat-name {
        width: 100%;
        margin-right: 0; } }
    .sponsor-bar h2.cat-name a,
    #single-post .sponsor-bar h2.cat-name a {
      color: #ed1d25; }
    .sponsor-bar h2.cat-name.brandshare a,
    #single-post .sponsor-bar h2.cat-name.brandshare a {
      color: #F6A623;
      font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  @media screen and (max-width: 42.4375em) {
    .sponsor-bar .sponsor,
    #single-post .sponsor-bar .sponsor {
      margin-bottom: 5px; } }
  .sponsor-bar .sponsor-text,
  .sponsor-bar .sponsor-text-name,
  #single-post .sponsor-bar .sponsor-text,
  #single-post .sponsor-bar .sponsor-text-name {
    color: #666666;
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    float: left;
    position: relative;
    top: 3px; }
    @media screen and (max-width: 42.4375em) {
      .sponsor-bar .sponsor-text,
      .sponsor-bar .sponsor-text-name,
      #single-post .sponsor-bar .sponsor-text,
      #single-post .sponsor-bar .sponsor-text-name {
        top: -1px; } }
  .sponsor-bar h2 ~ .sponsor-text,
  .sponsor-bar h2 ~ .sponsor-text-name,
  #single-post .sponsor-bar h2 ~ .sponsor-text,
  #single-post .sponsor-bar h2 ~ .sponsor-text-name {
    top: 1px; }
  .sponsor-bar .sponsor-logo,
  #single-post .sponsor-bar .sponsor-logo {
    margin-left: 10px;
    height: 30px; }
    .sponsor-bar .sponsor-logo img,
    #single-post .sponsor-bar .sponsor-logo img {
      max-height: 30px;
      max-width: 300px;
      position: relative;
      height: 100%;
      width: auto; }
    @media screen and (max-width: 42.4375em) {
      .sponsor-bar .sponsor-logo,
      #single-post .sponsor-bar .sponsor-logo {
        height: 20px;
        margin-left: 8px;
        float: left; }
        .sponsor-bar .sponsor-logo img,
        #single-post .sponsor-bar .sponsor-logo img {
          display: block; } }
  .sponsor-bar .sponsor-text-name,
  #single-post .sponsor-bar .sponsor-text-name {
    height: auto;
    margin-left: 3px;
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .sponsor-bar .sponsor-tooltip,
  #single-post .sponsor-bar .sponsor-tooltip {
    position: relative;
    right: 5px;
    top: -13px; }
    @media screen and (max-width: 42.4375em) {
      .sponsor-bar .sponsor-tooltip,
      #single-post .sponsor-bar .sponsor-tooltip {
        position: relative;
        right: -164px;
        top: -32px; } }
    .sponsor-bar .sponsor-tooltip .has-tip,
    #single-post .sponsor-bar .sponsor-tooltip .has-tip {
      border: none; }
    .sponsor-bar .sponsor-tooltip .fa,
    #single-post .sponsor-bar .sponsor-tooltip .fa {
      color: #ccc;
      font-size: 14px; }
    .sponsor-bar .sponsor-tooltip .tooltip-inner,
    #single-post .sponsor-bar .sponsor-tooltip .tooltip-inner {
      display: none;
      position: absolute;
      border: 1px solid #ccc;
      padding: 10px;
      background-color: #fff;
      width: 200px;
      z-index: 10000; }
    .sponsor-bar .sponsor-tooltip:hover i,
    #single-post .sponsor-bar .sponsor-tooltip:hover i {
      color: #999; }
  .sponsor-bar.archive-title .sponsor-tooltip,
  #single-post .sponsor-bar.archive-title .sponsor-tooltip {
    right: -5px;
    top: -23px; }
  .sponsor-bar .sponsor-text-name ~ .sponsor-tooltip,
  #single-post .sponsor-bar .sponsor-text-name ~ .sponsor-tooltip {
    top: -3px; }
  @media screen and (min-width: 65em) {
    #single-post .full-hero .sponsor-bar, #single-post .full-hero
    #single-post .sponsor-bar {
      display: none; } }
  #single-post .page-hero .sponsor-bar, #single-post .page-hero
  #single-post .sponsor-bar {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media screen and (max-width: 53.0625em) {
      #single-post .page-hero .sponsor-bar, #single-post .page-hero
      #single-post .sponsor-bar {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .sponsor-bar.archive-title h1.cat-name,
  #single-post .sponsor-bar.archive-title h1.cat-name {
    margin-bottom: 0; }
    @media screen and (max-width: 64.9375em) {
      .sponsor-bar.archive-title h1.cat-name,
      #single-post .sponsor-bar.archive-title h1.cat-name {
        width: 100%; } }
    @media screen and (max-width: 42.4375em) {
      .sponsor-bar.archive-title h1.cat-name,
      #single-post .sponsor-bar.archive-title h1.cat-name {
        margin-top: 20px; } }
    @media screen and (max-width: 30em) {
      .sponsor-bar.archive-title h1.cat-name,
      #single-post .sponsor-bar.archive-title h1.cat-name {
        margin-left: 20px; } }
  @media screen and (max-width: 86.1875em) {
    .sponsor-bar.archive-title .sponsor-wrap,
    #single-post .sponsor-bar.archive-title .sponsor-wrap {
      margin-top: 20px; } }
  @media screen and (max-width: 64.9375em) {
    .sponsor-bar.archive-title .sponsor-wrap,
    #single-post .sponsor-bar.archive-title .sponsor-wrap {
      margin-bottom: 10px; } }
  @media screen and (max-width: 42.4375em) {
    .sponsor-bar.archive-title .sponsor-wrap .sponsor-text,
    #single-post .sponsor-bar.archive-title .sponsor-wrap .sponsor-text {
      height: 22px; } }
  @media screen and (max-width: 30em) {
    .sponsor-bar.archive-title .sponsor-wrap .sponsor-text,
    #single-post .sponsor-bar.archive-title .sponsor-wrap .sponsor-text {
      margin-left: 20px; } }

.hero-media {
  width: 100%;
  height: auto;
  position: relative;
  float: left;
  overflow: hidden;
  margin-bottom: 20px; }
  .hero-media.credited {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3; }
  .hero-media img {
    width: 100%;
    max-width: none; }
  @media screen and (max-width: 53.0625em) {
    .hero-media {
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      margin-left: -15px;
      margin-right: -15px;
      margin-bottom: 20px; } }
  .hero-media .caption,
  .hero-media .credit {
    width: auto;
    text-align: right; }
    .hero-media .caption a,
    .hero-media .credit a {
      color: #333333; }
    @media screen and (max-width: 42.4375em) {
      .hero-media .caption,
      .hero-media .credit {
        padding: 0 15px; } }
  .hero-media .caption {
    margin-top: 6px;
    margin-bottom: 4px; }
    @media screen and (max-width: 42.4375em) {
      .hero-media .caption {
        margin-bottom: 0; } }
  .hero-media .credit {
    float: right; }

.hero-inset-width {
  width: 320px;
  margin: 0 30px 30px -webkit-calc(100% - 640px);
  margin: 0 30px 30px calc(100% - 640px); }
  @media screen and (max-width: 53.0625em) {
    .hero-inset-width {
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px);
      margin: 0 -15px 20px; } }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .hero-inset-width {
      width: -webkit-calc(50% - 15px);
      width: calc(50% - 15px);
      margin: 0 30px 30px 0; } }

.hero-text-width {
  width: 640px;
  clear: both;
  float: right; }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .hero-text-width {
      width: 100%; } }
  @media screen and (max-width: 53.0625em) {
    .hero-text-width {
      width: -webkit-calc(100% + 30px);
      width: calc(100% + 30px); } }

.video-hero .hero-content-width {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 0px;
  height: 0;
  overflow: visible; }
  @media screen and (max-width: 42.4375em) {
    .video-hero .hero-content-width {
      padding-bottom: 58.25%; } }
  .video-hero .hero-content-width.credited {
    margin-bottom: 60px; }
    @media screen and (max-width: 42.4375em) {
      .video-hero .hero-content-width.credited {
        margin-bottom: 102px; } }
    @media screen and (min-width: 42.5em) {
      .video-hero .hero-content-width.credited {
        margin-bottom: 94px; } }
    @media screen and (min-width: 53em) {
      .video-hero .hero-content-width.credited {
        margin-bottom: 100px; } }
  .video-hero .hero-content-width .caption {
    margin-top: 6px;
    position: absolute;
    margin-bottom: 4px;
    bottom: -30px;
    right: 0; }
    @media screen and (max-width: 53.0625em) {
      .video-hero .hero-content-width .caption {
        bottom: -39px; } }
    @media screen and (max-width: 42.4375em) {
      .video-hero .hero-content-width .caption {
        margin-bottom: 4px; } }
    @media screen and (min-width: 42.5em) {
      .video-hero .hero-content-width .caption {
        bottom: -50px; } }
    @media screen and (min-width: 53em) {
      .video-hero .hero-content-width .caption {
        bottom: -32px; } }
  .video-hero .hero-content-width .credit {
    right: 0;
    position: absolute;
    bottom: -45px; }
    @media screen and (max-width: 53.0625em) {
      .video-hero .hero-content-width .credit {
        bottom: -50px; } }
    @media screen and (max-width: 42.4375em) {
      .video-hero .hero-content-width .credit {
        bottom: -78px; } }
    @media screen and (min-width: 35.25em) {
      .video-hero .hero-content-width .credit {
        bottom: -58px; } }
    @media screen and (min-width: 42.5em) {
      .video-hero .hero-content-width .credit {
        bottom: -68px; } }
    @media screen and (min-width: 58.375em) {
      .video-hero .hero-content-width .credit {
        bottom: -50px; } }
  .video-hero .hero-content-width::after {
    width: 100%;
    content: '';
    position: absolute;
    bottom: -60px;
    border-bottom: 1px solid #e3e3e3; }
    @media screen and (max-width: 42.4375em) {
      .video-hero .hero-content-width::after {
        bottom: -90px; } }
    @media screen and (min-width: 42.5em) {
      .video-hero .hero-content-width::after {
        bottom: -82px; } }
    @media screen and (min-width: 53em) {
      .video-hero .hero-content-width::after {
        bottom: -86px; } }
    @media screen and (min-width: 58.375em) {
      .video-hero .hero-content-width::after {
        bottom: -62px; } }
  .video-hero .hero-content-width iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media screen and (min-width: 42.5em) {
  .hero-page-width {
    padding-left: 20px; } }

@media screen and (min-width: 86.25em) {
  .hero-page-width {
    padding-left: 0; } }

.hero-page-width .credit,
.hero-page-width .caption {
  margin-top: 6px;
  margin-bottom: 0; }

.hero-full-width {
  position: relative;
  width: 100%;
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  height: 680px; }
  .hero-full-width .stretch {
    width: 100vw;
    height: 100%;
    margin: 0 -100%; }
    .hero-full-width .stretch div {
      overflow: hidden;
      height: 100%; }
  .hero-full-width img {
    width: auto;
    height: auto;
    min-width: 100%;
    max-width: none; }
    @media screen and (min-width: 42.5em) {
      .hero-full-width img {
        min-height: 100%; } }
  .hero-full-width .caption,
  .hero-full-width .credit {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: absolute;
    bottom: 8px; }
  .hero-full-width .caption {
    left: 0;
    text-align: left;
    margin-bottom: 0; }
  .hero-full-width .credit {
    right: 0;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: right; }
  .hero-full-width.credited {
    height: 716px;
    padding-bottom: 35px; }

.kickout {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: -4px;
  margin-bottom: 10px; }
  .kickout .credit a {
    color: #333333; }
  .kickout .ko-gallery-slider .ko-title {
    font-family: Flama-Bold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px; }
  .kickout .ko-gallery-slider .gallery-wrap {
    background: #222020; }
    .kickout .ko-gallery-slider .gallery-wrap a#launch-photoswipe {
      display: block;
      width: 72%;
      margin: auto; }
      .kickout .ko-gallery-slider .gallery-wrap a#launch-photoswipe img {
        max-height: 490px;
        width: auto;
        display: block;
        margin: auto; }
        @media screen and (min-width: 65em) {
          .kickout .ko-gallery-slider .gallery-wrap a#launch-photoswipe img {
            height: 490px; } }
    .kickout .ko-gallery-slider .gallery-wrap .prev-slide {
      left: 0px; }
    .kickout .ko-gallery-slider .gallery-wrap .next-slide {
      right: 19px; }
      @media screen and (max-width: 53.0625em) {
        .kickout .ko-gallery-slider .gallery-wrap .next-slide {
          right: 0px; } }
    .kickout .ko-gallery-slider .gallery-wrap .prev-slide,
    .kickout .ko-gallery-slider .gallery-wrap .next-slide {
      position: absolute;
      color: gray; }
      .kickout .ko-gallery-slider .gallery-wrap .prev-slide i,
      .kickout .ko-gallery-slider .gallery-wrap .next-slide i {
        font-size: 60px; }
  .kickout .ko-gallery-slider .gallery-caption,
  .kickout .ko-gallery-slider .gallery-credit {
    color: black;
    font-size: 14px;
    display: block; }
  .kickout .ko-gallery-slider .caption-wrap {
    text-align: right;
    line-height: 20px;
    min-height: 40px; }
    .kickout .ko-gallery-slider .caption-wrap .gallery-caption {
      font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    .kickout .ko-gallery-slider .caption-wrap .gallery-credit {
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .kickout .ko-gallery-slider .pswp__caption__center {
    text-align: center !important; }
    .kickout .ko-gallery-slider .pswp__caption__center span {
      display: block; }
  .kickout .ko-embed .caption,
  .kickout .ko-embed .credit {
    float: left;
    text-align: left;
    clear: both; }
  .kickout .ko-embed .flex-video {
    line-height: 0; }
  .kickout .ko-embed .embed-wrapper.type-video {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0px;
    height: 0;
    margin-bottom: 10px; }
  .kickout .ko-embed .embed-wrapper.type-other {
    padding-top: 0;
    height: auto;
    margin-bottom: 10px; }
    .kickout .ko-embed .embed-wrapper.type-other iframe {
      position: relative; }
  .kickout .ko-embed iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    margin-left: 0;
    margin-bottom: 10px; }
    .kickout .ko-embed iframe:not(.instagram-media):not([src*="snapchat.com"]) {
      height: 100%; }
    @media screen and (max-width: 53.0625em) {
      .kickout .ko-embed iframe {
        width: -webkit-calc(100% + 30px);
        width: calc(100% + 30px);
        width: 100%;
        margin: 0 0 10px -15px;
        margin: 0 0 10px; } }
    .kickout .ko-embed iframe.instagram-media {
      position: relative; }
  .kickout.justify-left {
    margin-left: 0;
    margin-right: 30px;
    width: 75%;
    float: left;
    padding-left: 0.55556rem;
    padding-right: 0.55556rem;
    max-width: 460px;
    width: auto;
    padding-left: 0; }
    .kickout.justify-left:last-child:not(:first-child) {
      float: right; }
    @media screen and (max-width: 64.9375em) {
      .kickout.justify-left {
        margin-right: -webkit-calc(100% - 450px);
        margin-right: calc(100% - 450px); } }
    .kickout.justify-left.ko-quote-container {
      width: 65%;
      border-right: 1px solid #e3e3e3;
      padding-right: 30px; }
      @media screen and (max-width: 42.4375em) {
        .kickout.justify-left.ko-quote-container {
          padding-right: 0; } }
    .kickout.justify-left.ko-image-container {
      margin-right: 10px; }
    .kickout.justify-left.ko-embed-container, .kickout.justify-left.ko-video-container {
      margin-right: 10px;
      width: 100%; }
      @media screen and (max-width: 42.4375em) {
        .kickout.justify-left.ko-embed-container, .kickout.justify-left.ko-video-container {
          padding-right: 0; } }
    .full-hero .kickout.justify-left {
      margin-left: -webkit-calc(100% - 820px);
      margin-left: calc(100% - 820px); }
      @media screen and (max-width: 76.25em) {
        .full-hero .kickout.justify-left {
          margin-left: 0; } }
  .kickout.justify-middle {
    float: left;
    width: 100%;
    padding-left: -webkit-calc(100% - 640px);
    padding-left: calc(100% - 640px);
    margin-right: 30px; }
    .kickout.justify-middle .ko-quote,
    .kickout.justify-middle .ko-image,
    .kickout.justify-middle .ko-embed {
      max-width: 450px;
      margin: 0 auto 10px; }
      @media screen and (max-width: 53.0625em) {
        .kickout.justify-middle .ko-quote,
        .kickout.justify-middle .ko-image,
        .kickout.justify-middle .ko-embed {
          float: none; } }
    .kickout.justify-middle .ko-quote,
    .kickout.justify-middle .ko-embed {
      width: 100%; }
    .kickout.justify-middle.ko-image-container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .kickout.justify-middle.ko-embed-container {
      width: 100%; }
    .kickout.justify-middle .ko-image {
      width: auto;
      margin: auto; }
      .kickout.justify-middle .ko-image img {
        margin: 0 auto 10px;
        display: block; }
  .kickout.justify-right {
    float: right;
    margin-right: 0;
    max-width: 450px; }
    @media screen and (max-width: 53.0625em) {
      .kickout.justify-right .ko-quote,
      .kickout.justify-right .ko-image,
      .kickout.justify-right .ko-embed {
        float: right; } }
    .kickout.justify-right.ko-quote-container {
      width: 500px;
      padding-left: 10px;
      border-left: 1px solid #e3e3e3;
      margin-left: -webkit-calc(100% - 500px);
      margin-left: calc(100% - 500px); }
      @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
        .kickout.justify-right.ko-quote-container {
          width: 80%;
          margin-left: 20%; } }
      @media screen and (max-width: 42.4375em) {
        .kickout.justify-right.ko-quote-container {
          padding-left: 0; } }
    .kickout.justify-right.ko-image-container {
      margin-left: 30px; }
    .kickout.justify-right.ko-embed-container, .kickout.justify-right.ko-video-container {
      margin-left: 30px;
      width: 100%; }
      .kickout.justify-right.ko-embed-container .ko-embed, .kickout.justify-right.ko-video-container .ko-embed {
        width: 100%;
        float: right;
        overflow: hidden; }
        @media screen and (max-width: 42.4375em) {
          .kickout.justify-right.ko-embed-container .ko-embed, .kickout.justify-right.ko-video-container .ko-embed {
            overflow: visible; } }
  .kickout.justify-full {
    margin-left: 0;
    width: 100%;
    float: left; }
    .kickout.justify-full .caption,
    .kickout.justify-full .credit {
      float: right;
      text-align: right;
      clear: both; }
    .kickout.justify-full .type-other .caption,
    .kickout.justify-full .type-other .credit {
      float: left;
      text-align: left; }
    .full-hero .kickout.justify-full {
      padding-left: -webkit-calc(100% - 820px);
      padding-left: calc(100% - 820px); }
      @media screen and (max-width: 76.25em) {
        .full-hero .kickout.justify-full {
          padding-left: 0; } }
  @media all and (max-width: 1039px) {
    .kickout.justify-left, .kickout.justify-middle, .kickout.justify-right, .kickout.justify-full {
      margin: -10px 0 10px; }
      .kickout.justify-left.ko-quote-container, .kickout.justify-left.ko-image-container, .kickout.justify-left.ko-embed-container, .kickout.justify-middle.ko-quote-container, .kickout.justify-middle.ko-image-container, .kickout.justify-middle.ko-embed-container, .kickout.justify-right.ko-quote-container, .kickout.justify-right.ko-image-container, .kickout.justify-right.ko-embed-container, .kickout.justify-full.ko-quote-container, .kickout.justify-full.ko-image-container, .kickout.justify-full.ko-embed-container {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
        max-width: none; }
        .kickout.justify-left.ko-quote-container > div, .kickout.justify-left.ko-image-container > div, .kickout.justify-left.ko-embed-container > div, .kickout.justify-middle.ko-quote-container > div, .kickout.justify-middle.ko-image-container > div, .kickout.justify-middle.ko-embed-container > div, .kickout.justify-right.ko-quote-container > div, .kickout.justify-right.ko-image-container > div, .kickout.justify-right.ko-embed-container > div, .kickout.justify-full.ko-quote-container > div, .kickout.justify-full.ko-image-container > div, .kickout.justify-full.ko-embed-container > div {
          width: 100%;
          min-width: 300px;
          max-width: 450px; }
      .kickout.justify-left.ko-quote-container, .kickout.justify-middle.ko-quote-container, .kickout.justify-right.ko-quote-container, .kickout.justify-full.ko-quote-container {
        border: none; }
      .kickout.justify-left.ko-embed-container .ko-embed, .kickout.justify-middle.ko-embed-container .ko-embed, .kickout.justify-right.ko-embed-container .ko-embed, .kickout.justify-full.ko-embed-container .ko-embed {
        width: 100%; }
      .kickout.justify-left .caption,
      .kickout.justify-left .credit,
      .kickout.justify-left .ko-embed .caption,
      .kickout.justify-left .ko-embed .credit, .kickout.justify-middle .caption,
      .kickout.justify-middle .credit,
      .kickout.justify-middle .ko-embed .caption,
      .kickout.justify-middle .ko-embed .credit, .kickout.justify-right .caption,
      .kickout.justify-right .credit,
      .kickout.justify-right .ko-embed .caption,
      .kickout.justify-right .ko-embed .credit, .kickout.justify-full .caption,
      .kickout.justify-full .credit,
      .kickout.justify-full .ko-embed .caption,
      .kickout.justify-full .ko-embed .credit {
        float: right;
        text-align: right;
        clear: both; }
      .kickout.justify-left .ko-image, .kickout.justify-middle .ko-image, .kickout.justify-right .ko-image, .kickout.justify-full .ko-image {
        padding-left: 0;
        padding-right: 0; }
        .kickout.justify-left .ko-image img, .kickout.justify-middle .ko-image img, .kickout.justify-right .ko-image img, .kickout.justify-full .ko-image img {
          width: -webkit-calc(100% + 30px);
          width: calc(100% + 30px);
          max-width: none;
          margin-left: -15px;
          margin-right: -15px; } }
  @media screen and (max-width: 42.4375em) {
    .kickout.justify-left .ko-embed-container, .kickout.justify-middle .ko-embed-container, .kickout.justify-right .ko-embed-container, .kickout.justify-full .ko-embed-container {
      overflow: visible; } }
  .kickout .ko-image img {
    margin-bottom: 10px; }
  .kickout .ko-quote .quote {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px; }
    @media screen and (max-width: 42.4375em) {
      .kickout .ko-quote .quote {
        font-size: 26px;
        line-height: 32px; } }
  .kickout .ko-quote .credit {
    text-align: right; }
  .sponsored_post .kickout .ko-quote .quote {
    font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

#single-post .main-content .slide {
  position: relative;
  margin-left: -webkit-calc( 100% - 640px);
  margin-left: calc( 100% - 640px);
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e3e3e3; }
  @media screen and (max-width: 64.9375em) {
    #single-post .main-content .slide {
      width: 100%;
      margin-left: 0; } }
  #single-post .main-content .slide.numbered {
    margin-left: -webkit-calc( 100% - 590px);
    margin-left: calc( 100% - 590px); }
    @media screen and (max-width: 64.9375em) {
      #single-post .main-content .slide.numbered {
        width: -webkit-calc( 100% - 80px);
        width: calc( 100% - 80px);
        margin-left: 60px;
        margin-right: 20px; } }
  #single-post .main-content .slide .slide-num {
    position: absolute;
    left: -50px;
    top: -6px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    font-family: "FlamaSlab-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #ed1d25;
    border-radius: 40px; }
  #single-post .main-content .slide h3,
  #single-post .main-content .slide h3 a {
    font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 24px;
    line-height: 27px;
    color: #333; }
  #single-post .main-content .slide h3 {
    margin-bottom: 20px; }
  #single-post .main-content .slide img {
    margin-bottom: 10px;
    width: 100%; }
  #single-post .main-content .slide .slide-body {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 18px;
    line-height: 27px; }

body.gallery-open {
  overflow: hidden;
  position: fixed;
  width: 100%; }
  body.gallery-open .addthis-smartlayers {
    display: none !important; }

.fade-enter-active, .fade-leave-active {
  -webkit-transition: opacity .5s;
  transition: opacity .5s; }

.fade-enter,
.fade-leave-to {
  opacity: 0; }

#gallery-cta {
  padding-left: -webkit-calc( 100% - 640px);
  padding-left: calc( 100% - 640px);
  text-align: center;
  margin-bottom: 20px; }
  #gallery-cta img {
    cursor: pointer; }

#gallery-modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100000;
  width: 100vw;
  height: 100%;
  background: white; }
  #gallery-modal #gallery-header {
    height: 70px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-transition: background-color 0.5s;
    transition: background-color 0.5s; }
    @media screen and (max-width: 42.4375em) {
      #gallery-modal #gallery-header {
        float: left;
        height: auto;
        margin-bottom: 0;
        text-align: center; } }
    #gallery-modal #gallery-header .gallery-close {
      float: right;
      margin: 10px 20px; }
      #gallery-modal #gallery-header .gallery-close i {
        color: #bbb;
        font-size: 40px; }
      @media screen and (max-width: 42.4375em) {
        #gallery-modal #gallery-header .gallery-close {
          position: absolute;
          top: 0;
          right: 0;
          margin: 0; }
          #gallery-modal #gallery-header .gallery-close i {
            font-size: 30px; } }
    #gallery-modal #gallery-header #gallery-sponsorship {
      float: left;
      margin-left: 20px; }
      @media screen and (max-width: 42.4375em) {
        #gallery-modal #gallery-header #gallery-sponsorship {
          float: initial;
          width: auto;
          margin: 0;
          padding: 0 10px;
          display: inline-block; } }
      #gallery-modal #gallery-header #gallery-sponsorship #g-presented {
        font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 12px;
        color: #666;
        text-transform: uppercase;
        line-height: 52px;
        float: left;
        margin-right: 20px; }
        @media screen and (max-width: 42.4375em) {
          #gallery-modal #gallery-header #gallery-sponsorship #g-presented {
            margin-right: 10px; } }
      #gallery-modal #gallery-header #gallery-sponsorship #g-sponsor-link,
      #gallery-modal #gallery-header #gallery-sponsorship #g-sponsor-image-container {
        height: 52px;
        float: left;
        display: inline-block;
        padding: 6px 0; }
        @media screen and (max-width: 42.4375em) {
          #gallery-modal #gallery-header #gallery-sponsorship #g-sponsor-link,
          #gallery-modal #gallery-header #gallery-sponsorship #g-sponsor-image-container {
            height: 42px; } }
      #gallery-modal #gallery-header #gallery-sponsorship #g-sponsor-image {
        width: auto;
        height: 40px;
        float: left; }
        @media screen and (max-width: 42.4375em) {
          #gallery-modal #gallery-header #gallery-sponsorship #g-sponsor-image {
            height: 30px; } }
    #gallery-modal #gallery-header.gridhead {
      background: #000; }
      #gallery-modal #gallery-header.gridhead #gallery-title {
        color: #fff; }
        #gallery-modal #gallery-header.gridhead #gallery-title:after {
          display: none; }
      #gallery-modal #gallery-header.gridhead #gallery-sponsorship {
        display: none; }
  #gallery-modal #gallery-title {
    position: relative;
    font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 36px;
    line-height: 62px;
    text-transform: uppercase;
    float: left;
    padding: 0;
    margin: 0 0 0 20px; }
    @media screen and (max-width: 42.4375em) {
      #gallery-modal #gallery-title {
        font-size: 30px;
        line-height: 52px;
        text-align: center;
        margin: 0 auto 10px;
        display: block;
        float: none; } }
    #gallery-modal #gallery-title:after {
      content: "";
      display: block;
      width: 100px;
      height: 10px;
      background: #ed1d25;
      position: absolute;
      bottom: 0; }
      @media screen and (max-width: 42.4375em) {
        #gallery-modal #gallery-title:after {
          height: 8px;
          left: -webkit-calc(50% - 50px);
          left: calc(50% - 50px); } }
  #gallery-modal #gallery-slides-container {
    opacity: 0;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
    height: -webkit-calc(100% - 160px);
    height: calc(100% - 160px); }
    @media screen and (max-width: 42.4375em) {
      #gallery-modal #gallery-slides-container {
        height: auto;
        float: left;
        width: 100%; } }
    #gallery-modal #gallery-slides-container .flex-viewport {
      height: 100% !important;
      overflow-y: scroll;
      -ms-overflow-style: none; }
  #gallery-modal #gallery-slides {
    padding: 0;
    height: 100%;
    margin-bottom: 0;
    overflow: scroll; }
  #gallery-modal .gallery-menu {
    height: 80px;
    width: 100%;
    background: #000;
    position: absolute;
    bottom: 0; }
    @media screen and (max-width: 42.4375em) {
      #gallery-modal .gallery-menu {
        height: 60px; } }
    #gallery-modal .gallery-menu #gallery-aw-logo a {
      width: 150px;
      padding: 20px;
      display: block;
      float: left; }
      @media screen and (max-width: 42.4375em) {
        #gallery-modal .gallery-menu #gallery-aw-logo a {
          height: 60px;
          padding: 10px; }
          #gallery-modal .gallery-menu #gallery-aw-logo a img {
            height: 40px; } }
    #gallery-modal .gallery-menu #gallery-thumbs-container {
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s;
      width: 610px;
      height: 80px;
      padding: 10px 0;
      position: absolute;
      left: -webkit-calc( 50% - 320px);
      left: calc( 50% - 320px);
      bottom: 0px; }
      @media screen and (max-width: 64.9375em) {
        #gallery-modal .gallery-menu #gallery-thumbs-container {
          width: 320px;
          left: -webkit-calc( 50% - 160px);
          left: calc( 50% - 160px); } }
      @media screen and (max-width: 42.4375em) {
        #gallery-modal .gallery-menu #gallery-thumbs-container {
          display: none; } }
    #gallery-modal .gallery-menu #gallery-thumbs {
      padding: 0;
      margin-bottom: 0; }
    #gallery-modal .gallery-menu .s-thumb {
      width: 110px;
      height: 62px;
      margin-right: 15px !important;
      border: 1px solid white;
      overflow: hidden;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      #gallery-modal .gallery-menu .s-thumb.flex-active-slide {
        border-color: #ed1d25; }
      @media screen and (max-width: 64.9375em) {
        #gallery-modal .gallery-menu .s-thumb {
          width: 100px !important;
          height: 56px;
          margin-right: 10px !important; } }
    #gallery-modal .gallery-menu #gallery-nav-container {
      float: right;
      height: 100%;
      padding: 10px 0; }
      #gallery-modal .gallery-menu #gallery-nav-container i {
        color: #fff;
        font-size: 60px; }
      @media screen and (max-width: 42.4375em) {
        #gallery-modal .gallery-menu #gallery-nav-container {
          padding: 0; }
          #gallery-modal .gallery-menu #gallery-nav-container i {
            font-size: 50px;
            padding: 5px 0px; } }
  #gallery-modal .gallery-slide {
    width: 100%;
    height: 100%;
    overflow: scroll;
    display: inline-block;
    -ms-overflow-style: none; }
  #gallery-modal .slide-inner {
    max-width: 640px;
    height: 100%;
    margin: auto; }
    #gallery-modal .slide-inner h2.s-title,
    #gallery-modal .slide-inner h3.s-award,
    #gallery-modal .slide-inner h4.s-company {
      margin: 0;
      text-align: center; }
    #gallery-modal .slide-inner .s-award {
      font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      color: #ed1d25;
      text-transform: uppercase;
      font-size: 20px;
      line-height: 26px; }
    #gallery-modal .slide-inner .s-company {
      font-family: "Flama-Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      color: #7F7F7F;
      text-transform: uppercase;
      font-size: 24px;
      line-height: 31px; }
    #gallery-modal .slide-inner h2.s-title {
      font-family: "Flama-Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 36px;
      line-height: 30px;
      margin: 10px 0; }
    #gallery-modal .slide-inner .s-byline {
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      color: #666;
      text-align: center;
      width: 100%;
      display: inline-block; }
    #gallery-modal .slide-inner .s-body {
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
      @media screen and (max-width: 42.4375em) {
        #gallery-modal .slide-inner .s-body p {
          padding: 0 20px; } }

#gallery-grid-container {
  background: black;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 70px; }
  @media screen and (max-width: 42.4375em) {
    #gallery-grid-container {
      top: 60px;
      height: -webkit-calc( 100% - 120px);
      height: calc( 100% - 120px);
      overflow: scroll; } }
  #gallery-grid-container #gallery-grid {
    max-width: 640px;
    margin: auto; }
  #gallery-grid-container .grid-item {
    float: left;
    margin-right: 20px;
    margin-bottom: 40px; }
    @media screen and (max-width: 42.4375em) {
      #gallery-grid-container .grid-item {
        float: initial;
        width: 190px;
        margin: 0 auto 20px; } }
    #gallery-grid-container .grid-item .grid-thumb {
      display: inline-block;
      width: 190px;
      height: 107px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat; }
      #gallery-grid-container .grid-item .grid-thumb img {
        width: 100%;
        height: 100%; }
      #gallery-grid-container .grid-item .grid-thumb:nth-child(3n + 3) {
        margin-right: 0; }
    #gallery-grid-container .grid-item .grid-item-name {
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      color: #fff;
      text-align: center; }

.article-icymi {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #e3e3e3; }

.full-grid {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.full-grid-template-head .sponsor-bar {
  text-align: center; }

.full-grid-template-head #full-grid-category {
  margin-left: auto !important;
  margin-right: auto !important; }

.full-grid-template-head .byline {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

@media screen and (max-width: 42.4375em) {
  .full-grid-template-head #subtitle {
    margin-top: 15px !important; } }

.full-grid-template-article {
  display: inline;
  font-family: Georgia, Times, "Times New Roman", serif; }

.gallery-bg-fade {
  opacity: 0.2; }

.gallery-bg-color {
  background: #444444; }

#full-page-gallery-container #gallery-slides-container {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }
  @media screen and (max-width: 42.4375em) {
    #full-page-gallery-container #gallery-slides-container {
      height: auto;
      float: left;
      width: 100%; } }
  #full-page-gallery-container #gallery-slides-container .gallery-slide {
    width: 800px;
    display: inline-block;
    -ms-overflow-style: none;
    position: absolute;
    padding-top: 35px;
    background-color: white;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 1; }
    @media screen and (max-width: 42.4375em) {
      #full-page-gallery-container #gallery-slides-container .gallery-slide {
        width: 100%; } }
    #full-page-gallery-container #gallery-slides-container .gallery-slide .gallery-badge {
      position: absolute;
      width: 112px;
      left: -56px;
      display: none; }
    #full-page-gallery-container #gallery-slides-container .gallery-slide .gallery-badge-mobile {
      position: absolute;
      width: 44px;
      left: -webkit-calc(50% - 22px);
      left: calc(50% - 22px); }
      @media screen and (min-width: 42.5em) {
        #full-page-gallery-container #gallery-slides-container .gallery-slide .gallery-badge-mobile {
          display: none; } }
    #full-page-gallery-container #gallery-slides-container .gallery-slide .close-modal {
      position: fixed;
      right: 3px;
      top: 10px;
      color: gray; }
      #full-page-gallery-container #gallery-slides-container .gallery-slide .close-modal:hover {
        color: #ed1d25; }
      @media screen and (max-width: 42.4375em) {
        #full-page-gallery-container #gallery-slides-container .gallery-slide .close-modal > i {
          font-size: 33px; } }
    #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner {
      max-width: 640px;
      height: 100%;
      margin: auto; }
      @media screen and (max-width: 42.4375em) {
        #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details {
          text-align: center;
          padding: 20px 0; } }
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details h2.s-title,
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details h3.s-award,
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details h4.s-company {
        margin: 0; }
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details h2.s-title {
        font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 48px; }
        @media screen and (max-width: 42.4375em) {
          #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details h2.s-title {
            font-size: 45px;
            text-align: center; } }
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details .s-slug {
        font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 28px;
        color: #666;
        margin: 0; }
        @media screen and (max-width: 42.4375em) {
          #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details .s-slug {
            font-size: 25px;
            text-align: center; } }
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details .s-additional {
        font-family: "FlamaSlab-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 24px;
        margin: 10px 0 0 0;
        color: #666; }
        @media screen and (max-width: 42.4375em) {
          #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details .s-additional {
            padding-top: 5px;
            width: 100%;
            font-size: 18px;
            display: inline-block; } }
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details .s-byline {
        font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #A8A8A8;
        text-align: left;
        display: inline-block; }
        @media screen and (max-width: 42.4375em) {
          #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-details .s-byline {
            font-size: 18px;
            text-align: center; } }
      @media screen and (max-width: 42.4375em) {
        #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .navigation-arrows {
          height: 65px; } }
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .prev-slide,
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .next-slide {
        position: fixed;
        top: 400px;
        color: gray; }
        #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .prev-slide.bottom,
        #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .next-slide.bottom {
          display: none; }
        @media screen and (max-width: 42.4375em) {
          #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .prev-slide,
          #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .next-slide {
            position: static; }
            #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .prev-slide.bottom,
            #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .next-slide.bottom {
              display: inline; } }
        #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .prev-slide:hover,
        #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .next-slide:hover {
          color: #ed1d25; }
        #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .prev-slide > i,
        #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .next-slide > i {
          font-size: 70px; }
          @media screen and (max-width: 42.4375em) {
            #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .prev-slide > i,
            #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .next-slide > i {
              font-size: 60px; } }
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .prev-slide {
        left: 5px; }
        @media screen and (max-width: 42.4375em) {
          #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .prev-slide {
            float: left; } }
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .next-slide {
        right: 5px; }
        @media screen and (max-width: 42.4375em) {
          #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .next-slide {
            float: right; } }
      #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-body {
        font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
        @media screen and (max-width: 42.4375em) {
          #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-body {
            padding: 20px 0 10px 0; }
            #full-page-gallery-container #gallery-slides-container .gallery-slide .slide-inner .s-body p {
              padding: 0 20px;
              margin-bottom: 0; } }

#full-page-gallery-container #full-page-grid-container {
  height: 100%;
  width: 100%; }
  #full-page-gallery-container #full-page-grid-container #full-page-grid {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: baseline;
    -webkit-justify-content: baseline;
        -ms-flex-pack: baseline;
            justify-content: baseline; }
    @media screen and (max-width: 42.4375em) {
      #full-page-gallery-container #full-page-grid-container #full-page-grid {
        top: 60px;
        height: -webkit-calc( 100% - 120px);
        height: calc( 100% - 120px); } }
    #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item {
      margin-right: 15px;
      margin-bottom: 40px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item:hover {
        box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.2); }
      @media screen and (min-width: 86.25em) {
        #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item {
          -webkit-flex-basis: 18%;
              -ms-flex-preferred-size: 18%;
                  flex-basis: 18%;
          max-width: 19%; }
          #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item:nth-child(5n+ 0) {
            margin-right: 0; } }
      @media screen and (min-width: 65em) and (max-width: 86.1875em) {
        #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item {
          -webkit-flex-basis: 18%;
              -ms-flex-preferred-size: 18%;
                  flex-basis: 18%;
          max-width: 19%; }
          #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item:nth-child(5n+ 0) {
            margin-right: 0; } }
      @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
        #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item {
          -webkit-flex-basis: 22%;
              -ms-flex-preferred-size: 22%;
                  flex-basis: 22%;
          max-width: 24%; }
          #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item:nth-child(4n+ 0) {
            margin-right: 0; } }
      @media screen and (max-width: 42.4375em) {
        #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item {
          -webkit-flex-basis: 40%;
              -ms-flex-preferred-size: 40%;
                  flex-basis: 40%;
          max-width: 50%; }
          #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item:nth-child(2n+ 0) {
            margin-right: 0; } }
      #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item .grid-thumb {
        display: inline-block;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
        #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item .grid-thumb img {
          width: 100%; }
      #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item .grid-item-title {
        font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        color: #000;
        line-height: 18px;
        margin: 5px 5px 4px 5px;
        font-size: 18px; }
      #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item .grid-item-slug {
        font-size: 14px;
        color: #000;
        line-height: 15px;
        margin: 0 5px 5px 5px; }
      #full-page-gallery-container #full-page-grid-container #full-page-grid .grid-item .grid-item-additional {
        font-size: 12px;
        line-height: 12px;
        margin: 0 5px 10px 5px;
        color: #333333; }

#aw50-issue .issue {
  padding: 0; }
  @media screen and (max-width: 42.4375em) {
    #aw50-issue .issue {
      margin: 0 5%; } }

.social,
#single-post .social {
  display: inline-block;
  height: 20px; }
  .social span,
  #single-post .social span {
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 12px;
    line-height: 20px;
    float: left; }
  .social .addthis_toolbox,
  #single-post .social .addthis_toolbox {
    float: left; }
    .social .addthis_toolbox ul,
    #single-post .social .addthis_toolbox ul {
      margin-left: 10px;
      margin-bottom: 0;
      line-height: 20px;
      height: 20px;
      float: left;
      padding-left: 0; }
    .social .addthis_toolbox li,
    #single-post .social .addthis_toolbox li {
      display: inline-block;
      list-style: none;
      margin-right: 8px; }
    .social .addthis_toolbox a,
    #single-post .social .addthis_toolbox a {
      height: 20px;
      float: left;
      line-height: 20px;
      margin-bottom: 0; }
    .social .addthis_toolbox i,
    #single-post .social .addthis_toolbox i {
      color: #666;
      font-size: 20px; }

#single-post .entry-content .footer-social-wrapper {
  width: 100%;
  max-width: 640px;
  float: left;
  text-align: center; }
  #single-post .entry-content .footer-social-wrapper .social.social-article-footer {
    display: inline-block;
    width: auto;
    height: auto;
    margin: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none;
    border-top: 2px solid #DD3232;
    padding: 15px 0; }
    @media screen and (max-width: 42.4375em) {
      #single-post .entry-content .footer-social-wrapper .social.social-article-footer {
        width: 100%;
        text-align: center; } }
    #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-share,
    #single-post .entry-content .footer-social-wrapper .social.social-article-footer span,
    #single-post .entry-content .footer-social-wrapper .social.social-article-footer .addthis_toolbox,
    #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link {
      float: left; }
    #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-share {
      display: inline-block; }
    #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link {
      width: 220px;
      height: 20px;
      margin: 0;
      padding: 0 50px 0 5px;
      font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 14px;
      line-height: 18px;
      color: #6F6C6C;
      border: 1px solid #ECECEC;
      background: white;
      position: relative; }
      #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link button,
      #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link .copy-confirmation {
        display: block;
        position: absolute;
        right: 0;
        top: 0;
        width: 50px;
        height: 18px;
        background: #ECECEC;
        line-height: 1px;
        color: #919191;
        padding: 0 0 4px;
        opacity: 1;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
        #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link button.copied,
        #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link .copy-confirmation.copied {
          color: #ECECEC;
          opacity: 0;
          -webkit-transition: opacity 0.5s;
          transition: opacity 0.5s; }
      #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link .fa-check {
        position: absolute;
        top: 1px;
        right: 18px;
        color: green;
        z-index: -1;
        opacity: 0;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s; }
      #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link .copy-confirmation {
        z-index: -1; }
        #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link .copy-confirmation.copied {
          z-index: 1;
          opacity: 1; }
          #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link .copy-confirmation.copied .fa-check {
            z-index: 1;
            opacity: 1;
            -webkit-transition: opacity 0.5s;
            transition: opacity 0.5s; }
    @media screen and (max-width: 42.4375em) {
      #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-share,
      #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-link {
        float: none;
        margin: auto;
        clear: both; }
      #single-post .entry-content .footer-social-wrapper .social.social-article-footer .social-share {
        margin-bottom: 7px; } }

.well-placeholder {
  width: -webkit-calc( 100% - 640px);
  width: calc( 100% - 640px);
  height: 1px;
  display: block;
  float: left; }

.taboola {
  width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .taboola .trc_rbox_header_span {
    font-weight: normal; }
  .taboola#more-from-adweek .videoCube, .taboola#more-from-web .videoCube {
    margin-bottom: 0; }
  .taboola#more-from-adweek .video-label-box .video-title, .taboola#more-from-web .video-label-box .video-title {
    font-family: "FlamaSlab-SemiBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal; }
  .taboola#more-from-web {
    margin-top: 20px;
    padding-top: 20px;
    position: relative; }
    .taboola#more-from-web:before {
      content: "";
      width: -webkit-calc(100% - 40px);
      width: calc(100% - 40px);
      height: 1px;
      background: #e3e3e3;
      position: absolute;
      top: 0; }
  .taboola#more-from-adweek .trc_rbox_header {
    display: none; }

#single-post .footer-contributors {
  width: 100%;
  max-width: 640px;
  float: right;
  padding-top: 20px;
  margin-top: 5px;
  border-top: 1px solid #e3e3e3; }
  #single-post .footer-contributors .contributor {
    float: left;
    width: 100%;
    margin-bottom: 20px; }
    #single-post .footer-contributors .contributor:not(:last-child) {
      padding-bottom: 20px;
      border-bottom: 1px solid #e3e3e3; }
    #single-post .footer-contributors .contributor .headshot {
      width: 100px;
      height: 100px;
      border-radius: 50px;
      display: block;
      overflow: hidden;
      float: left;
      margin-right: 20px; }
    #single-post .footer-contributors .contributor .con-details {
      width: -webkit-calc( 100% - 120px);
      width: calc( 100% - 120px);
      float: left; }
      #single-post .footer-contributors .contributor .con-details.no-image {
        width: 100%; }
    #single-post .footer-contributors .contributor h3 {
      font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 18px;
      line-height: 24px;
      margin: 0 0 2px; }
    #single-post .footer-contributors .contributor h3.con-title {
      font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    #single-post .footer-contributors .contributor .social-media {
      margin-bottom: 7px; }
      #single-post .footer-contributors .contributor .social-media a {
        color: #999;
        font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
        font-size: 16px; }
    #single-post .footer-contributors .contributor .bio {
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 16px; }
    @media screen and (max-width: 42.4375em) {
      #single-post .footer-contributors .contributor h3, #single-post .footer-contributors .contributor .social-media {
        text-align: center; }
      #single-post .footer-contributors .contributor .headshot {
        float: none;
        margin: 0 auto 14px; }
      #single-post .footer-contributors .contributor .con-details {
        width: 100%; } }

#single-post .footer-campaign {
  width: 100%;
  max-width: 640px;
  float: left;
  padding-top: 20px;
  margin-top: 5px;
  border-top: 1px solid #e3e3e3; }
  #single-post .footer-campaign .footer-campaign-title {
    color: #999;
    font-family: "FlamaSlab-SemiBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    text-transform: uppercase; }
  #single-post .footer-campaign .campaign-text {
    float: right;
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    margin: 10px 0; }
  #single-post .footer-campaign .campaign-logo {
    width: auto;
    max-width: 300px;
    max-height: 45px;
    margin: 10px auto 10px;
    text-align: center; }
    #single-post .footer-campaign .campaign-logo img {
      max-width: 300px;
      max-height: 45px; }
  #single-post .footer-campaign h3.campaign-name {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 2px; }
  #single-post .footer-campaign h3.sponsor-text {
    color: #999;
    font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px; }
  #single-post .footer-campaign .sponsor-description {
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  @media screen and (max-width: 42.4375em) {
    #single-post .footer-campaign .footer-campaign-title,
    #single-post .footer-campaign .campaign-text {
      text-align: center;
      float: none; } }

#front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  background-size: cover;
  background-position: bottom;
  padding: 3.61111rem 0;
  margin: 0 0 1.77778rem;
  height: auto;
  position: relative;
  text-align: left; }
  #front-hero .marketing {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    max-width: 55rem; }
    #front-hero .marketing::before, #front-hero .marketing::after {
      content: ' ';
      display: table;
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    #front-hero .marketing::after {
      clear: both; }
  @media screen and (min-width: 42.5em) {
    #front-hero {
      background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
      background-size: cover;
      background-position: center;
      height: 38.05556rem;
      margin: 0 0 4rem; } }
  #front-hero #watch {
    width: 58.33333%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem;
    position: relative;
    left: -41.66667%; }
    @media screen and (min-width: 42.5em) {
      #front-hero #watch {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      #front-hero #watch {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      #front-hero #watch {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    #front-hero #watch:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 42.5em) {
      #front-hero #watch {
        width: 100%;
        float: left;
        padding-left: 1.11111rem;
        padding-right: 1.11111rem;
        position: relative;
        left: 0%; } }
  @media screen and (min-width: 42.5em) and (min-width: 42.5em) {
    #front-hero #watch {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 65em) {
    #front-hero #watch {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 86.25em) {
    #front-hero #watch {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
    @media screen and (min-width: 42.5em) {
        #front-hero #watch:last-child:not(:first-child) {
          float: right; } }
    #front-hero #watch section {
      display: inline; }
    #front-hero #watch a {
      color: #B4C9D1;
      cursor: pointer;
      font-weight: 400;
      margin-right: 1.11111rem; }
    #front-hero #watch a:hover {
      color: #fff; }
    #front-hero #watch #stargazers :before {
      content: "\f09b";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.44444rem; }
    #front-hero #watch #twitter :before {
      content: "\f099";
      font-family: FontAwesome;
      font-style: normal;
      font-weight: normal;
      text-decoration: inherit;
      color: #B4C9D1;
      margin-right: 0.44444rem; }
  #front-hero .tagline {
    width: 66.66667%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      #front-hero .tagline {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      #front-hero .tagline {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      #front-hero .tagline {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    #front-hero .tagline:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 42.5em) {
      #front-hero .tagline {
        width: 41.66667%;
        float: left;
        padding-left: 1.11111rem;
        padding-right: 1.11111rem;
        padding-top: 6rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 42.5em) {
    #front-hero .tagline {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 65em) {
    #front-hero .tagline {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 86.25em) {
    #front-hero .tagline {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
    @media screen and (min-width: 42.5em) {
        #front-hero .tagline:last-child:not(:first-child) {
          float: right; } }
  #front-hero h1 {
    color: #fff;
    font-weight: 500;
    font-size: 2.2rem; }
    @media screen and (min-width: 42.5em) {
      #front-hero h1 {
        font-size: 2.875rem; } }
  #front-hero h4 {
    color: #fefefe;
    font-weight: 300;
    font-size: 1.3125rem; }
  #front-hero .download {
    margin-top: 1.11111rem; }

.intro {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .intro::before, .intro::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .intro::after {
    clear: both; }
  .intro .fp-intro {
    width: 100%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      .intro .fp-intro {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .intro .fp-intro {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .intro .fp-intro {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .intro .fp-intro:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 42.5em) {
      .intro .fp-intro {
        width: 83.33333%;
        float: left;
        padding-left: 1.11111rem;
        padding-right: 1.11111rem;
        margin-left: 8.33333%; } }
  @media screen and (min-width: 42.5em) and (min-width: 42.5em) {
    .intro .fp-intro {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 65em) {
    .intro .fp-intro {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 86.25em) {
    .intro .fp-intro {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
    @media screen and (min-width: 42.5em) {
        .intro .fp-intro:last-child:not(:first-child) {
          float: right; }
        .intro .fp-intro h2 {
          font-weight: 300;
          margin-bottom: 1.5rem; }
        .intro .fp-intro h4 {
          font-size: 1.125rem;
          line-height: 1.6;
          color: #777;
          margin-bottom: 2rem; } }

.section-divider {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  .section-divider::before, .section-divider::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .section-divider::after {
    clear: both; }
  .section-divider hr {
    width: 100%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem;
    box-sizing: border-box; }
    @media screen and (min-width: 42.5em) {
      .section-divider hr {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .section-divider hr {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .section-divider hr {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .section-divider hr:last-child:not(:first-child) {
      float: right; }

.benefits {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-align: center; }
  .benefits::before, .benefits::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .benefits::after {
    clear: both; }
  .benefits header {
    width: 100%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      .benefits header {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .benefits header {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .benefits header {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .benefits header:last-child:not(:first-child) {
      float: right; }
    .benefits header h2 {
      font-weight: 300; }
    .benefits header h4 {
      font-size: 1.125rem;
      line-height: 1.6;
      color: #777; }
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: 100%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .benefits .semantic:last-child:not(:first-child),
    .benefits .responsive:last-child:not(:first-child),
    .benefits .customizable:last-child:not(:first-child),
    .benefits .professional:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 42.5em) {
      .benefits .semantic,
      .benefits .responsive,
      .benefits .customizable,
      .benefits .professional {
        width: 25%;
        float: left;
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 42.5em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 65em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 86.25em) {
    .benefits .semantic,
    .benefits .responsive,
    .benefits .customizable,
    .benefits .professional {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
    @media screen and (min-width: 42.5em) {
        .benefits .semantic:last-child:not(:first-child),
        .benefits .responsive:last-child:not(:first-child),
        .benefits .customizable:last-child:not(:first-child),
        .benefits .professional:last-child:not(:first-child) {
          float: right; } }
    .benefits .semantic img,
    .benefits .responsive img,
    .benefits .customizable img,
    .benefits .professional img {
      padding: 1.25rem;
      margin: 1rem auto 0 auto; }
    .benefits .semantic h3,
    .benefits .responsive h3,
    .benefits .customizable h3,
    .benefits .professional h3 {
      color: #0a0a0a;
      font-weight: 300;
      font-size: 1.75rem; }
    .benefits .semantic p,
    .benefits .responsive p,
    .benefits .customizable p,
    .benefits .professional p {
      font-size: 0.9375rem; }
  .benefits .why-foundation {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem;
    margin-top: 4rem; }
    .benefits .why-foundation::before, .benefits .why-foundation::after {
      content: ' ';
      display: table;
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .benefits .why-foundation::after {
      clear: both; }
    @media screen and (min-width: 42.5em) {
      .benefits .why-foundation {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      .benefits .why-foundation {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      .benefits .why-foundation {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    .benefits .why-foundation:last-child:not(:first-child) {
      float: right; }

#kitchen-sink {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3rem; }
  #kitchen-sink::before, #kitchen-sink::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  #kitchen-sink::after {
    clear: both; }
  #kitchen-sink header {
    width: 100%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      #kitchen-sink header {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      #kitchen-sink header {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      #kitchen-sink header {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    #kitchen-sink header:last-child:not(:first-child) {
      float: right; }
    #kitchen-sink header .lead {
      font-size: 125%;
      line-height: 1.6; }
  #kitchen-sink #components {
    width: 100%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    #kitchen-sink #components hr {
      margin: 3rem 0; }
    @media screen and (min-width: 42.5em) {
      #kitchen-sink #components {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      #kitchen-sink #components {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      #kitchen-sink #components {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    #kitchen-sink #components:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 65em) {
      #kitchen-sink #components {
        width: 75%;
        float: left;
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
  @media screen and (min-width: 65em) and (min-width: 42.5em) {
    #kitchen-sink #components {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 65em) and (min-width: 65em) {
    #kitchen-sink #components {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 65em) and (min-width: 86.25em) {
    #kitchen-sink #components {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
        #kitchen-sink #components:last-child:not(:first-child) {
          float: right; } }
  #kitchen-sink #kitchen-sink-nav {
    display: none; }
    @media screen and (min-width: 65em) {
      #kitchen-sink #kitchen-sink-nav {
        width: 25%;
        float: left;
        padding-left: 1.11111rem;
        padding-right: 1.11111rem;
        display: block;
        float: right; } }
  @media screen and (min-width: 65em) and (min-width: 42.5em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 65em) and (min-width: 65em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 65em) and (min-width: 86.25em) {
    #kitchen-sink #kitchen-sink-nav {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
        #kitchen-sink #kitchen-sink-nav:last-child:not(:first-child) {
          float: right; }
        #kitchen-sink #kitchen-sink-nav .docs-sub-menu {
          font-size: 0.85rem;
          margin-top: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-menu-title {
          text-transform: uppercase;
          font-size: 0.75rem;
          color: #999;
          font-weight: bold;
          line-height: 1;
          padding-left: 0.9rem;
          margin-bottom: 0.5rem;
          border-top: 1px solid #e9e9e9;
          margin-top: 1rem;
          padding-top: 1.5rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc {
          width: 100%;
          padding-left: 4rem;
          padding-right: 1rem; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .active {
          background: #2199e8;
          color: white; }
        #kitchen-sink #kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
          margin-top: 0;
          border-top: 0;
          padding-top: 0; } }
  #kitchen-sink .row.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    border: solid 1px #c6c6c6;
    margin-left: 0 !important;
    margin-right: 0 !important; }
    #kitchen-sink .row.display .columns:nth-child(2), #kitchen-sink .row.display .columns.small-centered, #kitchen-sink .row.display .columns.large-centered {
      background: #e1e1e1; }

.page-template-default #page {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 20px;
  padding-right: 20px; }
  .page-template-default #page h1 {
    font-family: "FlamaSlab-SemiBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 46px;
    color: #ed1d25;
    margin-right: 10px; }
  .page-template-default #page .main-content {
    display: block;
    position: relative;
    border-right: 1px solid #e3e3e3;
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    float: left;
    padding-right: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 30em) {
      .page-template-default #page .main-content {
        padding-right: 10px;
        padding-left: 10px;
        padding-right: 0;
        padding-left: 0; } }
    @media screen and (max-width: 53.0625em) {
      .page-template-default #page .main-content {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        width: 100%;
        max-width: 640px;
        float: none;
        margin: auto;
        border: none; } }
    @media screen and (min-width: 86.25em) {
      .page-template-default #page .main-content {
        margin-left: 0;
        max-width: none; } }

.page-template-page-downloads #page {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 10px;
  padding-right: 10px; }
  .page-template-page-downloads #page h1 {
    font-family: "FlamaSlab-SemiBold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 46px;
    color: #ed1d25;
    margin-right: 10px; }
  .page-template-page-downloads #page .main-content {
    display: block;
    position: relative;
    border-right: 1px solid #e3e3e3;
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    float: left;
    padding-right: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 30em) {
      .page-template-page-downloads #page .main-content {
        padding-right: 10px;
        padding-left: 10px;
        padding-right: 0;
        padding-left: 0; } }
    @media screen and (max-width: 53.0625em) {
      .page-template-page-downloads #page .main-content {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        width: 100%;
        max-width: 640px;
        float: none;
        margin: auto;
        border: none; } }
    @media screen and (min-width: 86.25em) {
      .page-template-page-downloads #page .main-content {
        margin-left: 0;
        max-width: none; } }

#page-blank {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  #page-blank::before, #page-blank::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  #page-blank::after {
    clear: both; }
  #page-blank .main-content {
    padding-left: 10px;
    padding-right: 10px; }
    @media screen and (max-width: 64.9375em) {
      #page-blank .main-content {
        padding-left: 0;
        padding-right: 0; } }
    @media screen and (min-width: 86.25em) {
      #page-blank .main-content {
        padding-left: 0;
        padding-right: 0; }
        #page-blank .main-content .aw-terms-of-use {
          padding: 0 20px; }
        #page-blank .main-content .aw-element.full-width {
          padding: 0 20px; } }

#page-sidebar-left {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  #page-sidebar-left::before, #page-sidebar-left::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  #page-sidebar-left::after {
    clear: both; }
  #page-sidebar-left .main-content {
    width: 100%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      #page-sidebar-left .main-content {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      #page-sidebar-left .main-content {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      #page-sidebar-left .main-content {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    #page-sidebar-left .main-content:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 42.5em) {
      #page-sidebar-left .main-content {
        width: 66.66667%;
        float: left;
        padding-left: 1.11111rem;
        padding-right: 1.11111rem;
        position: relative;
        left: 33.33333%; } }
  @media screen and (min-width: 42.5em) and (min-width: 42.5em) {
    #page-sidebar-left .main-content {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 65em) {
    #page-sidebar-left .main-content {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 86.25em) {
    #page-sidebar-left .main-content {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
    @media screen and (min-width: 42.5em) {
        #page-sidebar-left .main-content:last-child:not(:first-child) {
          float: right; } }
  #page-sidebar-left .sidebar {
    width: 100%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      #page-sidebar-left .sidebar {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      #page-sidebar-left .sidebar {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      #page-sidebar-left .sidebar {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    #page-sidebar-left .sidebar:last-child:not(:first-child) {
      float: right; }
    @media screen and (min-width: 42.5em) {
      #page-sidebar-left .sidebar {
        width: 33.33333%;
        float: left;
        padding-left: 1.11111rem;
        padding-right: 1.11111rem;
        position: relative;
        left: -66.66667%;
        margin-top: 1rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 42.5em) {
    #page-sidebar-left .sidebar {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 65em) {
    #page-sidebar-left .sidebar {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
  @media screen and (min-width: 42.5em) and (min-width: 86.25em) {
    #page-sidebar-left .sidebar {
      padding-left: 1.11111rem;
      padding-right: 1.11111rem; } }
    @media screen and (min-width: 42.5em) {
        #page-sidebar-left .sidebar:last-child:not(:first-child) {
          float: right; } }

#page-full-width {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto; }
  #page-full-width::before, #page-full-width::after {
    content: ' ';
    display: table;
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  #page-full-width::after {
    clear: both; }
  #page-full-width .main-content {
    width: 100%;
    float: left;
    padding-left: 1.11111rem;
    padding-right: 1.11111rem; }
    @media screen and (min-width: 42.5em) {
      #page-full-width .main-content {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 65em) {
      #page-full-width .main-content {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    @media screen and (min-width: 86.25em) {
      #page-full-width .main-content {
        padding-left: 1.11111rem;
        padding-right: 1.11111rem; } }
    #page-full-width .main-content:last-child:not(:first-child) {
      float: right; }

body.single-post > .container {
  overflow-x: hidden; }

#single-post {
  margin-top: 20px;
  position: relative;
  background: transparent;
  position: relative;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 10px;
  padding-right: 10px; }
  @media screen and (min-width: 133.125em) {
    #single-post.row {
      max-width: 90.667rem !important; } }
  @media screen and (max-width: 53.0625em) {
    #single-post {
      padding-left: 0;
      padding-right: 0;
      margin-top: 30px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  @media screen and (min-width: 86.25em) {
    #single-post {
      width: 1280px;
      margin: 0 auto;
      padding: 40px 0; } }
  @media screen and (min-width: 65em) {
    #single-post .full-hero {
      margin-top: -40px; } }
  @media screen and (max-width: 42.4375em) {
    #single-post {
      margin-top: 0; } }
  #single-post .main-content {
    display: block;
    position: relative;
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-right: 19px;
    padding-left: 0; }
    @media screen and (max-width: 53.0625em) {
      #single-post .main-content {
        width: 100%;
        max-width: 640px;
        border: none; } }
    @media screen and (max-width: 45.4375em) {
      #single-post .main-content {
        margin-top: 20px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 65em) {
      #single-post .main-content {
        border-right: solid 1px #e3e3e3; } }
    @media screen and (min-width: 65em) and (max-width: 86.1875em) {
      #single-post .main-content {
        max-width: -webkit-calc(100% - 360px);
        max-width: calc(100% - 360px); } }
    @media screen and (min-width: 86.25em) {
      #single-post .main-content {
        width: 940px;
        margin-left: 0;
        padding: 0 20px 0 20px; } }
    #single-post .main-content h1 {
      font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 48px;
      line-height: 56px;
      margin-bottom: 10px;
      color: #333; }
      @media screen and (max-width: 53.0625em) {
        #single-post .main-content h1 {
          margin-bottom: 10px;
          font-size: 28px;
          line-height: 34px; } }
    #single-post .main-content h2#subtitle {
      font-family: "FlamaSlab-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 28px;
      line-height: 38px;
      color: #666;
      margin-bottom: 15px;
      padding-left: 0; }
      @media screen and (max-width: 53.0625em) {
        #single-post .main-content h2#subtitle {
          margin-bottom: 10px;
          font-size: 22px;
          line-height: 26px; } }
    #single-post .main-content p,
    #single-post .main-content h2,
    #single-post .main-content h3,
    #single-post .main-content h4,
    #single-post .main-content h5,
    #single-post .main-content h6,
    #single-post .main-content blockquote,
    #single-post .main-content ul,
    #single-post .main-content ol,
    #single-post .main-content .wpcf7-form-control-wrap {
      padding-left: -webkit-calc( 100% - 640px);
      padding-left: calc( 100% - 640px);
      margin-bottom: 26px;
      line-height: 28px; }
      @media screen and (max-width: 53.0625em) {
        #single-post .main-content p,
        #single-post .main-content h2,
        #single-post .main-content h3,
        #single-post .main-content h4,
        #single-post .main-content h5,
        #single-post .main-content h6,
        #single-post .main-content blockquote,
        #single-post .main-content ul,
        #single-post .main-content ol,
        #single-post .main-content .wpcf7-form-control-wrap {
          font-size: 18px;
          line-height: 28px;
          margin-bottom: 28px; } }
    #single-post .main-content ul,
    #single-post .main-content ol {
      margin-left: 0; }
    #single-post .main-content h2, #single-post .main-content h3, #single-post .main-content h4, #single-post .main-content h5, #single-post .main-content h6 {
      font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    #single-post .main-content h2 {
      font-size: 32px;
      line-height: 1; }
    #single-post .main-content h3 {
      font-size: 28px;
      line-height: 1; }
    #single-post .main-content h4 {
      font-size: 22px;
      line-height: 25px; }
    #single-post .main-content h5 {
      font-size: 19px;
      line-height: 25px; }
    #single-post .main-content h6 {
      font-size: 16px;
      line-height: 23px; }
    #single-post .main-content .entry-content {
      float: left;
      width: 100%;
      position: relative;
      font-family: Georgia, Times, "Times New Roman", serif; }
    #single-post .main-content.type-sponsored_post h1 {
      font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    #single-post .main-content.type-sponsored_post h2#subtitle,
    #single-post .main-content.type-sponsored_post p,
    #single-post .main-content.type-sponsored_post blockquote,
    #single-post .main-content.type-sponsored_post ul,
    #single-post .main-content.type-sponsored_post ol {
      font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
    #single-post .main-content.type-sponsored_post a {
      color: #F6a623; }
  #single-post #post-well {
    float: left;
    content: "";
    display: none;
    display: block; }
  #single-post #post-text {
    float: left !important;
    width: 100%; }
    #single-post #post-text p {
      font-family: Georgia, "Times New Roman", Times, serif;
      font-size: 18px;
      line-height: 27px; }
  #single-post .interstitial-container {
    padding: 30px 0;
    width: 100%; }
    #single-post .interstitial-container .aw-container:last-child {
      margin-bottom: 0;
      padding-bottom: 0; }
  #single-post .text-hero + .sidebar,
  #single-post .inset-hero + .sidebar,
  #single-post .full-hero + .sidebar,
  #single-post .no-hero + .sidebar {
    position: relative; }
  #single-post .text-hero .social,
  #single-post .text-hero .byline,
  #single-post .inset-hero .social,
  #single-post .inset-hero .byline,
  #single-post .full-hero .social,
  #single-post .full-hero .byline,
  #single-post .no-hero .social,
  #single-post .no-hero .byline {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    float: left; }
  #single-post .text-hero .byline .contributor,
  #single-post .inset-hero .byline .contributor,
  #single-post .full-hero .byline .contributor,
  #single-post .no-hero .byline .contributor {
    display: inline-block;
    margin-right: 10px; }
    #single-post .text-hero .byline .contributor:last-child,
    #single-post .inset-hero .byline .contributor:last-child,
    #single-post .full-hero .byline .contributor:last-child,
    #single-post .no-hero .byline .contributor:last-child {
      margin-right: 0; }
  #single-post .text-hero .entry-content .post-well,
  #single-post .inset-hero .entry-content .post-well,
  #single-post .full-hero .entry-content .post-well,
  #single-post .no-hero .entry-content .post-well {
    display: none; }
  @media screen and (min-width: 86.25em) {
    #single-post .text-hero .social,
    #single-post .text-hero .byline,
    #single-post .inset-hero .social,
    #single-post .inset-hero .byline,
    #single-post .full-hero .social,
    #single-post .full-hero .byline,
    #single-post .no-hero .social,
    #single-post .no-hero .byline {
      display: none; }
    #single-post .text-hero .entry-content .post-well,
    #single-post .inset-hero .entry-content .post-well,
    #single-post .full-hero .entry-content .post-well,
    #single-post .no-hero .entry-content .post-well {
      display: block;
      position: absolute;
      top: 0;
      width: -webkit-calc(100% - 640px);
      width: calc(100% - 640px);
      height: 300px; }
      #single-post .text-hero .entry-content .post-well .social,
      #single-post .text-hero .entry-content .post-well .byline,
      #single-post .inset-hero .entry-content .post-well .social,
      #single-post .inset-hero .entry-content .post-well .byline,
      #single-post .full-hero .entry-content .post-well .social,
      #single-post .full-hero .entry-content .post-well .byline,
      #single-post .no-hero .entry-content .post-well .social,
      #single-post .no-hero .entry-content .post-well .byline {
        display: block; }
      #single-post .text-hero .entry-content .post-well .pipe,
      #single-post .inset-hero .entry-content .post-well .pipe,
      #single-post .full-hero .entry-content .post-well .pipe,
      #single-post .no-hero .entry-content .post-well .pipe {
        display: none; }
      #single-post .text-hero .entry-content .post-well #post-time,
      #single-post .inset-hero .entry-content .post-well #post-time,
      #single-post .full-hero .entry-content .post-well #post-time,
      #single-post .no-hero .entry-content .post-well #post-time {
        clear: both; } }
  @media screen and (max-width: 42.4375em) {
    #single-post .text-hero .social,
    #single-post .text-hero .byline,
    #single-post .inset-hero .social,
    #single-post .inset-hero .byline,
    #single-post .full-hero .social,
    #single-post .full-hero .byline,
    #single-post .no-hero .social,
    #single-post .no-hero .byline {
      margin-bottom: 10px; } }
  #single-post .content-hero .social, #single-post .content-hero .byline,
  #single-post .video-hero .social,
  #single-post .video-hero .byline,
  #single-post .page-hero .social,
  #single-post .page-hero .byline,
  #single-post .magazine-hero .social,
  #single-post .magazine-hero .byline {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    float: left; }
    #single-post .content-hero .social .contributor, #single-post .content-hero .byline .contributor,
    #single-post .video-hero .social .contributor,
    #single-post .video-hero .byline .contributor,
    #single-post .page-hero .social .contributor,
    #single-post .page-hero .byline .contributor,
    #single-post .magazine-hero .social .contributor,
    #single-post .magazine-hero .byline .contributor {
      display: inline-block;
      margin-right: 10px; }
      #single-post .content-hero .social .contributor:last-child, #single-post .content-hero .byline .contributor:last-child,
      #single-post .video-hero .social .contributor:last-child,
      #single-post .video-hero .byline .contributor:last-child,
      #single-post .page-hero .social .contributor:last-child,
      #single-post .page-hero .byline .contributor:last-child,
      #single-post .magazine-hero .social .contributor:last-child,
      #single-post .magazine-hero .byline .contributor:last-child {
        margin-right: 0; }
  @media screen and (max-width: 42.4375em) {
    #single-post .content-hero .social,
    #single-post .content-hero .byline,
    #single-post .video-hero .social,
    #single-post .video-hero .byline,
    #single-post .page-hero .social,
    #single-post .page-hero .byline,
    #single-post .magazine-hero .social,
    #single-post .magazine-hero .byline {
      margin-bottom: 10px; } }
  #single-post .content-hero .entry-content .byline,
  #single-post .content-hero .entry-content .social,
  #single-post .video-hero .entry-content .byline,
  #single-post .video-hero .entry-content .social,
  #single-post .page-hero .entry-content .byline,
  #single-post .page-hero .entry-content .social,
  #single-post .magazine-hero .entry-content .byline,
  #single-post .magazine-hero .entry-content .social {
    display: none; }
  #single-post .content-hero + .sidebar {
    right: 0; }
    @media screen and (min-width: 86.25em) {
      #single-post .content-hero + .sidebar {
        width: 340px; } }
  #single-post .content-hero .byline, #single-post .content-hero .social {
    width: auto; }
    @media screen and (max-width: 53.0625em) {
      #single-post .content-hero .byline, #single-post .content-hero .social {
        float: left;
        width: 100%; } }
  #single-post .content-hero .social {
    float: right; }
  #single-post .page-hero {
    width: 100%;
    max-width: 100%;
    border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media screen and (max-width: 53.0625em) {
      #single-post .page-hero {
        width: 100%;
        max-width: 640px; } }
    @media screen and (min-width: 86.25em) {
      #single-post .page-hero {
        padding-left: 20px !important; } }
    #single-post .page-hero .entry-header {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%; }
    #single-post .page-hero .entry-title,
    #single-post .page-hero #subtitle {
      text-align: center;
      width: -webkit-calc(100% * 2 / 3);
      width: calc(100% * 2 / 3);
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 53.0625em) {
        #single-post .page-hero .entry-title,
        #single-post .page-hero #subtitle {
          text-align: left;
          width: 100%; } }
    #single-post .page-hero .byline,
    #single-post .page-hero .social {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #single-post .page-hero .byline #contributor-byline, #single-post .page-hero .byline #post-time,
      #single-post .page-hero .social #contributor-byline,
      #single-post .page-hero .social #post-time {
        float: none; }
        @media screen and (max-width: 53.0625em) {
          #single-post .page-hero .byline #contributor-byline, #single-post .page-hero .byline #post-time,
          #single-post .page-hero .social #contributor-byline,
          #single-post .page-hero .social #post-time {
            -webkit-box-flex: 1;
            -webkit-flex: 1;
                -ms-flex: 1;
                    flex: 1; } }
      @media screen and (max-width: 53.0625em) {
        #single-post .page-hero .byline #contributor-byline,
        #single-post .page-hero .social #contributor-byline {
          text-align: left; } }
    #single-post .page-hero .social {
      display: inline-block; }
    #single-post .page-hero .entry-content {
      margin-right: 0px;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      @media screen and (max-width: 86.1875em) {
        #single-post .page-hero .entry-content {
          width: -webkit-calc(100% - 321px);
          width: calc(100% - 321px);
          -webkit-flex-basis: auto;
              -ms-flex-preferred-size: auto;
                  flex-basis: auto;
          padding-left: 0px;
          min-width: 471px; } }
      @media screen and (min-width: 65em) and (max-width: 86.1875em) {
        #single-post .page-hero .entry-content {
          border-right: solid 1px #e3e3e3;
          padding-right: 20px;
          max-width: -webkit-calc(100% - 340px);
          max-width: calc(100% - 340px); } }
      @media screen and (min-width: 86.25em) {
        #single-post .page-hero .entry-content {
          max-width: 920px;
          padding-right: 20px;
          border-right: solid 1px #e3e3e3; } }
      @media screen and (max-width: 53.0625em) {
        #single-post .page-hero .entry-content {
          width: 100%;
          padding-right: 0;
          margin-right: 0;
          border: none;
          min-width: 0; } }
    @media screen and (max-width: 86.1875em) {
      #single-post .page-hero .sidebar {
        padding-right: 0;
        width: 320px; } }
  #single-post .full-hero {
    width: 100%;
    border: none;
    padding-right: 20px;
    padding-left: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: none; }
    @media screen and (min-width: 65em) {
      #single-post .full-hero .entry-header {
        background: rgba(0, 0, 0, 0.5);
        padding: 30px;
        margin-bottom: 112px;
        float: left;
        position: absolute;
        left: 0px;
        bottom: 67px;
        width: 90%;
        margin-bottom: 0; }
      #single-post .full-hero h1.entry-title,
      #single-post .full-hero h2#subtitle {
        color: #fff; }
      #single-post .full-hero h1.entry-title {
        margin-bottom: 10px; }
      #single-post .full-hero h2#subtitle {
        margin-bottom: 15px; } }
    @media screen and (min-width: 86.25em) {
      #single-post .full-hero .entry-header {
        left: 60px;
        bottom: 97px;
        width: 60%; }
      #single-post .full-hero h2#subtitle {
        margin-bottom: 0; } }
    @media screen and (min-width: 65em) {
      #single-post .full-hero .byline,
      #single-post .full-hero .social {
        margin-left: 0; }
        #single-post .full-hero .byline #contributor-byline,
        #single-post .full-hero .byline #contributor-byline a,
        #single-post .full-hero .byline #post-time,
        #single-post .full-hero .byline .pipe,
        #single-post .full-hero .byline span,
        #single-post .full-hero .byline i,
        #single-post .full-hero .social #contributor-byline,
        #single-post .full-hero .social #contributor-byline a,
        #single-post .full-hero .social #post-time,
        #single-post .full-hero .social .pipe,
        #single-post .full-hero .social span,
        #single-post .full-hero .social i {
          color: #fff; } }
    @media screen and (min-width: 86.25em) {
      #single-post .full-hero .byline #contributor-byline,
      #single-post .full-hero .byline #contributor-byline a,
      #single-post .full-hero .byline #post-time,
      #single-post .full-hero .byline .pipe,
      #single-post .full-hero .byline span,
      #single-post .full-hero .social #contributor-byline,
      #single-post .full-hero .social #contributor-byline a,
      #single-post .full-hero .social #post-time,
      #single-post .full-hero .social .pipe,
      #single-post .full-hero .social span {
        color: #333; }
      #single-post .full-hero .byline i,
      #single-post .full-hero .social i {
        color: #666; } }
    #single-post .full-hero .social {
      margin-bottom: 0; }
    #single-post .full-hero .entry-content {
      border-right: 1px solid #e3e3e3;
      padding-right: 19px;
      width: -webkit-calc( 100% - 320px);
      width: calc( 100% - 320px); }
      @media screen and (max-width: 53.0625em) {
        #single-post .full-hero .entry-content {
          border: none; } }
      #single-post .full-hero .entry-content .post-well {
        width: -webkit-calc( 100% - 840px);
        width: calc( 100% - 840px);
        margin-left: -webkit-calc( 100% - 840px);
        margin-left: calc( 100% - 840px); }
    #single-post .full-hero .sidebar {
      padding-right: 0;
      width: 320px; }
    #single-post .full-hero .footer-social-wrapper i {
      color: #666; }

body.post-template-page-shorthand {
  padding-top: 0; }
  body.post-template-page-shorthand .gpt-wrapper {
    width: auto !important; }
    body.post-template-page-shorthand .gpt-wrapper iframe {
      max-width: 100%; }
  body.post-template-page-shorthand > .container {
    overflow-x: initial !important;
    margin-bottom: 50px; }
  body.post-template-page-shorthand.admin-bar .Theme-HeaderContainer {
    top: 32px !important; }

.blog #page,
.archive #page,
.search #page {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .blog #page h1,
  .archive #page h1,
  .search #page h1 {
    position: relative;
    font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 43px;
    color: #333;
    margin-right: 10px; }
    .blog #page h1 a,
    .archive #page h1 a,
    .search #page h1 a {
      color: #333; }
    .blog #page h1:after,
    .archive #page h1:after,
    .search #page h1:after {
      display: block;
      content: "";
      width: 65px;
      height: 7px;
      background: #ed1d25;
      position: absolute;
      left: 0;
      bottom: -7px; }
  .blog #page h2.archive-sub,
  .archive #page h2.archive-sub,
  .search #page h2.archive-sub {
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 34px;
    line-height: 40px;
    float: left; }
  .blog #page .main-content,
  .archive #page .main-content,
  .search #page .main-content {
    display: block;
    position: relative;
    border-right: 1px solid #e3e3e3;
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 20px;
    padding-left: 20px; }
    @media screen and (max-width: 30em) {
      .blog #page .main-content,
      .archive #page .main-content,
      .search #page .main-content {
        padding-right: 10px;
        padding-left: 10px;
        padding-right: 0;
        padding-left: 0; } }
    @media screen and (max-width: 53.0625em) {
      .blog #page .main-content,
      .archive #page .main-content,
      .search #page .main-content {
        -webkit-flex-basis: 100%;
            -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
        width: 100%;
        max-width: 640px;
        float: none;
        margin: auto;
        border: none; } }
    @media screen and (min-width: 86.25em) {
      .blog #page .main-content,
      .archive #page .main-content,
      .search #page .main-content {
        margin-left: 0;
        max-width: none; } }
  .blog #page .post,
  .archive #page .post,
  .search #page .post {
    clear: both; }
    .blog #page .post .archive-image,
    .archive #page .post .archive-image,
    .search #page .post .archive-image {
      width: 40%;
      float: left;
      margin-right: 30px; }
    .blog #page .post .archive-post,
    .archive #page .post .archive-post,
    .search #page .post .archive-post {
      width: -webkit-calc( 60% - 30px);
      width: calc( 60% - 30px);
      float: left; }
    @media screen and (max-width: 42.4375em) {
      .blog #page .post .archive-image,
      .blog #page .post .archive-post,
      .archive #page .post .archive-image,
      .archive #page .post .archive-post,
      .search #page .post .archive-image,
      .search #page .post .archive-post {
        width: 100%;
        margin: 0;
        clear: both; }
      .blog #page .post .archive-image,
      .archive #page .post .archive-image,
      .search #page .post .archive-image {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; }
      .blog #page .post .archive-post,
      .archive #page .post .archive-post,
      .search #page .post .archive-post {
        margin-top: 24px;
        padding: 0 20px; }
      .blog #page .post hr,
      .archive #page .post hr,
      .search #page .post hr {
        width: 100vw;
        position: relative;
        left: 50%;
        right: 50%;
        margin-left: -50vw;
        margin-right: -50vw; } }
  @media screen and (max-width: 42.4375em) and (max-width: 42.4375em) {
    .blog #page .post hr,
    .archive #page .post hr,
    .search #page .post hr {
      bottom: 3px;
      margin-bottom: 16px; } }
    .blog #page .post h2.entry-title,
    .archive #page .post h2.entry-title,
    .search #page .post h2.entry-title {
      font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 28px;
      line-height: 34px;
      margin-bottom: 12px; }
      .blog #page .post h2.entry-title a,
      .archive #page .post h2.entry-title a,
      .search #page .post h2.entry-title a {
        color: #333; }
    .blog #page .post .entry-content,
    .archive #page .post .entry-content,
    .search #page .post .entry-content {
      font-size: 16px;
      line-height: 23px;
      margin-bottom: 20px; }
      @media screen and (max-width: 42.4375em) {
        .blog #page .post .entry-content,
        .archive #page .post .entry-content,
        .search #page .post .entry-content {
          margin-bottom: 13px; } }
      .blog #page .post .entry-content p,
      .archive #page .post .entry-content p,
      .search #page .post .entry-content p {
        line-height: 24px; }
    .blog #page .post .sponsor-bar,
    .archive #page .post .sponsor-bar,
    .search #page .post .sponsor-bar {
      margin-top: 0;
      margin-bottom: 8px; }

.post-type-archive-event #page {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.archive #page .main-content.event-archive {
  border-right: none;
  width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  max-width: none; }
  .archive #page .main-content.event-archive h2.archive-sub {
    float: initial;
    text-align: center;
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.event-archive-slider {
  position: relative;
  margin-bottom: 30px; }
  .event-archive-slider .flex-control-nav {
    bottom: 10px; }
    @media screen and (max-width: 42.4375em) {
      .event-archive-slider .flex-control-nav {
        bottom: -40px; } }
    .event-archive-slider .flex-control-nav li a {
      background: white; }
      .event-archive-slider .flex-control-nav li a.flex-active, .event-archive-slider .flex-control-nav li a:hover {
        background: rgba(240, 240, 240, 0.75); }

.event-hero-slide {
  position: relative; }
  .event-hero-slide .event-main-cta {
    margin: 10px 0 0;
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.event-archive .event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  .event-archive .event > .archive-image img {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }
    .event-archive .event > .archive-image img:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0); }

.event-archive .archive-post {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding-bottom: 80px; }

.event-archive .event-date,
.event-archive .event-location {
  text-align: center;
  font-family: "FlamaSlab-Basic", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px; }
  .event-archive .event-date a,
  .event-archive .event-location a {
    color: #333; }

.event-archive .event-subtitle {
  margin: 10px 0;
  text-align: left;
  font-size: 15px;
  line-height: 20px; }

.event-archive .event-content {
  font-size: 16px;
  line-height: 20px;
  text-align: left; }

.event-archive .event-main-cta {
  margin-top: 10px;
  margin-bottom: 0;
  font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  position: absolute;
  bottom: 30px;
  width: 214px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%); }

@media screen and (min-width: 65em) {
  .event-archive .event:nth-last-child(4),
  .event-archive .event:nth-last-child(3),
  .event-archive .event:nth-last-child(2),
  .event-archive .event:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0; }
    .event-archive .event:nth-last-child(4)::after,
    .event-archive .event:nth-last-child(3)::after,
    .event-archive .event:nth-last-child(2)::after,
    .event-archive .event:nth-last-child(1)::after {
      background: none; } }

@media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
  .event-archive .event:nth-last-child(2),
  .event-archive .event:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0; }
    .event-archive .event:nth-last-child(2)::after,
    .event-archive .event:nth-last-child(1)::after {
      background: none; } }

@media screen and (max-width: 42.4375em) {
  .event-archive .event:nth-last-child(1) {
    margin-bottom: 0;
    padding-bottom: 0; }
    .event-archive .event:nth-last-child(1)::after {
      background: none; } }

.post-type-archive-webinar_post #page .archive-post h2.entry-title {
  margin-bottom: 10px; }

.post-type-archive-webinar_post #page .archive-post .webinar-subtitle,
.post-type-archive-webinar_post #page .archive-post .webinar-location,
.post-type-archive-webinar_post #page .archive-post .webinar-date {
  font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 12px; }
  .post-type-archive-webinar_post #page .archive-post .webinar-subtitle a,
  .post-type-archive-webinar_post #page .archive-post .webinar-location a,
  .post-type-archive-webinar_post #page .archive-post .webinar-date a {
    color: #000; }

.post-type-archive-webinar_post #page .archive-post .webinar-location {
  margin-bottom: 0; }

.post-type-archive-webinar_post #page .archive-post .webinar-date {
  margin-bottom: 0; }

.post-type-archive-webinar_post #page .archive-post header {
  margin-bottom: 18px; }

.post-type-archive-webinar_post #page .archive-post .entry-content {
  line-height: 22px; }

.post-type-archive-webinar_post #page .archive-post .webinar-note {
  font-family: "Flama-BookItalic", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 22px; }

.post-type-archive-webinar_post #page .archive-post .webinar-sponsor {
  float: right;
  margin-top: 10px; }

/*!---------- GENERAL EVENT STYLES ----------*/
#page-blank.full-width {
  max-width: 100%; }

#page-blank .main-content.event-content {
  padding-left: 0;
  padding-right: 0; }
  #page-blank .main-content.event-content li {
    font-size: 16px; }
  #page-blank .main-content.event-content h2,
  #page-blank .main-content.event-content h3,
  #page-blank .main-content.event-content h4,
  #page-blank .main-content.event-content h5,
  #page-blank .main-content.event-content h6 {
    font-family: Flama-Bold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  #page-blank .main-content.event-content h2 {
    font-size: 28px; }
  #page-blank .main-content.event-content h3 {
    font-size: 26px; }
  #page-blank .main-content.event-content h4 {
    font-size: 24px; }
  #page-blank .main-content.event-content h5 {
    font-size: 22px; }
  #page-blank .main-content.event-content h6 {
    font-size: 20px; }

.event-text-heading {
  font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 18px !important; }

.event-text-details {
  font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px; }

.event-text-highlights {
  font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px; }

.event-text-footer {
  font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 17px !important; }

.event-section {
  padding-top: 50px; }
  .event-section:not(#event-section-schedule) ul {
    text-align: left;
    margin-left: auto;
    margin-right: auto; }
    @media screen and (min-width: 42.5em) {
      .event-section:not(#event-section-schedule) ul {
        width: 550px; } }
    .event-section:not(#event-section-schedule) ul li {
      margin-left: 30px; }
      .event-section:not(#event-section-schedule) ul li ul {
        list-style-type: circle; }
  @media screen and (min-width: 42.5em) {
    .event-section {
      margin-left: -15px;
      margin-right: -15px; } }
  .event-section .aw-container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px; }
    .event-section .aw-container .aw-element:after {
      display: none; }
  @media screen and (min-width: 42.5em) {
    .event-section .text-section {
      padding: 0 150px 30px; } }

h2.event-section-title {
  margin-bottom: 50px;
  font-size: 30px !important;
  float: initial;
  font-family: Flamaslab-Bold, "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important; }
  h2.event-section-title:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 42.4375em) {
      h2.event-section-title:after {
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }

#event-section-about,
#event-section-venue,
#event-section-additional {
  text-align: center; }
  #event-section-about .aw-element,
  #event-section-venue .aw-element,
  #event-section-additional .aw-element {
    margin-bottom: 2rem; }
  #event-section-about ul,
  #event-section-venue ul,
  #event-section-additional ul {
    list-style-position: outside; }

.event-description {
  margin-top: 30px; }

@media screen and (max-width: 86.1875em) {
  .event-content .container-title {
    padding-top: 0; }
  .event-content .colored.container-title {
    padding-top: 30px; } }

@media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
  .event-content .small-12 {
    margin-bottom: 30px; }
  .event-content .small-12:last-child {
    margin-bottom: 0; } }

@media screen and (max-width: 42.4375em) {
  .event-content .aw-element {
    padding: 0 10px; }
  .event-content .aw-element:first-child:nth-last-child(2) {
    margin-bottom: 30px; } }

.button.event-cta {
  font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 10px 30px;
  margin: 10px 0;
  color: #fff; }
  .align-left .button.event-cta {
    float: left; }
  .align-right .button.event-cta {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
    float: right; }
  .align-center .button.event-cta {
    float: none;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
                -ms-grid-row-align: center;
            align-self: center;
    margin: 10px auto;
    display: block; }

.flexbox.align-right {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

/*!---------- HERO STYLES ----------*/
.event-hero-desktop,
.event-hero-mobile {
  background-size: cover;
  width: 100%;
  height: -webkit-calc( 100vh - 160px);
  height: calc( 100vh - 160px); }
  @media screen and (max-width: 86.1875em) {
    .event-hero-desktop,
    .event-hero-mobile {
      height: -webkit-calc( 100vh - 98px);
      height: calc( 100vh - 98px); } }
  .event-hero-desktop img.hero-logo-img,
  .event-hero-mobile img.hero-logo-img {
    width: 700px;
    max-width: 100%; }

.event-hero-location {
  -webkit-flex-wrap: none;
      -ms-flex-wrap: none;
          flex-wrap: none;
  display: block;
  color: #ffffff;
  font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0; }

.event-hero-date {
  -webkit-flex-wrap: none;
      -ms-flex-wrap: none;
          flex-wrap: none;
  display: block;
  color: #ffffff;
  font-family: "FlamaSlab-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem; }

.event-main-cta {
  background-color: #ed1d25;
  color: #ffffff;
  padding: 0.85em 1em;
  margin-bottom: 2rem;
  margin-top: 2rem;
  display: inline-block;
  font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .event-main-cta:hover {
    color: #ffffff; }

.countdown-title {
  margin: 20px auto; }

.cta-message-below {
  margin-bottom: 30px; }

.event-hero-slide .event-date {
  width: 100%; }

@media screen and (max-width: 42.4375em) {
  .clone .event-hero-title {
    display: none; } }

.event-hero-title {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  width: 100%;
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 42.4375em) {
    .event-hero-title {
      height: 100%; } }
  .event-hero-title .title-inner {
    background: rgba(0, 0, 0, 0.5);
    width: auto;
    margin: auto;
    padding: 30px 70px;
    display: inline-block;
    text-align: center; }
    .event-hero-title .title-inner.title-hero-logo {
      background: none; }
    @media screen and (max-width: 42.4375em) {
      .event-hero-title .title-inner {
        width: 100%;
        padding: 10px 20px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center; }
        .event-hero-title .title-inner .event-location {
          width: 100%; } }
    .event-hero-title .title-inner h1 {
      margin-bottom: 20px; }
    .event-hero-title .title-inner .event-main-cta {
      margin-bottom: 0; }
  .event-hero-title h1,
  .event-hero-title h2,
  .event-hero-title a,
  .event-hero-title .event-date,
  .event-hero-title .event-location {
    color: #fff;
    text-align: center; }
  .event-hero-title h1, .event-hero-title h2 {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 48px;
    line-height: 56px;
    margin-bottom: 0;
    text-align: center; }
    @media screen and (max-width: 42.4375em) {
      .event-hero-title h1, .event-hero-title h2 {
        font-size: 30px;
        line-height: 36px; } }

/*!---------- EVENT NAV STYLES ----------*/
.event-nav {
  position: fixed;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100vw;
  z-index: 1001; }
  @media screen and (max-width: 42.4375em) {
    .event-nav {
      margin: 0;
      min-height: 0; } }

.hover-underline-menu,
.event-menu {
  width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .hover-underline-menu .menu,
  .event-menu .menu {
    background-color: #000; }
    .hover-underline-menu .menu a,
    .event-menu .menu a {
      color: #ffffff;
      padding: 15px 30px;
      position: relative; }
      .hover-underline-menu .menu a::after,
      .event-menu .menu a::after {
        content: "";
        position: absolute;
        top: -webkit-calc(100% - 3px);
        top: calc(100% - 3px);
        border-bottom: 3px solid #ed1d25;
        left: 50%;
        right: 50%;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease; }
    .hover-underline-menu .menu li a:hover::after,
    .hover-underline-menu .menu li.active a::after,
    .event-menu .menu li a:hover::after,
    .event-menu .menu li.active a::after {
      left: 0;
      right: 0;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    @media screen and (max-width: 42.4375em) {
      .hover-underline-menu .menu,
      .event-menu .menu {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; }
        .hover-underline-menu .menu.slide-up,
        .event-menu .menu.slide-up {
          height: 336px; }
        .hover-underline-menu .menu li,
        .event-menu .menu li {
          width: 100%; }
        .hover-underline-menu .menu a,
        .event-menu .menu a {
          text-align: center;
          display: block; } }
  @media screen and (max-width: 42.4375em) {
    .hover-underline-menu,
    .event-menu {
      height: 0;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-transition: all	0.5s;
      transition: all	0.5s;
      z-index: 10;
      overflow: hidden;
      width: 100vw; }
      .hover-underline-menu.slide-up,
      .event-menu.slide-up {
        height: 336px;
        z-index: 11; } }
  .hover-underline-menu .active a,
  .event-menu .active a {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.menu-toggle-wrapper {
  width: auto;
  height: auto;
  z-index: 11;
  position: absolute;
  top: -48px;
  right: 17px; }

.menu-toggle-wrapper.menu-active {
  z-index: 10; }

#mobile-menu-toggle:hover::after {
  left: 50%;
  right: 50%; }

#mobile-menu-toggle span {
  width: 40px;
  height: 10px;
  position: absolute;
  top: -10px;
  left: -webkit-calc( 50% - 20px);
  left: calc( 50% - 20px);
  background: #333; }

/*!---------- CONTACT STYLES ----------*/
.contact-wrapper {
  margin-bottom: 30px; }

.contact-container {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
  .contact-container .contact-about {
    margin-bottom: 40px; }
  .contact-container:after {
    background: none; }
  @media screen and (min-width: 86.25em) {
    .contact-container {
      max-width: 1280px;
      margin-left: auto;
      margin-right: auto;
      padding: 0 15px 0; }
      .contact-container::before, .contact-container::after {
        content: ' ';
        display: table;
        -webkit-flex-basis: 0;
            -ms-flex-preferred-size: 0;
                flex-basis: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
            -ms-flex-order: 1;
                order: 1; }
      .contact-container::after {
        clear: both; } }
  @media screen and (max-width: 86.1875em) {
    .contact-container {
      padding-bottom: 0;
      margin-bottom: 0; } }

/*!---------- EVENT SPEAKER STYLES ----------*/
.attendee-container,
.speaker-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  padding-bottom: 30px !important; }
  @media screen and (max-width: 42.4375em) {
    .attendee-container,
    .speaker-container {
      -ms-grid-columns: 1fr 1fr;
          grid-template-columns: 1fr 1fr; } }

.event-attendee,
.event-speaker {
  display: block;
  position: relative; }
  .event-attendee .attendee-image,
  .event-attendee .speaker-image,
  .event-speaker .attendee-image,
  .event-speaker .speaker-image {
    position: relative;
    width: 100%;
    padding-top: 100%; }
    .event-attendee .attendee-image img,
    .event-attendee .speaker-image img,
    .event-speaker .attendee-image img,
    .event-speaker .speaker-image img {
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .event-attendee .attendee-details,
  .event-attendee .speaker-details,
  .event-speaker .attendee-details,
  .event-speaker .speaker-details {
    width: 100%;
    padding: 5px 10px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .event-attendee .attendee-name,
  .event-attendee .attendee-title,
  .event-attendee .attendee-company,
  .event-attendee .attendee-separator,
  .event-attendee .attendee-social a,
  .event-attendee .speaker-name,
  .event-attendee .speaker-title,
  .event-attendee .speaker-company,
  .event-attendee .speaker-separator,
  .event-attendee .speaker-social a,
  .event-speaker .attendee-name,
  .event-speaker .attendee-title,
  .event-speaker .attendee-company,
  .event-speaker .attendee-separator,
  .event-speaker .attendee-social a,
  .event-speaker .speaker-name,
  .event-speaker .speaker-title,
  .event-speaker .speaker-company,
  .event-speaker .speaker-separator,
  .event-speaker .speaker-social a {
    text-align: center; }
  .event-attendee .attendee-name,
  .event-attendee .speaker-name,
  .event-speaker .attendee-name,
  .event-speaker .speaker-name {
    width: 100%;
    font-size: 22px;
    margin-bottom: 5px; }
  .event-attendee .attendee-title,
  .event-attendee .attendee-company,
  .event-attendee .speaker-title,
  .event-attendee .speaker-company,
  .event-speaker .attendee-title,
  .event-speaker .attendee-company,
  .event-speaker .speaker-title,
  .event-speaker .speaker-company {
    position: relative;
    line-height: 1;
    font-size: 15px;
    width: 100%; }
  .event-attendee .attendee-title,
  .event-attendee .speaker-title,
  .event-speaker .attendee-title,
  .event-speaker .speaker-title {
    /*
		padding-right: 8px;
		margin-right: 8px;
*/ }
  .event-attendee .attendee-separator,
  .event-attendee .speaker-separator,
  .event-speaker .attendee-separator,
  .event-speaker .speaker-separator {
    margin: 0;
    line-height: 5px;
    width: 100%;
    display: block;
    height: 8px; }
  .event-attendee .attendee-social,
  .event-attendee .speaker-social,
  .event-speaker .attendee-social,
  .event-speaker .speaker-social {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 3px; }
  .event-attendee .attendee-twitter,
  .event-attendee .attendee-linkedin,
  .event-attendee .speaker-twitter,
  .event-attendee .speaker-linkedin,
  .event-speaker .attendee-twitter,
  .event-speaker .attendee-linkedin,
  .event-speaker .speaker-twitter,
  .event-speaker .speaker-linkedin {
    margin: 0 3px; }
    .event-attendee .attendee-twitter:hover,
    .event-attendee .attendee-linkedin:hover,
    .event-attendee .speaker-twitter:hover,
    .event-attendee .speaker-linkedin:hover,
    .event-speaker .attendee-twitter:hover,
    .event-speaker .attendee-linkedin:hover,
    .event-speaker .speaker-twitter:hover,
    .event-speaker .speaker-linkedin:hover {
      color: #ed1d25; }
  .event-attendee .attendee-logo,
  .event-attendee .speaker-logo,
  .event-speaker .attendee-logo,
  .event-speaker .speaker-logo {
    display: block;
    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto;
    margin-top: 5px; }

/*!---------- EVENT SPONSOR STYLES ----------*/
.sponsor-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .sponsor-list .sponsor-group-title {
    width: 100%;
    font-size: 26px;
    text-align: center; }

.company-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .company-list .company-group-title {
    width: 100%;
    font-size: 26px;
    text-align: center; }

.event-sponsor {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  text-align: center;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .event-sponsor {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
  @media screen and (max-width: 42.4375em) {
    .event-sponsor {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      height: 170px; } }
  .event-sponsor .sponsor-image {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative; }
    .event-sponsor .sponsor-image .sponsor-company {
      position: absolute;
      top: -webkit-calc( 50% - 21px);
      top: calc( 50% - 21px);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      text-align: center;
      font-size: 22px;
      line-height: 22px;
      padding: 10px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }

/* -------- */
.event-company {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  text-align: center;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
    .event-company {
      -webkit-flex-basis: 50%;
          -ms-flex-preferred-size: 50%;
              flex-basis: 50%; } }
  @media screen and (max-width: 42.4375em) {
    .event-company {
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      height: 170px; } }
  .event-company .company-image {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    padding-bottom: 20px; }
    .event-company .company-image .company-company {
      position: absolute;
      top: -webkit-calc( 50% - 21px);
      top: calc( 50% - 21px);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      width: 100%;
      text-align: center;
      font-size: 22px;
      line-height: 22px;
      padding: 10px;
      background: rgba(0, 0, 0, 0.6);
      color: #fff;
      opacity: 0;
      -webkit-transition: opacity 0.5s;
      transition: opacity 0.5s; }

/* -------- */
/*!---------- VENUE STYLES ----------*/
.event-map a,
.event-map img,
.event-image a,
.event-image img {
  display: block;
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat; }

/*!---------- SCHEDULE STYLES ----------*/
#day-tabs {
  border: none;
  border-bottom: 1px solid #e6e6e6; }
  #day-tabs .tabs-title {
    margin-bottom: -1px;
    margin-right: 5px; }
  #day-tabs .tabs-title:hover,
  #day-tabs .tabs-title.is-active {
    border: 2px solid #e6e6e6; }
    @media screen and (min-width: 42.5em) {
      #day-tabs .tabs-title:hover,
      #day-tabs .tabs-title.is-active {
        border: 1px solid #e6e6e6;
        border-bottom: 1px solid white; } }
    #day-tabs .tabs-title:hover a,
    #day-tabs .tabs-title.is-active a {
      padding: 19px 29px; }
  #day-tabs .tabs-title.is-active a {
    background: none; }

#day-tabs .tabs-title a {
  padding: 20px 30px;
  font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 16px;
  color: #ed1d25; }

.tabs-content {
  border: none; }
  .tabs-content .tabs-panel {
    padding-left: 0;
    padding-right: 0; }

.timeslot {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee; }
  .timeslot:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; }

.timeslot-time,
.timeslot-title,
.timeslot-subtitle {
  font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.timeslot-time,
.timeslot-subtitle {
  font-size: 14px; }

.timeslot-subtitle {
  font-family: "FlamaSlab-Basic", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }

.timeslot-time {
  font-size: 14px;
  width: 150px;
  margin-right: 10px; }
  @media screen and (max-width: 42.4375em) {
    .timeslot-time {
      width: 100%; } }

.timeslot-details {
  width: -webkit-calc( 100% - 160px);
  width: calc( 100% - 160px); }
  @media screen and (max-width: 42.4375em) {
    .timeslot-details {
      width: 100%; } }

.timeslot-title {
  font-size: 18px;
  line-height: 24px; }

.timeslot-subtitle {
  margin-bottom: 10px; }

.timeslot-description {
  font-size: 16px;
  margin-bottom: 20px; }

.timeslot-cta {
  font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  padding: 10px 30px;
  margin: 10px 0;
  float: right;
  color: #fff; }

.slot-speaker-container {
  float: left;
  width: 100%;
  padding: 5px 5px 0; }

.slot-speakers .slot-speakers-title {
  font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  text-align: center;
  width: 100%;
  color: #666;
  margin-bottom: 10px; }
  .slot-speakers .slot-speakers-title:after {
    content: ""; }

.slot-speakers .slot-speaker {
  float: left;
  margin: 0 5px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.slot-speakers .speaker-image {
  width: 60px;
  height: 60px;
  padding: 0;
  margin-bottom: 2px;
  border-radius: 50%; }

.slot-speakers .speaker-details {
  float: left;
  margin-left: 10px;
  width: 120px; }

.slot-speakers .speaker-name,
.slot-speakers .speaker-company {
  text-align: left; }

.slot-speakers .speaker-name {
  font-size: 13px;
  line-height: 16px; }

.slot-speakers .speaker-company {
  font-size: 12px;
  font-family: "FlamaSlab-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  line-height: 15px;
  margin-top: 2px; }

.timeslot-modhost {
  float: left; }

.timeslot-speakers {
  float: right; }

@media screen and (max-width: 86.1875em) {
  .timeslot-modhost,
  .timeslot-speakers {
    float: initial;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }

@media screen and (min-width: 42.5em) and (max-width: 64.9375em) {
  .timeslot-modhost,
  .timeslot-speakers {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; } }

/*!---------- COUNTDOWN STYLES ----------*/
.container-after-section {
  text-align: center;
  padding: 5px 0;
  font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  @media screen and (max-width: 42.4375em) {
    .container-after-section {
      padding-left: 15px;
      padding-right: 15px; } }

.event-when-where-why {
  margin-top: 2rem;
  margin-bottom: 2rem; }
  .event-when-where-why h4 {
    font-family: "FlamaSlab-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif !important;
    font-size: 0.7rem !important;
    text-transform: uppercase;
    margin-bottom: 0.5rem; }

.is-countdown {
  margin-top: 1rem; }
  .is-countdown .countdown-period {
    display: none; }
  .is-countdown .countdown-section {
    width: 4rem;
    font-size: 2rem;
    display: inline-block;
    margin: 2px;
    padding: 10px 5px;
    color: #152c2b;
    background-color: #ffffff;
    line-height: 3.5rem;
    border: solid 1px black; }
    @media screen and (min-width: 42.5em) {
      .is-countdown .countdown-section {
        min-width: 7rem;
        min-height: 5rem;
        font-size: 3.5rem; } }

.countdown-labels-wrap .countdown-label {
  width: 4rem;
  display: inline-block;
  font-size: 0.7rem !important;
  margin: 2px;
  padding: 10px 5px; }
  @media screen and (min-width: 42.5em) {
    .countdown-labels-wrap .countdown-label {
      min-width: 7rem;
      min-height: 5rem; } }

.tax-contributor #contributor .headshot {
  border-radius: 200px;
  overflow: hidden;
  height: 200px;
  width: 200px;
  float: left;
  margin-right: 30px; }
  @media screen and (max-width: 30em) {
    .tax-contributor #contributor .headshot {
      height: 100px;
      width: 100px;
      border-radius: 100px;
      margin-right: 10px;
      margin-bottom: 20px; } }

.tax-contributor #contributor h1,
.tax-contributor #contributor .con-title,
.tax-contributor #contributor .social-media,
.tax-contributor #contributor .details,
.tax-contributor #contributor .bio {
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
  float: left; }
  @media screen and (max-width: 30em) {
    .tax-contributor #contributor h1,
    .tax-contributor #contributor .con-title,
    .tax-contributor #contributor .social-media,
    .tax-contributor #contributor .details,
    .tax-contributor #contributor .bio {
      width: 100%; } }

.tax-contributor #contributor h1 {
  text-transform: capitalize;
  font-size: 42px;
  line-height: 51px;
  margin-bottom: 20px;
  width: -webkit-calc(100% - 240px);
  width: calc(100% - 240px);
  float: left; }
  @media screen and (max-width: 30em) {
    .tax-contributor #contributor h1 {
      width: -webkit-calc(100% - 120px);
      width: calc(100% - 120px); } }

.tax-contributor #contributor .con-title {
  font-size: 26px;
  margin-bottom: 10px; }

@media screen and (max-width: 30em) {
  .tax-contributor #contributor .details {
    width: 100%; } }

@media screen and (max-width: 30em) {
  .tax-contributor #contributor hr {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw; } }

.tax-contributor #contributor .social-media {
  margin-bottom: 20px; }
  .tax-contributor #contributor .social-media i {
    font-size: 20px;
    width: 20px;
    margin-right: 10px;
    color: #333; }
  .tax-contributor #contributor .social-media a {
    clear: both;
    float: left;
    font-family: "Flama-Book", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    color: #333;
    font-size: 16px;
    line-height: 24px; }

.tax-contributor #contributor .bio {
  font-size: 16px;
  line-height: 22px; }

.tax-contributor #contributor .no-image h1,
.tax-contributor #contributor .no-image .details {
  width: 100%; }

.tax-contributor #contributor .no-image .bio {
  padding-left: 0; }

@media screen and (max-width: 42.4375em) {
  .search .main-content {
    padding-top: 30px; } }

#filter-collapse {
  position: absolute;
  right: 20px;
  top: 0; }

#search-filters {
  /*
	height: 0;
	transition: height 0.5s ease-out;
	overflow: hidden;
*/ }
  #search-filters .button {
    margin-bottom: 0; }
  #search-filters.expanded {
    height: 250px; }

#search-filter-form {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  #search-filter-form:after {
    width: 100%;
    left: 0; }

.search-filter {
  margin-bottom: 10px;
  position: relative; }
  .search-filter:nth-child(2), .search-filter:nth-child(4) {
    padding-right: 5px; }
  .search-filter:nth-child(3), .search-filter:nth-child(5) {
    padding-left: 5px; }
  @media screen and (max-width: 42.4375em) {
    .search-filter:nth-child(n) {
      padding: 0; } }
  .search-filter.vertical-filter {
    padding: 10px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .search-filter.vertical-filter label {
      font-size: 16px; }
  .search-filter .auto-select2 {
    height: 38px;
    margin-bottom: 0px; }
  .search-filter #search-input,
  .search-filter #post-date-filter,
  .search-filter .select2-container .select2-search--inline .select2-search__field {
    height: 40px;
    padding: 0px 10px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #aaa;
    background: white; }
    .search-filter #search-input:focus,
    .search-filter #post-date-filter:focus,
    .search-filter .select2-container .select2-search--inline .select2-search__field:focus {
      border-color: #000;
      box-shadow: none; }
  .search-filter #search-input,
  .search-filter .input-group {
    margin-bottom: 0px; }
  .search-filter .glyphicon {
    width: 45px;
    top: 0;
    line-height: 38px;
    padding: 0;
    background: white;
    border: 1px solid #aaa;
    border-radius: 0;
    font-size: 16px; }
  .search-filter .glyphicon-remove-circle {
    border-left: 0;
    padding-top: 2px;
    line-height: 36px; }
  .search-filter .glyphicon-calendar {
    border-right: 0; }
  .search-filter .select2-container .select2-search--inline .select2-search__field {
    margin: 0;
    width: auto !important;
    border: none;
    height: 38px;
    padding: 0 5px; }
  .search-filter .input-group:focus {
    border: 1px solid black; }
    .search-filter .input-group:focus .glyphicon,
    .search-filter .input-group:focus input {
      border: none; }
  .search-filter .clear-filter {
    position: absolute;
    right: 8px;
    top: 7px;
    z-index: 80;
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px; }
  .search-filter:nth-child(2) .clear-filter,
  .search-filter:nth-child(4) .clear-filter {
    padding-right: 5px; }
  .search-filter .triple-circle-button {
    position: absolute;
    margin: 0;
    height: 40px;
    left: -webkit-calc(50% - 15px);
    left: calc(50% - 15px);
    top: -webkit-calc(50% - 3px);
    top: calc(50% - 3px); }
    .search-filter .triple-circle-button .menu-circles {
      background: #888;
      width: 6px;
      height: 6px;
      top: 0; }

.select2-container--default .select2-selection {
  border-radius: 0;
  line-height: 5px; }

.select2-container .select2-selection--single {
  height: 40px; }

.select2-container--default .select2-selection .select2-selection__choice {
  border-radius: 0;
  font-size: 16px;
  line-height: 24px;
  height: 28px; }

.select2-container .select2-selection .select2-selection__rendered {
  padding: 0 42px 0 5px;
  font-size: 16px;
  line-height: 36px; }
  .select2-container .select2-selection .select2-selection__rendered input {
    padding: 0 5px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0 10px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 38px;
  width: 35px; }
  .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-width: 7px 6px 0 6px;
    margin-top: -3px; }

.ranges li {
  color: #333; }
  .ranges li:hover, .ranges li.active {
    background: #333;
    border: 1px solid #333; }

.range_inputs .btn-success {
  background-color: #ed1d25;
  border-color: #ed1d25;
  font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  .range_inputs .btn-success:hover {
    background-color: #d11118;
    border-collapse: #d11118; }

.daterangepicker td.active,
.daterangepicker td.active:hover {
  background-color: #333; }

.daterangepicker .input-mini.active {
  border-color: #ed1d25; }

.post-template-post-full-grid #single-post .main-content,
.group-template-default #single-post .main-content {
  width: 100%;
  max-width: 1280px;
  border-right: none; }
  .post-template-post-full-grid #single-post .main-content h1,
  .post-template-post-full-grid #single-post .main-content h2#subtitle,
  .group-template-default #single-post .main-content h1,
  .group-template-default #single-post .main-content h2#subtitle {
    text-align: center; }

.post-template-post-full-grid #single-post p,
.post-template-post-full-grid #single-post h2,
.post-template-post-full-grid #single-post h3,
.post-template-post-full-grid #single-post h4,
.post-template-post-full-grid #single-post h5,
.post-template-post-full-grid #single-post h6,
.post-template-post-full-grid #single-post blockquote,
.post-template-post-full-grid #single-post ul,
.post-template-post-full-grid #single-post ol,
.group-template-default #single-post p,
.group-template-default #single-post h2,
.group-template-default #single-post h3,
.group-template-default #single-post h4,
.group-template-default #single-post h5,
.group-template-default #single-post h6,
.group-template-default #single-post blockquote,
.group-template-default #single-post ul,
.group-template-default #single-post ol {
  padding-left: 0; }

.halo-heading {
  display: inline-block;
  position: relative;
  margin-bottom: 10px; }
  .halo-heading:after {
    content: "";
    display: block;
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: -8px;
    background: #f04f59; }

.halo-campaign img,
.halo-campaign .hc-details {
  float: left; }

.hc-left img {
  padding-right: 30px; }

.hc-right img,
.hc-right .hc-details {
  float: right; }

.hc-right img {
  padding-left: 30px; }

body .adweek.pf-widget.pf-widget-slideout {
  background: #000;
  width: 475px;
  height: 300px; }
  body .adweek.pf-widget.pf-widget-slideout .pf-widget-headline,
  body .adweek.pf-widget.pf-widget-slideout .pf-content-unit-meta h4,
  body .adweek.pf-widget.pf-widget-slideout .pf-content-unit-meta p {
    max-width: 330px; }
  body .adweek.pf-widget.pf-widget-slideout .pf-widget-body {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    background: white;
    top: 10px;
    left: 10px; }
  body .adweek.pf-widget.pf-widget-slideout .pf-widget-content {
    padding: 0;
    margin: 10px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: -webkit-calc(100% - 20px);
    height: calc(100% - 20px);
    overflow: hidden; }
  body .adweek.pf-widget.pf-widget-slideout .pf-widget-headline {
    max-width: none;
    text-transform: none; }
  body .adweek.pf-widget.pf-widget-slideout .pf-widget-message {
    display: block;
    color: #000; }
    body .adweek.pf-widget.pf-widget-slideout .pf-widget-message.success-state {
      display: none; }
  body .adweek.pf-widget.pf-widget-slideout form {
    clear: both;
    overflow: hidden;
    text-align: center; }
  body .adweek.pf-widget.pf-widget-slideout .pf-widget-btn {
    margin-top: 0;
    margin-bottom: 10px; }
  body .adweek.pf-widget.pf-widget-slideout .pf-widget-ok {
    background: #000; }
  body .adweek.pf-widget.pf-widget-slideout .pf-widget-cancel {
    background: #e4e4e4;
    color: #bababa; }
  @media screen and (max-width: 42.4375em) {
    body .adweek.pf-widget.pf-widget-slideout {
      width: 320px !important;
      height: auto;
      top: -webkit-calc(50%);
      top: calc(50%);
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      bottom: auto; } }
  body .adweek.pf-widget.pf-widget-slideout.red-button .pf-widget-ok {
    background: #ed1d25; }
  body .adweek.pf-widget.pf-widget-slideout.teal-headline .pf-widget-headline {
    color: #31b3b3; }
  body .adweek.pf-widget.pf-widget-slideout.red-headline .pf-widget-headline {
    color: #ed1d25; }

body .adweek.pf-widget.webinar.pf-widget-slideout {
  width: 430px;
  height: 250px; }
  @media screen and (max-width: 42.4375em) {
    body .adweek.pf-widget.webinar.pf-widget-slideout {
      height: 270px; } }
  body .adweek.pf-widget.webinar.pf-widget-slideout .pf-widget-body {
    position: absolute;
    height: 100px;
    overflow: hidden; }
  body .adweek.pf-widget.webinar.pf-widget-slideout .pf-widget-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  body .adweek.pf-widget.webinar.pf-widget-slideout img.pf-widget-img {
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 110px;
    border-radius: 0;
    left: 0px;
    top: 0px;
    margin: 0;
    -webkit-transform: translateY(-25%);
        -ms-transform: translateY(-25%);
            transform: translateY(-25%); }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.webinar.pf-widget-slideout img.pf-widget-img {
        top: -25px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  body .adweek.pf-widget.webinar.pf-widget-slideout .pf-widget-headline {
    font-family: "Flama-Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 15px;
    text-align: center;
    margin: 110px auto 0;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }
  body .adweek.pf-widget.webinar.pf-widget-slideout .pf-widget-message {
    width: 100%;
    font-family: "Flama-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 0px; }
  body .adweek.pf-widget.webinar.pf-widget-slideout .pf-widget-btn {
    margin-top: 5px;
    background: #36b7a1;
    padding: 0 15px;
    line-height: 30px;
    height: 30px; }

body .adweek.pf-widget.recommended.pf-widget-slideout .pf-content-unit-meta h4,
body .adweek.pf-widget.recommended.pf-widget-slideout .pf-content-unit-meta p {
  margin-left: 40px; }

@media screen and (max-width: 42.4375em) {
  body .adweek.pf-widget.recommended.pf-widget-slideout .pf-widget-headline,
  body .adweek.pf-widget.recommended.pf-widget-slideout .pf-content-unit-meta h4,
  body .adweek.pf-widget.recommended.pf-widget-slideout .pf-content-unit-meta p {
    margin-left: 20px; } }

body .adweek.pf-widget.email.pf-widget-slideout, body .adweek.pf-widget.email3.pf-widget-slideout, body .adweek.pf-widget.email2.pf-widget-slideout {
  height: 400px; }
  body .adweek.pf-widget.email.pf-widget-slideout .pf-widget-body, body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-body, body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-body {
    position: relative;
    padding-top: 20px; }
  body .adweek.pf-widget.email.pf-widget-slideout .pf-widget-img, body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-img, body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-img {
    display: block;
    border-radius: 0;
    width: 280px;
    height: auto;
    margin: 0 0 10px 30px;
    position: initial; }
  body .adweek.pf-widget.email.pf-widget-slideout .pf-widget-content, body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-content, body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-content {
    height: -webkit-calc( 100% - 143px);
    height: calc( 100% - 143px); }
  body .adweek.pf-widget.email.pf-widget-slideout .pf-widget-headline, body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-headline, body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-headline {
    font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 36px;
    line-height: 40px;
    margin: 11px 0 10px 30px; }
  body .adweek.pf-widget.email.pf-widget-slideout .pf-widget-message, body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-message, body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-message {
    margin-left: 30px;
    font-size: 20px;
    text-align: left; }
  body .adweek.pf-widget.email.pf-widget-slideout form input, body .adweek.pf-widget.email3.pf-widget-slideout form input, body .adweek.pf-widget.email2.pf-widget-slideout form input {
    max-width: -webkit-calc(100% - 60px);
    max-width: calc(100% - 60px); }

body .adweek.pf-widget.email2.pf-widget-slideout {
  height: 350px; }
  @media screen and (max-width: 42.4375em) {
    body .adweek.pf-widget.email2.pf-widget-slideout {
      height: 100vh;
      width: 320px;
      top: 0;
      bottom: auto;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); } }
  body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-body {
    padding-top: 10px; }
  body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-content {
    height: -webkit-calc( 100% - 65px);
    height: calc( 100% - 65px); }
  body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-img {
    display: block;
    border-radius: 0;
    width: 90px;
    height: auto;
    margin: 0 0 0px 10px;
    position: initial; }
  body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-headline {
    font-family: "FlamaUltracondensed-Extrabold", Arial, sans-serif;
    color: #00a9d2;
    font-size: 35px;
    line-height: 38px;
    margin: 5px 0 0 10px; }
  body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-message {
    font-family: "FlamaUltracondensed-Extrabold", Arial, sans-serif;
    font-size: 26px;
    margin-top: 0px;
    margin-left: 10px;
    line-height: 30px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.email2.pf-widget-slideout .pf-widget-message {
        margin-top: 10px;
        margin-bottom: 0; } }
  @media screen and (max-width: 42.4375em) {
    body .adweek.pf-widget.email2.pf-widget-slideout form {
      margin-top: 10px; } }
  body .adweek.pf-widget.email2.pf-widget-slideout form input {
    max-width: -webkit-calc(100% - 20px);
    max-width: calc(100% - 20px); }
    body .adweek.pf-widget.email2.pf-widget-slideout form input.pf-field-half-width {
      max-width: -webkit-calc( 50% - 15px);
      max-width: calc( 50% - 15px);
      margin-left: 10px;
      margin-right: 0; }
      @media screen and (max-width: 42.4375em) {
        body .adweek.pf-widget.email2.pf-widget-slideout form input.pf-field-half-width {
          max-width: -webkit-calc(100% - 20px);
          max-width: calc(100% - 20px); } }
    body .adweek.pf-widget.email2.pf-widget-slideout form input.pf-field-half-width.right {
      margin-left: 10px;
      margin-right: 10px; }
  body .adweek.pf-widget.email2.pf-widget-slideout .success-state {
    display: none; }
  body .adweek.pf-widget.email2.pf-widget-slideout.no-image {
    height: 330px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.email2.pf-widget-slideout.no-image {
        height: 450px; } }
    body .adweek.pf-widget.email2.pf-widget-slideout.no-image .pf-widget-headline {
      margin-top: 20px; }
    body .adweek.pf-widget.email2.pf-widget-slideout.no-image .pf-widget-body,
    body .adweek.pf-widget.email2.pf-widget-slideout.no-image .pf-widget-img {
      display: none; }
    body .adweek.pf-widget.email2.pf-widget-slideout.no-image .pf-widget-content {
      height: -webkit-calc( 100% - 20px);
      height: calc( 100% - 20px); }

body .adweek.pf-widget.email3.pf-widget-slideout {
  overflow: visible;
  height: auto; }
  body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-headline {
    font-family: "FlamaUltracondensed-Extrabold", Arial, sans-serif;
    font-size: 45px;
    line-height: 42px;
    text-align: center;
    margin: 15px 0 10px 0;
    padding: 0 40px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-headline {
        padding: 0; } }
  body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-message {
    font-family: "FlamaUltracondensed-Extrabold", Arial, sans-serif;
    font-size: 22px;
    line-height: 25px;
    text-align: center;
    margin: 0 0 10px 0; }
  body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-body {
    position: absolute;
    background: none;
    padding: 0;
    top: -72px;
    left: -43px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-body {
        left: -31px; } }
  body .adweek.pf-widget.email3.pf-widget-slideout .pf-widget-img {
    width: 115px;
    height: auto; }
  body .adweek.pf-widget.email3.pf-widget-slideout.no-image .pf-widget-body,
  body .adweek.pf-widget.email3.pf-widget-slideout.no-image .pf-widget-img {
    display: none; }

body .adweek.pf-widget {
  border-radius: 0;
  /*!---------- TYPE SPECIFIC STYLES ----------*/ }
  body .adweek.pf-widget .pf-widget-content {
    background: white; }
  body .adweek.pf-widget .pf-widget-headline {
    font-size: 26px;
    font-family: "Flama-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-align: left;
    margin: 11px 0 1px 40px;
    color: #000; }
  body .adweek.pf-widget .pf-widget-message,
  body .adweek.pf-widget .branding {
    display: none; }
  body .adweek.pf-widget .pf-widget-close {
    font-family: "Flama-Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    background: #e4e4e4;
    width: 26px;
    height: 26px;
    border-radius: 25px;
    text-align: center;
    color: #000;
    line-height: 25px;
    top: 5px;
    right: 5px;
    z-index: 200;
    font-size: 15px;
    vertical-align: middle;
    margin: 0; }
  body .adweek.pf-widget .pf-content-unit-meta {
    padding: 0; }
  body .adweek.pf-widget .pf-content-unit.stack .pf-content-unit-meta h4,
  body .adweek.pf-widget .pf-content-unit-meta h4 {
    font-family: "Flama-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 16px;
    color: #000;
    margin-top: 11px; }
  body .adweek.pf-widget .pf-content-unit.stack .pf-content-unit-meta p,
  body .adweek.pf-widget .pf-content-unit-meta p {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    text-transform: capitalize;
    font-size: 12px;
    color: #000; }
  body .adweek.pf-widget .pf-widget-btn {
    border-radius: 7px;
    color: #fff;
    background: #000; }
  body .adweek.pf-widget .pf-widget-ok {
    font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif; }
  body .adweek.pf-widget.red-button.lead-gen .pf-widget-btn.pf-widget-ok, body .adweek.pf-widget.red-button.lead-gen2 .pf-widget-btn.pf-widget-ok, body .adweek.pf-widget.red-button.webinar .pf-widget-btn.pf-widget-ok, body .adweek.pf-widget.red-button.email .pf-widget-btn.pf-widget-ok, body .adweek.pf-widget.red-button.email2 .pf-widget-btn.pf-widget-ok {
    background: #ed1d25; }
  body .adweek.pf-widget.black-button.lead-gen .pf-widget-btn.pf-widget-ok, body .adweek.pf-widget.black-button.lead-gen2 .pf-widget-btn.pf-widget-ok, body .adweek.pf-widget.black-button.webinar .pf-widget-btn.pf-widget-ok, body .adweek.pf-widget.black-button.email .pf-widget-btn.pf-widget-ok, body .adweek.pf-widget.black-button.email2 .pf-widget-btn.pf-widget-ok {
    background: #000; }
  body .adweek.pf-widget form input {
    border-radius: 7px;
    background: #e4e4e4;
    box-shadow: none;
    max-width: 430px;
    margin: 0 auto 10px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget form input {
        max-width: 280px;
        height: 40px; } }
    body .adweek.pf-widget form input.pf-field-half-width {
      max-width: 210px;
      margin-left: 25px;
      margin-right: 5px; }
      @media screen and (max-width: 42.4375em) {
        body .adweek.pf-widget form input.pf-field-half-width {
          width: 280px;
          max-width: 280px;
          margin: 0 auto 10px;
          float: initial; } }
    body .adweek.pf-widget form input.pf-field-half-width.right {
      margin-left: 5px;
      margin-right: 25px; }
      @media screen and (max-width: 42.4375em) {
        body .adweek.pf-widget form input.pf-field-half-width.right {
          margin: 0 auto 10px; } }
  body .adweek.pf-widget.pf-widget-modal {
    background: rgba(0, 0, 0, 0.7); }
    body .adweek.pf-widget.pf-widget-modal .pf-widget-close {
      top: -5px;
      right: -5px; }
    body .adweek.pf-widget.pf-widget-modal img.pf-widget-img {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-left: 0;
      width: auto;
      height: auto;
      min-width: 100%;
      min-height: 210px;
      border-radius: 0; }
      @media screen and (max-width: 42.4375em) {
        body .adweek.pf-widget.pf-widget-modal img.pf-widget-img {
          min-width: 0;
          min-height: 0;
          width: 300px;
          height: auto; } }
    body .adweek.pf-widget.pf-widget-modal .pf-widget-headline,
    body .adweek.pf-widget.pf-widget-modal .pf-content-unit-meta h4,
    body .adweek.pf-widget.pf-widget-modal .pf-content-unit-meta p {
      margin-left: 80px;
      max-width: 365px; }
    body .adweek.pf-widget.pf-widget-modal .pf-widget-headline {
      font-family: "Flama-Black", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 24px;
      margin: 250px auto 0;
      z-index: 101;
      position: relative;
      width: 100%;
      max-width: 660px;
      text-align: center; }
      @media screen and (max-width: 42.4375em) {
        body .adweek.pf-widget.pf-widget-modal .pf-widget-headline {
          margin-top: 160px;
          line-height: 32px; } }
    body .adweek.pf-widget.pf-widget-modal .pf-widget-content {
      max-width: 700px;
      border: 10px solid #000;
      border-radius: 0;
      padding: 0;
      overflow: visible;
      min-height: 450px; }
      @media screen and (max-width: 42.4375em) {
        body .adweek.pf-widget.pf-widget-modal .pf-widget-content {
          max-width: 320px; } }
    body .adweek.pf-widget.pf-widget-modal .pf-widget-body {
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      background: white; }
    body .adweek.pf-widget.pf-widget-modal .pf-widget-body > .pf-va-middle {
      position: absolute;
      top: 240px;
      width: 100%;
      height: -webkit-calc(100% - 240px);
      height: calc(100% - 240px);
      z-index: 100;
      background: white; }
      @media screen and (max-width: 42.4375em) {
        body .adweek.pf-widget.pf-widget-modal .pf-widget-body > .pf-va-middle {
          top: auto; } }
    body .adweek.pf-widget.pf-widget-modal .pf-widget-message {
      display: block;
      font-family: "Flama-Light", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
      font-size: 17px;
      margin-top: 65px;
      margin-bottom: 20px;
      color: #000; }
      @media screen and (max-width: 42.4375em) {
        body .adweek.pf-widget.pf-widget-modal .pf-widget-message {
          margin-top: 20px; } }
    body .adweek.pf-widget.pf-widget-modal .pf-content-unit,
    body .adweek.pf-widget.pf-widget-modal .pf-content-unit-img {
      width: 100%; }
    body .adweek.pf-widget.pf-widget-modal .pf-content-unit-img {
      height: 165px;
      position: relative; }
    body .adweek.pf-widget.pf-widget-modal .pf-content-unit:not(.stack) .pf-content-unit-img + .pf-content-unit-meta {
      width: auto;
      padding: 0;
      float: left; }
  body .adweek.pf-widget.webinar.pf-widget-modal .pf-widget-btn {
    background: #31b3b3; }
  @media screen and (max-width: 42.4375em) {
    body .adweek.pf-widget.webinar.pf-widget-modal .pf-widget-body {
      position: unset;
      position: initial; } }
  @media screen and (max-width: 42.4375em) {
    body .adweek.pf-widget.webinar.pf-widget-modal img.pf-widget-img {
      top: 0; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-content {
    max-width: 500px;
    height: 600px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-content {
        max-width: 320px;
        height: 100vh;
        top: 0;
        left: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        overflow: hidden; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-headline {
    font-family: "FlamaUltracondensed-Extrabold", Arial, sans-serif;
    font-size: 34px;
    margin-top: 200px;
    color: #00a9d2;
    background: white; }
    body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-headline:before {
      content: "";
      background: url("../images/global/modal-mail-icon.png") center/contain no-repeat;
      display: block;
      position: absolute;
      right: 10px;
      top: -90px;
      width: 108px;
      height: 98px; }
      @media screen and (max-width: 42.4375em) {
        body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-headline:before {
          right: 10px;
          top: -79px;
          width: 70px; } }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-headline {
        margin-top: 130px;
        line-height: 32px; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-message {
    font-family: "FlamaUltracondensed-Extrabold", Arial, sans-serif;
    font-size: 26px;
    margin-top: 50px;
    line-height: 30px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-message {
        margin-top: 10px;
        margin-bottom: 10px; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-body > .pf-va-middle {
    top: 200px;
    height: auto; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-body > .pf-va-middle {
        top: auto; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-btn {
    background: #000;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 40px; }
    body .adweek.pf-widget.lead-gen.pf-widget-modal .pf-widget-btn.pf-widget-cancel {
      background: #e7e7e8;
      color: #bababa; }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.teal .pf-widget-headline {
    color: #31b3b3; }
    body .adweek.pf-widget.lead-gen.pf-widget-modal.teal .pf-widget-headline:before {
      background: url("../images/global/modal-mail-icon-teal.png") center/contain no-repeat; }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.red .pf-widget-headline {
    color: #ed1d25;
    font-size: 45px;
    padding-top: 10px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal.red .pf-widget-headline {
        font-size: 34px; } }
    body .adweek.pf-widget.lead-gen.pf-widget-modal.red .pf-widget-headline:before {
      background: url("../images/global/red-www-icon.png") center/contain no-repeat;
      right: auto;
      left: 0px;
      top: -79px; }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.red .pf-widget-body > .pf-va-middle {
    top: 230px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal.red .pf-widget-body > .pf-va-middle {
        top: auto; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.small .pf-widget-content {
    height: 460px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal.small .pf-widget-content {
        height: 350px;
        min-height: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.small .pf-widget-headline {
    font-size: 34px; }
    body .adweek.pf-widget.lead-gen.pf-widget-modal.small .pf-widget-headline:before {
      background: url("http://static.adweek.com/adweek.com-prod/wp-content/uploads/2017/09/red-award-icon.png") center/contain no-repeat;
      right: auto;
      left: 120px;
      top: -89px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal.small .pf-widget-headline {
        font-size: 24px;
        line-height: 1; }
        body .adweek.pf-widget.lead-gen.pf-widget-modal.small .pf-widget-headline:before {
          left: 80px;
          top: -79px; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.small .pf-widget-body > .pf-va-middle {
    top: 210px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal.small .pf-widget-body > .pf-va-middle {
        top: auto; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.small .pf-widget-message {
    padding: 0 70px;
    margin-bottom: 10px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal.small .pf-widget-message {
        font-size: 22px;
        line-height: 1;
        padding: 0 20px; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.no-body .pf-widget-content {
    height: 410px;
    min-height: 0; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal.no-body .pf-widget-content {
        height: 310px; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.no-body .pf-widget-body > .pf-va-middle {
    top: 270px; }
    @media screen and (max-width: 42.4375em) {
      body .adweek.pf-widget.lead-gen.pf-widget-modal.no-body .pf-widget-body > .pf-va-middle {
        top: auto;
        margin-top: 20px; } }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.no-body .pf-widget-message {
    display: none; }
  body .adweek.pf-widget.lead-gen.pf-widget-modal.no-icon .pf-widget-headline:before {
    background: none; }

.page-template-page-landing h1,
.page-template-page-robbins h1 {
  font-family: "Flama-Bold", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  text-align: center;
  font-size: 48px;
  margin-top: 30px;
  margin-bottom: 40px; }
  @media screen and (max-width: 64.9375em) {
    .page-template-page-landing h1,
    .page-template-page-robbins h1 {
      margin-top: 20px;
      margin-bottom: 20px;
      font-size: 36px;
      line-height: 40px; } }

.page-template-page-landing .main-content,
.page-template-page-robbins .main-content {
  position: relative;
  z-index: 20; }

@media screen and (max-width: 64.9375em) {
  .page-template-page-landing .entry-content,
  .page-template-page-robbins .entry-content {
    margin-bottom: 20px; } }

.page-template-page-landing .entry-content h2,
.page-template-page-robbins .entry-content h2 {
  font-family: "Flama-Medium", "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  color: #7F7F7F; }
  @media screen and (max-width: 42.4375em) {
    .page-template-page-landing .entry-content h2,
    .page-template-page-robbins .entry-content h2 {
      font-size: 26px;
      line-height: 33px; } }

.page-template-page-landing .entry-content p,
.page-template-page-robbins .entry-content p {
  font-size: 18px; }

.page-template-page-landing .entry-content .aw-element,
.page-template-page-robbins .entry-content .aw-element {
  width: 100%;
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .page-template-page-landing .entry-content .aw-element img,
  .page-template-page-robbins .entry-content .aw-element img {
    width: 45%;
    -webkit-flex-basis: 45%;
        -ms-flex-preferred-size: 45%;
            flex-basis: 45%; }
    @media screen and (max-width: 64.9375em) {
      .page-template-page-landing .entry-content .aw-element img,
      .page-template-page-robbins .entry-content .aw-element img {
        width: 280px;
        -webkit-flex-basis: 280px;
            -ms-flex-preferred-size: 280px;
                flex-basis: 280px; } }
  @media screen and (max-width: 64.9375em) {
    .page-template-page-landing .entry-content .aw-element,
    .page-template-page-robbins .entry-content .aw-element {
      margin-top: 10px;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.page-template-page-landing .container-title,
.page-template-page-robbins .container-title {
  padding-left: 20px; }
  @media screen and (max-width: 42.4375em) {
    .page-template-page-landing .container-title,
    .page-template-page-robbins .container-title {
      padding-left: 10px; }
      .page-template-page-landing .container-title h2,
      .page-template-page-robbins .container-title h2 {
        font-size: 20px;
        line-height: 24px; } }

.page-template-page-landing #landing-images,
.page-template-page-robbins #landing-images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  margin-bottom: 30px; }
  .page-template-page-landing #landing-images img,
  .page-template-page-robbins #landing-images img {
    border: 1px solid #ed1d25;
    border-radius: 5px;
    float: left; }
    .page-template-page-landing #landing-images img:nth-child(1), .page-template-page-landing #landing-images img:nth-child(3),
    .page-template-page-robbins #landing-images img:nth-child(1),
    .page-template-page-robbins #landing-images img:nth-child(3) {
      width: 30%; }
    .page-template-page-landing #landing-images img:nth-child(1),
    .page-template-page-robbins #landing-images img:nth-child(1) {
      border-right: none;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .page-template-page-landing #landing-images img:nth-child(3),
    .page-template-page-robbins #landing-images img:nth-child(3) {
      border-left: none;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .page-template-page-landing #landing-images img:nth-child(2),
    .page-template-page-robbins #landing-images img:nth-child(2) {
      width: 40%; }

.page-template-page-landing #landing-form [type='text'],
.page-template-page-landing #landing-form [type='email'],
.page-template-page-robbins #landing-form [type='text'],
.page-template-page-robbins #landing-form [type='email'] {
  font-size: 14px; }

.page-template-page-landing #landing-form #disclaimer,
.page-template-page-robbins #landing-form #disclaimer {
  max-width: 450px;
  margin: auto;
  font-size: 10px;
  line-height: 14px;
  clear: both; }

.page-template-page-landing #particle-canvas,
.page-template-page-robbins #particle-canvas {
  position: absolute;
  width: 100vw;
  height: 100%;
  z-index: 10;
  left: -50vw;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%); }

.page-template-page-landing #landing-images img {
  border: none; }

#IE-warning-modal {
  position: absolute;
  top: 200px;
  left: -webkit-calc(50% - 320px);
  left: calc(50% - 320px);
  z-index: 999999;
  width: 640px;
  height: 400px;
  background: white; }
  #IE-warning-modal #close-modal {
    float: right;
    width: 20px;
    color: darkslategray;
    font-size: 30px; }
  #IE-warning-modal .warning {
    color: #ed1d25;
    font-family: Flama-bold;
    font-size: 28px;
    text-align: center;
    padding-top: 87px; }
  #IE-warning-modal .text {
    width: 359px;
    margin: 0 auto;
    font-size: 18px;
    font-family: Flama-book;
    color: #666666;
    padding-bottom: 66px; }
  #IE-warning-modal div {
    display: inline-block;
    width: 60px;
    margin-left: 115px; }

/*# sourceMappingURL=foundation.css.map */
