/*!
 *  Font Awesome 4.4.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(../eot/fontawesome-webfont93e3.eot?v=4.4.0);
  src: url(../eot/fontawesome-webfontd41d.eot?#iefix&v=4.4.0) format('embedded-opentype'), url(../woff2/fontawesome-webfont93e3.woff2?v=4.4.0) format('woff2'), url(../woff/fontawesome-webfont93e3.woff?v=4.4.0) format('woff'), url(../ttf/fontawesome-webfont93e3.ttf?v=4.4.0) format('truetype'), url(../svg/fontawesome-webfont93e3.svg?v=4.4.0#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  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, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}

html {
  font-size: 10px;
}

body {
  font-size: 10px;
  font-size: 1rem;
  font-family:'Avenir W01', Helvetica, sans-serif;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

h1 {
  font-family:'Adriane Text W01', Georgia, serif;
  font-size: 60px;
  font-size: 6rem;
  color: #020202;
}

h2 {
  font-family:'Avenir W01', Helvetica, sans-serif;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.275;
  letter-spacing: 0.05em;
  color: white;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  h2 {
    font-size: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 3rem;
  }
}

h2.moth-headline,
.page-intro .intro-copy h2.moth-headline {
  padding: 30px 0;
  padding: 3rem 0;
  font-weight: bold;
  font-size: 42.5px;
  font-size: 4.25rem;
}

@media screen and (max-width: 767px) {
  h2.moth-headline,
  .page-intro .intro-copy h2.moth-headline {
    margin-top: 2rem;
    background: none;
    position: relative;
    padding: 2rem 0;
    font-size: 3rem
  }
  h2.moth-headline:after, .page-intro .intro-copy h2.moth-headline:after {
    content: '';
    width: 38px;
    height: 1px;
    background: #DDDEDF;
    position: absolute;
    bottom: 0;
    left: calc(50% - 19px);
    opacity: 0.25;
  }
}

h3 {
  font-family:'Adriane Text W01', Georgia, serif;
  font-size: 32px;
  font-size: 3.2rem;
  color: #020202;
}

h3.embellished-title {
  display: block;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%;
  width: 100%;
  text-align: center;
  color: #020202;
  margin: auto auto 0;
  font-size: 1.5em;
  line-height: 1.2;
  text-transform: uppercase;
  font-family:'Avenir W01', Helvetica, sans-serif;
}

h3.embellished-title span {
    text-transform: none;
    font-size: 2.35em;
    font-weight: normal;
  }

@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.3em;
  }
  h3.embellished-title {
    font-size: 1.3em;
    padding-right: 2em;
    padding-left: 2em;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
    h3.embellished-title span {
      font-size: 2.25em;
    }
}

.embellished-title + .embellishment {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 50px;
  height: 15px;
  max-height: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}

h4 {
  font-family:'Avenir W01', Helvetica, sans-serif;
  font-size: 26px;
  font-size: 2.6rem;
  color: #020202;
}

h5 {
  font-family:'Adriane Text W01', Georgia, serif;
  font-size: 20px;
  font-size: 2rem;
  color: white;
}

@media screen and (max-width: 767px) {
  h4, h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-family:'Avenir W01', Helvetica, sans-serif;
  font-size: 10px;
  font-size: 1rem;
  color: #020202;
}

a {
  color: #D7D600;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 80ms ease-in-out;
  transition: all 80ms ease-in-out;
}

.no-touchevents a:hover {
  color: rgb(191, 191, 0);
  border-color: rgb(191, 191, 0);
}

table td, table th {
    font-family:'Avenir W01', Helvetica, sans-serif;
  }

.serif {
  font-family:'Adriane Text W01', Georgia, serif;
  -webkit-text-rendering: optimizeLegibility;
  -moz-text-rendering: optimizeLegibility;
  -ms-text-rendering: optimizeLegibility;
  -o-text-rendering: optimizeLegibility;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.text-editor p {
    font-family:'Adriane Text W01', Georgia, serif;
  }

.no-margin {
  margin: 0;
}

.accent {
  color: #D7D600;
}

.pill {
  background: #D7D600;
  padding: 5px 15px;
  border-radius: 20px;
  color: #020202;
  margin-left: 5px;
  border-bottom: none;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out;
}

.no-touchevents .pill:hover {
  background: #020202;
  color: white;
}

.embellished-blockquote {
  font-size: 2.2em;
  line-height: 1.4;
  padding: 0 1em;
  margin: 60px 0;
  margin: 6rem 0;
}

.embellished-blockquote blockquote {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center;
  }

.embellished-blockquote .quote-author {
    font-size: 0.75em;
    color: #999999;
  }

.embellished-blockquote .embellishment {
    margin: 10px auto 0;
    margin: 1rem auto 0;
    width: 90px;
    height: 24px;
  }

@media screen and (max-width: 1024px) {
  .embellished-blockquote {
    font-size: 1.8em;
    padding: 0 1em;
    margin: 4rem 0;
  }
}

@media screen and (max-width: 767px) {
  .embellished-blockquote {
    font-size: 1.25em;
    padding: 0;
  }
}

.date-bubble .month, .date-bubble .numeric-day {
    font-family:'Adriane Text W01', Georgia, serif;
  }

@media screen and (max-width: 767px) {
      .event-list .moth-event .event-details .date-bubble .month, .event-list .moth-event .event-details .date-bubble .numeric-day {
        font-family:'Avenir W01', Helvetica, sans-serif;
      }
}

.venue-detail h3 {
    font-family:'Avenir W01', Helvetica, sans-serif;
  }

.upcoming-events .event-content h5 {
    font-family:'Avenir W01', Helvetica, sans-serif;
  }

.become-member blockquote {
    font-family:'Adriane Text W01', Georgia, serif;
  }

.most-recent-stories h3, .upcoming-events h3 {
    font-family:'Avenir W01', Helvetica, sans-serif;
  }

.most-recent-stories .story-content h5, .upcoming-events .story-content h5 {
      font-family:'Avenir W01', Helvetica, sans-serif;
    }

.dispatch-preview-bite h3 {
    font-family:'Avenir W01', Helvetica, sans-serif;
  }

.content-list .story-content h5 {
    font-family:'Avenir W01', Helvetica, sans-serif;
  }

.audio-length {
  color: #999999;
  margin-left: 10px;
}

.about-copy h1 h2, .about-copy h3, .about-copy h4, .about-copy h5, .about-copy h6, .about-copy p, .about-copy ul li, .about-copy ol li {
    font-family:'Adriane Text W01', Georgia, serif;
    color: #5d5d5d;
  }

.btn.dark.addeventatc {
  font-family:'Avenir W01', Helvetica, sans-serif;
}

.content-split p.tri-split-description {
  font-family:'Adriane Text W01', Georgia, serif;
  font-size: 1.5em;
  color: #DDDEDF;
  padding: 0 4em;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media screen and (max-width: 767px) {
  .content-split p.tri-split-description {
    padding: 0;
  }
}

html {
  background: #5d5d5d;
}

body {
  background: #404042;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto !important;
}

body * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

html,
body,
#mainHeader {
  min-width: 320px;
}

@media (max-width: 319px) {

  html,
body,
#mainHeader {
    overflow-x: auto;
  }
}

@media screen and (max-width: 1024px) {

  html.mobile-nav-open.mobile-nav-overflow-hide {
    overflow: hidden;
    height: 100%;
  }

  html.mobile-nav-open.mobile-nav-overflow-hide body {
      overflow: hidden;
      height: 100%;
  }

  html.mobile-nav-open.mobile-nav-overflow-hide.ios body {
    position: fixed;
  }
}

.egsandbox {
  z-index: 3;
}

#mainContent {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0;
  padding-top: 101px;
  margin: 0 auto;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  min-height: 100vh;
}

@media screen and (min-width: 1280px) {
  #mainContent {
    padding-top: 170px;
  }
}

@media screen and (max-width: 767px) {
  #mainContent {
    padding-top: 0px;
    margin-top: 64px;
  }
}

#mainContent .center-flex {
  background: url(../jpg/moth_error.jpg) no-repeat center center #404042;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#mainContent .center-flex .error-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1120px;
    max-width: 70rem;
  }

#mainContent .center-flex .error-copy h1, #mainContent .center-flex .error-copy h2, #mainContent .center-flex .error-copy p {
      margin: 0;
      text-align: center;
      color: white;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
    }

#mainContent .center-flex .error-copy h2 {
      margin-bottom: 0.5em;
      font-weight: bold;
    }

#mainContent .center-flex .error-copy h1 {
      font-size: 3.5em;
      font-weight: normal;
      margin-bottom: 0.5em;
    }

#mainContent .center-flex .error-copy p {
      font-size: 2em;
      margin-bottom: 2em;
    }

.main-body-content {
  position: relative;
  padding: 0 160px;
  padding: 0 10rem;
  background: url(../png/moth_bck.png) no-repeat 500% 250%,
    url(../png/moth_bck.png) no-repeat -400% 75%,
    #5d5d5d;
  background-size: 1150px 715px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  /*&:before, &:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  &:before {
    background: url('../../assets/Moth_BCK.png') no-repeat -100% -100%,
      url('../../assets/Moth_BCK.png') no-repeat 100% 500%;
    background-size: 900px 560px;
  }
  &:after {
    background: url('../../assets/Moth_BCK.png') no-repeat -120% 150%,
      url('../../assets/Moth_BCK.png') no-repeat 110% -7rem;
    background-size: 900px 560px;
  }*/
}

@media screen and (max-width: 1024px) {
  .main-body-content {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  .main-body-content {
    padding: 0;
  }
}

#mainHeader {
  display: block;
  background: #020202;
  color: white;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  #mainHeader {
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -moz-perspective: 1000;
    -ms-transform: translateZ(0);
    -ms-backface-visibility: hidden;
    -ms-perspective: 1000;
    transform: translateZ(0);
    backface-visibility: hidden;
    perspective: 1000;
  }
}

#mainHeader .inner-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 160px;
  padding: 0 10rem;
  max-width: 1478px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#mainHeader .inner-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

@media screen and (max-width: 1024px) {
  #mainHeader .inner-container {
    padding: 0 3rem;
  }
}

@media screen and (max-width: 767px) {
  #mainHeader .inner-container {
    padding: 0 2rem;
    width: 100%;
  }
}

.header-logo {
  display: inline-block;
  max-height: 100%;
  margin-right: 15px;
}

.header-logo a {
    display: block;
    border-bottom: none;
  }

.header-logo img {
    width: auto;
    display: block;
    max-height: 100%;
  }

@media screen and (max-width: 767px) {
  .header-logo img {
    height: 4.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header-logo img {
    height: 7rem;
  }
}

@media screen and (min-width: 1280px) {
  .header-logo {
    padding-top: 30px;
    padding-bottom: 30px;
  }

    .header-logo img {
      height: 176px;
      height: 11rem;
    }
    #mainHeader .inner-container {
      -webkit-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
    }

    #mainHeader #utilityNav {
      padding-top: 25px;
    }

    #mainHeader #directionalNav {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

      #mainHeader #directionalNav > ul > li {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 30px;
      }

    #mainHeader nav.main ul li#searchBar {
      padding-bottom: 26px;
    }
}

/*Nav lists*/

#mainHeader nav.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 24px;
    font-size: 1.5rem;
    position:  relative;
  }

#mainHeader nav.main ul {
      display: block;
      text-align: right;
      letter-spacing: 0.05em;
    }

#mainHeader nav.main ul li {
      display: inline-block
    }

#mainHeader nav.main ul li:first-child a {
          margin-left: 0;
}

#mainHeader nav.main ul li.active a {
  color: #D7D600;
}

#mainHeader nav.main ul li a {
      color: white;
      padding: 24px 12px 16px;
      padding: 1.5rem 12px 1rem;
      text-decoration: none;
      display: block;
      border-bottom: none;
      position: relative;
    }

#mainHeader #directionalNav {
    margin-bottom: 0;
    margin-top: auto;

  }

@media screen and (min-width: 768px) {

  #mainHeader #directionalNav > ul {
    float: left;
  }
}

#mainHeader #directionalNav li {
      text-transform: uppercase;
      font-size: 22.4px;
      font-size: 1.4rem;
      font-weight: bold;
      position: relative;
}

#mainHeader #directionalNav li > ul {
        display: none;
      }

#mainHeader #directionalNav li.submenu-active {
  border-bottom: 4px solid #D7D600;
}

#mainHeader #directionalNav li.submenu-active > ul {
          display: block;
          width: 100%;
          position: absolute;
          background-color: #161414;
          min-width: 220px;
          padding: 12px 16px;
          z-index: 1;
          left: -15px;
          top: 50px;
}

@media screen and (min-width: 1280px) {

  #mainHeader #directionalNav li.submenu-active > ul {
    top: 77px;
  }
}

#mainHeader #directionalNav li.submenu-active > ul a {
            text-decoration: none;
            border-bottom: 0;
            padding: 10px 1em 10px 2em;
            margin-bottom: 5px;
            -webkit-transition: all 150ms linear;
            transition: all 150ms linear;
            color: #999;
            font-weight: normal;
            text-transform: none;
}

#mainHeader #directionalNav li.submenu-active > ul li {
            display: block;
}

#mainHeader #directionalNav li.submenu-active > ul li:hover a {
  background: #404042;
  color: white;
  padding: 10px 1em 10px 2em;
  border-radius: 5px;
  position: relative;
}

#mainHeader #directionalNav li.submenu-active > ul li.active a {
  background: #404042;
  color: white;
  padding: 10px 1em 10px 2em;
  border-radius: 5px;
  position: relative;
}

#mainHeader #directionalNav li.submenu-active > ul li.active a:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: .75em;
  top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
  border-radius: 100%;
  background: #D7D600;
}

.no-touchevents #mainHeader nav.main ul li:hover a {
  color: #D7D600;
}

/*Nav Search*/

#mainHeader nav.main ul li#searchBar {
      font-size: 32px;
      font-size: 2rem;
      border-bottom: 4px solid #D7D600;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear;
      position: relative;
      cursor: pointer;
    }

#mainHeader nav.main ul li#searchBar .fa-close {
      position: absolute;
      top: 58%;
      left: 51%;
      -webkit-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      opacity: 0;
    }

#mainHeader nav.main ul li#searchBar .fa-search {
      display: inline;
      display: initial;
    }

#mainHeader .search-wrapper {
    position: absolute;
    right: 0;
    border: 5px solid #D7D600;
    background-color: #D7D600;
    left: 18%;
    -webkit-transform: scaleY(0);
    -webkit-transform-origin: top;
    -webkit-transition: transform .15s linear;
    -moz-transform: scaleY(0);
    -moz-transform-origin: top;
    -moz-transition: transform .15s linear;
    -ms-transform: scaleY(0);
    -ms-transform-origin: top;
    -ms-transition: transform .15s linear;
    transform: scaleY(0);
    transform-origin: top;
    -webkit-transition: -webkit-transform .15s linear;
    transition: -webkit-transform .15s linear;
    transition: transform .15s linear;
    transition: transform .15s linear, -webkit-transform .15s linear;
    top: 100%;
  }

#mainHeader .search-wrapper form {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 0;
      padding: 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

#mainHeader .search-wrapper input {
      padding: 16px;
      padding: 1rem;
      line-height: 1;
      border: none;
      border-radius: 0;
      position: relative;
      -webkit-appearance: none;
      height: 37px;
    }

#mainHeader .search-wrapper [type="search"] {
      color: #5d5d5d;
      font-family: serif;
      font-style: italic;
      width: calc(100% - 37px);
    }

#mainHeader .search-wrapper [type="submit"] {
      height: 37px;
      width:37px;
      background-image: none;
      background: white;
      color: #020202;
      border: none;
      border-radius: 0;
      -webkit-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out;
    }

#mainHeader nav.main.search-open .search-wrapper {
      -webkit-transform: scaleY(1);
      transform: scaleY(1);
    }

#mainHeader nav.main.search-open ul li#searchBar {
      border-color: black;
      color: #D7D600;
    }

#mainHeader nav.main.search-open ul li#searchBar .fa-close {
      opacity: 1;
    }

#mainHeader nav.main.search-open ul li#searchBar .fa-search {
      opacity: 0;
    }

.no-touchevents #mainHeader .search-wrapper [type="submit"]:hover {
  background-color: #020202;
  color: white;
}

@media screen and (max-width: 1024px) {
    #mainHeader .inner-container {
      height: 101px;
    }
    #mainHeader nav.main.open {
      right: 0;
    }
    #mainHeader nav.main {
      position: fixed;
      width: 100vw;
      height: calc(100vh - 101px);
      top: 101px;
      right: -300%;
      background: #020202;
      font-size: 3em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      background: #161414;
      -webkit-transition: right 200ms ease-in-out;
      transition: right 200ms ease-in-out;
      overflow: auto;
    }
      #mainHeader nav.main ul {
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding: 1em;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        -ms-flex-negative: 0;
            flex-shrink: 0;
      }
      #mainHeader nav.main ul li {
        display: block;
        margin: 0;
      }
      #mainHeader nav.main ul li#searchBar {
        display: none;
      }
      #mainHeader nav.main ul li a {
        padding: 32px;
        padding: 2rem;
        display: block;
      }
      #mainHeader nav.main .search-wrapper {
        display: none;
      }
    #mainHeader #directionalNav {
      margin-top: 0;
      background: #020202;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
      #mainHeader #directionalNav li {
        text-transform: none;
        font-size: 56px;
        font-size: 3.5rem;
        line-height: 1;
        font-weight: normal;
      }
}

@media screen and (max-width: 767px) {
    #mainHeader .inner-container {
      height: 65px;
      overflow: hidden;
    }
    #mainHeader nav.main {
      height: calc(100vh - 65px);
      top: 65px;
      font-size: 28.8px;
      font-size: 1.8rem;
      overflow: auto;
    }
      #mainHeader nav.main ul li a {
        padding: 16px;
        padding: 1rem;
      }
    #mainHeader #directionalNav {
      margin-bottom: 0;
    }
      #mainHeader #directionalNav li {
        font-size: 32px;
        font-size: 2rem;
      }
}

/*Mobile nav*/

#mainHeader .mobile-main {
    display: none;
  }

#mainHeader .mobile-main ul {
      top: 50%;
      right: 48px;
      right: 3rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      position: absolute;
      display: inline-block;
    }

#mainHeader .mobile-main ul li {
        display: inline-block;
        float: left;
        font-size: 2.5em;
        cursor: pointer;
      }

#mainHeader .mobile-main ul li a {
          color: white;
          border-bottom: none;
          padding: 0 1em;
          display: inline-block;
        }

#mainHeader .mobile-main .search-wrapper {
      left: 0;
      right: 0;
      top: 100%;
      z-index: 1;
    }

#mainHeader .mobile-main .search-wrapper [type="search"], #mainHeader .mobile-main .search-wrapper [type="submit"] {
        font-size: 24px;
        font-size: 1.5rem;
      }

#mainHeader .mobile-main ul li#searchBarMobile {
      position:  relative;
    }

#mainHeader .mobile-main ul li#searchBarMobile .fa-close {
      opacity: 0;
      position: absolute;
      top: 50%;
      right: 0px;
      right: 0rem;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

#mainHeader .mobile-main ul li#searchBarMobile .fa-search {
      opacity: 1;
    }

#mainHeader .mobile-main.search-open .search-wrapper {
      -webkit-transform: scaleY(1);
              transform: scaleY(1);
    }

#mainHeader .mobile-main.search-open ul li#searchBarMobile .fa-close {
      opacity: 1;
    }

#mainHeader .mobile-main.search-open ul li#searchBarMobile .fa-search {
      opacity: 0;
    }

@media screen and (max-width: 1024px) {
  #mainHeader .mobile-main {
    display: block;
    width: 100%;
    height: 65px;
  }
}

@media screen and (max-width: 767px) {
    #mainHeader .mobile-main ul li {
      font-size: 2em;
    }
      #mainHeader .mobile-main ul li a {
        padding: 1em 0 1em 1em;
      }
}

@media screen and (max-width: 361px) {
    #mainHeader .mobile-main ul li {
      font-size: 1.8em;
    }
      #mainHeader .mobile-main ul li a {
        padding: 0em 0 0em .5em;
      }
}

/*Nav skip for screen readers*/

#skip a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 16px;
  padding: 1rem;
  background: #D7D600;
  color: white;
  z-index: 99999;
}

#skip a:focus {
  width: auto;
  height: auto;
  left: 0;
  top: 0;
  position: fixed;
}

.main-footer {
  display: block;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  background: #161414;
}

.footer-logo img {
  display: block;
  margin-bottom: 3.6px;
  margin-bottom: .225rem;
}

@media screen and (max-width: 1025px) {
  .footer-logo img {
    height: 7rem;
  }
}

.main-footer .inner-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
  max-width: 1478px;
  margin: 0 auto;
  background: #161414;
}

.main-footer .inner-container .footer-link-group {
    padding: 96px 0px;
    padding: 6rem 0rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1
  }

.main-footer .inner-container .footer-link-group:first-child {
  padding-left: 160px;
  padding-left: 10rem;
}

.main-footer .inner-container .footer-main-information {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: #020202;
    color: white;
    padding: 96px 48px;
    padding: 6rem 3rem;
    margin-right: 160px;
    margin-right: 10rem;
  }

.main-footer .inner-container .footer-main-information a {
      color: white;
    }

.main-footer--temp .inner-container .footer-link-group {
    padding: 96px 48px;
    padding: 6rem 3rem;
    -ms-flex-preferred-size: 18.75%;
        flex-basis: 18.75%;
  }

@media screen and (max-width: 1024px) {

  .main-footer--temp .inner-container .footer-link-group {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  }
}

@media screen and (max-width: 767px) {

  .main-footer--temp .inner-container .footer-link-group {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  }
}

.main-footer--temp .inner-container .footer-link-group > ul {
      margin: 0;
      display: block;
}

.main-footer--temp .inner-container .footer-link-group > ul > li {
        padding: 0;
        text-transform: none;
        font-weight: normal;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
      }

.main-footer--temp .inner-container .footer-link-group > ul > li a {
          opacity: 0.5;
        }

.main-footer--temp .inner-container .footer-link-group li.link-group-title {
      opacity: 0.9;
      text-transform: uppercase;
      font-weight: bold;
}

.main-footer--temp .inner-container .footer-link-group li.link-group-title a {
       opacity: 1;
       }

.main-footer--temp .inner-container .footer-link-group .btn.dark {
       color: rgb(179, 179, 0);
       font-weight: normal;
       padding: 0.5em 1em;
       font-size: 1.4em;
       text-align: center;
}

.no-touchevents .main-footer .inner-container .footer-main-information a:hover {
  color: #D7D600;
}

@media screen and (max-width: 1280px) {
    .main-footer .inner-container .footer-main-information {
      margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
  .main-footer .inner-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
    .main-footer .inner-container .footer-link-group {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 64px 32px;
      padding: 4rem 2rem
    }
    .main-footer .inner-container .footer-link-group:first-child {
    padding-left: 48px;
    padding-left: 3rem;
  }
    .main-footer .inner-container .footer-main-information {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 64px 48px;
      padding: 4rem 3rem;
    }
}

@media screen and (max-width: 767px) {
    .main-footer .inner-container .footer-link-group {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      padding: 64px 32px;
      padding: 4rem 2rem
    }
    .main-footer .inner-container .footer-link-group:first-child {
    padding-left: 32px;
    padding-left: 2rem;
  }
    .main-footer .inner-container .footer-link-group p:not(.mobile-only) {
        display: none;
  }
}

@media screen and (min-width: 768px) {
      .main-footer .inner-container .footer-link-group .mobile-only {
        display: none;
      }
}

.main-footer .footer-main-information address,
.main-footer .footer-main-information p {
  font-size: 1.5em;
  color: white;
  opacity: 0.5;
  font-style: normal;
  line-height: 1.5;
  padding-top: 15px;
}

.main-footer .footer-main-information .disclaimer {
  font-size: 1em;
  color: white;
  opacity: 0.5;
  display: block;
  margin-top: 1.5em;
}

.main-footer .footer-link-group ul {
    margin: 0;

    padding: 0;
    list-style: none;

  }

.main-footer .footer-link-group ul li {
      font-size: 1.35em;
      margin-bottom: 1.25em
    }

.main-footer .footer-link-group ul li:last-child {
  margin-bottom: 0;
}

.main-footer .footer-link-group ul li a {
        color: white;
        border-bottom: none;
        opacity: 0.5;
}

/* Depth 0 items */

.main-footer .footer-link-group > ul {
    width: 100%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

@media screen and (min-width: 768px) {

  .main-footer .footer-link-group > ul {
    margin-left: -3em;
  }
}

.main-footer .footer-link-group > ul > li  {
      opacity: 0.9;
      text-transform: uppercase;
      font-weight: bold;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 25%;
              flex: 1 1 25%;
      padding: 0px 48px;
      padding: 0rem 3rem;
}

@media screen and (max-width: 1024px) {

  .main-footer .footer-link-group > ul > li  {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 25%;
                flex: 1 1 25%;
  }
}

@media screen and (max-width: 767px) {

  .main-footer .footer-link-group > ul > li  {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 50%;
                flex: 0 1 50%;
    margin-bottom: 4em;
    padding: 0;
  }
}

.main-footer .footer-link-group > ul > li a {
        opacity: 1;
}

.main-footer .footer-link-group > ul > li > ul {
        margin-top: 1.25em;
}

/* secondary items */

.main-footer .footer-link-group > ul > li li {
        font-size: 1em;
        text-transform: none;
        font-weight: normal;
}

.main-footer .footer-link-group > ul > li li a {
          color: white;
          opacity: .5
        }

.main-footer .footer-link-group > ul > li li a:hover {
  opacity: 1;
}

.main-footer .footer-link-group p, .main-footer .footer-link-group .btn {
    display: block;
    margin-top: 2em;
}

.main-footer .footer-link-group p {
    font-size: 1.35em;
    margin-bottom: 5px;
}

.main-footer .footer-link-group p a {
      color: white;
      opacity: 0.5;
      text-transform: uppercase;
      font-weight: bold;
      border-bottom: none;
    }

/*  .main-footer .footer-link-group */

.main-footer .footer-utility {
  margin-top: 2em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}

.main-footer .footer-utility ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;

  }

@media screen and (min-width: 768px) {

  .main-footer .footer-utility ul {
    margin-left: -3em;
  }
}

.main-footer .footer-utility ul li {
      padding: 0px 48px;
      padding: 0rem 3rem;
      -webkit-box-flex: 0;
          -ms-flex: 0 1 25%;
              flex: 0 1 25%;
      text-transform: uppercase;
      font-weight: 700;
}

@media screen and (max-width: 767px) {

  .main-footer .footer-utility ul li {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 50%;
                flex: 1 1 50%;
    padding: 0;
  }
}

.main-footer .footer-utility ul li.btn.dark {
  text-transform: none;
  color: rgb(179, 179, 0);
  font-weight: normal;
  margin-top: 0;
  padding: 0;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .main-footer .footer-utility ul li.btn.dark {
        -webkit-box-flex: 0;
            -ms-flex: 0 1 260px;
                flex: 0 1 260px;
    margin-left: 30px;
  }
}

.main-footer .footer-utility ul li.btn.dark a {
          opacity: 1;
          display: block;
          padding: 0.5em 1em;
          font-size: 1.1em;
          color: rgb(179, 179, 0);
}

.main-footer .footer-utility ul li.btn.dark:hover a {
  color: #020202;
}

.no-touchevents .main-footer .footer-link-group ul li a:hover {
  color: #D7D600;
  opacity: 1;
}

.no-touchevents .main-footer .footer-link-group p a:hover {
  color: #D7D600;
  opacity: 1;
  text-decoration: none;
}

.no-touchevents .main-footer .footer-link-group .btn.dark:hover {
  color: #020202;
}

.footer-advertisement {
  width: 100%;
  max-width: 1280px;
  background: white;
  margin: 0 auto;
  padding: 0 80px;
  padding: 0 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 5px solid #D7D600;
  overflow: hidden;
}

.footer-advertisement p {
    font-size: 1.5em;
    margin: 0;
    line-height: 1.75;
    color: #999999;
  }

.footer-advertisement p strong {
      color: #020202;
      font-size: 1.25em;
    }

.footer-advertisement.text-only, .footer-advertisement.text-and-image {
  padding: 48px 80px;
  padding: 3rem 5rem;
}

.footer-advertisement.text-only .copy-section, .footer-advertisement.text-and-image .copy-section {
    padding-right: 32px;
    padding-right: 2rem;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

.footer-advertisement.text-only .btn-container .btn, .footer-advertisement.text-and-image .btn-container .btn {
      white-space: nowrap;
    }

.footer-advertisement.text-only img, .footer-advertisement.text-and-image img {
    -ms-flex-preferred-size: 180px;
        flex-basis: 180px;
    height: auto;
    display: block;
    padding-right: 48px;
    padding-right: 3rem;
  }

.footer-advertisement.text-only a.image-link, .footer-advertisement.text-and-image a.image-link {
    border-bottom: none;
  }

.footer-advertisement.banner {
  padding: 0;
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.footer-advertisement.banner a {
    display: block;
    width: 100%;
    border: none;
  }

.footer-advertisement.banner img {
    display: block;
    width: 100%;
  }

.footer-advertisement.banner .mobile-banner {
    display: none;
  }

@media screen and (max-width: 767px) {
    .footer-advertisement.banner img {
      display: none;
    }
    .footer-advertisement.banner .mobile-banner {
      display: block;
    }
  .footer-advertisement.text-and-image {
    padding: 1em;
    display: inline-block;
  }
    .footer-advertisement.text-and-image img {
      padding: 0;
      width: 100%;
    }
    .footer-advertisement.text-and-image .btn-container {
      display: block;
      text-align: center;
    }
  .footer-advertisement.text-only, .footer-advertisement.text-and-image {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 2rem;
  }
    .footer-advertisement.text-only .copy-section, .footer-advertisement.text-and-image .copy-section {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
    }
    .footer-advertisement.text-only .btn-container, .footer-advertisement.text-and-image .btn-container {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      margin-top: 2em;
    }
    .footer-advertisement.text-only img, .footer-advertisement.text-and-image img {
      margin-bottom: 2em;
    }
}

.footer__social {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

@media screen and (min-width: 728px) {

  .footer__social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 1025px) {

  .footer__social {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer__social a {
    border: 0;
    margin-right: 10px;
}

.footer__social a:last-child {
  margin-right: 0px;
}

.footer__social a:hover {
    border: 0;
}

.footer__social .social-icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30px;
            flex: 0 1 30px;
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
    fill: white;
    opacity: 0.5;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
    position: relative;
}

.footer__social .social-icon--youtube {
      width: 33px;
      height: 33px;
      top: 2px;
    }

.footer__social .social-icon--twitter {
      width: 35px;
      height: 35px;
      top: 3px;
    }

.footer__social .social-icon--tumblr {
      width: 28px;
      left: -5px
    }

.footer__social .social-icon--vimeo {
      left: -1px
    }

.footer__social .social-icon:hover {
  opacity: 1;
}

/*@media screen and (max-width: 767px) {

}

@media screen and (max-width: 1024px) {

}*/

.content-split {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  background: url(../jpg/bckg_moth_audience.jpg) no-repeat bottom right #020202;
  background-size: cover;
  padding: 64px;
  padding: 4rem;
}
  .content-split .content-bite {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333333%;
            flex: 1 1 33.333333%;
    max-width: 33.33333%;
    padding: 0 4em;
    margin-bottom: 6em
  }
  .content-split .content-bite.no-padding {
  padding: 0;
}
  .content-split .content-bite.no-padding .padding {
        padding: 0 4em;
}
  .content-split .content-bite h6 {
      color: #DDDEDF;
      font-size: 2.5em;
      margin: 0 0 1em;
    }
  .content-split .content-bite h6 a {
        color: #DDDEDF;
      }
  .content-split .content-bite p {
      color: #999999;
      font-size: 1.5em;
      line-height: 2;
    }
  .content-split .content-bite p + button {
      margin-top: 1em;
    }
  .content-split .content-bite img {
      display: block;
      width: 37px;
      height: 45px;
      margin: 0 auto 10px;
    }
  .content-split h3 {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    color: white;
    margin-bottom: 80px;
    margin-bottom: 5rem;
    font-weight: normal;
  }
  .content-split .circle-img, .content-split .square-img {
    margin: 0 auto 3em;
  }
  .content-split .square-img {
    width: 150px;
    height: 150px;
    padding: 0;
  }

.no-touchevents .content-split .content-bite h6 a:hover {
  color: #D7D600;
}

@media screen and (max-width: 767px) {
    .content-split h3 {
      font-size: 36px;
      font-size: 2.25rem;
    }
}

.general-template .content-split h3.no-margin, .membership-levels .content-split h3.no-margin {
    margin-bottom: 0;
  }

.general-template .content-split h3.no-margin + p.tri-split-description, .membership-levels .content-split h3.no-margin + p.tri-split-description {
    margin-bottom: 5em;
  }

@media screen and (max-width: 767px) {
    .general-template .content-split h3.no-margin + p.tri-split-description, .membership-levels .content-split h3.no-margin + p.tri-split-description {
      margin-bottom: 2em;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
    }
}

.content-split.full-bites .content-bite {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
    max-width: 40%;
    padding: 0 4em;
    margin-bottom: 6em;
  }

.content-split.full-bites .content-bite h6 {
      color: #DDDEDF;
      font-size: 2.5em;
      margin: 0 0 1em;
    }

.content-split.full-bites .content-bite h6 a {
        color: #DDDEDF;
      }

.content-split.full-bites .content-bite p {
      color: #999999;
      font-size: 1.5em;
      line-height: 2;
    }

.content-split.full-bites .content-bite p + button {
      margin-top: 1em;
    }

.content-split.full-bites h3 {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

.no-touchevents .content-split.full-bites .content-bite h6 a:hover {
  color: #D7D600;
}

@media screen and (max-width: 767px) {
    .content-split.full-bites .content-bite {
      padding: 0;
      max-width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
    }
      .content-split.full-bites .content-bite .square-img {
        max-width: 90%;
        height: 0;
        padding-top: 90%;
        width: 90%;
      }
}

@media screen and (max-width: 767px) {
  .content-split.full-bites-mobile.half-bites .content-bite {
        max-width: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
  }
}

.content-split.half-bites .content-bite {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }

@media screen and (max-width: 1024px) {
  .content-split {
    padding: 2rem;
  }
    .content-split .content-bite {
      padding: 0 2em;
      margin-bottom: 6em;
    }
}

@media screen and (max-width: 767px) {
    .content-split .content-bite {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%;
    }
  .content-split {
    padding: 2rem;
  }
    .content-split .content-bite {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      padding: 0;
      margin-bottom: 2em;
    }
      .content-split .content-bite h6 {
        font-size: 1.8em;
      }
        .content-split .content-bite h6 a {
          color: #DDDEDF;
        }
      .content-split .content-bite p {
        color: #999999;
        font-size: 1.5em;
        line-height: 2;
      }
      .content-split .content-bite p + button {
        margin-top: 1em;
      }
    .content-split h3 {
      display: block;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      color: white;
      margin-bottom: 80px;
      margin-bottom: 5rem;
      font-weight: normal;
    }
    .content-split .circle-img, .content-split .square-img {
      margin: 0 auto 3em;
    }
    .content-split .square-img {
      width: 150px;
      height: 150px;
      padding: 0;
    }
}

@media screen and (max-width: 767px) {
          .no-touchevents .content-split .content-bite h6 a:hover {
    color: #D7D600;
  }
}

.membership-levels .content-split.half-bites {
  margin-bottom: 48px;
  margin-bottom: 3rem;
  padding: 128px;
  padding: 8rem;
  background-image: none !important;
}

.membership-levels .content-split.half-bites .content-bite h6 {
      text-align: left;
    }

.membership-levels .content-split.half-bites .content-bite ul {
      margin: 0;
      padding: 0;
      padding-left: 18px;
      text-align: left;
    }

.membership-levels .content-split.half-bites .content-bite ul li {
        color: #999999;
        font-size: 1.75em;
        line-height: 1.5;
      }

.membership-levels .content-split.half-bites .btn-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }

.membership-levels .content-split.half-bites .btn-wrapper .btn {
      margin: 0 auto;
    }

@media screen and (max-width: 767px) {
  .membership-levels .content-split.half-bites {
    display: inline-block;
    width: 100%;
    padding: 3rem;
  }
    .membership-levels .content-split.half-bites .content-bite {
      max-width: 100%;
      width: 100%;
      display: inline-block;
      padding: 0;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
      margin-bottom: 2em;
    }
    .membership-levels .content-split.half-bites h3.no-margin {
      display: inline-block;
      width: 100%;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
    }
    .membership-levels .content-split.half-bites h3.no-margin + p.tri-split-description {
        display: inline-block;
        width: 100%;
        -webkit-box-flex: initial;
            -ms-flex: initial;
                flex: initial;
    }
    .membership-levels .content-split.half-bites .btn-wrapper {
      width: 100%;
      display: inline-block;
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
    }
    .membership-levels .content-split.half-bites h6, .membership-levels .content-split.half-bites ul {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      width: 100%;
      height: auto;
    }
}

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

.split-cta-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: white;
  padding: 48px 0 0;
  padding: 3rem 0 0;
}

.split-cta-group .become-member {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    max-width: 100%;
    width: 100%;
    text-align: center;
  }

.split-cta-group .img-callout {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #020202;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border: none;
    border-radius: 0;
    height: 200px;
    color: white;
    font-size: 2.75em;
    font-weight: normal;
    text-align: center;
    padding: 2em;
    text-decoration: none;
    width: calc(50% - 7.5rem);
    margin: 0 80px;
    margin: 0 5rem
  }

.split-cta-group .img-callout:last-of-type {
  margin-left: 0;
}

.split-cta-group .img-callout:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0) 0%,rgba(0, 0, 0, 0) 27%,rgba(0, 0, 0, .8) 100%);
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

.no-touchevents .split-cta-group .img-callout:hover:after {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .split-cta-group {
    padding: 3rem 0 0;
  }
    .split-cta-group .img-callout {
      width: calc(50% - 3rem);
      margin: 0 32px;
      margin: 0 2rem
    }
    .split-cta-group .img-callout:first-child {
    margin-right: 32px;
    margin-right: 2rem;
  }
    .split-cta-group .img-callout:last-of-type {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .split-cta-group {
    display: block;
  }
    .split-cta-group .img-callout {
      width: 80%;
      margin: 0.5em auto;
      height: 180px
    }
    .split-cta-group .img-callout:first-child {
    margin-right: auto;
    margin-top: 0;
  }
    .split-cta-group .img-callout:last-of-type {
    margin-left: auto;
  }
}

.split-cta-group .become-member {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 128px 192px;
    padding: 8rem 12rem;
    background-image: url(../jpg/white_crowds_background_home-2.jpg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: white;
    background-size: cover;
  }

.split-cta-group .become-member .member {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

.split-cta-group .become-member blockquote {
      margin-bottom: 0;
    }

.split-cta-group .become-member .embellishment {
      margin: 1em auto 80px;
      margin: 1em auto 5rem;
    }

@media screen and (max-width: 1024px) {
    .split-cta-group .become-member {
      padding: 128px;
      padding: 8rem;
    }
}

@media screen and (max-width: 767px) {
    .split-cta-group .become-member {
      padding: 32px 64px 64px;
      padding: 2rem 4rem 4rem;
    }
}

.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  background: white;
  padding: 64px 128px;
  padding: 4rem 8rem;
  font-size: 1.75em;
  line-height: 1.75;
}

.paginator a.btn {
    padding: 0.3em 1em;
  }

.paginator p {
    color: #999999;
    font-size: 0.9em;
  }

@media screen and (max-width: 1024px) {
  .paginator {
    padding: 2rem 3rem;
    font-size: 1.5em;
  }
    .paginator p {
      font-size: 0.9em;
    }
}

@media screen and (max-width: 767px) {
  .paginator {
    padding: 3rem 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
    .paginator .left, .paginator .center, .paginator .right {
      display: block;
      width: 100%;
      text-align: center;
    }
    .paginator p {
      font-size: 0.9em;
    }
}

.moth-library .paginator {
  border-top: 1px solid #DDDEDF;
}

.share {
  list-style: none;
  margin: 16px auto 0;
  margin: 1rem auto 0;
  padding: 0;
  text-align: center;
  font-size: 1.5em;
  color: #909295;
  border: 1px solid #909295;
  border-radius: 5px;
  display: inline-block;
}

.share li {
    display: inline-block;
    padding: 0.75em 0;
    cursor: pointer;
    position: relative;
  }

.share li a {
      color: #909295;
      padding: 0.75em;
      position: relative;
      -webkit-transition: color 250ms ease-in-out;
      transition: color 250ms ease-in-out;
      border-bottom: none;
    }

.share li:first-child {
  border-right: 1px solid #909295;
  padding: 0.75em;
  float: left;
}

.share li .copied-alert {
      position: absolute;
      width: 60px;
      height: 20px;
      top: calc(50% - 10px);
      right: -210%;
      text-align: center;
      margin: 0 auto;
      color: #D7D600;
      opacity: 0;
      -webkit-transition: opacity 150ms ease-in-out;
      transition: opacity 150ms ease-in-out;
}

.share li .copied-alert.show {
      opacity: 1;
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
}

.no-touchevents .share li:hover a {
        color: #D7D600;
}

@media screen and (max-width: 767px) {
    .share li:last-child {
    display: none;
  }
}

.share + .share {
  margin-left: 20px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

.content-list {
  text-align: center;
  padding-top: 64px;
  padding-top: 4rem;
  background: white;
  width: 100%;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content-list h2, .content-list h5 {
    color: #5d5d5d;
  }

.episode--extra .content-list {
    margin-top: 45px;
  }

.content-list .story-list-description {
    margin-bottom: 96px;
    margin-bottom: 6rem;
    margin-top: 0;
    padding: 0 160px;
    padding: 0 10rem;
    font-size: 1.75em;
    color: #999999;
  }

.content-list .story-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    min-width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 4em;
    border-bottom: 1px solid #DDDEDF
  }

.content-list .story-content:last-child {
  border-bottom: none;
}

.content-list .story-content:first-of-type {
  padding-top: 1em;
}

.content-list .story-content p, .content-list .story-content ul li, .content-list .story-content ol li {
      font-size: 1.6em;
      line-height: 1.5;
}

.content-list .story-content p.serif {
      font-size: 1.5em;
      margin: 1.2em 0;
}

.content-list .story-content h5 {
      color: rgb(179, 179, 0);
      font-size: 1.5em;
      font-weight: normal;
      margin: 0 0 0.5em;
    }

.content-list .story-content h6 {
      font-size: 2.75em;
      margin: 0;
      line-height: 1.5;
    }

.content-list .story-content h6 a {
        color: #020202;
      }

.content-list .story-content .circle-img {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 150px;
            flex: 1 0 150px;
    max-width: 150px;
  }

.content-list .details {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 55%;
            flex: 1 0 55%;
    max-width: 55%;
    margin-left: 3em;
  }

.content-list .details .details-header h5 {
      display: inline-block;
    }

.content-list .details .details-date {
      font-size: 1.4em;
      padding-left: .25em;
      display: inline-block;
    }

.content-list .actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(45% - 6em - 150px);
        flex-basis: calc(45% - 6em - 150px);
    margin-left: 3em;
  }

.content-list .actions span.player-action {
      display: block;
      width: 100%;
    }

.content-list .actions .btn {
      display: block;
      width: 100%
    }

.content-list .actions .btn:first-child {
  margin-bottom: 1em;
}

.no-touchevents .content-list .story-content h6 a:hover {
  color: rgb(179, 179, 0);
}

@media screen and (max-width: 1024px) {
  .content-list {
    padding-top: 3em;
  }
    .content-list .story-content {
      padding: 3em;
    }
      .content-list .story-content p {
        font-size: 1.4em;
      }
      .content-list .story-content p.serif {
        font-size: 1.4em;
      }
      .content-list .story-content h5 {
        font-size: 1.4em;
      }
      .content-list .story-content h6 {
        font-size: 2.5em;
      }
    .content-list .actions {
      -ms-flex-preferred-size: calc(45% - 6em - 125px);
          flex-basis: calc(45% - 6em - 125px);
    }
    .content-list .story-content .circle-img {
      width: 125px;
      height: 125px;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 125px;
              flex: 1 0 125px;
    }
}

@media screen and (max-width: 650px) {
    .content-list .story-content {
      display: block;
      padding: 3em 2em;
    }
    .content-list .details {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: 100%;
      margin-left: 0;
    }
    .content-list .actions {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
      max-width: 100%;
      display: inline-block;
      margin-left: 0;
    }
    .content-list .story-content .square-img {
      display: block;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      padding: 0;
      border-radius: 0;
      background-size: cover;
      background-position: top center;
      margin-bottom: 2em;
    }
    .content-list .story-content .circle-img {
      display: block;
      width: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      padding: 0;
      border-radius: 0;
      background-size: cover;
      background-position: top center;
      margin:0 auto 2em auto;
    }
}

.general-template .content-list.videos {
  margin-top: 48px;
  margin-top: 3rem;
}

.content-list.videos {
  text-align: left;
}

.content-list.videos h3 {
    text-align: center;
  }

.content-list.videos .story-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap
  }

.content-list.videos .story-content:first-of-type {
  padding-top: 4em;
}

.content-list.videos .story-content p {
      color: #999999;
}

.content-list.videos .story-content p a {
        color: rgb(179, 179, 0);
        font-size: 0.9em;
      }

.content-list.videos .story-content h6 {
      font-weight: normal;
      font-size: 2.2em;
}

.content-list.videos .outer-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 65%;
            flex: 1 1 65%;
    max-width: 65%;
  }

.content-list.videos .details {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
    max-width: 35%;
    padding: 0 4em;
    margin-left: 0;
  }

@media screen and (max-width: 1024px) {
    .content-list.videos .story-content {
      padding: 2em 2em 1em;
    }
    .content-list.videos .outer-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%;
    }
    .content-list.videos .details {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 50%;
              flex: 1 1 50%;
      max-width: 50%;
      padding: 0 0 0 2em;
      margin: 2em 0 0;
    }
}

@media screen and (max-width: 768px) {
    .content-list.videos .outer-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%;
      width: 100%;
    }
    .content-list.videos .details {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%;
      width: 100%;
      padding: 0;
      margin: 2em 0 0;
    }
}

.content-list.blog-stream {
  margin-top: 48px;
  margin-top: 3rem;
}

.content-list.blog-stream .dispatch-preview-bite {
    text-align: left;
  }

.content-list.photo-text-split h3 {
    margin-bottom: 64px;
    margin-bottom: 4rem;
    margin-top: 64px;
    margin-top: 4rem
  }

.content-list.photo-text-split h3:first-child {
  margin-top: 0;
}

.content-list.photo-text-split img {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    max-width: 25%;
    margin-right: 48px;
    margin-right: 3rem;
  }

.content-list.photo-text-split .story-content {
    text-align: left;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

.content-list.photo-text-split .story-content p:first-child {
  margin-top: 0;
}

@media screen and (max-width: 768px) {
    .content-list.photo-text-split img {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      max-width: 100%;
      margin-right: 0;
      margin-bottom: 2em;
    }
    .content-list.photo-text-split .rich-text-editor {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
    }
}

.rich-text-editor {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
}

.image-block-callout {
  width: 100%;
  border: 15px solid white;
  padding: 96px;
  padding: 6rem;
  background: url(../jpg/behind_the_curtains.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}

.image-block-callout h3 {
    color: white;
  }

.image-block-callout p {
    padding: 0 240px;
    padding: 0 15rem;
    font-size: 1.8em;
    line-height: 1.75;
    color: white;
    margin: 4em 0 2em;
  }

@media screen and (max-width: 1024px) {
  .image-block-callout {
    padding: 3rem 3rem 5rem;
    border: 10px solid white;
    margin-bottom: 2rem;
  }
    .image-block-callout p {
      padding: 0;
      margin: 2em 0 2em;
    }
}

@media screen and (max-width: 767px) {
  .image-block-callout {
    padding: 3rem 2rem 5rem;
    border: none;
  }
    .image-block-callout p {
      padding: 0;
      margin: 2em 0 2em;
    }
}

.image-block-callout.ghosted {
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  text-align: center;
  padding: 10em;
  position: relative;
}

.image-block-callout.ghosted h6 {
    font-size: 40px;
    font-size: 2.5rem;
    margin: 1em 0 0;
  }

.image-block-callout.ghosted p {
    padding: 0;
    color: #020202;
    width: 100%;
    max-width: 500px;
    margin: 1em auto 2em;
  }

@media screen and (max-width: 767px) {
  .image-block-callout.ghosted {
    padding: 4em;
  }
}

.grid-title {
  width: 100%;
  text-align: center;
  margin: 4em auto 2em;
  color: #D7D600;
}

.split-grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.split-grid .grid-block {
    display: block;
    border: none;
    background: white;
    padding: 2.5em;
    margin-bottom: 2em;
    color: #5d5d5d;
    font-size: 1.75em;
    line-height: 1.5;
    text-align: center;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-preferred-size: calc(50% - 1em);
        flex-basis: calc(50% - 1em);
    max-width: calc(50% - 1em);
    width: calc(50% - 1em);
  }

.split-grid .grid-block h6 {
      font-size: 1.5em;
      line-height: 1.5;
      margin: 0;
    }

.split-grid .grid-block:nth-child(odd) {
  margin-right: 0;
}

.split-grid .grid-block img {
      display: block;
      max-width: 100%;
      margin: 0 auto 2em;
}

.split-grid .grid-block .serif p:last-child {
  margin-bottom: 0;
}

.split-grid.half-bites .grid-block {
      -ms-flex-negative: 1;
          flex-shrink: 1;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -ms-flex-preferred-size: calc(50% - 1em);
          flex-basis: calc(50% - 1em);
      max-width: 100%;
      width: 100%;
}

@media screen and (max-width: 767px) {
  .grid-title {
    font-size: 2em;
    padding: 0 2em;
    margin-top: 2em;
  }
    .split-grid .grid-block {
      padding: 2em;
      margin-bottom: 1em
    }
    .split-grid .grid-block:nth-child(odd) {
    margin-right: 0;
  }
  .split-grid.half-bites .grid-block {
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
        max-width: 100%;
  }
}

.half-split-modules {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 96px 0 0;
  margin: 6rem 0 0;
}
  .half-split-modules .module {
    width: 50%;
    max-width: 50%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    padding: 80px 96px;
    padding: 5rem 6rem;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative
  }
  .half-split-modules .module.upcoming-events {
  background: url(../jpg/upcoming_events.jpg) no-repeat center center #020202;
  background-size: cover;
  color: white;
}
  .half-split-modules .module.upcoming-events .single-event-preview {
        -webkit-box-flex: 1;
            -ms-flex: 1 0 auto;
                flex: 1 0 auto;
        max-width: 100%;
        width: 100%;
}
  .half-split-modules .module.upcoming-events .single-event-preview:hover {
  color: white;
}
  .half-split-modules .module.upcoming-events .single-event-preview:hover .date-bubble .day {
            color: #D7D600;
}
  .half-split-modules .module.upcoming-events .single-event-preview:hover h6 {
            color: #D7D600;
}
  .half-split-modules .module.upcoming-events h4 {
        margin: 0;
        color: white;
}
  .half-split-modules .module.become-member {
  background: white;
}
@media screen and (max-width: 1024px) {
  .half-split-modules {
    display: block;
    margin: 6rem 0 0;
  }
    .half-split-modules .module {
      width: 100%;
      max-width: 100%;
      padding: 96px;
      padding: 6rem;
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%
    }
    .half-split-modules .module.upcoming-events {
    display: inline-block;
    width: 100%;
  }
    .half-split-modules .module.upcoming-events h3 {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          width: 100%;
          display: inline-block;
  }
    .half-split-modules .module.upcoming-events .single-event-preview {
          -webkit-box-flex: initial;
              -ms-flex: initial;
                  flex: initial;
          width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .half-split-modules {
    margin: 2rem 0 0;
  }
    .half-split-modules .module {
      width: 100%;
      padding: 32px 32px 64px;
      padding: 2rem 2rem 4rem
    }
    .half-split-modules .module.upcoming-events h3 {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          width: 100%;
  }
    .half-split-modules .module.upcoming-events .single-event-preview {
          -webkit-box-flex: 1;
              -ms-flex: 1 0 auto;
                  flex: 1 0 auto;
          width: 100%;
  }
}
.upcoming-events {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.upcoming-events h3.embellished-title {
    color: white;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
.upcoming-events .single-event-preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: calc(50% - 2em);
        flex-basis: calc(50% - 2em);
    max-width: calc(50% - 2em);
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgba(255, 255, 255, .1);
    border-radius: 5px;
    padding: 2em 1.5em;
    width: calc(50% - 2em);
    margin-top: 2em;
    text-decoration: none;
  }
.upcoming-events .date-bubble {
    margin-right: 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 130px;
            flex: 1 1 130px;
    max-width: 130px;
  }
.upcoming-events .btn {
    margin-top: 2em;
  }
.upcoming-events .event-content {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: calc(100% - 130px);
        flex-basis: calc(100% - 130px);
    max-width: calc(100% - 130px);
  }
.upcoming-events .event-content h6, .upcoming-events .event-content h5, .upcoming-events .event-content p.location {
      margin: 0;
      font-weight: normal;
    }
.upcoming-events .event-content h6 {
      color: #D7D600;
      font-size: 1.25em;
    }
.upcoming-events .event-content h5 {
      margin: 0.5em 0;
    }
.upcoming-events .event-content p.location {
      font-size: 1.4em;
      color: #999999;
    }
.upcoming-events .event-content .event-title {
      color: #D7D600;
    }
@media screen and (max-width: 1024px) {
      .upcoming-events .event-content h6, .upcoming-events .event-content p.location {
        font-size: 1.4em;
      }
      .upcoming-events .event-content h5 {
        font-size: 2.25em;
      }
}
@media screen and (max-width: 767px) {
    .upcoming-events .date-bubble {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 105px;
              flex: 1 1 105px;
      max-width: 105px;
    }
      .upcoming-events .event-content h6, .upcoming-events .event-content p.location {
        font-size: 1.4em;
      }
      .upcoming-events .event-content h5 {
        font-size: 2.25em;
      }
}
.become-member {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.become-member .member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4em;
  }
.become-member .member-photo {
    width: 80px;
    height: 80px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 50%;
    margin-right: 10px;
  }
.become-member .member-info {
    text-align: left;
  }
.become-member .member-info p {
      margin: 0;
      font-size: 1.4em;
    }
.become-member blockquote {
    font-size: 4em;
    margin: 0 0 1em;
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
@media screen and (max-width: 1024px) {
    .become-member blockquote {
      font-size: 3em;
    }
}
@media screen and (max-width: 767px) {
    .become-member blockquote {
      font-size: 2em;
    }
}
.become-member.full-width {
  width: 100%;
  background: #020202;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}
.become-member.full-width .member-wrapper {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    padding: 96px 30px;
    padding: 6rem 30px;
  }
.become-member.full-width .member {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
    max-width: 100%;
    margin-bottom: 2em;
  }
.become-member.full-width .member-photo {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border: none;
  }
.become-member.full-width .member-info {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
.become-member.full-width .member-info p {
      color: #D7D600;
    }
.become-member.full-width .member-info p strong {
      color: white;
      margin-top: 1.5em;
      display: block;
    }
.become-member.full-width blockquote {
    font-size: 1.65em;
    color: #DDDEDF;
    margin-bottom: 0;
  }
@media screen and (max-width: 767px) {
    .become-member.full-width .member-wrapper {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      padding: 48px 32px;
      padding: 3rem 2rem;
      max-width: 100%;
    }
}

.square-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.circle-img {
  width: 150px;
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 50%;
}

a.square-img, a.circle-img {
  display: block;
  border: none;
}

.embellishment {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  margin-bottom: 48px;
  margin-bottom: 3rem;
  margin-top: 8px;
  margin-top: 0.5rem;
  width: 50px;
  height: 15px;
}

.module .embellishment {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.moth-background {
  background: url(../png/moth_bck.png) no-repeat 100% 150%,
    url(../png/moth_bck.png) no-repeat -200% 75%,
    #5d5d5d;
  background-size: cover;
  width: 100%;
  height: auto;
  display: block;
}

.cta-link .fa {
    position: relative;
    font-size: .8em;
    left: 0;
    -webkit-transition: left .2s ease-in-out;
    transition: left .2s ease-in-out;
  }

.cta-link:hover .fa, .cta-link:active .fa, .cta-link:focus .fa {
      left: 5px;
}

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

.flex-between .share {
  margin: 0;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .flex-center {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  padding: 16px 48px;
  padding: 1rem 3rem;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #020202;
  -webkit-transition: all 150ms ease-in-out;
  transition: all 150ms ease-in-out
}
.btn:focus {
  outline: none;
}
@media screen and (max-width: 1024px) {
  .btn {
    padding: 0.75rem 1.5rem;
    font-size: 1.4rem;
  }
}
a.btn {
  text-decoration: none;
  display: inline-block;
}
a.btn i.fa {
    display: inline;
  }
.btn.hero-btn {
  background: #D7D600;
  border: none;
  padding: 16px 32px;
  padding: 1rem 2rem;
}
.no-touchevents .btn.hero-btn:hover {
  background: #020202;
  color: white;
}
@media screen and (max-width: 767px) {
  .btn.hero-btn {
    padding: 0.5rem 1rem;
  }
}
a.btn.paginator-disabled {
  background: #5d5d5d;
  color: #DDDEDF;
}
.btn.accent {
  background: #D7D600;
}
.no-touchevents .btn.accent:hover {
  background: #020202;
  color: white;
}
.btn.dark {
  background: #020202;
  color: white;
}
.no-touchevents .btn.dark:hover {
  background: #D7D600;
  color: #020202;
}
.btn.dark.addeventatc {
  color: white !important;
  border: none !important;
  border-radius: 5px !important;
  padding: 16px 48px !important;
  padding: 1rem 3rem !important;
  font-size: 25.6px !important;
  font-size: 1.6rem !important;
  font-weight: bold !important;
  margin-right: 1em !important;
}
.btn.dark.addeventatc i {
    margin-right: 8px;
  }
.no-touchevents .btn.dark.addeventatc:hover {
  color: #020202 !important;
}
.btn.dark.addeventatc.addeventatc-selected {
  background: #D7D600 !important;
  color: #020202 !important;
}
.addeventatc .addeventatc_icon {
  width: 0 !important;
  height: 0 !important;
  opacity: 0 !important;
  background: none !important;
}
.addeventatc_dropdown {
  width: 100% !important;
}
.btn.disabled,
.btn:disabled {
  background: #C12F3D;
  color: white
}
.btn.disabled:hover, .btn:disabled:hover {
  background: #C12F3D;
  color: white;
}
.btn.ltgrey {
  background: #999999;
  color: #5d5d5d;
}
.btn.centered {
  text-align: center;
  margin: 0 auto;
}
.btn.no-style {
  border-radius: 0;
  padding: 0;
}
button:focus {
  outline: none;
}
button i:focus {
    outline: none;
}

.hero {
  width: 100%;
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 47%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
  .hero .hidden-alt-text {
    position: absolute;
    top: -9999999px;
    left: -999999px;
    opacity: 0;
  }
  .hero p.photo-credit {
    color: #DDDEDF;
    opacity: 0.8;
    font-size: 20.8px;
    font-size: 1.3rem;
    margin-bottom: 0;
    margin-top: 10px;
  }
  .hero p.photo-credit.image-only {
    position: absolute;
    bottom: 2em;
    right: 2em;
    margin-bottom: 0;
  }

@media screen and (max-width: 1024px) {
  .hero {
    padding-bottom: 75%;
  }
}

@media screen and (max-width: 767px) {
    .hero p.photo-credit, .hero p.photo-credit.image-only {
      display: none;
    }
}

.hero-text {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .6);
  padding: 48px 288px;
  padding: 3rem 18rem;
  color: white;
  text-align: center;
}

.hero-text h2 {
    font-size: 64px;
    font-size: 4rem;
    margin: 0 0 10px;
  }

.hero-text h6 {
    color: white;
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: normal;
    margin-top: 0.5em;
    margin-bottom: 0;
  }

.hero-text h6 a {
      color: #D7D600;
      text-decoration: none;
      margin-right: 10px;
    }

.hero-text h6 a.serif {
      color: white;
    }

@media screen and (max-width: 1024px) {
  .hero-text {
    padding: 3rem 5rem;
  }
  .hero-text h2 {
      font-size: 40px;
      font-size: 2.5rem;
  }
  .hero-text h6 {
      margin-top: 1em;
      margin-bottom: 1.5em;
      font-size: 24px;
      font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-text {
    padding: 3rem 5rem;
  }
  .hero-text h2 {
      font-size: 32px;
      font-size: 2rem;
  }
  .hero-text h6 {
      margin-top: 1em;
      margin-bottom: 0em;
      font-size: 20.8px;
      font-size: 1.3rem;
  }
}

.hero-text .btn {
    margin-top: 1.1em;
}

.hero-text .btn.donate {
  margin-left: 17.6px;
  margin-left: 1.1rem;
}

.no-touchevents .hero-text h6 a.serif:hover {
  color: #D7D600;
}

@media screen and (max-width: 767px) {
  .hero-text {

  }
}

.hero.quote-only .hero-text h2 {
    font-size: 56px;
    font-size: 3.5rem;
  }

.hero-story-extras .hero-text {
  padding-left: 30px;
  padding-left: 48px;
  padding-left: 3rem;
  margin-left: 210px;
  margin-left: 336px;
  margin-left: 21rem;
}

@media screen and (max-width: 1024px) {
  .hero-story-extras .hero-text {
    margin-left: 130px;
    margin-left: 13rem;
  }
}

.hero-jump-link {
  position: absolute;
  bottom: 0;
  left: 100px;
  left: 160px;
  left: 10rem;
  z-index: 10;
  padding-bottom: 30px;
  padding-bottom: 48px;
  padding-bottom: 3rem;
}

@media screen and (max-width: 1024px) {
  .hero-jump-link {
    left: 30px;
    left: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .hero-jump-link {
    display: none;
  }
}

.hero-jump-link a {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  border: none;
  max-width: 55px;
  margin: 0 auto 0 0;
}

.hero-jump-link a p {
    margin: 0 0 5px;
  }

.no-touchevents .hero-jump-link a:hover,
  .no-touchevents .hero-jump-link a:focus,
  .no-touchevents .hero-jump-link a:active {
  color: #D7D600;
}

.hero-jump-link-arrow {
  display: block;
  position: relative;
  margin-bottom: 6px;
  margin-left: 1px;
  height: 69px;
  border-left: 2px solid #D7D600;
  border-top: 2px solid #D7D600
}

.hero-jump-link-arrow:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #D7D600;
  position: absolute;
  bottom: -5px;
  left: -6px;
}

.page-intro {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 80px 0;
  padding: 5rem 0;
}
/*@media screen and (min-width: 768px) {
  .page-intro {
    flex-basis: 100%;
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
  }
}*/
@media screen and (max-width: 767px) {
  .page-intro {
    padding-top: 0;
    position: relative;
    display: block;
  }
}
.secondary-navigation {
  width: 25%;
  display: inline-block;
  float: left;
  background: #161414;
  margin: 0;
  padding: 96px 80px;
  padding: 6rem 5rem;
  list-style: none;
}
.secondary-navigation li {
    font-size: 1.5em;
    color: white;
    line-height: 1.2;
  }
.secondary-navigation li a {
      display: block;
      color: #999999;
      text-decoration: none;
      border-bottom: none;
      -webkit-transition: all 150ms linear;
      transition: all 150ms linear;
      padding: 13px 0
    }
.secondary-navigation li a.active {
  background: #404042;
  color: white;
  padding: 10px 0em 10px 2em;
  border-radius: 5px;
  position: relative;
}
.secondary-navigation li a.active:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  left: .75em;
  top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
  border-radius: 100%;
  background: #D7D600;
}
.secondary-navigation li.nav-title {
    font-size: 2.3em;
    font-weight: bold;
    position: relative;
    margin-bottom: 30px;
    margin-top: 30px;
  }
.secondary-navigation li.nav-title a {
      padding-bottom: 5px;
      color: white;
    }
.secondary-navigation li.nav-title:after {
  content: '';
  width: 38px;
  height: 1px;
  background: #DDDEDF;
  position: absolute;
  bottom: -12px;
  left: 0;
  opacity: 0.25;
}
.secondary-navigation li.nav-title:first-child {
  margin-top: 0;
}
.no-touchevents .secondary-navigation li:hover a {
        color: #D7D600;
}
.no-touchevents .secondary-navigation li.nav-title a:hover {
  color: #D7D600;
}
@media screen and (max-width: 1024px) {
  .secondary-navigation {
    width: 35%;
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 767px) {
  .secondary-navigation {
    width: 80%;
    margin: -110px 10% 0;
    padding: 2rem 3rem;
    position: relative;
    border-top: 2px solid rgba(213, 215, 17, .8);
  }
    .secondary-navigation li.nav-title {
      font-size: 2em;
    }
  .secondary-navigation:before, .secondary-navigation:after {
    content: "";
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(213, 215, 17, .8)), color-stop(75%, transparent), to(transparent));
    background-image: linear-gradient(rgba(213, 215, 17, .8), transparent 75%, transparent);
    top: -2px;
    bottom: -2px;
    width: 2px;
  }
  .secondary-navigation:before {
    left: -2px;
  }
  .secondary-navigation:after {
    right: -2px;
  }
  .page-intro.no-hero .secondary-navigation {
    margin: 5rem 10% 0;
  }
}
.page-intro .intro-copy {
  width: 100%;
  display: inline-block;
  float: left;
  margin: 0;
  text-align: center;
  padding: 6em 128px;
  padding: 6em 8rem;
}
.page-intro .intro-copy h2 {
    margin: 0;
    line-height: 1.2;
    font-weight: bold;
  }
.page-intro .intro-copy p {
    color: white;
    font-size: 2em;
    line-height: 1.8;
    opacity: 0.9;
  }
.page-intro .intro-copy .no-margin {
    margin: 0;
  }
.page-intro .intro-copy .social-links-block {
    font-size: 27.2px;
    font-size: 1.7rem;
  }
.page-intro .intro-copy .social-links-block p {
      display: inline-block;
      font-size: 1em;
    }
.page-intro .intro-copy .social-links-block .social-icons {
      display: inline-block;
      margin: 0 .5em;
      padding: .5em;
      border: 1px solid #999999;
      border-radius: 5px;
      font-size: 1em;
    }
.page-intro .intro-copy .social-links-block .social-icons a {
        margin: 0 .5em;
        color: #999999;
        border: none;
      }
.episode--extra .page-intro {
    padding: 32px 0;
    padding: 2rem 0;
  }
.page-intro .intro-copy--collapsed {
  padding: 1em 128px;
  padding: 1em 8rem;
}
.no-touchevents .page-intro .intro-copy .social-links-block .social-icons a:hover {
        border: none;
        text-decoration: none;
        color: #D7D600;
      }
@media screen and (max-width: 1024px) {
    .page-intro .intro-copy {
      width: 100%;
      padding: 0 16px;
      padding: 0 1rem;
    }
      .page-intro .intro-copy p {
        font-size: 1.65em;
      }
}
@media screen and (max-width: 767px) {
  .page-intro {
    display: block;
  }
    .page-intro .intro-copy {
      width: 80%;
      margin: 0 10%;
      padding: 0 16px;
      padding: 0 1rem;
      display: inline-block;
    }
      .page-intro .intro-copy p {
        font-size: 1.65em;
      }
      .page-intro .intro-copy h2 {
        margin: 48px 0 1em;
        margin: 3rem 0 1em;
      }
}
.page-intro.no-subnav .intro-copy {
  width: 100%;
  margin: 0;
  padding: 6em 128px;
  padding: 6em 8rem;
}
@media screen and (max-width: 1024px) {
  .page-intro.no-subnav .intro-copy {
    padding: 0 3em;
  }
}
.page-intro .button-block {
  margin-top: 5em;
}
.page-intro .intro-copy .detail-link {
  font-size: 1.5em;
  opacity: 0.75;
}
.page-intro .intro-copy .detail-link a {
    border-bottom-color: #D7D600;
  }
.page-intro .flex-between, .page-intro .flex-center {
  width: 75%;
  margin: 64px auto 0;
  margin: 4rem auto 0;
}
.page-intro .flex-between .btn, .page-intro .flex-center .btn {
    margin-right: 2em
  }
.page-intro .flex-between .btn:last-child, .page-intro .flex-center .btn:last-child {
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .page-intro .flex-between, .page-intro .flex-center {
    margin-top: 3rem;
  }
    .page-intro .flex-between .btn, .page-intro .flex-center .btn {
      margin: 0 auto;
      display: block;
      width: 100%;
      padding: 1em 2em
    }
    .page-intro .flex-between .btn:not(:first-child), .page-intro .flex-center .btn:not(:first-child) {
    margin-right: auto;
    margin-top: 1em;
  }
}
.page-intro .download-btn {
  margin: 40px auto 0;
  margin: 2.5rem auto 0;
}
.page-intro .download-btn button.btn {
    padding: 16px 48px;
    padding: 1rem 3rem;

  }
@media screen and (max-width: 1024px) {
  .page-intro .download-btn button.btn {
    padding: 12px 24px;
    padding: 0.75rem 1.5rem;
  }
}
.page-intro .google-play-btn {
    margin-left: 30px;
  }
.page-intro .google-play-btn img {
      width: 135px;
      height: 40px;
    }
.page-intro .google-play-btn, .page-intro .itunes-btn {
    border-bottom: none;
  }
@media screen and (max-width: 767px) {
    .page-intro .google-play-btn {
      margin-left: 0;
      display: block;
    }
    .page-intro .itunes-btn {
      margin-bottom: 1em;
      display: block;
    }
}

.search-form {
  width: 100%;
  background: white;
  margin-bottom: 32px;
  margin-bottom: 2rem;
  text-align: center;
  display: block;
  padding: 96px 240px;
  padding: 6rem 15rem;
}
  .search-form p {
    font-size: 1.9em;
    line-height: 1.75;
    color: #999999;
    margin-bottom: 2em;
  }

.ticket-info {
  position: relative;
  width: 100%;
}

.ticket-info .ticket-info__details {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    padding: 32px 64px;
    padding: 2rem 4rem;
    color: #999999;
    background-color: rgba(0, 0, 0, .9);
    border-radius: 1rem;
    border: 2px solid #D7D600;
    font-size: 24px;
    font-size: 1.5rem;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    visibility: hidden;
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
  }

.ticket-info .ticket-info__section {
    padding: 16px 0;
    padding: 1rem 0
  }

.ticket-info .ticket-info__section.green {
  color: #D7D600;
}

.ticket-info .ticket-info__close {
    position: absolute;
    top: 1em;
    right: 1em;
    cursor: pointer;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
  }

.ticket-info .ticket-info__close:hover {
  color: #D7D600;
}

.ticket-info.open .ticket-info__details {
      opacity: 1;
      visibility: visible;
      -webkit-transform: translateY(-10rem);
              transform: translateY(-10rem);
}

.ticket-info .ticket-info__button {
    cursor: pointer;
    padding: 14px 48px;
    padding: .875rem 3rem;
    display: inline-block;
}

@media screen and (max-width: 1024px) {
  .search-form {
    padding: 5rem;
  }
}

@media screen and (max-width: 767px) {
  .search-form {
    padding: 3rem;
  }
}

/*Single Pages*/

.moth-event {
  padding: 48px 80px 0;
  padding: 3rem 5rem 0;
  text-align: center;
  position: relative;
}

.moth-event .event-details {
    background: white;
    padding: calc(4rem + 55px) 25rem 4rem;
    margin-top: calc(4rem + 50px);
    position: relative;
  }

.moth-event .event-details ul, .moth-event .event-details ol {
      display: inline-block;
      text-align: left;
    }

.moth-event .event-presenter {
    font-size: 2em;
    line-height: 1.5;
  }

.moth-event h2 {
    font-size: 4em;
  }

.moth-event .date-bubble {
    position: absolute;
    top: -45px;
    left: calc(50% - 65px);
  }

.moth-event p.type {
    color: #D7D600;
    font-size: 1.5em;
  }

.moth-event p.event-time {
    font-size: 1.5em;
    color: #5d5d5d;
  }

.moth-event .venue-detail h3 {
      margin: 0.75em 0 0;
      font-size: 2.5em;
    }

.moth-event .venue-detail p {
      font-size: 1.6em;
      margin: 10px 0;
    }

.moth-event .venue-detail p a {
      text-transform: uppercase;
      color: #999999;
      text-decoration: none;
      -webkit-transition: all 100ms ease-in-out;
      transition: all 100ms ease-in-out;
      font-weight: bold;
      font-size: 0.85em;
    }

.moth-event .btn {
    margin: 2em 0;
  }

.moth-event h6.additional-venue-info {
    color: #999999;
    font-weight: normal;
    margin-bottom: 0;
    margin-top: 4em;
    font-size: 2em;
  }

.moth-event .event-description {
    font-size: 2em;
    color: #5d5d5d;
    line-height: 1.5;
  }

.moth-event .event-description strong {
      color: #020202;
    }

.moth-event .share {
    margin-top: 2em;
  }

.no-touchevents .moth-event .venue-detail p a:hover {
  color: #D7D600;
}

@media screen and (max-width: 1024px) {
    .moth-event .event-details {
      padding: calc(4rem + 55px) 4rem 4rem;
      margin-top: calc(4rem + 50px);
    }
    .moth-event .date-bubble {
      width: 130px;
      height: 130px;
    }
}

@media screen and (max-width: 767px) {
  .moth-event {
    padding: 3rem 0;
  }
    .moth-event .event-details {
      padding: calc(4rem + 55px) 3rem 3rem;
      margin-top: calc(4rem + 50px);
    }
    .moth-event .date-bubble {
      width: 130px;
      height: 130px;
    }
    .moth-event .btn {
      display: block;
      width: 100%;
      padding: 0.75em;
      margin: 24px 0;
      margin: 1.5rem 0;
    }
}

.results-intro-wrapper {
  background: white;
  padding: 64px;
  padding: 4rem;
}

.results-intro-wrapper .results-intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }

.results-intro-wrapper .results-intro ul {
      list-style: none;
      margin: 0;
      padding: 0;
    }

.results-intro-wrapper .results-intro ul li {
        display: inline-block;
        font-size: 1.5em;
        line-height: 1.5;
        color: #5d5d5d;
      }

.results-intro-wrapper .results-intro .btn {
      text-align: center;
      margin: 20px auto auto 0;
    }

.results-intro-wrapper .events-calendar {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
            flex: 1 1 70%;
    padding-right: 2em;
    border-right: 1px solid #DDDEDF;
    margin-right: 2em;
    position: relative;
  }

.results-intro-wrapper .events-calendar ul.other-months {
      list-style: none;
      margin: 0 0 20px;
      padding: 0;
    }

.results-intro-wrapper .events-calendar ul.other-months li {
        font-size: 1.5em;
        margin-bottom: 10px;
      }

.results-intro-wrapper .events-calendar ul.other-months li a {
          color: rgb(179, 179, 0);
        }

.results-intro-wrapper .events-calendar h5.no-results {
      color: #DDDEDF;
      font-size: 2.5em;
      display: block;
      width: 100%;
      text-align: center;
      -ms-flex-item-align: center;
          align-self: center;
      margin: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
    }

.results-intro-wrapper .results-intro h6, .results-intro-wrapper .events-calendar h6 {
      margin: 0 0 1em;
      color: #999999;
      text-transform: uppercase;
      font-size: 1.5em;
    }

@media screen and (min-width: 768px) {
  .results-intro-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 75%;
            flex: 1 1 75%;
  }
}

@media screen and (max-width: 1024px) {
  .results-intro-wrapper {
    padding: 2rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
    .results-intro-wrapper .results-intro {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }

      .results-intro-wrapper .results-intro .intro-detail {
        width: 100%;
      }
      .results-intro-wrapper .results-intro .btn {
        margin-top: 32px;
        margin-top: 2rem;
      }
    .results-intro-wrapper .events-calendar {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      padding-right: 0;
      border-right: none;
      margin-right: 0;
      margin-bottom: 32px;
      margin-bottom: 2rem;
      border-bottom: 1px solid #999999;
      padding-bottom: 32px;
      padding-bottom: 2rem;
      position: relative;
    }
}

@media screen and (max-width: 767px) {
  .results-intro-wrapper {
    padding: 2rem;
    margin: 0 10%;
    width: 80%;
    display: inline-block;
  }
}

.event-list {
  display: block;
  width: 100%;
}

.event-list__date-range {
  margin-top: 0.25em;
  margin-bottom: 0.5em;
}

.event-list .location-title {
  display: block;
  width: 100%;
  padding: 48px;
  padding: 3rem;
  background: #161414;
  text-align: center;
}

.event-list .location-title h3 {
    color: white;
    margin: 0;
    font-weight: normal;
    display: block;
    width: 100%;
  }

@media screen and (max-width: 767px) {
    .event-list .location-title h3 {
      font-size: 2.25em;
    }
}

.event-list .location-title.no-results {
  margin-bottom: 80px;
  margin-bottom: 5rem;
}

.event-list .moth-event {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  text-align: left;
  border-bottom: 1px solid #DDDEDF
}

.event-list .moth-event:last-child {
  border-bottom: none;
}

.event-list .moth-event .event-details {
    background: white;
    padding: 96px 48px;
    padding: 6rem 3rem;
    margin-top: 0;
    position: relative;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.event-list .moth-event .event-details .date-bubble, .event-list .moth-event .event-details .event-content {
      padding: 0 48px;
      padding: 0 3rem;
    }

.event-list .moth-event .event-details .event-content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(100% - 130px);
              flex: 1 1 calc(100% - 130px);
      padding-right: 0;
    }

.event-list .moth-event .date-bubble {
    position: relative;
    top: auto;
    left: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 130px;
            flex: 1 1 130px;
    max-width: 130px;
}

.event-list .moth-event h6 {
    margin: 0;
    color: rgb(179, 179, 0);
    font-weight: normal;
    font-size: 1.4em;
}

.event-list .moth-event h4 {
    font-weight: normal;
    margin: 0.5em 0 0;
}

.event-list .moth-event h4 a {
      color: #5d5d5d;
    }

.event-list .moth-event p.location {
    text-transform: uppercase;
    font-weight: bold;
    color: #999999;
    font-size: 1.5em;
    padding-bottom: 1.5em;
    margin-bottom: 1.5em;
    position: relative;
}

.event-list .moth-event p.location:after {
  content: '';
  width: 75%;
  height: 1px;
  background: #DDDEDF;
  position: absolute;
  bottom: 0;
  left: 0;
}

.event-list .moth-event p.event-time {
    color: rgb(179, 179, 0);
}

.event-list .moth-event .venue-detail p {
      color: #5d5d5d;
    }

.event-list .moth-event .venue-detail p a {
      color: rgb(179, 179, 0);
    }

.event-list .moth-event .btn {
    margin: 1em 0 0;
}

.event-list .moth-event .event-description {
    font-size: 1.5em;
    background: #F9F9F9;
    padding: 96px 48px;
    padding: 6rem 3rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 40%;
            flex: 1 1 40%;
}

.event-list .moth-event .event-description p {
      margin: 0;
      font-size: 1.1em;
      line-height: 1.75;
    }

.event-list .moth-event .event-description p a {
        color: rgb(179, 179, 0);
        border-bottom-color: rgb(179, 179, 0);
      }

.event-list .moth-event .event-description p.event-details-label {
      font-size: 1em;
      margin-bottom: 1em;
    }

.no-touchevents .event-list .moth-event h4 a:hover {
  color: rgb(179, 179, 0);
}

@media screen and (max-width: 1024px) {
  .event-list .moth-event {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: none;
    margin-bottom: 2rem;
  }
    .event-list .moth-event .event-details {
      padding: 64px 32px;
      padding: 4rem 2rem;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
    }
    .event-list .moth-event .event-description {
      padding: 4rem 2rem 4rem calc(5rem + 130px);
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
              flex: 1 1 auto;
    }
}

@media screen and (max-width: 767px) {
    .event-list .moth-event h4 {
      font-size: 2.6em;
      font-weight: bold;
      margin: 0.25em 0 0;
    }
    .event-list .moth-event p.location {
      margin-top: 6px;
      text-transform: none;
    }
    .event-list .moth-event .event-details {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 32px 32px 48px;
      padding: 2rem 2rem 3rem;
    }
      .event-list .moth-event .event-details .event-content {
        padding-left: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1 1 100%;
                flex: 1 1 100%;
      }
    .event-list .moth-event .event-description {
      padding: 32px;
      padding: 2rem;
    }
      .event-list .moth-event .event-description p {
        font-size: 0.9em;
      }
}

.date-bubble {
  width: 130px;
  height: 130px;
  border: 5px solid #D7D600;
  background: white;
  border-radius: 50%;
  line-height: 1;
  position: relative;
  text-align: center;
}

.date-bubble span {
    color: #020202;
    display: block;
    position: relative;
    line-height: 1;
    margin: 0;
    width: 100%;
  }

.date-bubble .date-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 120px;
    left: 0;
    right: 0;
    text-align: center;
  }

.date-bubble .day {
    color: #D7D600;
    font-size: 1.2em;
    margin-bottom: 4px;
  }

.date-bubble .month {
    padding-bottom: 8px;
    margin-bottom: 8px;
    font-size: 1.4em;
    font-weight: bold;
  }

.date-bubble .numeric-day {
    font-size: 4em
  }

.date-bubble .numeric-day:before {
  content: '';
  position: absolute;
  height: 2px;
  width: 30px;
  background: rgb(204, 204, 0);
  top: -8px;
  right: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  .date-bubble {
    width: 105px;
    height: 105px;
  }
    .date-bubble .date-wrapper {
      width: 95px;
    }
    .date-bubble .month {
      font-size: 1.25em;
    }
    .date-bubble .numeric-day {
      font-size: 2.8em;
    }
    .upcoming-events .date-bubble {
      -webkit-box-flex: initial;
          -ms-flex: initial;
              flex: initial;
    }
    .upcoming-events .single-event-preview {
      max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .event-list .moth-event .event-details .date-bubble {
      width: 100%;
      -ms-flex-preferred-size: 3em;
          flex-basis: 3em;
      display: block;
      border: none;
      height: auto;
      padding: 0;
      margin: 0 0 0.5em;
      text-align: left;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
      max-width: none;
      border-radius: 0;
    }
      .event-list .moth-event .event-details .date-bubble .date-wrapper {
        position: relative;
        top: auto;
        -webkit-transform: none;
                transform: none;
        width: auto;
        left: auto;
        right: auto;
        text-align: left;
      }
      .event-list .moth-event .event-details .date-bubble span {
        display: inline-block;
        width: auto;
      }
      .event-list .moth-event .event-details .date-bubble .day, .event-list .moth-event .event-details .date-bubble .month, .event-list .moth-event .event-details .date-bubble .numeric-day {
        margin: 0;
        color: rgb(179, 179, 0);
        font-weight: normal;
        font-size: 1.4em;
        padding: 0;
        font-weight: normal
      }
      .event-list .moth-event .event-details .date-bubble .day:before, .event-list .moth-event .event-details .date-bubble .month:before, .event-list .moth-event .event-details .date-bubble .numeric-day:before {
    content: none;
    display: none;
  }
}


.selectEventLocation {
  display: inline;
  display: initial;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

span.select2.select2-container.select2-container--default.select2-container--focus {
  width: 100% !important;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--open {
  width: 100% !important;
}

span.select2.select2-container.select2-container--default.select2-container--below {
  width: 100% !important;
}

.select2-results__option {
  font-size: 20px;
}

.select2-results__option--highlighted[aria-selected] {
  background-color: #D7D600 !important;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.select2-results__option--highlighted[aria-selected=true] {
  background-color: #DDDEDF !important;
}

.select2-search__field {
  padding: 16px;
  border-radius: 4px;
}

span.select2-selection.select2-selection--single {
  padding: 10px;
  height: auto !important;
  height: initial !important;
  border: 1px solid #DDDEDF;
}

.select2-selection__rendered {
  text-align: left;
  font-weight: 700;
  font-size: 32px;
  font-size: 2rem;
}

.select2-search__field {
  padding: 12px;
  font-size: 20px;
  -webkit-appearance: none;
}

span.select2-selection.select2-selection--single span.select2-selection__arrow b {
      top: 90%;
      left: -25%;
      border-width: 7px 7px 0 7px;
      border-radius: 4px;
    }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {  
  border-width: 0px 7px 7px 7px !important;
}

.story .page-intro .text-editor {
  margin-top: 5em;
}

.story .page-intro .share {
  margin-top: 0;
}

.most-recent-stories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: center;
  padding: 35px 30px 50px 30px;
  background: white;
  width: 100%;
}

.most-recent-stories .story-content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333333%;
            flex: 1 1 33.333333%;
    max-width: 33.333333%;
    padding: 0 30px 10px 30px;
    text-align: left;
  }

.most-recent-stories .story-content h6 {
      color: white;
      font-size: 2.75em;
      margin: 0 0 1em;
    }

.most-recent-stories .story-content p {
      color: #999999;
      font-size: 1.5em;
      line-height: 2;
    }

.most-recent-stories .story-content .square-img, .most-recent-stories .story-content .circle-img {
      display: block;
      border-bottom: none;
    }

.most-recent-stories .story-content h5 {
      color: #D7D600;
      font-size: 1.5em;
      font-weight: normal;
      margin: 2em 0 0.5em;
    }

.most-recent-stories .story-content h6 {
      font-weight: normal;
      margin: 1em 0 0;
      color: #020202;
    }

.most-recent-stories .story-content h6 a {
        color: #020202;
      }

.most-recent-stories .story-content h5 + h6 {
      margin: 0;
    }

.most-recent-stories .story-content p.meta {
      font-size: 1.4em;
      color: #020202;
      margin: 0 0 1em;
    }

.no-touchevents .most-recent-stories .story-content h6 a:hover {
  color: rgb(179, 179, 0);
}

@media screen and (max-width: 1024px) {
  .most-recent-stories {
    padding: 3rem 2rem;
  }
    .most-recent-stories .story-content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.333333%;
              flex: 1 1 33.333333%;
      max-width: 33.333333%;
      padding: 0 2em;
      margin-bottom: 4em;
    }
}

@media screen and (max-width: 767px) {
  .most-recent-stories {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 2rem 0 3rem;
  }
    .most-recent-stories h3 {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
    }
    .most-recent-stories .story-content {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%;
      padding: 2em 2em 0;
      margin: 2em 0 0;
      border-top: 1px solid #DDDEDF
    }
    .most-recent-stories .story-content:first-of-type {
    border-top: none;
    margin-top: 0;
  }
    .most-recent-stories .story-content .square-img, .most-recent-stories .story-content .circle-img {
        display: none;
  }
    .most-recent-stories .story-content h5 {
        margin: 0 0 0.5em;
  }
    .most-recent-stories .story-content h6 {
        margin: 0;
  }
}

.most-recent-stories.storytellers .story-content h6 {
      margin: 0 0 0.5em;
    }

.story-meta {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #F9F9F9;
  -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .35), inset 0 -10px 10px -10px rgba(0, 0, 0, .15);
          box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .35), inset 0 -10px 10px -10px rgba(0, 0, 0, .15);
  padding: 56px 80px;
  padding: 3.5rem 5rem;
}

.story-meta .left {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
    max-width: 35%;
  }

.story-meta .center {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
    max-width: 30%;
  }

.story-meta .right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 35%;
            flex: 1 1 35%;
    max-width: 35%;
  }

.story-meta h6 {
    margin: 0 0 10px;
    color: #5d5d5d;
    font-size: 1.5em;
  }

.story-meta p {
    color: #5d5d5d;
    font-size: 1.5em;
    margin: 5px 0 15px;
    line-height: 1.3;
  }

.story-meta p a {
      color: rgb(179, 179, 0);
    }

.story-meta ul {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 5px 0 15px;
  }

.story-meta ul li {
      width: 50%;
      display: inline-block;
      font-size: 1.5em;
      line-height: 1.8;
    }

.story-meta ul li a {
        color: rgb(179, 179, 0);
      }

.story-meta .right ul {
      width: 100%;
      position: relative;
    }

.story-meta .right ul li {
        float: left;
        display: inline;
      }

@media screen and (max-width: 1024px) {
    .story-meta .left {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.33333%;
              flex: 1 1 33.33333%;
      max-width: 33.33333%;
    }
    .story-meta .center {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.33333%;
              flex: 1 1 33.33333%;
      max-width: 33.33333%;
    }
    .story-meta .right {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 33.33333%;
              flex: 1 1 33.33333%;
      max-width: 33.33333%;
    }
      .story-meta ul li {
        width: 100%;
        display: block;
      }
}

@media screen and (max-width: 767px) {
  .story-meta {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 3rem;
  }
    .story-meta .left, .story-meta .center, .story-meta .right {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 100%;
              flex: 1 1 100%;
      max-width: 100%;
    }
}

.story-video {
  width: 100%;
  background: #F9F9F9;
  padding: 64px 48px;
  padding: 4rem 3rem;
}

.extras {
  margin-top: 40px;
  margin-top: 2.5rem;
  width: 100%;
  background: white;
}

.extras h3.extra-title {
    display: block;
    width: 100%;
    text-align: center;
    color: #5d5d5d;
    font-weight: normal;
    background: white;
    margin: 0;
    padding: 64px 32px;
    padding: 4rem 2rem;
  }

.extras h4.extra-subtitle {
    display: block;
    width: 100%;
    text-align: center;
    color: black;
    font-weight: normal;
    background: white;
    margin: 0;
    font-size: 30px;
    font-size: 48px;
    font-size: 3.0rem;
    padding: 32px 32px;
    padding: 2rem 2rem;
  }

.extras h4.extra-subtitle i {
      font-size: 0.5em;
      position: relative;
      top: -5px;
    }

.extras h4.extra-subtitle a {
      color: black;
    }

.extras .extra-block {
    background: #F9F9F9;
    font-size: 1.75em;
    padding: 64px 256px;
    padding: 4rem 16rem;
    margin: 0 0 8px;
  }

.extras .extra-block img {
      display: block;
      margin: 0 auto;
      max-width: 100%;
    }

.extras .extra-block .caption {
      font-size: 0.9em;
      max-width: 400px;
      width: 100%;
      color: #5d5d5d;
    }

.extras .extra-block .extra-title i {
      font-size: 0.5em;
      position: relative;
      top: -5px;
    }

.extras .extra-block .extra-title a {
      color: black
    }

.extras .extra-block .extra-title a:hover {
  color: rgb(191, 191, 0);
}

.extras .extra-block .embellished-blockquote {
      margin: 0;
    }

.extras .extra-block.instagram iframe {
      margin: 0 auto !important;
    }

@media screen and (max-width: 767px) {
    .extras .extra-block {
      padding: 64px 32px;
      padding: 4rem 2rem;
    }
      .extras .extra-block .caption {
        max-width: 400px;
      }
}

.story-music {
  width: 100%;
  background: #F9F9F9;
  padding: 64px 192px;
  padding: 4rem 12rem;
  font-size: 1.75em;
}

.story-music h4 {
    margin: 0 0 1em;
  }

.story-music ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

.story-music ul li {
      margin-bottom: 1em;
      font-size: 0.95em;
      line-height: 1.6;
    }

.story-music ul li .light {
        color: #999999;
        margin-right: 8px;
        font-size: 0.9em;
      }

.story-music ul li a {
        position: relative;
        color: rgb(179, 179, 0);
        text-decoration: none;
        margin-right: 8px;
        padding-right: 14px;
        font-size: 0.9em
      }

.story-music ul li a:after {
  content: "|";
  position: absolute;
  top: -4px;
  right: 0;
}

.story-music ul li a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.story-music ul li a:last-child:after {
  content: none;
}

@media screen and (max-width: 767px) {
  .story-music {
    padding: 4rem 2rem;
  }
}

.full-width .upcoming-events {
  text-align: center;
  display: block;
  padding: 64px 192px 96px;
  padding: 4rem 12rem 6rem;
  background: url(../jpg/upcoming_events.jpg) no-repeat center center #020202;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .full-width .upcoming-events .upcoming-events__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
}
.full-width .upcoming-events .single-event-preview {

    max-width: calc(50% - 2em);
    margin-bottom: 4em;
    float: left;
}
@media screen and (min-width: 768px) {
  .full-width .upcoming-events .single-event-preview {
      -webkit-box-flex: 1;
          -ms-flex: 1 1 calc(50% - 2em);
              flex: 1 1 calc(50% - 2em);
  }
}
.full-width .upcoming-events h3, .full-width .upcoming-events .embellishment {
    display: block;
}
.full-width .upcoming-events .btn-wrapper {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.full-width .upcoming-events .btn {
    margin: 0 auto;
}
.full-width .upcoming-events h3 {
    color: white;
}
@media screen and (max-width: 1024px) {
  .full-width .upcoming-events {
    padding: 3rem 5rem 5rem;
  }
}
@media screen and (max-width: 767px) {
  .full-width .upcoming-events {
    padding: 2rem 3rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
    .full-width .upcoming-events .single-event-preview {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      max-width: 100%;
      width: 100%;
      margin-bottom: 1em;
    }
    .full-width .upcoming-events .btn {
      margin: 2em auto;
    }
}
.homepage.most-recent-stories {
  width: 85%;
  margin: 0 auto;
}
.homepage.most-recent-stories .story-content h6 {
      font-size: 36px;
      font-size: 2.25rem;
    }
@media screen and (max-width: 1024px) {
  .homepage.most-recent-stories {
    padding: 3rem 3rem 2rem;
  }
}
@media screen and (max-width: 767px) {
  .homepage.most-recent-stories {
    padding: 2rem 0 3rem;
    width: 100%;
  }
    .homepage.most-recent-stories h3 {
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
    }
    .homepage.most-recent-stories .embellished-title + .embellishment {
      margin-bottom: 0;
    }
}
.homepage.recent-dispatches {
  width: 85%;
  margin: 0 auto;
  padding: 40px 48px;
  padding: 2.5rem 3rem;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, .08);
          box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, .08);
}
.recent-dispatches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  background: #F9F9F9;
  -webkit-box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, .08);
          box-shadow: inset 0px 0px 15px 0px rgba(0, 0, 0, .08);
}
.recent-dispatches .dispatch-preview {
    margin: 2em;
    background: white;
    padding: 1em;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    width: 50%;
  }
@media screen and (max-width: 1024px) {
  .recent-dispatches {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
    .recent-dispatches .dispatch-preview {
      margin: 1em 0;
      width: 100%;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none;
    }
}
.homepage.recent-dispatches .dispatch-preview {
    border-bottom: none;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .07);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .07);
  }
.homepage.recent-dispatches .dispatch-preview h3, .homepage.recent-dispatches .dispatch-preview h4 {
      font-size: 36px;
      font-size: 2.25rem;
      font-weight: normal;
    }
.homepage.recent-dispatches .dispatch-preview .meta {
      margin: 0 0 0
    }
.homepage.recent-dispatches .dispatch-preview .meta:first-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
      .homepage.recent-dispatches .dispatch-preview h3, .homepage.recent-dispatches .dispatch-preview h4 {
        line-height: 1.25;
        margin: 0.5em 0;
      }
}
@media screen and (max-width: 767px) {
  .homepage.recent-dispatches {
    width: 90%;
    padding: 1rem 2rem;
  }
    .homepage.recent-dispatches .dispatch-preview {
      margin: 16px 0;
      margin: 1rem 0;
    }
}
.homepage-ad {
  position: relative;
  top: 0px;
  margin-top: 4px;
  /* left: ~spacing.sitePadding; */
  padding: 16px 32px;
  padding: 1rem 2rem;
  border: 1px solid rgba(255, 255, 255, .5);
}
.homepage-ad p {
    display: inline-block;
    color: white;
    font-size: 1.4em;
    margin: 0;
  }
@media screen and (max-width: 1024px) {
  .homepage-ad {
    top: 0;
    margin-top: 0;
    /* left: ~spacing.tabletSitePadding; */
  }
}
@media screen and (max-width: 767px) {
  .homepage-ad {
    left: auto;
    position: relative;
    top: auto;
    padding: 1rem 2rem;
    border: 1px solid rgba(255, 255, 255, .5);
  }
    .homepage-ad p {
      display: inline-block;
      color: white;
      font-size: 1.4em;
      margin: 0;
      width: 100%;
    }
      .homepage-ad p a {
        display: inline-block;
        width: 100%;
      }
    .homepage-ad .fa.fa-caret-right {
      display: inline;
    }

}

.dispatch-container, .dispatches-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-top: 80px;
  padding-top: 5rem;
}
  .dispatch-container .moth-dispatch, .dispatch-container .moth-dispatches, .dispatches-home .moth-dispatch, .dispatches-home .moth-dispatches {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 75%;
            flex: 1 0 75%;
    width: 75%;
    max-width: 75%;
  }
  .dispatch-container .moth-dispatch .intro-copy, .dispatch-container .moth-dispatches .intro-copy, .dispatches-home .moth-dispatch .intro-copy, .dispatches-home .moth-dispatches .intro-copy {
      width: 100%;
    }
  .dispatch-container .dispatch-sidebar, .dispatches-home .dispatch-sidebar {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 25%;
            flex: 1 0 25%;
    width: 25%;
    max-width: 25%;
  }
  .dispatch-container .dispatch-sidebar .secondary-navigation, .dispatches-home .dispatch-sidebar .secondary-navigation {
      width: 100%;
    }

@media screen and (max-width: 1024px) {
    .dispatch-container .moth-dispatch, .dispatch-container .moth-dispatches, .dispatches-home .moth-dispatch, .dispatches-home .moth-dispatches {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      width: 100%;
      max-width: 100%;
    }
    .dispatch-container .dispatch-sidebar, .dispatches-home .dispatch-sidebar {
      -webkit-box-flex: 1;
          -ms-flex: 1 0 100%;
              flex: 1 0 100%;
      width: 100%;
      max-width: 100%;
      margin-top: 32px;
      margin-top: 2rem;
      -webkit-box-ordinal-group: 100;
          -ms-flex-order: 99;
              order: 99;
    }
}

@media screen and (max-width: 767px) {
  .dispatch-container, .dispatches-home {
    padding-top: 0;
  }
      .dispatch-container .dispatch-sidebar .secondary-navigation, .dispatches-home .dispatch-sidebar .secondary-navigation {
        margin: 0;
      }
      .dispatch-container .moth-dispatch .intro-copy, .dispatch-container .moth-dispatches .intro-copy, .dispatches-home .moth-dispatch .intro-copy, .dispatches-home .moth-dispatches .intro-copy {
        margin: 0;
      }
}

.moth-dispatch .page-intro, .moth-dispatches .page-intro {
    padding: 0;
    display: inline-block;
  }

.moth-dispatch .page-intro .intro-copy, .moth-dispatches .page-intro .intro-copy {
      padding-top: 0;
    }

@media screen and (max-width: 1024px) {
    .moth-dispatch .page-intro, .moth-dispatches .page-intro {
      margin-bottom: 64px;
      margin-bottom: 4rem;
      width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .moth-dispatches .page-intro {
      padding: 0 32px;
      padding: 0 2rem;
    }
    .moth-dispatch .page-intro {
      padding: 48px 32px 0;
      padding: 3rem 2rem 0;
    }
}

.moth-dispatch .page-intro .share {
      margin-top: 1.5em;
    }

.moth-dispatch .page-intro .blog-pager {
    font-size: 1.3em;
    -ms-flex-item-align: start;
        align-self: flex-start;
    display: block;
    margin: 0 0 4em;
  }

.moth-dispatch .page-intro .blog-pager a {
      color: #DDDEDF;
    }

.moth-dispatch .page-intro .meta {
    font-size: 1.5em;
    color: #909295;
  }

.no-touchevents .moth-dispatch .page-intro .blog-pager a:hover {
  color: #D7D600;
  border-color: transparent;
}

.article-body-wrapper {
  background: white;
  padding: 72px 112px;
  padding: 4.5rem 7rem;
  text-align: left;
  text-align: initial;
  color: initial;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
  width: 100%;
  max-width: 100%;
  display: block;
  font-size: 1.75em;
  line-height: 1.75;
}

.article-body-wrapper .blog-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #DDDEDF;
    padding-top: 72px;
    padding-top: 4.5rem;
    margin-top: 64px;
    margin-top: 4rem;
  }

.article-body-wrapper h2, .article-body-wrapper h5 {
    color: #5d5d5d;
  }

.article-body-wrapper a {
    color: rgb(179, 179, 0);
  }

.no-touchevents .article-body-wrapper a:hover {
  color: rgb(128, 128, 0);
}

@media screen and (max-width: 1024px) {
  .article-body-wrapper {
    padding: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .article-body-wrapper {
    padding: 2rem 3rem;
    font-size: 1.5em;
  }
}

.article-body-wrapper .full-width-image {
    margin: 96px 0;
    margin: 6rem 0;
  }

.article-body-wrapper .full-width-image img {
      display: block;
      width: 100%;
    }

.article-body-wrapper .full-width-image .caption {
      color: #999999;
      display: block;
      width: 70%;
    }

@media screen and (max-width: 1024px) {
    .article-body-wrapper .full-width-image {
      margin: 48px 0;
      margin: 3rem 0;
    }
}

@media screen and (max-width: 767px) {
    .article-body-wrapper .full-width-image {
      margin: 32px 0;
      margin: 2rem 0;
    }
      .article-body-wrapper .full-width-image .caption {
        width: 100%;
      }
}

.article-body-wrapper .vertical-image {
    margin: 96px 0;
    margin: 6rem 0;
  }

.article-body-wrapper .vertical-image img {
      display: block;
      width: auto;
      max-width: 100%;
      margin: 0 auto;
    }

.article-body-wrapper .vertical-image .caption {
      color: #999999;
      display: block;
      margin: 1em auto 0;
      text-align: center;
      width: 80%;
    }

.article-body-wrapper .video-wrapper {
    margin-top: 96px;
    margin-top: 6rem;
  }

.dispatch-preview-bite, .dispatch-preview {
  width: 100%;
  background: white;
  padding: 56px 128px;
  padding: 3.5rem 8rem;
  border-bottom: 2px solid #DDDEDF;
  font-size: 1.5em;
  line-height: 1.75;
}

.dispatch-preview-bite h3, .dispatch-preview-bite h4, .dispatch-preview h3, .dispatch-preview h4 {
    margin: 0;
    font-size: 1.7em;
  }

.dispatch-preview-bite h3 a, .dispatch-preview-bite h4 a, .dispatch-preview h3 a, .dispatch-preview h4 a {
      color: #020202;
    }

.dispatch-preview-bite .meta, .dispatch-preview .meta {
    margin: 0 0 1.5em;
    color: #5d5d5d;
  }

.dispatch-preview-bite .meta .accent, .dispatch-preview .meta .accent {
      color: rgb(179, 179, 0);
    }

.dispatch-preview-bite .meta:first-of-type, .dispatch-preview .meta:first-of-type {
  margin-bottom: 1em;
}

.dispatch-preview-bite .read-more, .dispatch-preview .read-more {
    margin-bottom: 0;
  }

.dispatch-preview-bite .read-more a, .dispatch-preview .read-more a {
      color: rgb(179, 179, 0);
    }

.no-touchevents .dispatch-preview-bite h3 a:hover, .no-touchevents .dispatch-preview-bite h4 a:hover, .dispatch-preview h3 a:hover, .dispatch-preview h4 a:hover {
  color: rgb(179, 179, 0);
}

@media screen and (max-width: 767px) {
  .dispatch-preview-bite, .dispatch-preview {
    padding: 3.5rem 2rem;
  }
}

.dispatch-preview-bite.centered h3 {
    text-align: center;
  }

.dispatch-list {
  margin: 48px 0;
  margin: 3rem 0;
}

/* Mini nav and content blocks above form pages */

.mini-nav,
.top-header {
  display: inline-block;
  height: 100%;
  vertical-align: top;
}

.mini-nav {
  width: 30%;
  background: #020202;
}

.top-header {
  padding: 0 112px;
  padding: 0 7rem;
  width: 70%;
  text-align: center;
}

.top-content {
  margin: 0 auto;
  padding: 48px 0;
  padding: 3rem 0;
  width: 85%;
  height: 480px;
  height: 30rem;

}

.top-content span {
    color: #fff;
  }

/* Forms */

form.submitted > *:not(.submit-btn-wrapper) {
  overflow: hidden;
  padding: 0;
  max-width: 0;
  max-height: 0;
}

form .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

form .input-and-label-group {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-right: 2em;
    margin-bottom: 4em;
}

form .input-and-label-group:last-child {
  margin-right: 0;
}

form label {
    display: block;
    margin-bottom: 0.75em;
    color: #999999;
    text-align: left;
    font-size: 1.6em;
}

form select {
    padding: 14px 40px 12px 16px;
    width: 100%;
    border: 1px solid #DDDEDF;
    border-radius: 5px;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAPCAYAAAARZmTlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpiZACC2Lg4ByAFwtQGDxYvWrSAEWhBApAzn4F2YAITkBBgoC0QYL508eIJfX19BSDHgAYWXADiSGYQC2jRRhpYBLLAERgnH5hhIlS2CG4BiMOMLEMli1AswLCEChZhWIDVEgoswmoBTkvIsAinBXgtIcEivBYQtIQIiwhaQJQleCwiygKiLcFiEdEWkAWABSrJSRsgwABVGl2dTy4zVwAAAABJRU5ErkJggg==) no-repeat calc(100% - 15px) 50%;
    background-color: white;
    background-size: 13px 8px;
    color: #020202;
    font-weight: bold;
    font-size: 2em;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

form select::-ms-expand {
    display: none;
    /* Good browsers :) */
    opacity:0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*IE10 and 11 specific*/

@media screen and (min-width:0\0) {
  select {
    padding: 5px;
    background:none;
  }
}

@media screen and (max-width: 767px) {
    form .form-group {
      display: block;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: auto;
              flex-direction: auto;
      -webkit-box-pack: auto;
          -ms-flex-pack: auto;
              justify-content: auto;
    }
    form .input-and-label-group {
      margin-right: 0;
    }
    form .form-field {
      width: 100%;
    }
  .forms-max-width-container {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
  .submit-btn-wrapper {
    padding: 1em 0;
  }
}

.form-field-title {
  color: #999999;
  font-size: 20.8px;
  font-size: 1.3rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.forms-wrapper {
  margin: 0 auto;
  background-color: #FFF;
  color: #DDDEDF;
}

.icon-wrapper {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat
}

.icon-wrapper.who {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEwMC4zIDEwMi4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAuMyAxMDIuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZyBpZD0iV3JpdGUiIGRpc3BsYXk9Im5vbmUiPg0KCTxnIGRpc3BsYXk9ImlubGluZSI+DQoJCTxnPg0KCQkJPGc+DQoJCQkJPGRlZnM+DQoJCQkJCTxwYXRoIGlkPSJTVkdJRF8xXyIgZD0iTTUwLjIsOTlDMjMuOCw5OSwyLjMsNzcuNiwyLjMsNTEuMlMyMy44LDMuMyw1MC4yLDMuM1M5OCwyNC44LDk4LDUxLjJTNzYuNiw5OSw1MC4yLDk5eiBNNTAuMiw1LjMNCgkJCQkJCUMyNC45LDUuMyw0LjMsMjUuOSw0LjMsNTEuMkM0LjMsNzYuNSwyNC45LDk3LDUwLjIsOTdDNzUuNSw5Nyw5Niw3Ni41LDk2LDUxLjJDOTYsMjUuOSw3NS41LDUuMyw1MC4yLDUuM3oiLz4NCgkJCQk8L2RlZnM+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQkJPC9jbGlwUGF0aD4NCgkJCQk8ZyBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIj4NCgkJCQkJPGRlZnM+DQoJCQkJCQk8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik0xMzAuNSwxMDAuMkgtNTIuN3YtMTEyaDE4My4yVjEwMC4yeiBNLTUwLjcsOTguMmgxNzkuMnYtMTA4SC01MC43Vjk4LjJ6Ii8+DQoJCQkJCTwvZGVmcz4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfM18iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIj4NCgkJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzNfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQkJPC9jbGlwUGF0aD4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCQk8Zz4NCgkJCQk8Zz4NCgkJCQkJPGRlZnM+DQoJCQkJCQk8Y2lyY2xlIGlkPSJTVkdJRF81XyIgY3g9IjUwLjIiIGN5PSI1MS4yIiByPSI0Mi4xIi8+DQoJCQkJCTwvZGVmcz4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfNV8iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzZfIj4NCgkJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzVfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQkJPC9jbGlwUGF0aD4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCTwvZz4NCgkJPGc+DQoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNzAuNCw0Mi45Yy0wLjEtMS4xLTAuNC0yLTEtMi45Yy0xLjEtMS44LTIuNi0zLjMtNC41LTQuNGMtMC44LTAuNS0xLjctMC44LTIuNy0wLjgNCgkJCQljLTAuMi0wLjEtMC41LDAuMS0wLjcsMC40Yy0yLjEsMi4xLTQuMiw0LjItNi4zLDYuM2MtMywzLTYsNi05LjEsOWMtMi43LDIuNy01LjUsNS41LTguMiw4LjJjLTAuNCwwLjQtMC45LDAuOC0xLjEsMS41DQoJCQkJYy0wLjIsMS4zLTAuNiwyLjYtMC44LDMuOWMtMC4yLDEuMS0wLjQsMi4xLTAuNiwzLjJjLTAuMiwwLjktMC40LDEuOS0wLjYsMi44Yy0wLjEsMC40LTAuMSwwLjUsMC40LDAuNGMxLjMtMC4zLDIuNi0wLjUsMy45LTAuOA0KCQkJCWMwLjgtMC4yLDEuNi0wLjQsMi40LTAuNmMxLTAuMiwyLjEtMC40LDMuMS0wLjZjMC41LTAuMSwxLjEtMC4zLDEuNS0wLjdjMC41LTAuNiwxLjEtMS4xLDEuNi0xLjdjMy4xLTMuMSw2LjEtNi4xLDkuMi05LjINCgkJCQljMi44LTIuOCw1LjYtNS42LDguNC04LjRjMS42LTEuNiwzLjItMy4yLDQuOC00LjhDNzAuMyw0My40LDcwLjQsNDMuMiw3MC40LDQyLjl6IE00NS45LDY1LjhjLTAuNCwwLjQtMC43LDEtMS40LDEuMQ0KCQkJCWMtMSwwLjItMiwwLjQtMy4xLDAuN2MtMC4yLDAtMC4zLDAtMC41LTAuMmMtMC43LTEuMy0xLjctMi4zLTIuOS0zLjFjLTAuMSwwLTAuMS0wLjEtMC4yLTAuMWMtMC41LTAuMy0wLjQtMC4zLTAuMy0wLjgNCgkJCQljMC4yLTAuOCwwLjQtMS42LDAuNS0yLjRjMC4xLTAuOCwwLjctMS4zLDEuMi0xLjhjMC4xLTAuMSwwLjQtMC4xLDAuNiwwYzEuMiwwLjMsMi4yLDAuOSwzLjEsMS43YzAuOCwwLjcsMS40LDEuNCwyLDIuMw0KCQkJCWMwLjUsMC43LDAuOCwxLjUsMC45LDIuNEM0NS45LDY1LjcsNDUuOSw2NS44LDQ1LjksNjUuOHoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJSZWNvcmQiIGRpc3BsYXk9Im5vbmUiPg0KCTxnIGRpc3BsYXk9ImlubGluZSI+DQoJCTxnPg0KCQkJPGc+DQoJCQkJPGRlZnM+DQoJCQkJCTxwYXRoIGlkPSJTVkdJRF83XyIgZD0iTTUwLjIsOTlDMjMuOCw5OSwyLjMsNzcuNiwyLjMsNTEuMlMyMy44LDMuMyw1MC4yLDMuM1M5OCwyNC44LDk4LDUxLjJTNzYuNiw5OSw1MC4yLDk5eiBNNTAuMiw1LjMNCgkJCQkJCUMyNC45LDUuMyw0LjMsMjUuOSw0LjMsNTEuMlMyNC45LDk3LDUwLjIsOTdTOTYsNzYuNSw5Niw1MS4yUzc1LjUsNS4zLDUwLjIsNS4zeiIvPg0KCQkJCTwvZGVmcz4NCgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF83XyIgIG92ZXJmbG93PSJ2aXNpYmxlIiBmaWxsPSIjRDdENjAwIi8+DQoJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF84XyI+DQoJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzdfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQk8L2NsaXBQYXRoPg0KCQkJCTxnIGNsaXAtcGF0aD0idXJsKCNTVkdJRF84XykiPg0KCQkJCQk8ZGVmcz4NCgkJCQkJCTxyZWN0IGlkPSJTVkdJRF85XyIgeD0iLTUxLjciIHk9Ii0xMC44IiB3aWR0aD0iMTgxLjIiIGhlaWdodD0iMTEwIi8+DQoJCQkJCTwvZGVmcz4NCgkJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8xMF8iPg0KCQkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfOV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPg0KCQkJCQk8L2NsaXBQYXRoPg0KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF85XyIgIG92ZXJmbG93PSJ2aXNpYmxlIiBmaWxsPSJub25lIiBzdHJva2U9IiNEN0Q2MDAiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLW1pdGVybGltaXQ9IjEwIi8+DQoJCQkJPC9nPg0KCQkJPC9nPg0KCQkJPGc+DQoJCQkJPGc+DQoJCQkJCTxkZWZzPg0KCQkJCQkJPGNpcmNsZSBpZD0iU1ZHSURfMTFfIiBjeD0iNTAuMiIgY3k9IjUxLjIiIHI9IjQyLjEiLz4NCgkJCQkJPC9kZWZzPg0KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xMV8iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzEyXyI+DQoJCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xMV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPg0KCQkJCQk8L2NsaXBQYXRoPg0KCQkJCTwvZz4NCgkJCTwvZz4NCgkJPC9nPg0KCQk8Zz4NCgkJCTxnPg0KCQkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MC4yLDYwLjNMNTAuMiw2MC4zYy0zLjEsMC01LjctMi41LTUuNy01LjdWNDAuOWMwLTMuMSwyLjUtNS43LDUuNy01LjdoMGMzLjEsMCw1LjcsMi41LDUuNyw1Ljd2MTMuOA0KCQkJCQlDNTUuOCw1Ny44LDUzLjMsNjAuMyw1MC4yLDYwLjN6Ii8+DQoJCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTUwLjIsNjVjLTUuNywwLTEwLjMtNC4xLTEwLjMtOS4xVjQ1LjdjMC0wLjcsMC42LTEuMywxLjMtMS4zYzAuNywwLDEuMywwLjYsMS4zLDEuM3YxMC4xDQoJCQkJCWMwLDMuNiwzLjUsNi41LDcuOCw2LjVzNy44LTIuOSw3LjgtNi41VjQ1LjdjMC0wLjcsMC42LTEuMywxLjMtMS4zYzAuNywwLDEuMywwLjYsMS4zLDEuM3YxMC4xQzYwLjUsNjAuOSw1NS45LDY1LDUwLjIsNjV6Ii8+DQoJCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTQ5LjksNzIuNmMtMC43LDAtMS4zLTAuNi0xLjMtMS4zdi03LjZjMC0wLjcsMC42LTEuMywxLjMtMS4zYzAuNywwLDEuMywwLjYsMS4zLDEuM3Y3LjYNCgkJCQkJQzUxLjIsNzIsNTAuNiw3Mi42LDQ5LjksNzIuNnoiLz4NCgkJCTwvZz4NCgkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01OC40LDc0SDQxLjljLTAuNywwLTEuMy0wLjYtMS4zLTEuM2MwLTAuNywwLjYtMS4zLDEuMy0xLjNoMTYuNWMwLjcsMCwxLjMsMC42LDEuMywxLjMNCgkJCQlDNTkuNyw3My40LDU5LjEsNzQsNTguNCw3NHoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJXaG9feW91X2FyZSI+DQoJPGc+DQoJCTxnPg0KCQkJPGRlZnM+DQoJCQkJPHBhdGggaWQ9IlNWR0lEXzEzXyIgZD0iTTUwLjIsOTlDMjMuOCw5OSwyLjMsNzcuNiwyLjMsNTEuMlMyMy44LDMuMyw1MC4yLDMuM1M5OCwyNC44LDk4LDUxLjJTNzYuNiw5OSw1MC4yLDk5eiBNNTAuMiw1LjMNCgkJCQkJQzI0LjksNS4zLDQuMywyNS45LDQuMyw1MS4yUzI0LjksOTcsNTAuMiw5N1M5Niw3Ni41LDk2LDUxLjJTNzUuNSw1LjMsNTAuMiw1LjN6Ii8+DQoJCQk8L2RlZnM+DQoJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xM18iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8xNF8iPg0KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzEzXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQk8L2NsaXBQYXRoPg0KCQkJPGcgY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzE0XykiPg0KCQkJCTxkZWZzPg0KCQkJCQk8cmVjdCBpZD0iU1ZHSURfMTVfIiB4PSItNTEuNyIgeT0iLTEwLjgiIHdpZHRoPSIxODEuMiIgaGVpZ2h0PSIxMTAiLz4NCgkJCQk8L2RlZnM+DQoJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8xNl8iPg0KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xNV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPg0KCQkJCTwvY2xpcFBhdGg+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTVfIiAgb3ZlcmZsb3c9InZpc2libGUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0Q3RDYwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4NCgkJCTwvZz4NCgkJPC9nPg0KCQk8Zz4NCgkJCTxnPg0KCQkJCTxkZWZzPg0KCQkJCQk8Y2lyY2xlIGlkPSJTVkdJRF8xN18iIGN4PSI1MC4yIiBjeT0iNTEuMiIgcj0iNDIuMSIvPg0KCQkJCTwvZGVmcz4NCgkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xN18iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMThfIj4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTdfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQk8L2NsaXBQYXRoPg0KCQkJPC9nPg0KCQk8L2c+DQoJPC9nPg0KCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zMS44LDY0YzAsMC0wLjQtMS44LDEuNS0yLjVjMi0wLjcsOC4yLTMuNCwxMC4xLTQuM3MyLjktMi4xLDIuNS01LjNjLTAuMSwwLTMuMi0wLjItMy40LTIuNw0KCQljLTAuMi0yLjUtMC4yLTcsMC4xLTEwLjZjMC4zLTMuNiwzLjgtNy45LDcuMS03LjljMy4zLDAsNy4xLDIuMSw4LDcuNWMwLjgsNS40LDAuMywxMC43LTAuNSwxMi4ycy0zLDEuNS0zLDEuNXMtMS4yLDMuNiwzLjEsNS41DQoJCXM4LjMsMy4xLDkuNCw0YzEuMiwwLjksMS43LDEuMywxLjcsMi41YzAsMC0zLjYsMy41LTE3LjcsMy41QzM2LjEsNjcuNSwzMiw2NCwzMiw2NCIvPg0KPC9nPg0KPC9zdmc+DQo=);
}

.icon-wrapper.record {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEwMC4zIDEwMi4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAuMyAxMDIuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZyBpZD0iV3JpdGUiIGRpc3BsYXk9Im5vbmUiPg0KCTxnIGRpc3BsYXk9ImlubGluZSI+DQoJCTxnPg0KCQkJPGc+DQoJCQkJPGRlZnM+DQoJCQkJCTxwYXRoIGlkPSJTVkdJRF8xXyIgZD0iTTUwLjIsOTlDMjMuOCw5OSwyLjMsNzcuNiwyLjMsNTEuMlMyMy44LDMuMyw1MC4yLDMuM1M5OCwyNC44LDk4LDUxLjJTNzYuNiw5OSw1MC4yLDk5eiBNNTAuMiw1LjMNCgkJCQkJCUMyNC45LDUuMyw0LjMsMjUuOSw0LjMsNTEuMkM0LjMsNzYuNSwyNC45LDk3LDUwLjIsOTdDNzUuNSw5Nyw5Niw3Ni41LDk2LDUxLjJDOTYsMjUuOSw3NS41LDUuMyw1MC4yLDUuM3oiLz4NCgkJCQk8L2RlZnM+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMl8iPg0KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8xXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQkJPC9jbGlwUGF0aD4NCgkJCQk8ZyBjbGlwLXBhdGg9InVybCgjU1ZHSURfMl8pIj4NCgkJCQkJPGRlZnM+DQoJCQkJCQk8cGF0aCBpZD0iU1ZHSURfM18iIGQ9Ik0xMzAuNSwxMDAuMkgtNTIuN3YtMTEyaDE4My4yVjEwMC4yeiBNLTUwLjcsOTguMmgxNzkuMnYtMTA4SC01MC43Vjk4LjJ6Ii8+DQoJCQkJCTwvZGVmcz4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfM18iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzRfIj4NCgkJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzNfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQkJPC9jbGlwUGF0aD4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCQk8Zz4NCgkJCQk8Zz4NCgkJCQkJPGRlZnM+DQoJCQkJCQk8Y2lyY2xlIGlkPSJTVkdJRF81XyIgY3g9IjUwLjIiIGN5PSI1MS4yIiByPSI0Mi4xIi8+DQoJCQkJCTwvZGVmcz4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfNV8iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzZfIj4NCgkJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzVfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQkJPC9jbGlwUGF0aD4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCTwvZz4NCgkJPGc+DQoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNzAuNCw0Mi45Yy0wLjEtMS4xLTAuNC0yLTEtMi45Yy0xLjEtMS44LTIuNi0zLjMtNC41LTQuNGMtMC44LTAuNS0xLjctMC44LTIuNy0wLjgNCgkJCQljLTAuMi0wLjEtMC41LDAuMS0wLjcsMC40Yy0yLjEsMi4xLTQuMiw0LjItNi4zLDYuM2MtMywzLTYsNi05LjEsOWMtMi43LDIuNy01LjUsNS41LTguMiw4LjJjLTAuNCwwLjQtMC45LDAuOC0xLjEsMS41DQoJCQkJYy0wLjIsMS4zLTAuNiwyLjYtMC44LDMuOWMtMC4yLDEuMS0wLjQsMi4xLTAuNiwzLjJjLTAuMiwwLjktMC40LDEuOS0wLjYsMi44Yy0wLjEsMC40LTAuMSwwLjUsMC40LDAuNGMxLjMtMC4zLDIuNi0wLjUsMy45LTAuOA0KCQkJCWMwLjgtMC4yLDEuNi0wLjQsMi40LTAuNmMxLTAuMiwyLjEtMC40LDMuMS0wLjZjMC41LTAuMSwxLjEtMC4zLDEuNS0wLjdjMC41LTAuNiwxLjEtMS4xLDEuNi0xLjdjMy4xLTMuMSw2LjEtNi4xLDkuMi05LjINCgkJCQljMi44LTIuOCw1LjYtNS42LDguNC04LjRjMS42LTEuNiwzLjItMy4yLDQuOC00LjhDNzAuMyw0My40LDcwLjQsNDMuMiw3MC40LDQyLjl6IE00NS45LDY1LjhjLTAuNCwwLjQtMC43LDEtMS40LDEuMQ0KCQkJCWMtMSwwLjItMiwwLjQtMy4xLDAuN2MtMC4yLDAtMC4zLDAtMC41LTAuMmMtMC43LTEuMy0xLjctMi4zLTIuOS0zLjFjLTAuMSwwLTAuMS0wLjEtMC4yLTAuMWMtMC41LTAuMy0wLjQtMC4zLTAuMy0wLjgNCgkJCQljMC4yLTAuOCwwLjQtMS42LDAuNS0yLjRjMC4xLTAuOCwwLjctMS4zLDEuMi0xLjhjMC4xLTAuMSwwLjQtMC4xLDAuNiwwYzEuMiwwLjMsMi4yLDAuOSwzLjEsMS43YzAuOCwwLjcsMS40LDEuNCwyLDIuMw0KCQkJCWMwLjUsMC43LDAuOCwxLjUsMC45LDIuNEM0NS45LDY1LjcsNDUuOSw2NS44LDQ1LjksNjUuOHoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnIGlkPSJSZWNvcmQiPg0KCTxnPg0KCQk8Zz4NCgkJCTxnPg0KCQkJCTxkZWZzPg0KCQkJCQk8cGF0aCBpZD0iU1ZHSURfN18iIGQ9Ik01MC4yLDk5QzIzLjgsOTksMi4zLDc3LjYsMi4zLDUxLjJTMjMuOCwzLjMsNTAuMiwzLjNTOTgsMjQuOCw5OCw1MS4yUzc2LjYsOTksNTAuMiw5OXogTTUwLjIsNS4zDQoJCQkJCQlDMjQuOSw1LjMsNC4zLDI1LjksNC4zLDUxLjJTMjQuOSw5Nyw1MC4yLDk3Uzk2LDc2LjUsOTYsNTEuMlM3NS41LDUuMyw1MC4yLDUuM3oiLz4NCgkJCQk8L2RlZnM+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfN18iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfOF8iPg0KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF83XyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQkJPC9jbGlwUGF0aD4NCgkJCQk8ZyBjbGlwLXBhdGg9InVybCgjU1ZHSURfOF8pIj4NCgkJCQkJPGRlZnM+DQoJCQkJCQk8cmVjdCBpZD0iU1ZHSURfOV8iIHg9Ii01MS43IiB5PSItMTAuOCIgd2lkdGg9IjE4MS4yIiBoZWlnaHQ9IjExMCIvPg0KCQkJCQk8L2RlZnM+DQoJCQkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMTBfIj4NCgkJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzlfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQkJPC9jbGlwUGF0aD4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfOV8iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRDdENjAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPg0KCQkJCTwvZz4NCgkJCTwvZz4NCgkJCTxnPg0KCQkJCTxnPg0KCQkJCQk8ZGVmcz4NCgkJCQkJCTxjaXJjbGUgaWQ9IlNWR0lEXzExXyIgY3g9IjUwLjIiIGN5PSI1MS4yIiByPSI0Mi4xIi8+DQoJCQkJCTwvZGVmcz4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTFfIiAgb3ZlcmZsb3c9InZpc2libGUiIGZpbGw9IiNEN0Q2MDAiLz4NCgkJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8xMl8iPg0KCQkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQkJPC9jbGlwUGF0aD4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCTwvZz4NCgkJPGc+DQoJCQk8Zz4NCgkJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNTAuMiw2MC4zTDUwLjIsNjAuM2MtMy4xLDAtNS43LTIuNS01LjctNS43VjQwLjljMC0zLjEsMi41LTUuNyw1LjctNS43aDBjMy4xLDAsNS43LDIuNSw1LjcsNS43djEzLjgNCgkJCQkJQzU1LjgsNTcuOCw1My4zLDYwLjMsNTAuMiw2MC4zeiIvPg0KCQkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MC4yLDY1Yy01LjcsMC0xMC4zLTQuMS0xMC4zLTkuMVY0NS43YzAtMC43LDAuNi0xLjMsMS4zLTEuM2MwLjcsMCwxLjMsMC42LDEuMywxLjN2MTAuMQ0KCQkJCQljMCwzLjYsMy41LDYuNSw3LjgsNi41czcuOC0yLjksNy44LTYuNVY0NS43YzAtMC43LDAuNi0xLjMsMS4zLTEuM2MwLjcsMCwxLjMsMC42LDEuMywxLjN2MTAuMUM2MC41LDYwLjksNTUuOSw2NSw1MC4yLDY1eiIvPg0KCQkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00OS45LDcyLjZjLTAuNywwLTEuMy0wLjYtMS4zLTEuM3YtNy42YzAtMC43LDAuNi0xLjMsMS4zLTEuM2MwLjcsMCwxLjMsMC42LDEuMywxLjN2Ny42DQoJCQkJCUM1MS4yLDcyLDUwLjYsNzIuNiw0OS45LDcyLjZ6Ii8+DQoJCQk8L2c+DQoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNTguNCw3NEg0MS45Yy0wLjcsMC0xLjMtMC42LTEuMy0xLjNjMC0wLjcsMC42LTEuMywxLjMtMS4zaDE2LjVjMC43LDAsMS4zLDAuNiwxLjMsMS4zDQoJCQkJQzU5LjcsNzMuNCw1OS4xLDc0LDU4LjQsNzR6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iV2hvX3lvdV9hcmUiIGRpc3BsYXk9Im5vbmUiPg0KCTxnIGRpc3BsYXk9ImlubGluZSI+DQoJCTxnPg0KCQkJPGc+DQoJCQkJPGRlZnM+DQoJCQkJCTxwYXRoIGlkPSJTVkdJRF8xM18iIGQ9Ik01MC4yLDk5QzIzLjgsOTksMi4zLDc3LjYsMi4zLDUxLjJTMjMuOCwzLjMsNTAuMiwzLjNTOTgsMjQuOCw5OCw1MS4yUzc2LjYsOTksNTAuMiw5OXogTTUwLjIsNS4zDQoJCQkJCQlDMjQuOSw1LjMsNC4zLDI1LjksNC4zLDUxLjJTMjQuOSw5Nyw1MC4yLDk3Uzk2LDc2LjUsOTYsNTEuMlM3NS41LDUuMyw1MC4yLDUuM3oiLz4NCgkJCQk8L2RlZnM+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTNfIiAgb3ZlcmZsb3c9InZpc2libGUiIGZpbGw9IiNEN0Q2MDAiLz4NCgkJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzE0XyI+DQoJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzEzXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQkJPC9jbGlwUGF0aD4NCgkJCQk8ZyBjbGlwLXBhdGg9InVybCgjU1ZHSURfMTRfKSI+DQoJCQkJCTxkZWZzPg0KCQkJCQkJPHJlY3QgaWQ9IlNWR0lEXzE1XyIgeD0iLTUxLjciIHk9Ii0xMC44IiB3aWR0aD0iMTgxLjIiIGhlaWdodD0iMTEwIi8+DQoJCQkJCTwvZGVmcz4NCgkJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8xNl8iPg0KCQkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTVfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQkJPC9jbGlwUGF0aD4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTVfIiAgb3ZlcmZsb3c9InZpc2libGUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0Q3RDYwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCQk8Zz4NCgkJCQk8Zz4NCgkJCQkJPGRlZnM+DQoJCQkJCQk8Y2lyY2xlIGlkPSJTVkdJRF8xN18iIGN4PSI1MC4yIiBjeT0iNTEuMiIgcj0iNDIuMSIvPg0KCQkJCQk8L2RlZnM+DQoJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzE3XyIgIG92ZXJmbG93PSJ2aXNpYmxlIiBmaWxsPSIjRDdENjAwIi8+DQoJCQkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMThfIj4NCgkJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzE3XyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQkJCTwvY2xpcFBhdGg+DQoJCQkJPC9nPg0KCQkJPC9nPg0KCQk8L2c+DQoJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zMi44LDY0YzAsMC0wLjQtMS44LDEuNS0yLjVjMi0wLjcsOC4yLTMuNCwxMC4xLTQuM3MyLjktMi4xLDIuNS01LjNjLTAuMSwwLTMuMi0wLjItMy40LTIuNw0KCQkJYy0wLjItMi41LTAuMi03LDAuMS0xMC42YzAuMy0zLjYsMy44LTcuOSw3LjEtNy45YzMuMywwLDcuMSwyLjEsOCw3LjVjMC44LDUuNCwwLjMsMTAuNy0wLjUsMTIuMnMtMywxLjUtMywxLjVzLTEuMiwzLjYsMy4xLDUuNQ0KCQkJczguMywzLjEsOS40LDRjMS4yLDAuOSwxLjcsMS4zLDEuNywyLjVjMCwwLTMuNiwzLjUtMTcuNywzLjVDMzcuMSw2Ny41LDMzLDY0LDMzLDY0Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);
}

.icon-wrapper.write {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDEwMC4zIDEwMi4zIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMDAuMyAxMDIuMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8ZyBpZD0iV3JpdGUiPg0KCTxnPg0KCQk8Zz4NCgkJCTxnPg0KCQkJCTxkZWZzPg0KCQkJCQk8cGF0aCBpZD0iU1ZHSURfMV8iIGQ9Ik01MC4yLDk5QzIzLjgsOTksMi4zLDc3LjYsMi4zLDUxLjJTMjMuOCwzLjMsNTAuMiwzLjNTOTgsMjQuOCw5OCw1MS4yUzc2LjYsOTksNTAuMiw5OXogTTUwLjIsNS4zDQoJCQkJCQlDMjQuOSw1LjMsNC4zLDI1LjksNC4zLDUxLjJDNC4zLDc2LjUsMjQuOSw5Nyw1MC4yLDk3Qzc1LjUsOTcsOTYsNzYuNSw5Niw1MS4yQzk2LDI1LjksNzUuNSw1LjMsNTAuMiw1LjN6Ii8+DQoJCQkJPC9kZWZzPg0KCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzFfIiAgb3ZlcmZsb3c9InZpc2libGUiIGZpbGw9IiNEN0Q2MDAiLz4NCgkJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzJfIj4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMV8iICBvdmVyZmxvdz0idmlzaWJsZSIvPg0KCQkJCTwvY2xpcFBhdGg+DQoJCQkJPGcgY2xpcC1wYXRoPSJ1cmwoI1NWR0lEXzJfKSI+DQoJCQkJCTxkZWZzPg0KCQkJCQkJPHBhdGggaWQ9IlNWR0lEXzNfIiBkPSJNMTMwLjUsMTAwLjJILTUyLjd2LTExMmgxODMuMlYxMDAuMnogTS01MC43LDk4LjJoMTc5LjJ2LTEwOEgtNTAuN1Y5OC4yeiIvPg0KCQkJCQk8L2RlZnM+DQoJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzNfIiAgb3ZlcmZsb3c9InZpc2libGUiIGZpbGw9IiNEN0Q2MDAiLz4NCgkJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF80XyI+DQoJCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF8zXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQkJCTwvY2xpcFBhdGg+DQoJCQkJPC9nPg0KCQkJPC9nPg0KCQkJPGc+DQoJCQkJPGc+DQoJCQkJCTxkZWZzPg0KCQkJCQkJPGNpcmNsZSBpZD0iU1ZHSURfNV8iIGN4PSI1MC4yIiBjeT0iNTEuMiIgcj0iNDIuMSIvPg0KCQkJCQk8L2RlZnM+DQoJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzVfIiAgb3ZlcmZsb3c9InZpc2libGUiIGZpbGw9IiNEN0Q2MDAiLz4NCgkJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF82XyI+DQoJCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF81XyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQkJCTwvY2xpcFBhdGg+DQoJCQkJPC9nPg0KCQkJPC9nPg0KCQk8L2c+DQoJCTxnPg0KCQkJPHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTcwLjQsNDIuOWMtMC4xLTEuMS0wLjQtMi0xLTIuOWMtMS4xLTEuOC0yLjYtMy4zLTQuNS00LjRjLTAuOC0wLjUtMS43LTAuOC0yLjctMC44DQoJCQkJYy0wLjItMC4xLTAuNSwwLjEtMC43LDAuNGMtMi4xLDIuMS00LjIsNC4yLTYuMyw2LjNjLTMsMy02LDYtOS4xLDljLTIuNywyLjctNS41LDUuNS04LjIsOC4yYy0wLjQsMC40LTAuOSwwLjgtMS4xLDEuNQ0KCQkJCWMtMC4yLDEuMy0wLjYsMi42LTAuOCwzLjljLTAuMiwxLjEtMC40LDIuMS0wLjYsMy4yYy0wLjIsMC45LTAuNCwxLjktMC42LDIuOGMtMC4xLDAuNC0wLjEsMC41LDAuNCwwLjRjMS4zLTAuMywyLjYtMC41LDMuOS0wLjgNCgkJCQljMC44LTAuMiwxLjYtMC40LDIuNC0wLjZjMS0wLjIsMi4xLTAuNCwzLjEtMC42YzAuNS0wLjEsMS4xLTAuMywxLjUtMC43YzAuNS0wLjYsMS4xLTEuMSwxLjYtMS43YzMuMS0zLjEsNi4xLTYuMSw5LjItOS4yDQoJCQkJYzIuOC0yLjgsNS42LTUuNiw4LjQtOC40YzEuNi0xLjYsMy4yLTMuMiw0LjgtNC44QzcwLjMsNDMuNCw3MC40LDQzLjIsNzAuNCw0Mi45eiBNNDUuOSw2NS44Yy0wLjQsMC40LTAuNywxLTEuNCwxLjENCgkJCQljLTEsMC4yLTIsMC40LTMuMSwwLjdjLTAuMiwwLTAuMywwLTAuNS0wLjJjLTAuNy0xLjMtMS43LTIuMy0yLjktMy4xYy0wLjEsMC0wLjEtMC4xLTAuMi0wLjFjLTAuNS0wLjMtMC40LTAuMy0wLjMtMC44DQoJCQkJYzAuMi0wLjgsMC40LTEuNiwwLjUtMi40YzAuMS0wLjgsMC43LTEuMywxLjItMS44YzAuMS0wLjEsMC40LTAuMSwwLjYsMGMxLjIsMC4zLDIuMiwwLjksMy4xLDEuN2MwLjgsMC43LDEuNCwxLjQsMiwyLjMNCgkJCQljMC41LDAuNywwLjgsMS41LDAuOSwyLjRDNDUuOSw2NS43LDQ1LjksNjUuOCw0NS45LDY1Ljh6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iUmVjb3JkIiBkaXNwbGF5PSJub25lIj4NCgk8ZyBkaXNwbGF5PSJpbmxpbmUiPg0KCQk8Zz4NCgkJCTxnPg0KCQkJCTxkZWZzPg0KCQkJCQk8cGF0aCBpZD0iU1ZHSURfN18iIGQ9Ik01MC4yLDk5QzIzLjgsOTksMi4zLDc3LjYsMi4zLDUxLjJTMjMuOCwzLjMsNTAuMiwzLjNTOTgsMjQuOCw5OCw1MS4yUzc2LjYsOTksNTAuMiw5OXogTTUwLjIsNS4zDQoJCQkJCQlDMjQuOSw1LjMsNC4zLDI1LjksNC4zLDUxLjJTMjQuOSw5Nyw1MC4yLDk3Uzk2LDc2LjUsOTYsNTEuMlM3NS41LDUuMyw1MC4yLDUuM3oiLz4NCgkJCQk8L2RlZnM+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfN18iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0iI0Q3RDYwMCIvPg0KCQkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfOF8iPg0KCQkJCQk8dXNlIHhsaW5rOmhyZWY9IiNTVkdJRF83XyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQkJPC9jbGlwUGF0aD4NCgkJCQk8ZyBjbGlwLXBhdGg9InVybCgjU1ZHSURfOF8pIj4NCgkJCQkJPGRlZnM+DQoJCQkJCQk8cmVjdCBpZD0iU1ZHSURfOV8iIHg9Ii01MS43IiB5PSItMTAuOCIgd2lkdGg9IjE4MS4yIiBoZWlnaHQ9IjExMCIvPg0KCQkJCQk8L2RlZnM+DQoJCQkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMTBfIj4NCgkJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzlfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQkJPC9jbGlwUGF0aD4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfOV8iICBvdmVyZmxvdz0idmlzaWJsZSIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRDdENjAwIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPg0KCQkJCTwvZz4NCgkJCTwvZz4NCgkJCTxnPg0KCQkJCTxnPg0KCQkJCQk8ZGVmcz4NCgkJCQkJCTxjaXJjbGUgaWQ9IlNWR0lEXzExXyIgY3g9IjUwLjIiIGN5PSI1MS4yIiByPSI0Mi4xIi8+DQoJCQkJCTwvZGVmcz4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTFfIiAgb3ZlcmZsb3c9InZpc2libGUiIGZpbGw9IiNEN0Q2MDAiLz4NCgkJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8xMl8iPg0KCQkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTFfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQkJPC9jbGlwUGF0aD4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCTwvZz4NCgkJPGc+DQoJCQk8Zz4NCgkJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNTAuMiw2MC4zTDUwLjIsNjAuM2MtMy4xLDAtNS43LTIuNS01LjctNS43VjQwLjljMC0zLjEsMi41LTUuNyw1LjctNS43aDBjMy4xLDAsNS43LDIuNSw1LjcsNS43djEzLjgNCgkJCQkJQzU1LjgsNTcuOCw1My4zLDYwLjMsNTAuMiw2MC4zeiIvPg0KCQkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik01MC4yLDY1Yy01LjcsMC0xMC4zLTQuMS0xMC4zLTkuMVY0NS43YzAtMC43LDAuNi0xLjMsMS4zLTEuM2MwLjcsMCwxLjMsMC42LDEuMywxLjN2MTAuMQ0KCQkJCQljMCwzLjYsMy41LDYuNSw3LjgsNi41czcuOC0yLjksNy44LTYuNVY0NS43YzAtMC43LDAuNi0xLjMsMS4zLTEuM2MwLjcsMCwxLjMsMC42LDEuMywxLjN2MTAuMUM2MC41LDYwLjksNTUuOSw2NSw1MC4yLDY1eiIvPg0KCQkJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik00OS45LDcyLjZjLTAuNywwLTEuMy0wLjYtMS4zLTEuM3YtNy42YzAtMC43LDAuNi0xLjMsMS4zLTEuM2MwLjcsMCwxLjMsMC42LDEuMywxLjN2Ny42DQoJCQkJCUM1MS4yLDcyLDUwLjYsNzIuNiw0OS45LDcyLjZ6Ii8+DQoJCQk8L2c+DQoJCQk8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNNTguNCw3NEg0MS45Yy0wLjcsMC0xLjMtMC42LTEuMy0xLjNjMC0wLjcsMC42LTEuMywxLjMtMS4zaDE2LjVjMC43LDAsMS4zLDAuNiwxLjMsMS4zDQoJCQkJQzU5LjcsNzMuNCw1OS4xLDc0LDU4LjQsNzR6Ii8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8ZyBpZD0iV2hvX3lvdV9hcmUiIGRpc3BsYXk9Im5vbmUiPg0KCTxnIGRpc3BsYXk9ImlubGluZSI+DQoJCTxnPg0KCQkJPGc+DQoJCQkJPGRlZnM+DQoJCQkJCTxwYXRoIGlkPSJTVkdJRF8xM18iIGQ9Ik01MC4yLDk5QzIzLjgsOTksMi4zLDc3LjYsMi4zLDUxLjJTMjMuOCwzLjMsNTAuMiwzLjNTOTgsMjQuOCw5OCw1MS4yUzc2LjYsOTksNTAuMiw5OXogTTUwLjIsNS4zDQoJCQkJCQlDMjQuOSw1LjMsNC4zLDI1LjksNC4zLDUxLjJTMjQuOSw5Nyw1MC4yLDk3Uzk2LDc2LjUsOTYsNTEuMlM3NS41LDUuMyw1MC4yLDUuM3oiLz4NCgkJCQk8L2RlZnM+DQoJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTNfIiAgb3ZlcmZsb3c9InZpc2libGUiIGZpbGw9IiNEN0Q2MDAiLz4NCgkJCQk8Y2xpcFBhdGggaWQ9IlNWR0lEXzE0XyI+DQoJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzEzXyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQkJPC9jbGlwUGF0aD4NCgkJCQk8ZyBjbGlwLXBhdGg9InVybCgjU1ZHSURfMTRfKSI+DQoJCQkJCTxkZWZzPg0KCQkJCQkJPHJlY3QgaWQ9IlNWR0lEXzE1XyIgeD0iLTUxLjciIHk9Ii0xMC44IiB3aWR0aD0iMTgxLjIiIGhlaWdodD0iMTEwIi8+DQoJCQkJCTwvZGVmcz4NCgkJCQkJPGNsaXBQYXRoIGlkPSJTVkdJRF8xNl8iPg0KCQkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTVfIiAgb3ZlcmZsb3c9InZpc2libGUiLz4NCgkJCQkJPC9jbGlwUGF0aD4NCgkJCQkJPHVzZSB4bGluazpocmVmPSIjU1ZHSURfMTVfIiAgb3ZlcmZsb3c9InZpc2libGUiIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0Q3RDYwMCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiLz4NCgkJCQk8L2c+DQoJCQk8L2c+DQoJCQk8Zz4NCgkJCQk8Zz4NCgkJCQkJPGRlZnM+DQoJCQkJCQk8Y2lyY2xlIGlkPSJTVkdJRF8xN18iIGN4PSI1MC4yIiBjeT0iNTEuMiIgcj0iNDIuMSIvPg0KCQkJCQk8L2RlZnM+DQoJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzE3XyIgIG92ZXJmbG93PSJ2aXNpYmxlIiBmaWxsPSIjRDdENjAwIi8+DQoJCQkJCTxjbGlwUGF0aCBpZD0iU1ZHSURfMThfIj4NCgkJCQkJCTx1c2UgeGxpbms6aHJlZj0iI1NWR0lEXzE3XyIgIG92ZXJmbG93PSJ2aXNpYmxlIi8+DQoJCQkJCTwvY2xpcFBhdGg+DQoJCQkJPC9nPg0KCQkJPC9nPg0KCQk8L2c+DQoJCTxwYXRoIGZpbGw9IiNGRkZGRkYiIGQ9Ik0zMi44LDY0YzAsMC0wLjQtMS44LDEuNS0yLjVjMi0wLjcsOC4yLTMuNCwxMC4xLTQuM3MyLjktMi4xLDIuNS01LjNjLTAuMSwwLTMuMi0wLjItMy40LTIuNw0KCQkJYy0wLjItMi41LTAuMi03LDAuMS0xMC42YzAuMy0zLjYsMy44LTcuOSw3LjEtNy45YzMuMywwLDcuMSwyLjEsOCw3LjVjMC44LDUuNCwwLjMsMTAuNy0wLjUsMTIuMnMtMywxLjUtMywxLjVzLTEuMiwzLjYsMy4xLDUuNQ0KCQkJczguMywzLjEsOS40LDRjMS4yLDAuOSwxLjcsMS4zLDEuNywyLjVjMCwwLTMuNiwzLjUtMTcuNywzLjVDMzcuMSw2Ny41LDMzLDY0LDMzLDY0Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+DQo=);
}

.fui-i,
#media-query-mount,
#pitchline-mount,
#contact-mount {
  width: 100%;
}

.fui-i .fui-input,
  .fui-i .fui-label,
  .fui-i .fui-select,
  .fui-i .fui-btn {
    font-size: inherit;
    font-family: Avenir W01,Helvetica,sans-serif;
  }

.fui-i .fui-btn {
    border: none;
    padding: 16px 48px;
    padding: 1rem 3rem;
    font-weight: 700;
  }

.fui-i .form-field-instructions {
    font-size: 16px;
    font-size: 1rem;
  }

.fui-i .form-radio-option-list {
    padding: 0 16px;
    padding: 0 1rem;
  }

.fui-i .form-radio-option {
    line-height: 40px;
    line-height: 2.5rem;
    padding-left: 36px;
    padding-left: 2.25rem;
  }

html.ios_chrome .ios_chrome_only {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .forms-max-width-container {
    margin: 0 auto;
    padding: 5rem 10rem 5rem 10rem;
    max-width: 960px;
  }
  .forms-wrapper {
    width: 85%;
  }
    #media-query-mount .forms-wrapper,#pitchline-mount .forms-wrapper{
      width: 100%;
    }
}

.form-title {
  text-align: center;
}

.form-title .section-info {
    color: #5d5d5d;
    font-size: 1.5em;
    line-height: 1.5;
  }

.form-field {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 16px;
  padding: 1rem;
  max-width: 2000px;
  max-height: 1000px;
  width: 50%;
  -webkit-transition: max-height .2s ease, max-width .2s ease;
  transition: max-height .2s ease, max-width .2s ease;
}

.form-text-area {
  padding: 24px;
  padding: 1.5rem;
  width: 100%;
  border: 1px solid #DDDEDF;
  border-radius: 1rem;
  color: #020202;
  font-size: 24px;
  font-size: 1.5rem;
  resize: none;
}

.form-field-title {
  display: inline-block;
  padding: 0 0 8px 16px;
  padding: 0 0 0.5rem 1rem;
  width: 100%;
}

.text-area,
.terms-agreement {
  width: 100%;
}

.form-input-field {
  padding-left: 16px;
  padding-left: 1rem;
  width: 100%;
  height: 80px;
  height: 5rem;
  border: 1px solid #DDDEDF;
  border-radius: 1rem;
  color: #020202;
  font-weight: 600;
  font-size: 27.2px;
  font-size: 1.7rem;
}

.field-full {
  width: 100%;
}

.field-quarter {
  width: 25%;
}

.field-half {
  width: 50%;
}

.field-third {
  width: 33.33%
}

.pulldown-field {
  width: 100%;
  height: 80px;
  height: 5rem;
  border: 1px solid #DDDEDF;
  font-size: 24px;
  font-size: 1.5rem
}

.pulldown-field::-ms-expand {
  display: none;
}

span.radio-field {
  position: relative;
  display: inline-block;
  padding-right: 2em;
}

.radio-field {
  position: relative;
  display: inline-block;
}

.radio-field input[type="radio"] {
    border-radius: 100%;
  }

.radio-field input[type="checkbox"],
  .radio-field input[type="radio"] {
    position: relative;
    z-index: 2;
    display: inline-block;
    margin: 0 1em;
    padding: 1.5em;
    width: 3em;
    border: 1px solid #999999;
    font-size: 16px;
    font-size: 1rem;
    opacity: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }

.radio-field label {
    display: inline-block;
    margin: 0;
    padding: .5em 0;
    vertical-align: top;
  }

.radio-field input[type="radio"] + label:after, .radio-field input[type="checkbox"] + label:after {
  position: absolute;
  top: 4px;
  left: 4px;
  margin: 0 1em;
  padding: 1.2em;
  background: white;
  content: '';
  font-size: 16px;
  font-size: 1rem;
}

.radio-field input[type="radio"] + label:before, .radio-field input[type="checkbox"] + label:before {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  margin: 0 1em;
  padding: 1.5em;
  width: 0;
  height: 0;
  border: 1px solid #999999;
  background: transparent;
  content: '';
  font-size: 16px;
  font-size: 1rem;
}

.radio-field input[type="radio"] + label:before {
  border-radius: 100%;
}

.radio-field input[type="radio"]:checked + label:after,
  .radio-field input[type="checkbox"]:checked + label:after {
    background-color: #D7D600;
  }

.terms-agreement label {
    padding-top: 0;
    width: calc(100% - 8rem);
    vertical-align: top;
  }

.terms-agreement .radio-field {
    position: relative;
  }

.terms-agreement .radio-field input {
      width: 96px;
      width: 6rem;
    }

.pitchline-agreement {
  color: #000;
}

.form-footer-copy {
  margin: 0 auto;
  padding: 0 64px 64px;
  padding: 0 4rem 4rem;
  max-width: 960px;
  width: 85%;
  background: white;
  text-align: center;
}

.form-footer-copy h5 {
    color: #999999;
    font-weight: 400
  }

.form-footer-copy h5:first-child {
  margin-top: 0;
}

.form-footer-copy h5 a {
    color: #020202;
  }

.form-confirmation {
  text-align: center;
}

.form-bottom, .form-bottom-fallback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 320px;
  height: 20rem;
  background: #F9F9F9;
}

.form-bottom .form-bottom-details, .form-bottom .form-bottom-details-fallback, .form-bottom-fallback .form-bottom-details, .form-bottom-fallback .form-bottom-details-fallback {
    margin: 0 auto;
    width: 60%;
    text-align: center;
  }

.form-bottom .form-bottom-details h3, .form-bottom .form-bottom-details-fallback h3, .form-bottom-fallback .form-bottom-details h3, .form-bottom-fallback .form-bottom-details-fallback h3 {
      color: #999999;
      font-size: 2.2em;
    }

/* Buttons */

.submit-btn {
  display: inline;
  margin: 0 auto;
  padding: 19.2px;
  padding: 1.2rem;
  width: 240px;
  width: 15rem;
  border: 0;
  border-radius: 0.4rem;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  font-size: 17.6px;
  font-size: 1.1rem;
}

.submit-btn-wrapper {
  padding: 112px 0;
  padding: 7rem 0;
  text-align: center;
}

.submit-btn-wrapper .btn.dark {
    position: relative
  }

.submit-btn-wrapper .btn.dark:hover .fa-check {
        color: white;
}

.submit-btn-wrapper .btn.dark:disabled {
  background: #999999;
  color: white;
}

.submit-btn-wrapper .btn.dark:disabled:hover {
  background: #999999;
  color: white;
}

.submit-btn-wrapper .btn.dark .fa-check {
      position: absolute;
      left: 150%;
      color: white;
      -webkit-transition: left .2s ease;
      transition: left .2s ease;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
}

.submit-btn-wrapper .btn.dark .submit-text {
      display: inline-block;
      -webkit-transition: -webkit-transform .2s ease;
      transition: -webkit-transform .2s ease;
      transition: transform .2s ease;
      transition: transform .2s ease, -webkit-transform .2s ease;
}

.submit-btn-wrapper.submitted .btn.dark {
      background: #D7D600;
      color: white;
}

.submit-btn-wrapper.submitted .btn.dark .submit-text {
        -webkit-transform: translateX(-200%);
                transform: translateX(-200%);
      }

.submit-btn-wrapper.submitted .btn.dark .fa-check {
        left: 50%;
      }

.no-touchevents .submit-btn-wrapper .btn.dark:hover .fa-check {
        color: white;
}

.no-touchevents .submit-btn-wrapper.submitted .btn.dark:hover .submit-text {
          color: white;
}

.no-touchevents .submit-btn-wrapper.submitted .btn.dark:hover .fa-check {
          color: white;
}

input[type="radio"] {
  display: none;
}

input[type="radio"] + label:before {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #000;
  border-radius: 100%;
  background-color: #fff;
  content: '';
  vertical-align: middle;
  font-size: 30px;
  line-height: 12px;
}

input[type="radio"]:checked + label:before {
  content: "\2022";
}

input[type="checkbox"] {
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #D7D600;
  margin-top: -3px;
  margin-left: 10px;
  margin-right: 8px;
  background-color: #fff;
  content: '';
  vertical-align: middle;
  font-size: 30px;
  line-height: 12px;
  -webkit-appearance: none;
}

input[type="checkbox"]:checked {
  background-color: #D7D600;
  -webkit-appearance: none;
}

textarea,
input,
select {
  outline: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

textarea:focus,
input:focus,
select:focus {
  border: 1px solid #d7d600;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

/* Validations */

.error select,
  .error input,
  .error textarea {
    border: 1px solid #FF0000;
    color: #FF0000;
    -webkit-transition: color border 0.3s ease;
    transition: color border 0.3s ease;
  }

.error .form-field-title {
    color: #FF0000;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }

.form-submit-error {
	color: #FF0000;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.form-warning {
	text-align: center;
}

/* Multiselect */

[multiselect] select {
    display: none;
  }

[multiselect] ul {
    padding-left: 0;
    list-style-type: none;
  }

[multiselect] .react-mount input[type="checkbox"] {
      display: none;
    }

[multiselect] .select-wrapper .checkbox-wrapper  {
      overflow: hidden;
      max-height: 0;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
    }

[multiselect] .select-wrapper.open .checkbox-wrapper {
  overflow: auto;
  padding: .5em;
  max-height: 400px;
}

[multiselect] .item-label {
    /*font-size: 1rem;*/
    display: block;
    padding: 1em;
    color: #020202;
    cursor: pointer;
    -webkit-transition: background 0.1s linear;
    transition: background 0.1s linear
  }

[multiselect] .item-label:hover {
  background-color: #d7d600;
}

[multiselect] .select-value {
    display: inline-block;
    padding: 14px 40px 12px 16px;
    width: 100%;
    border: 1px solid #dddedf;
    border-radius: 5px;
    background: #FFF url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAPCAYAAAARZmTlAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAJxJREFUeNpiZACC2Lg4ByAFwtQGDxYvWrSAEWhBApAzn4F2YAITkBBgoC0QYL508eIJfX19BSDHgAYWXADiSGYQC2jRRhpYBLLAERgnH5hhIlS2CG4BiMOMLEMli1AswLCEChZhWIDVEgoswmoBTkvIsAinBXgtIcEivBYQtIQIiwhaQJQleCwiygKiLcFiEdEWkAWABSrJSRsgwABVGl2dTy4zVwAAAABJRU5ErkJggg==) no-repeat calc(100% - 15px) 50%;
    background-size: 13px;
    text-align: left;
  }

[multiselect] .select-value .placeholder {
      font-weight: bold;
      font-size: 32px;
      font-size: 2rem;
    }

[multiselect] .select-value label {
      display: inline-block;
      margin: 0.25em 0.25em;
      padding: 0.5em 1em;
      /*font-size: 1.5rem;*/
      border-radius: 5px;
      background-color: #dddedf;
      color: #020202
    }

[multiselect] .select-value label:after {
  margin-left: 1em;
  content: 'X';
  font-size: 0.75em;
}

.listen-on-the-air {
  width: 100%;
  background: #F9F9F9;
  padding: 64px;
  padding: 4rem;
  -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .25), inset 0 -10px 10px -10px rgba(0, 0, 0, .15);
          box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, .25), inset 0 -10px 10px -10px rgba(0, 0, 0, .15);
  margin-bottom: 2em;
  text-align: center;
}
  .listen-on-the-air .inner-container {
    background: white;
    -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, .08);
            box-shadow: 0 8px 10px rgba(0, 0, 0, .08);
    padding: 32px;
    padding: 2rem;
  }
  .listen-on-the-air p {
    padding: 0 240px;
    padding: 0 15rem;
    font-size: 1.8em;
    line-height: 1.75;
    color: #5d5d5d;
  }
  .listen-on-the-air .search-form {
    background: transparent;
    padding-top: 1em;
    padding-bottom: 0;
  }

@media screen and (max-width: 1024px) {
    .listen-on-the-air .inner-container {
      padding: 48px 80px;
      padding: 3rem 5rem;
    }
    .listen-on-the-air p {
      padding: 0;
    }
    .listen-on-the-air .search-form {
      padding: 64px 16px 0;
      padding: 4rem 1rem 0;
      margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
  .listen-on-the-air {
    padding: 1rem;
  }
    .listen-on-the-air p {
      padding: 0;
    }
}

.article-body-wrapper.radio-hour-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-body-wrapper.radio-hour-logos h5 {
    text-align: center;
    padding: 0 48px;
    padding: 0 3rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

.article-body-wrapper.radio-hour-logos a {
    display: block;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    width: 50%;
    max-width: 50%;
    border: none;
  }

.article-body-wrapper.radio-hour-logos a img {
      display: block;
      width: 50%;
      margin: 0 auto;
      padding: 32px 0;
      padding: 2rem 0;
    }

@media screen and (max-width: 1024px) {
      .article-body-wrapper.radio-hour-logos a img {
        width: 80%;
      }
}

@media screen and (max-width: 767px) {
    .article-body-wrapper.radio-hour-logos a {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
      width: 100%;
      max-width: 100%;
    }
      .article-body-wrapper.radio-hour-logos a img {
        width: 50%;
      }
    .article-body-wrapper.radio-hour-logos a:first-of-type {
    margin-bottom: 2em;
  }
}

.storyteller-intro {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
  .storyteller-intro p {
    color: white;
    font-size: 2em;
    line-height: 1.8;
    opacity: 0.4;
    padding: 0 192px;
    padding: 0 12rem;
    margin: 64px 0;
    margin: 4rem 0;
  }

.storyteller .content-list {
  margin-top: 80px;
  margin-top: 5rem;
}

.storyteller .content-list h3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }

@media screen and (max-width: 1024px) {
  .storyteller-intro {
    padding: 0 5rem;
  }
    .storyteller-intro p {
      font-size: 1.8em;
      opacity: 1;
      padding: 0;
    }
}

@media screen and (max-width: 767px) {
  .storyteller-intro {
    padding: 0 2rem;
  }
}

.about-copy {
  width: 100%;
  background: white;
  padding: 64px 80px;
  padding: 4rem 5rem;
}
  .about-copy p, .about-copy ul li, .about-copy ol li {
    font-size: 2em;
  }
  .about-copy h1, .about-copy h2, .about-copy h3, .about-copy h4, .about-copy h5, .about-copy h6, .about-copy p {
    text-align: center;
  }

/*Transcripts*/
.transcript-copy {
  width: 100%;
  background: white;
  padding: 64px 80px;
  padding: 4rem 5rem;
}
.transcript-copy p {
    font-size: 1.75em
  }
.transcript-copy p:last-of-type {
  margin-bottom: 0;
}
/*Privacy Policy & Terms*/
.text-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-top: 5rem;
}
.text-page h2 {
    text-align: center;
    display: block;
  }
/*Radio Hour Stations*/
.carriage-list {
  width: 100%;
  background: white;
  padding: 64px 80px;
  padding: 4rem 5rem;
}
.carriage-list .more-info {
    margin-bottom: 3em;
  }
.carriage-list .more-info p {
      font-size: 1.5em;
      color: #5d5d5d;
    }
.carriage-list .mobile-station-list {
    display: none;
  }
/*Used on Radio Hour Stations page*/
.most-recent-stories.carriage-list .more-info {
    text-align: left;
  }
.most-recent-stories.carriage-list .more-info p {
      font-size: 1.5em;
      color: #5d5d5d;
    }
.most-recent-stories.carriage-list table {
    text-align: left;
  }
.most-recent-stories.carriage-list h4 {
    margin-bottom: 0.5em;
    display: block;
  }
.most-recent-stories.carriage-list table + h4 {
    margin-top: 2em;
  }
/*Staff*/
.expanded-staff, .concise-staff, .staff-lists {
  width: 100%;
  background: #020202;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 64px;
  padding-top: 4rem;
  margin-bottom: 3em;
}
.expanded-staff h3, .concise-staff h3, .staff-lists h3 {
    display: block;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    color: #999999;
    margin-top: 0;
    margin-bottom: 64px;
    margin-bottom: 4rem;
    font-weight: normal;
    text-align: center;
  }
.expanded-staff .headshot, .concise-staff .headshot, .staff-lists .headshot {
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #999999;
  }
.expanded-staff .staffer-title, .concise-staff .staffer-title, .staff-lists .staffer-title {
    font-size: 1.5em;
    margin-bottom: 0.4em;
    color: #DDDEDF;
  }
.expanded-staff .additional-staff, .concise-staff .additional-staff, .staff-lists .additional-staff {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    padding: 0 30px 10px 30px;
    color: #DDDEDF;
    font-size: 1.75em;
    line-height: 1.5;
    margin-bottom: 2em;

  }
.expanded-staff .additional-staff p, .concise-staff .additional-staff p, .staff-lists .additional-staff p {
      margin-top: 0;
    }
.expanded-staff h5, .concise-staff h5, .staff-lists h5 {
    margin: 0;
    font-weight: normal;
  }
.staff-lists {
  padding: 64px 64px 96px;
  padding: 4rem 4rem 6rem;
}
.staff-lists p {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    color: #DDDEDF;
    font-size: 1.75em;
  }
.staff-lists h3 {
    margin-top: 80px;
    margin-top: 5rem;
    margin-bottom: 1em
  }
.staff-lists h3:first-of-type {
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
    .staff-lists p {
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
    }
}
@media screen and (max-width: 767px) {
    .staff-lists p {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
    }
}
.concise-staff {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.concise-staff .staffer {
    width: 33.3333%;
    padding: 0 30px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
.concise-staff .staffer .headshot-wrapper {
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
      margin-right: 1em;
    }
.concise-staff .staffer .staffer-detail-wrapper {
      -ms-flex-preferred-size: calc(60% - 1em);
          flex-basis: calc(60% - 1em);
    }
@media screen and (max-width: 1024px) {
    .concise-staff .staffer {
      width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .concise-staff .staffer {
      width: 100%;
    }
}
/*Staff*/
.expanded-staff .staffer {
    width: 25%;
    padding: 0 30px 10px 30px;
    color: #DDDEDF;
  }
.expanded-staff .staffer .headshot-wrapper {
      position: relative;
    }
.expanded-staff .staffer .staffer-bio {
      color: #DDDEDF;
      font-size: 1.75em;
      line-height: 1.5;
      margin-bottom: 2em;
    }
.expanded-staff .staffer .staffer-bio p {
        margin-top: 0;
      }
.expanded-staff h5 {
    display: block;
    width: 100%;
    position: relative;
    padding-bottom:20px;
    margin-bottom: 25px
  }
.expanded-staff h5:after {
  content: '';
  width: 50%;
  height: 4px;
  background: rgb(179, 179, 0);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 1024px) {
    .expanded-staff .staffer {
      width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .expanded-staff .staffer {
      width: 100%;
    }
}
/*No search results*/
.search-result h3 {
    color: white;
  }
.search-result path {
    fill: #D7D600;
  }
/*General Template*/
.general-template .most-recent-stories, .general-template .split-cta-group {
    margin-top: 48px;
    margin-top: 3rem;
  }
.general-template .article-body-wrapper, .general-template .content-list.videos {
    margin-bottom: 48px;
    margin-bottom: 3rem;
  }
/*The Moth Library*/
.archive-navigation {
  width: 100%;
  background: #020202;
  padding: 64px;
  padding: 4rem;
}
.archive-navigation h5 {
    width: 100%;
    text-align: center;
    font-weight: normal;
    margin: 0 0 1.25em;
    color: #999999;
  }
.archive-navigation ul {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
.archive-navigation ul li {
      display: inline-block;
      margin-right: 2.25em;
      font-size: 1.5em
    }
.archive-navigation ul li:last-child {
  margin-right: 0;
}
.archive-navigation ul li a {
        color: #999999;
}
.archive-navigation ul li.active a {
        color: #D7D600;
        border-bottom-color: #D7D600;
      }
@media screen and (max-width: 767px) {
  .archive-navigation {
    padding: 2rem 2rem 3rem;
  }
      .archive-navigation ul li {
        margin-right: 2em;
      }
    .carriage-list .striped-table {
      display: none;
    }
    .carriage-list .mobile-station-list {
      display: block;
    }
      .carriage-list .mobile-station-list .city {
        font-size: 1.5em;
        color: white;
        background: black;
        padding: .5em;
        border-radius: .5em;
        font-weight: bold;
      }
      .carriage-list .mobile-station-list .details {
        font-size: 1.2em;
      }
      .carriage-list .mobile-station-list .call-letters {
        font-weight: 700;
      }
    .expanded-staff .staffer {
      width: 50%;
    }
    .staff-lists p {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
    }
}
.membership-levels .full-width {
  width: 100%;
  margin-top: 48px;
  margin-top: 3rem;
}

table.striped-table {
  width: 100%;
  background: transparent;
  border: 1px solid #DDDEDF;
}
  table.striped-table tr {
    border-bottom: 1px solid #DDDEDF;
    background: white
  }
  table.striped-table tr:nth-child(even) {
  background: #F9F9F9;
}
  table.striped-table th, table.striped-table td {
    border-right: 1px solid #DDDEDF;
    padding: 0.5em 1em;
    font-size: 1.5em;
    line-height: 1.75
  }
  table.striped-table th:last-child, table.striped-table td:last-child {
  border-right: none;
}
  table.striped-table th {
    font-size: 1.75em;
    text-align: left;
  }

table.events-table {
  width: 100%;
  background: transparent;
  font-size: 1.5em;
}

table.events-table thead, table.events-table tbody {
    text-align: center;
  }

table.events-table thead .main-cal-head {
    font-size: 1.6em;
    padding-bottom: 1em;
    color: #5d5d5d;
  }

table.events-table td, table.events-table th {
    padding-bottom: 15px;
  }

table.events-table td {
    color: #999999;
  }

table.events-table td.has-event {
    font-weight: bold;
    color: #020202;
  }

table.events-table th {
    color: #020202;
  }

.hero__slides {
  position: relative;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  width: 100%;
  height: 0;
  padding-bottom: 46.7%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .hero__slides {
    padding-bottom: 75%;
  }
}
.hero__slides .hero {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;

  -webkit-transition: opacity 1s;
  transition: opacity 1s;
}
.hero__slides .hero.showing {
  opacity: 1;
  z-index: 2;
}
.hero__slides .hero-nav {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index:5;
  bottom: 100px;
}
.hero__slides .hero-nav [aria-hidden='true'] {
    display: none;

  }
.hero__slides .hero-nav [aria-hidden='false'] {
    display: none;

  }
.hero__slides .hero-nav .hero-nav__prev:hover, .hero__slides .hero-nav .hero-nav__next:hover {
    border: 0;
  }
.hero__slides .hero-nav .hero-nav__prev {
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KCS5zdDF7ZmlsbDpub25lO30KPC9zdHlsZT4KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMTkuNywzNC4xIDEuMiwxNy45IDE5LjcsMS42ICIvPgo8cmVjdCB4PSIxNS41IiB5PSIwLjUiIGNsYXNzPSJzdDEiIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNSIvPgo8L3N2Zz4K) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 25px;
  }
@media screen and (max-width: 767px) {
  .hero__slides .hero-nav .hero-nav__prev {
    width: 35px;
    height: 35px;
  }
}
.hero__slides .hero-nav .hero-nav__next {
    display: block;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIzLjEuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzNiAzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzYgMzY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDpub25lO3N0cm9rZTojRkZGRkZGO3N0cm9rZS1taXRlcmxpbWl0OjEwO30KPC9zdHlsZT4KPHBvbHlsaW5lIGNsYXNzPSJzdDAiIHBvaW50cz0iMTYuNCwxLjYgMzQuOSwxNy45IDE2LjQsMzQuMSAiLz4KPC9zdmc+Cg==) no-repeat;
    background-size: 100%;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 25px;
}
@media screen and (max-width: 767px) {
  .hero__slides .hero-nav .hero-nav__next {
    width: 35px;
    height: 35px;
  }
}
/* embed/video responsive helper */
.embed-responsive {
  background: black;
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
  }
.embed-responsive-hero {
  padding-bottom: 46.7%;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .embed-responsive-hero {
    padding-bottom: 75%;
  }
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed-responsive-full {
  padding-bottom: 100%;
}

.twilio-recorder {
	margin: 4em 0;
}
.element-wrapper {
  max-width: 350px;
  min-width: 250px;
  margin: 0 auto;
}
.controls-container {
  width: 100%;
  padding-top: 100%;
  background: #eee;
  position: relative;
  border-radius: 100%;
  margin-bottom: 4em;
  overflow: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000;
          perspective: 1000;
}
.controls-container:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: radial-gradient(ellipse at center, #595959 0%, #131313 50%, #131313 50%);
}
.controls-container:after {
  content: '';
  position: absolute;
  left: 30%;
  right: 30%;
  bottom: 30%;
  top: 30%;
  background: #d7d600;
  border-radius: 100%;
  border: 5px solid #555;
}
.controls-container button {
  -webkit-transform: translateZ(10);
          transform: translateZ(10);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 5em;
  width: 5em;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
}
.controls-container button:before {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: '';
  background: #ccc;
  -webkit-box-shadow: 0 0 2px #555;
          box-shadow: 0 0 2px #555;
  border-radius: 100%;
}
.controls-container button i {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#595959), color-stop(49%, #131313), color-stop(49%, #131313));
  background: linear-gradient(to bottom, #595959 0%, #131313 49%, #131313 49%);
  font-size: 1.5em;
}
.controls-container button i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.controls-container.recording:before {
  background: radial-gradient(ellipse at center, #fff 0%, #eee 80%, #eee 50%);
}
.controls-container.recording:after {
  background: #dc121a;
  border: 5px solid #ec1c24;
}
.controls-container.recording button:before {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: '';
  background: #ec1c24;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.controls-container.recording button:hover i {
  background: -webkit-gradient(linear, left top, left bottom, from(#c51017), color-stop(49%, #ec1c24), color-stop(80%, #c51017));
  background: linear-gradient(to bottom, #c51017 0%, #ec1c24 49%, #c51017 80%);
}
.controls-container.recording i {
  background: -webkit-gradient(linear, left top, left bottom, from(#ec1c24), color-stop(49%, #c51017), color-stop(80%, #ec1c24));
  background: linear-gradient(to bottom, #ec1c24 0%, #c51017 49%, #ec1c24 80%);
  border: 1px solid #c51017;
}
.controls-container.recording i:before {
  color: #fff;
}
.controls-container.recording .progress {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 175px);
  top: calc(50% - 175px);
  width: 350px;
  height: 350px;
  clip: rect(0, 350px, 350px, 175px);
}
.controls-container.recording .progress.gt-50 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.controls-container.recording .progress.gt-50 .progress-fill {
  -webkit-animation: fill 60s ease-out forwards 60s;
          animation: fill 60s ease-out forwards 60s;
}
.controls-container.recording .progress .progress-fill {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: calc(50% - 175px);
  top: calc(50% - 175px);
  width: 350px;
  height: 350px;
  clip: rect(0, 175px, 350px, 0);
  background: rgba(236, 28, 36, .7);
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-animation: fill 60s ease-in forwards;
          animation: fill 60s ease-in forwards;
}
.controls-container.done:before {
  background: radial-gradient(ellipse at center, rgba(215, 214, 0, .65) 0%, rgba(215, 214, 0, .75) 100%);
}
.controls-container.done:after {
  border-color: #e7e666;
  border-width: 10px;
  background: #e4e250;
}
.controls-container.done i:before {
  color: #fff;
}
.rec-button {
  -webkit-transform: translateZ(10);
          transform: translateZ(10);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 5em;
  width: 5em;
  border-radius: 100%;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
}
.rec-button:before {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  content: '';
  background: #ec1c24;
  border-radius: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.rec-button:before:hover i {
  background: -webkit-gradient(linear, left top, left bottom, from(#c51017), color-stop(49%, #ec1c24), color-stop(80%, #c51017));
  background: linear-gradient(to bottom, #c51017 0%, #ec1c24 49%, #c51017 80%);
}
.rec-button:before i {
  background: -webkit-gradient(linear, left top, left bottom, from(#ec1c24), color-stop(49%, #c51017), color-stop(80%, #ec1c24));
  background: linear-gradient(to bottom, #ec1c24 0%, #c51017 49%, #ec1c24 80%);
  border: 1px solid #c51017;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 100%;
  font-size: 1.5em;
}
.rec-button:before i:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.status-container h4 {
		display: inline-block;
		margin: 0 2em;
	}
@-webkit-keyframes fill {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes fill {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

