@charset "UTF-8";
/*Tools*/
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?v=4.6.3");
  src: url("../../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3") format("embedded-opentype"), url("../../fonts/font-awesome/fontawesome-webfont.woff2?v=4.6.3") format("woff2"), url("../../fonts/font-awesome/fontawesome-webfont.woff?v=4.6.3") format("woff"), url("../../fonts/font-awesome/fontawesome-webfont.ttf?v=4.6.3") format("truetype"), url("../../fonts/font-awesome/fontawesome-webfont.svg?v=4.6.3#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.3333333333em;
  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.2857142857em;
  text-align: center;
}

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

td,
th {
  padding: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .container:before, .layout-no-sidebars .page-content:before, .cta-newsletter--featured:before,
.grid:before, .section-most-read .story-thumbnail:before, .page-header:before, .pager__items:before, .story-thumbnail:before, .event-teaser .event-teaser__item:before, .bio:before, .event-detail:before, .page-event .upcoming-events:before,
.clearfix:after,
.container:after,
.layout-no-sidebars .page-content:after,
.cta-newsletter--featured:after,
.grid:after,
.section-most-read .story-thumbnail:after,
.page-header:after,
.pager__items:after,
.story-thumbnail:after,
.event-teaser .event-teaser__item:after,
.bio:after,
.event-detail:after,
.page-event .upcoming-events:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after, .container:after, .layout-no-sidebars .page-content:after, .cta-newsletter--featured:after,
.grid:after, .section-most-read .story-thumbnail:after, .page-header:after, .pager__items:after, .story-thumbnail:after, .event-teaser .event-teaser__item:after, .bio:after, .event-detail:after, .page-event .upcoming-events:after {
  clear: both;
}

/*Fonts*/
/*

FONT: "franklin-gothic-urw"

Light   = 300
Book    = 400
Medium  = 500
Demi    = 700
Heavy   = 900

*/
@font-face {
  font-family: 'Trade Gothic';
  src: url("TradeGothicLTStd-BdCn20.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

/*------------------------
  Breakpoints:
  * Mobile 0-767px          => Fluid
  * Tablet 768px-991px      => 720px grid
  * Desktop 992px-1199pxpx  => 960px grid
  * Desktop XL 1200px+      => 1200px grid
------------------------*/
/*------------------------

SUSY defaults

$susy: (
  flow: ltr,
  math: fluid,
  output: float,
  gutter-position: after,
  container: auto,
  container-position: center,
  columns: 4,
  gutters: .25,
  column-width: false,
  global-box-sizing: content-box,
);
------------------------*/
/*Mixins*/
.recent-events__event, .page-event .upcoming-events__event {
  margin-bottom: 40px;
}

@media (min-width: 480px) and (max-width: 767px) {
  .recent-events__event, .page-event .upcoming-events__event {
    margin-bottom: 0;
  }
  .recent-events__event:nth-child(1), .page-event .upcoming-events__event:nth-child(1), .recent-events__event:nth-child(3), .page-event .upcoming-events__event:nth-child(3) {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    clear: left;
  }
  .recent-events__event:nth-child(2), .page-event .upcoming-events__event:nth-child(2), .recent-events__event:nth-child(4), .page-event .upcoming-events__event:nth-child(4) {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .recent-events__event, .page-event .upcoming-events__event {
    margin-bottom: 0;
  }
  .recent-events__event:first-child, .page-event .upcoming-events__event:first-child, .recent-events__event:nth-child(2), .page-event .upcoming-events__event:nth-child(2), .recent-events__event:nth-child(3), .page-event .upcoming-events__event:nth-child(3) {
    width: 22.8571428571%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .recent-events__event:nth-child(4), .page-event .upcoming-events__event:nth-child(4) {
    width: 22.8571428571%;
    float: right;
    margin-right: 0;
  }
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  *:first-letter,
  *:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

html {
  font-family: "franklin-gothic-urw", sans-serif;
  -webkit-font-smoothing: antialiased;
}

html, body {
  height: 100%;
}

body {
  background-color: white;
}

@media (min-width: 768px) {
  body {
    font-size: 17px;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  margin-bottom: 40px;
}

figcaption {
  margin-top: 8px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 13px;
  text-align: right;
}

em, i {
  font-style: italic !important;
}

i.fa {
  font-style: normal !important;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin: 60px 0;
  padding: 0;
}

a {
  color: #d00;
  text-decoration: none;
}

a:hover, a:focus, a:active {
  color: #aa0000;
  text-decoration: underline;
}

ul.bulleted {
  list-style: inherit;
  padding-left: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}

ul.bulleted li {
  margin-bottom: 10px;
}

ul.highlighted {
  list-style: inherit;
  padding-left: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #d00;
}

ul.highlighted li {
  margin-bottom: 10px;
}

ul.highlighted a {
  font-weight: bold;
  text-decoration: none;
}

ul.highlighted li {
  margin-bottom: 10px;
}

.body-textarea a,
.field--type-text-long a {
  text-decoration: underline;
}

.body-textarea h2 a, .body-textarea h3 a, .body-textarea h4 a, .body-textarea h5 a, .body-textarea h6 a,
.field--type-text-long h2 a,
.field--type-text-long h3 a,
.field--type-text-long h4 a,
.field--type-text-long h5 a,
.field--type-text-long h6 a {
  text-decoration: none;
}

.body-textarea ul,
.field--type-text-long ul {
  list-style: inherit;
  padding-left: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.body-textarea ul li,
.field--type-text-long ul li {
  margin-bottom: 10px;
}

.body-textarea ul.highlighted,
.field--type-text-long ul.highlighted {
  list-style: inherit;
  padding-left: 20px;
  margin-bottom: 40px;
  margin-top: 40px;
  color: #d00;
}

.body-textarea ul.highlighted li,
.field--type-text-long ul.highlighted li {
  margin-bottom: 10px;
}

.body-textarea ul.highlighted a,
.field--type-text-long ul.highlighted a {
  font-weight: bold;
  text-decoration: none;
}

.body-textarea ul.highlighted li,
.field--type-text-long ul.highlighted li {
  margin-bottom: 10px;
}

blockquote {
  max-width: 570px;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 30px;
  border-left: 10px solid #e6e6e6;
  padding-left: 30px;
}

@media (max-width: 767px) {
  blockquote {
    border-left-width: 8px;
    padding-left: 20px;
  }
}

blockquote p {
  margin: 0px !important;
}

.pull-quote {
  border-top: 7px solid black;
  padding-top: 24px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 21px;
  line-height: 1.25;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (min-width: 480px) {
  .pull-quote {
    float: left;
    width: 50%;
    margin-top: 9px;
    margin-right: 30px;
    font-size: 25px;
  }
}

@media (min-width: 960px) {
  .pull-quote {
    width: 80%;
    font-size: 30px;
  }
}

@media (min-width: 960px) {
  .pull-quote--offset {
    margin-left: -40%;
    margin-bottom: 40px;
  }
}

strong, b {
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

span.caps {
  text-transform: uppercase;
}

main {
  line-height: 1.5;
}

main h2 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 25px;
}

main p {
  margin-bottom: 30px;
}

table {
  text-align: left;
  border: none;
}

th {
  padding: 10px 30px 10px 0;
  border: none;
  border-bottom: 6px solid #000000;
  font-weight: bold;
}

td {
  border: none;
  padding: 30px 30px 30px 0;
}

td.col-title {
  color: #d00;
  font-family: "Trade Gothic", sans-serif;
  font-weight: bold;
}

tr {
  border-bottom: 2px solid #e6e6e6;
}

thead {
  font-size: 13px;
  text-transform: uppercase;
}

/**
 * Responsive tables.
 *
 * Wrap <table> in div and it will scroll when overflowing.
 */
.table-responsive {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar;
  -webkit-overflow-scrolling: touch;
  margin: 0 0 60px 0;
}

.table-responsive table {
  max-width: 100%;
}

.form-item {
  margin-bottom: 24px;
}

.form-item label {
  display: block;
  width: 100%;
  clear: both;
  margin-bottom: 12px;
  text-transform: uppercase;
  font-weight: bold;
}

.form-item input {
  max-width: 100%;
}

.form-actions {
  margin-bottom: 24px;
}

.text-input,
.form-select,
.form-textarea {
  border: 1px solid #ccc;
  border-radius: 3px;
  font-size: 16px;
  line-height: 2.5;
  padding: 0 16px;
  color: #666;
}

.form-select {
  padding: 16px;
  background-color: #FFF;
  color: #666;
}

.js-form-type-checkbox {
  overflow: hidden;
}

.js-form-type-checkbox input.form-checkbox {
  width: auto;
  float: left;
}

.js-form-type-checkbox label.option {
  width: auto;
  float: left;
  clear: none;
  margin: 0 0 0 10px;
}

.field__label {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  margin-bottom: 8px;
}

/*Layout*/
*, *:before, *:after {
  box-sizing: border-box;
}

/*------------------------
Structure
------------------------*/
/*default responsive container for use with @extend*/
.container, .layout-no-sidebars .page-content, .cta-newsletter--featured,
.grid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container:after, .layout-no-sidebars .page-content:after, .cta-newsletter--featured:after,
.grid:after {
  content: " ";
  display: block;
  clear: both;
}

@media (max-width: 1279px) {
  .container, .layout-no-sidebars .page-content, .cta-newsletter--featured,
  .grid {
    width: 960px;
  }

  #hs-cta-wrapper-6c68e66e-2203-4a20-a620-aa5640ccc934 {
    margin-left: 375px;
  }
}

@media (max-width: 1279px) and (min-width: 1025px) {
  ul.inputs-list.multi-container {
    padding-left: 40px;
  }

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
    padding-left: 18px;
  }

}

@media (max-width: 1024px) {
  .container, .layout-no-sidebars .page-content, .cta-newsletter--featured,
  .grid {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .container, .layout-no-sidebars .page-content, .cta-newsletter--featured,
  .grid {
    margin-left: auto;
    margin-right: auto;
    width: 92%;
    max-width: 540px;
  }
}

.container .container, .layout-no-sidebars .page-content .container, .cta-newsletter--featured .container, .container .layout-no-sidebars .page-content, .layout-no-sidebars .container .page-content, .layout-no-sidebars .page-content .page-content, .cta-newsletter--featured .layout-no-sidebars .page-content, .layout-no-sidebars .cta-newsletter--featured .page-content, .container .cta-newsletter--featured, .layout-no-sidebars .page-content .cta-newsletter--featured, .cta-newsletter--featured .cta-newsletter--featured,
.grid .container,
.grid .layout-no-sidebars .page-content, .layout-no-sidebars
.grid .page-content,
.grid .cta-newsletter--featured {
  width: auto;
}

.container--with-margin,
.grid--with-margin {
  margin-bottom: 70px;
}

.row {
  clear: both;
}

.sidebar-section {
  width: 31.4285714286%;
  float: right;
  margin-right: 0;
  width: 28.5714285714%;
}

@media (max-width: 1024px) {
  .sidebar-section {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

/*-----*/
.section-most-read {
  counter-reset: counter;
}

@media (max-width: 1024px) {
  .section-most-read {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
    margin-top: 100px;
  }
}

.section-most-read .story-thumbnail {
  margin-left: 25px;
}

.section-most-read .story-thumbnail__list-item ~ .story-thumbnail__list-item {
  border-top: 1px solid #E6E6E6;
  padding-top: 16px;
  margin-top: 16px;
}

.section-most-read .story-thumbnail__list-item:before {
  content: counter(counter) ".";
  counter-increment: counter;
  color: #B3B3B3;
  float: left;
  font-size: 18px;
  font-weight: 700;
}

/*------ DEFAULT CONTENT AND SIDEBARS LAYOUT (page.html.tpl) -----*/
@media (min-width: 1024px) {
  .layout-sidebar-first .sidebar-first {
    width: 21.42857%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .layout-sidebar-first .sidebar-first > div {
    padding-right: 2.85714%;
  }
}

@media (min-width: 1024px) {
  .layout-sidebar-first .page-content {
    width: 670.612257143%;
    float: left;
    margin-left: 21.42857%;
    margin-right: -100%;
  }
  .layout-sidebar-first .page-content > div {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .layout-sidebar-second .page-content {
    width: 77.14286%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .layout-sidebar-second .page-content > div {
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .layout-sidebar-second .sidebar-second {
    width: 22.85714%;
    float: left;
    margin-left: 77.14286%;
    margin-right: -100%;
  }
  .layout-sidebar-second .sidebar-second > div {
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .layout-two-sidebars .sidebar-first {
    width: 21.42857%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .layout-two-sidebars .sidebar-first > div {
    padding-right: 30px;
  }
}

@media (min-width: 1024px) {
  .layout-two-sidebars .page-content {
    width: 55.71429%;
    float: left;
    margin-left: 21.42857%;
    margin-right: -100%;
  }
  .layout-two-sidebars .page-content > div {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1024px) {
  .layout-two-sidebars .sidebar-second {
    width: 22.85714%;
    float: left;
    margin-left: 77.14286%;
    margin-right: -100%;
  }
  .layout-two-sidebars .sidebar-second > div {
    padding-left: 30px;
  }
}

@media (max-width: 1024px) {
  .sidebars {
    margin-top: 60px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sidebars .sidebar-first {
    width: 48.5714285714%;
    float: left;
    margin-left: 0;
    margin-right: -100%;
  }
  .sidebars .sidebar-first > div {
    padding-right: 30px;
  }
  .sidebars .sidebar-second {
    width: 48.5714285714%;
    float: left;
    margin-left: 51.4285714286%;
    margin-right: -100%;
  }
  .sidebars .sidebar-second > div {
    padding-left: 30px;
  }
}

.site-header {
  display: none;
}

@media (min-width: 768px) {
  .site-header {
    display: block;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

.site-header .header__left {
  width: 14.2857142857%;
  float: left;
  margin-right: 2.8571428571%;
}

.site-header .header__right {
  width: 82.8571428571%;
  float: right;
  margin-right: 0;
}

@media only screen and (min-width: 757px) {
  #irm-header {
    display: none;
  }
}

.site-header.logged-in-user {
  margin-top: 0 !important;
}

.site-header--mobile {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3000;
  background: #d00;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
  height: 50px;
}

@media (min-width: 768px) {
  .site-header--mobile {
    display: none;
  }
}

.site-header--mobile .menu-button,
.site-header--mobile .search-button {
  position: absolute;
  top: 0;
  padding: 0 2.8571428571%;
  line-height: 50px;
}

.site-header--mobile .menu-button {
  left: 0;
}

.site-header--mobile .search-button {
  right: 0;
}

.site-header--mobile .logo-link {
  display: block;
  margin: 0 auto;
  padding: 12px 0;
  width: 74px;
}

.site-header--mobile .logo-link > img {
  width: 100%;
}

/* PAGE HEADER BACKGROUND AND TITLE STYLES */
.site-header {
  position: relative;
}

.page-header {
  padding-top: 200px;
  padding-bottom: 220px;
  margin-bottom: 50px;
}

@media (min-width: 480px) {
  .page-header {
    margin-bottom: 60px;
  }
}

@media (min-width: 960px) {
  .page-header {
    margin-bottom: 80px;
  }
}

@media (max-width: 1024px) {
  .page-header {
    padding-top: 150px;
    padding-bottom: 170px;
  }
}

@media (max-width: 767px) {
  .page-header {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}

.page-header--highlighted {
  background-color: #FAFAFA;
  border-bottom: 1px solid #EAEAEA;
  margin-top: 0;
  padding-top: 70px;
  padding-bottom: 0;
}

@media (min-width: 767px) {
  .page-header--highlighted {
    padding-top: 30px;
  }
}

@media (min-width: 1024px) {
  .page-header--highlighted {
    margin-top: -160px;
    padding-top: 160px;
  }
}

.page-header--highlighted > div {
  padding-top: 0;
  padding-bottom: 50px;
}

@media (min-width: 480px) {
  .page-header--highlighted > div {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media (min-width: 960px) {
  .page-header--highlighted > div {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (min-width: 768px) {
  .underlay-nav {
    margin-top: -160px;
  }
}

.has-overlapped-header .page-header--highlighted, .has-overlapped-header.page-header--highlighted {
  margin-bottom: 0;
}

.has-overlapped-header .page-header--highlighted > div, .has-overlapped-header.page-header--highlighted > div {
  padding-bottom: 100px;
}

@media (min-width: 480px) {
  .has-overlapped-header .page-header--highlighted > div, .has-overlapped-header.page-header--highlighted > div {
    padding-bottom: 120px;
  }
}

@media (min-width: 960px) {
  .has-overlapped-header .page-header--highlighted > div, .has-overlapped-header.page-header--highlighted > div {
    padding-bottom: 160px;
  }
}

.overlap-header {
  margin-top: -50px;
}

@media (min-width: 480px) {
  .overlap-header {
    margin-top: -60px;
  }
}

@media (min-width: 960px) {
  .overlap-header {
    margin-top: -80px;
  }
}

.nav--landing h1 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 42px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.nav--landing .page-header__menu ul {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .nav--landing .page-header__menu ul {
    display: inline;
  }
}

.nav--landing .page-header__menu ul li {
  display: inline;
  border-right: 2px solid #999;
}

.nav--landing .page-header__menu ul li a {
  padding: 5px 5px;
}

@media (min-width: 768px) {
  .nav--landing .page-header__menu ul li a {
    padding: 5px 10px;
  }
}

.nav--landing .page-header__menu ul li:first-child a {
  padding-left: 0;
}

.nav--landing .page-header__menu ul li:last-child {
  border-right: 0;
}

.container-wrap-hdr {
  position: relative;
  width: 1200px;
  margin: 0px auto;
}

header.menu-acton a img {
  position: absolute;
  display: block;
  width: 120px;
  height: 44px;
  background-size: contain;
  z-index: 499;
  top: 18px;
  left: 25px;
}

header.menu-acton a img span {
  display: none;
}

nav.notca {
  background-color: #d00;
  position: relative;
  padding: 0px;
  z-index: 498;
  height: 86px;
}

/* Dropdown menu styling */
#p-menu-acton {
  float: right;
  font-family: "franklin-gothic-urw",sans-serif;
  margin-top: 0px;
}

.menu-wrapper {
  width: 760px;
  float: right;
}

/* Primary Menu Styling */
.container-wrap-hdr #p-menu-acton .menu-item a {
  color: #FFF;
}

.menu-item--expanded {
  font-weight: 900;
  text-transform: uppercase;
}

#p-menu-acton ul.site-nav__primary-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}

#p-menu-acton li.menu-item.menu-item--expanded {
  display: inline-block;
  text-align: left;
}

#p-menu-acton li.menu-item.menu-item--expanded:hover {
  background-color: #CA0813;
  box-shadow: 2px 3px 6px rgba(0, 0, 0, 0.25);
}

#p-menu-acton ul.site-nav__primary-nav::after {
  content: '';
  display: block;
  clear: both;
}

#p-menu-acton ul.site-nav__primary-nav li.menu-item.menu-item--expanded:hover > ul {
  display: block;
  text-align: left;
}

#p-menu-acton ul.site-nav__primary-nav li a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 10px 20px 25px 20px;
}

#p-menu-acton ul.site-nav__primary-nav ul.site-nav__primary-nav li a {
  padding: 10px 20px;
}

#p-menu-acton ul.site-nav__primary-nav ul.site-nav__primary-nav {
  position: absolute;
  top: 100%;
  background-color: #CA0813;
  display: none;
  width: 250px;
  padding-bottom: 20px;
}

#p-menu-acton ul.site-nav__primary-nav ul.site-nav__primary-nav li {
  font-weight: 600;
  text-transform: none;
}

#p-menu-acton ul.site-nav__primary-nav ul.site-nav__primary-nav li:hover {
  background-color: rgba(0, 0, 0, 0.25);
}

ul.site-nav__primary-nav li.menu-item:nth-child(5) ul {
  right: 0px;
}

/* Secondary Menu */
.sm-wrapper {
  float: right;
  width: 570px;
  padding: 5px 0px;
}

#search-top {
  float: left;
  width: 270px;
  display: none;
  height: 25px;
}

#sec-menu {
  float: right;
  width: 300px !important;
  margin-left: 10px;
}

#sec-menu ul.sec-nav {
  float: right;
  width: 100%;
  padding: 5px 0px;
}

#sec-menu ul.sec-nav li.s-menu-item {
  display: inline;
  list-style-type: none;
  padding: 6px;
}

#sec-menu ul.sec-nav li.s-menu-item a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  font-weight: 600;
}

#sec-menu ul.sec-nav li.s-menu-item a:hover {
  color: #000;
}

#sec-menu ul.sec-nav li.s-menu-item:nth-child(1) {
  color: yellow;
}

#search-top input[type=submit] {
  background-color: rgba(0, 0, 0, 0.01);
  color: #fff;
  border: 1px solid #fff;
}

#search-top input[type=submit]:hover {
  opacity: .6;
}

#search-top input[type=text]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 200;
}

#search-top input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.9);
  font-weight: 200;
}

#search-top input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.9);
  font-weight: 200;
}

#search-top input[type=text]:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
  font-weight: 200;
}

.search-toggle {
  cursor: pointer !important;
}

#block-secondarymenu-2.contextual-region {
  float: right;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .container-wrap-hdr {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .search-wrapper {
    width: 320px;
    margin: 0px auto;
    margin-top: 60px;
  }
  .mobile-menu-acton {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .container-wrap-hdr {
    position: relative;
    width: 100% !important;
    margin: 0px auto;
  }
  #p-menu-acton ul.site-nav__primary-nav ul.site-nav__primary-nav {
    width: 140px;
  }
  #p-menu-acton ul.site-nav__primary-nav li a {
    padding: 10px 20px 20px 20px;
  }
  header.menu-acton a img {
    width: 120px;
    height: 44px;
  }
  nav.notca ul.site-nav__primary-nav li {
    font-size: 12px;
    font-weight: 900;
  }
  nav.notca > ul > li {
    float: left;
    font-size: 12px;
  }
  .top-level {
    right: -100px;
  }
  .sec-level {
    right: -420px;
  }
  #p-menu-acton {
    margin-top: 9px;
  }
  .menu-wrapper {
    width: 560px;
  }
  .sm-wrapper {
    width: 500px;
  }
  #block-exposedformsearchresults-page form input.button {
    left: 214px !important;
  }
}

@media screen and (max-width: 1279px) {
  .container-wrap-hdr {
    position: relative;
    width: 960px;
    margin: 0px auto;
  }
}

@media screen and (max-width: 768px) {
  .container-wrap-hdr {
    width: 100%;
  }
}

.site-footer {
  background: #222;
  margin-top: 80px;
  padding: 80px 0 50px;
  color: #999;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 767px) {
  .site-footer {
    margin-top: 150px;
    padding: 80px 0 100px;
  }
}

.site-footer a {
  color: white;
}

@media (min-width: 767px) {
  .site-footer .footer__top-first {
    width: 79.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .site-footer .footer__top-first .footer__menu--primary > ul > li {
    width: 22.8571428571%;
    float: left;
  }
  .site-footer .footer__top-first .footer__menu--primary > ul > li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .site-footer .footer__top-first .footer__menu--primary > ul > li:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .site-footer .footer__top-first .footer__menu--primary > ul > li:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .site-footer .footer__top-first .footer__menu--primary > ul > li:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
  .site-footer .footer__top-second {
    width: 17.7142857143%;
    float: right;
    margin-right: 0;
  }
}

.site-footer .footer__menu--primary ul > li ul,
.site-footer .footer__menu--secondary ul > li ul {
  margin-top: 24px;
}

@media (min-width: 767px) {
  .site-footer .footer__menu--primary ul > li ul,
  .site-footer .footer__menu--secondary ul > li ul {
    margin-top: 14px;
  }
}

.site-footer .footer__menu--primary ul > li ul > li,
.site-footer .footer__menu--secondary ul > li ul > li {
  display: none;
}

@media (min-width: 767px) {
  .site-footer .footer__menu--primary ul > li ul > li,
  .site-footer .footer__menu--secondary ul > li ul > li {
    margin-top: 18px;
    display: block;
  }
}

.site-footer .footer__menu--primary > ul > li > a,
.site-footer .footer__menu--secondary > ul > li > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-footer .footer__menu--secondary {
  margin-bottom: 24px;
}

.site-footer .footer__menu--secondary li + li {
  margin-top: 24px;
}

.site-footer__lower {
  position: relative;
  border-top: 1px solid #4D4D4D;
  margin-top: 50px;
  padding-top: 30px;
}

.site-footer__lower ul {
  text-align: left;
}

@media (min-width: 767px) {
  .site-footer__lower ul {
    text-align: right;
  }
}

.site-footer__lower li {
  display: inline-block;
}

.site-footer__lower li + li {
  padding-left: 10px;
  margin-left: 10px;
  border-left: 1px solid #4D4D4D;
}

.site-footer__lower .footer__legal ul {
  margin-top: 20px;
}

.site-footer--landing {
  margin-top: 0;
  padding-top: 50px;
}

.site-footer--landing .site-footer__lower.container, .site-footer--landing .layout-no-sidebars .site-footer__lower.page-content, .layout-no-sidebars .site-footer--landing .site-footer__lower.page-content, .site-footer--landing .site-footer__lower.cta-newsletter--featured {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.site-footer__logo {
  display: none;
}

@media (min-width: 767px) {
  .site-footer__logo {
    display: block;
    position: absolute;
    top: 30px;
    height: 48px;
  }
}

.site-footer .footer__menu--social li {
  white-space: nowrap;
}

.site-footer .footer__menu--social li a {
  margin-right: 8px;
}

@media (min-width: 767px) {
  .site-footer .footer__menu--social li a {
    margin-right: 5%;
  }
}

.site-footer .footer__menu--social li a:hover {
  text-decoration: none;
}

@media (min-width: 767px) {
  .site-footer .footer__menu--language {
    text-align: right;
  }
}

.site-footer .footer__menu--language ul {
  padding-top: 20px;
  padding-bottom: 24px;
  color: #4D4D4D;
  font-size: 13px;
  display: block;
}

@media (max-width: 767px) {
  .site-footer .footer__menu--language ul li {
    display: block;
    margin-top: 18px;
  }
  .site-footer .footer__menu--language ul li:first-child {
    margin-top: 0;
  }
  .site-footer .footer__menu--language ul li + li {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
  }
}

@media (min-width: 767px) {
  .site-footer .footer__menu--language ul {
    text-align: right;
  }
}

/*Component*/
button,
.button,
.paragraph--type--paragraph-featured-item .featured-item__link a,
.paragraph--type--text-large-image-button .text-large-image-button__link a,
.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a,
.field--name-field-more-information a,
.field--name-field-registration a {
  /*can be used on <button> or <a> tags*/
  background-color: #d00;
  border: 1px solid #d00;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.5;
  padding: 0 40px;
  white-space: nowrap;
  display: inline-block;
}

button:hover,
.button:hover,
.paragraph--type--paragraph-featured-item .featured-item__link a:hover,
.paragraph--type--text-large-image-button .text-large-image-button__link a:hover,
.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a:hover,
.field--name-field-more-information a:hover,
.field--name-field-registration a:hover {
  color: white;
  text-decoration: none;
  background-color: #aa0000;
}

.button--landing--blue {
  background-color: #3fa7e6;
  border: 1px solid #3fa7e6;
  border-radius: 0;
  box-shadow: none;
}

.button--landing--blue:hover {
  background-color: #1c90d6;
}

.button--landing--red {
  border-radius: 0;
  box-shadow: none;
}

.pager {
  margin: 40px 0 70px;
}

.pager__items {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.pager__item {
  float: left;
}

.pager__item a {
  display: block;
  font-weight: 700;
  padding: 8px;
  border-radius: 2px;
  line-height: 1;
  margin-right: 8px;
}

.pager__item.is-active a {
  background-color: #d00;
  color: #ffffff;
}

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

.pager__item--first a,
.pager__item--previous a,
.pager__item--next a,
.pager__item--last a {
  text-decoration: underline;
}

.pager__mini {
  clear: both;
}

.pager__mini ul {
  text-align: center;
  width: 100%;
  padding: 35px 0 50px;
  font-size: 18px;
}

.pager__mini ul li {
  display: inline;
}

.pager__mini ul li a {
  padding: 5px 10px 8px;
  color: #384dfe;
  margin: 0 8px;
  border: 1px solid #EAEAEA;
}

ul.tabs {
  clear: both;
  overflow: hidden;
  position: relative;
  margin: 20px auto;
  background-color: transparent;
  padding: 0;
  text-align: center;
}

ul.tabs li {
  display: inline-block;
}

ul.tabs li a {
  padding: 10px 15px;
  margin-right: 5px;
  color: #384dfe;
  display: inline-block;
  background-color: #FAFAFA;
  border: 1px solid #F3F3F3;
  border-radius: 2px;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  ul.tabs li a {
    margin-bottom: 0;
  }
}

ul.tabs li a:hover, ul.tabs li a:active {
  border: 1px solid #EAEAEA;
}

.messages {
  font-size: 14px;
  clear: both;
}

.messages > div {
  background-color: transparent;
  padding: 15px;
  margin: 15px 0;
  border: 1px solid #EAEAEA;
  border-left: 5px solid #EAEAEA;
}

.messages a {
  text-decoration: underline;
}

.messages [role="status"] {
  color: #0add00;
  border-color: #0add00;
}

.messages [role="alert"] {
  color: #ddb600;
  border-color: #ddb600;
}

.messages [role="warning"] {
  color: #d00;
  border-color: #d00;
}

.section-title,
.module-title,
.module-title--with-red-underline {
  border-bottom: 5px solid black;
  margin-bottom: 30px;
  color: #000;
  font-family: "Trade Gothic", sans-serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.section-title--with-red-underline,
.module-title--with-red-underline,
.module-title--with-red-underline--with-red-underline {
  border-bottom: 0;
  margin-bottom: 45px;
}

.section-title--with-red-underline:after,
.module-title--with-red-underline:after,
.module-title--with-red-underline--with-red-underline:after {
  content: "";
  display: block;
  height: 4px;
  width: 70px;
  background-color: #d00;
  margin-top: 5px;
}

.section-title--alternate {
  font-weight: 400;
  font-size: 18px;
  font-family: "franklin-gothic-urw", sans-serif;
}

.page-section__titles {
  margin-bottom: 15px;
  margin-bottom: 70px !important;
}

@media (min-width: 1024px) {
  .page-section__titles {
    margin-bottom: 0;
  }
}

.page-section__titles h2 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 42px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.2;
}

.page-section__titles:after {
  content: "";
  display: block;
  height: 4px;
  width: 70px;
  background-color: #d00;
  margin-top: 10px;
}

.module {
  margin-bottom: 70px;
  overflow: hidden;
}

.story-thumbnail h1 {
  color: black;
}

.story-thumbnail h2 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.story-thumbnail a {
  color: black;
}

.story-thumbnail img {
  display: block;
  width: 100%;
}

.story-thumbnail__summary {
  color: #333;
  font-size: 15px;
  line-height: 1.4;
}

.story-thumbnail .byline {
  color: #666;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
}

.story-thumbnail .byline a {
  color: #384dfe;
  text-transform: uppercase;
}

.story-thumbnail .byline time {
  text-transform: uppercase;
}

.story-thumbnail--main-feature h1 {
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 12px;
}

.story-thumbnail--feature figure {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .story-thumbnail--feature figure {
    margin-bottom: 10px;
  }
}

.story-thumbnail--feature h1 {
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .story-thumbnail--feature h1 {
    font-size: 20px;
  }
}

.story-thumbnail--feature h2 {
  color: #a00;
  margin-bottom: 4px;
}

.story-thumbnail--feature .byline {
  padding-top: 10px;
}

/* contexts in which thumbnails may appear */
.story-thumbnail-list .story-thumbnail h1 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}

.story-thumbnail-list .story-thumbnail img {
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
  width: 60px;
}

.story-thumbnail-list .story-thumbnail ~ .story-thumbnail {
  border-top: 1px solid #e6e6e6;
  padding-top: 16px;
  margin-top: 18px;
}

.story-thumbnail-gallery .story-thumbnail img {
  padding-bottom: 12px;
}

.story-thumbnail-gallery .story-thumbnail h1 {
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 0;
}

.story-thumbnail-gallery .story-thumbnail h2 {
  color: #b00;
  font-size: 12px;
  padding-bottom: 4px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .article-feed {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

.article-feed .story-thumbnail {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.article-feed .story-thumbnail ~ .story-thumbnail {
  padding-top: 30px;
}

.article-feed .story-thumbnail h1 {
  font-size: 20px;
  line-height: 1.1;
}

.article-feed .story-thumbnail h1, .article-feed .story-thumbnail h2, .article-feed .story-thumbnail p {
  margin-bottom: 0;
}

.article-feed .story-thumbnail__summary {
  padding-top: 8px;
  display: block;
}

.article-feed .story-thumbnail .byline {
  padding-top: 8px;
}

.article-feed .story-thumbnail__date-published {
  margin-bottom: 6px;
  margin-top: 6px;
  color: #666;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}

@media (min-width: 768px) {
  .article-feed .story-thumbnail__date-published {
    width: 18.4782608696%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 0;
    margin-top: 6px;
  }
}

@media (min-width: 768px) {
  .article-feed .story-thumbnail__body {
    width: 77.1739130435%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .article-feed .story-thumbnail__with-image figure {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
  }
}

.article-feed .story-thumbnail__with-image .story-thumbnail__body {
  width: 74.2857142857%;
  float: left;
  margin-right: 2.8571428571%;
}

@media (min-width: 768px) {
  .article-feed .story-thumbnail__with-image .story-thumbnail__body {
    width: 51.0869565217%;
    float: left;
    margin-right: 4.347826087%;
  }
}

.article-feed__view-older {
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
}

.article-feed__view-older a {
  text-decoration: underline;
}

.story-thumbnail__body p {
  margin-bottom: 0;
}

.module.latest-articles .paragraph {
  margin-bottom: 0;
}

.module.latest-articles .article-feed {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .module.latest-articles .article-feed {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

.module.latest-articles .article-feed .story-thumbnail h1 {
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: none;
  margin-bottom: 15px;
}

.module.latest-articles.article-feed {
  margin-bottom: 0;
}

.cta-newsletter {
  /*colored versions*/
  /* CTA Featured (full-width)*/
  /* CTA Sidebar (right column generally)*/
}

.cta-newsletter h1 {
  line-height: 1.1;
  font-size: 24px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .cta-newsletter h1 {
    font-size: 27px;
    padding-bottom: 12px;
  }
}

.cta-newsletter p {
  color: #333;
  font-size: 15px;
  line-height: 1.3333333333;
}

.cta-newsletter form {
  padding-top: 16px;
}

.cta-newsletter .text-input {
  font-size: 18px;
  line-height: 45px;
  font-weight: 500;
}

.cta-newsletter button {
  font-size: 18px;
  line-height: 45px;
}

.cta-newsletter--grey {
  background-color: #fafafa;
  border: 1px solid #ccc;
}

.cta-newsletter--black {
  background-color: #222;
}

.cta-newsletter--black h1 {
  color: white;
}

.cta-newsletter--black p {
  color: #fafafa;
}

.cta-newsletter--featured {
  text-align: left;
  /*colors!*/
}

@media (min-width: 768px) {
  .cta-newsletter--featured {
    text-align: center;
  }
}

.cta-newsletter--featured h1 {
  font-size: 24px;
  padding-bottom: 8px;
}

@media (min-width: 768px) {
  .cta-newsletter--featured h1 {
    font-size: 27px;
    padding-bottom: 12px;
  }
}

.cta-newsletter--featured form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media (min-width: 768px) {
  .cta-newsletter--featured form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta-newsletter--featured .text-input {
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  padding: 0 10px;
  width: 370px;
  margin-right: 8px;
}

@media (min-width: 768px) {
  .cta-newsletter--featured .text-input {
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
  }
}

@media (max-width: 767px) {
  .cta-newsletter--featured button {
    font-size: 15px;
    line-height: 40px;
    padding: 0 20px;
  }
}

.cta-newsletter--featured.cta-newsletter--grey, .cta-newsletter--featured.cta-newsletter--black {
  padding: 30px 16px 35px;
}

@media (min-width: 768px) {
  .cta-newsletter--featured.cta-newsletter--grey, .cta-newsletter--featured.cta-newsletter--black {
    padding: 60px 20px;
  }
}

@media (min-width: 1024px) {
  .cta-newsletter--featured.cta-newsletter--grey, .cta-newsletter--featured.cta-newsletter--black {
    padding: 80px 30px;
  }
}

.cta-newsletter--sidebar {
  /*colors!*/
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cta-newsletter--sidebar {
    text-align: center;
  }
}

@media (min-width: 1024px) {
  .cta-newsletter--sidebar h1 {
    font-size: 24px;
  }
}

.cta-newsletter--sidebar form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 8px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cta-newsletter--sidebar form {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.cta-newsletter--sidebar .text-input {
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  margin-top: 8px;
  margin-right: 8px;
  width: 200px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .cta-newsletter--sidebar .text-input {
    font-size: 18px;
    font-weight: 500;
    line-height: 45px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cta-newsletter--sidebar .text-input {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 370px;
  }
}

@media (min-width: 1024px) {
  .cta-newsletter--sidebar .text-input {
    font-size: 15px;
    font-weight: 400;
    line-height: 40px;
  }
}

.cta-newsletter--sidebar button {
  font-size: 15px;
  line-height: 40px;
  margin-top: 8px;
  padding: 0 16px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .cta-newsletter--sidebar button {
    font-size: 18px;
    padding: 0 32px;
  }
}

.cta-newsletter--sidebar.cta-newsletter--grey, .cta-newsletter--sidebar.cta-newsletter--black {
  padding: 30px 16px 35px;
}

@media (min-width: 768px) {
  .cta-newsletter--sidebar.cta-newsletter--grey, .cta-newsletter--sidebar.cta-newsletter--black {
    padding: 25px 20px 30px;
  }
}

@media (min-width: 1024px) {
  .cta-newsletter--sidebar.cta-newsletter--grey, .cta-newsletter--sidebar.cta-newsletter--black {
    padding: 40px 0 50px;
  }
}

.newsletter-signup-box {
  padding: 40px 20px;
  text-align: left;
  background-color: #444;
  border: 1px solid #555;
  line-height: 1.5;
  float: left;
  width: 100%;
}

@media (min-width: 767px) {
  .newsletter-signup-box {
    padding: 60px 50px;
    text-align: center;
  }
}

.newsletter-signup-box h1 {
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 10px;
  text-transform: none;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 700;
  color: white;
}

.newsletter-signup-box p {
  margin-bottom: 30px;
  color: white;
  font-weight: bold;
}

.newsletter-signup-box .newsletter-signup-box__input {
  line-height: 2.5;
  min-width: 300px;
  padding: 0 10px;
  font-size: 18px;
  border-radius: 2px;
  border: 1px solid #EAEAEA;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .newsletter-signup-box .newsletter-signup-box__input {
    margin-bottom: 0;
  }
}

.newsletter-signup-box--white {
  border: 0;
  background-color: transparent;
  padding: 20px 0;
  line-height: 1.5;
}

@media (min-width: 767px) {
  .newsletter-signup-box--white {
    padding: 80px 50px;
  }
}

.module.connect .connect-row {
  width: 100%;
  clear: both;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 32px;
}

.module.connect i {
  background-color: #000;
  font-size: 24px;
  line-height: 24px;
  color: #FFF;
  border-radius: 50%;
  padding: 5px;
  margin-right: 5px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
}

.module.connect i:hover {
  background-color: #d00;
}

.module.connect i.fa-facebook:hover {
  background-color: #3b5998;
}

.module.connect i.fa-twitter:hover {
  background-color: #326ada;
}

.module.connect i.fa-linkedin:hover {
  background-color: #0077b5;
}

.module.connect i.fa-envelope {
  line-height: 18px;
}

.module.connect i.fa-envelope:before {
  font-size: 18px;
}

.module.connect .connect__description {
  font-size: 15px;
  color: #999;
  margin-bottom: 10px;
}

.module.connect .connect-item {
  display: inline-block;
}

.module.connect a {
  color: #000000;
}

.module.connect--comment .connect_count {
  margin-top: 10px;
}

.module.connect--comment .connect_count svg {
  margin-right: 4px;
}

.module.connect--comment a {
  font-size: 13px;
  font-weight: 700;
  display: inline-block;
  color: black;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.module.donate .donate__box {
  padding: 40px 20px;
  text-align: left;
  background-color: #444;
  border: 1px solid #555;
  line-height: 1.5;
}

@media (min-width: 767px) {
  .module.donate .donate__box {
    padding: 65px 50px;
    text-align: center;
  }
}

.module.donate .donate__box--white {
  border: 0;
  background-color: transparent;
  padding: 20px 0;
  line-height: 1.5;
}

@media (min-width: 767px) {
  .module.donate .donate__box--white {
    padding: 80px 50px;
  }
}

.module.donate h1 {
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 0px;
  text-transform: none;
  font-size: 26px;
  letter-spacing: 0;
  font-weight: 700;
  color: white;
}

.module.donate p {
  margin-bottom: 30px;
  color: white;
}

.module.donate .donate__input-container {
  position: relative;
  margin-bottom: 20px;
  max-width: 100%;
  display: inline-block;
}

@media (min-width: 767px) {
  .module.donate .donate__input-container {
    max-width: 275px;
  }
}

.module.donate .donate__input {
  line-height: 2.5;
  min-width: 100%;
  padding: 0 10px;
  font-size: 18px;
  border-radius: 2px;
  border: 1px solid #EAEAEA;
  margin-bottom: 10px;
  font-weight: 700;
}

@media (min-width: 767px) {
  .module.donate .donate__input {
    margin-bottom: 0;
    min-width: 275px;
  }
}

.module.donate button.donate__button {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .module.donate button.donate__button {
    margin-bottom: 0;
  }
}

.module.donate .donate__frequency {
  position: absolute;
  right: 10px;
  top: 15px;
  text-transform: uppercase;
  font-size: 14px;
  color: #666;
}

.module.donate .donate__give-once {
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
}

.hero-donate {
  position: relative;
  height: 1200px;
  width: 100%;
  float: left;
  background-color: #000;
  top: -90px;
}

@media (max-width: 1279px) {
  .hero-donate {
    height: 1200px;
  }
}

@media (max-width: 1024px) {
  .hero-donate {
    height: 1200px;
  }
}

@media (max-width: 767px) {
  .hero-donate {
    height: 525px;
    top: 0px;
  }
}

.bg-layer {
  position: relative;
  top: -90px;
  width: 100%;
}

.bg-layer img {
  width: 100%;
  float: left;
}

@media (max-width: 1279px) {
  .bg-layer {
    top: -70px;
  }
}

@media (max-width: 1024px) {
  .bg-layer {
    top: -60px;
  }
}

@media (max-width: 767px) {
  .bg-layer {
    top: -30px;
  }
}

.center-idonate {
  width: 670px;
  margin: 0px auto;
}

.intro-donation {
  top: 143px;
  position: absolute;
  z-index: 497;
  max-width: 670px;
  text-align: center;
  margin: 0px auto;
}

@media (max-width: 1279px) {
  .intro-donation {
    top: 143px;
  }
}

@media (max-width: 1024px) {
  .intro-donation {
    top: 143px;
  }
}

@media (max-width: 767px) {
  .intro-donation {
    top: 160px;
  }
}

.intro-donation h1 {
  font-size: 22px;
  text-transform: uppercase;
  color: #00DCF5;
  font-family: "alternate-gothic-no-2-d", sans-serif;
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.intro-donation h2 {
  font-family: "franklin-gothic-urw", sans-serif;
  color: #fff;
  font-weight: 900;
  margin-top: -8px;
}

@media (max-width: 767px) {
  .intro-donation h2 {
    font-size: 21px;
  }
}

@media (min-width: 767px) {
  .intro-donation h2 {
    font-size: 40px;
  }
}

.intro-donation .donate-button-wrap {
  position: relative;
  width: 225px;
  margin: 0px auto;
}

.intro-donation a.button, .intro-donation .paragraph--type--paragraph-featured-item .featured-item__link a, .paragraph--type--paragraph-featured-item .featured-item__link .intro-donation a, .intro-donation .paragraph--type--text-large-image-button .text-large-image-button__link a, .paragraph--type--text-large-image-button .text-large-image-button__link .intro-donation a, .intro-donation .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .intro-donation a, .intro-donation .field--name-field-more-information a, .field--name-field-more-information .intro-donation a, .intro-donation
.field--name-field-registration a,
.field--name-field-registration .intro-donation a {
  width: 100%;
  text-align: center;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 21px;
  font-weight: 900;
}

.intro-donation a.button:hover, .intro-donation .paragraph--type--paragraph-featured-item .featured-item__link a:hover, .paragraph--type--paragraph-featured-item .featured-item__link .intro-donation a:hover, .intro-donation .paragraph--type--text-large-image-button .text-large-image-button__link a:hover, .paragraph--type--text-large-image-button .text-large-image-button__link .intro-donation a:hover, .intro-donation .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a:hover, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .intro-donation a:hover, .intro-donation .field--name-field-more-information a:hover, .field--name-field-more-information .intro-donation a:hover, .intro-donation
.field--name-field-registration a:hover,
.field--name-field-registration .intro-donation a:hover {
  cursor: pointer !important;
}

.clear {
  clear: both !important;
  display: block;
  width: 100%;
}

.center-letter {
  width: 970px;
  margin: 0px auto;
}

.letter-donate {
  top: 575px;
  position: absolute;
  background-color: white;
  max-width: 970px;
  height: auto;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 100px 100px 120px 100px;
}

.letter-donate h1 {
  font-size: 27px;
  font-weight: 500;
  line-height: 36px;
}

.letter-donate p {
  font-size: 18px;
  line-height: 27px;
}

@media (max-width: 1279px) {
  .letter-donate {
    top: 143px;
    padding: 100px 100px 120px 100px;
    margin-right: 0px;
    margin-left: 0px;
    top: 575px;
  }
}

@media (max-width: 1024px) {
  .letter-donate {
    top: 0px;
    padding: 100px 100px 120px 100px;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 575px;
  }
}

@media (max-width: 767px) {
  .letter-donate {
    top: 543px;
    padding: 30px;
    margin-right: 20px;
    margin-left: 20px;
    top: -115px;
  }
}

.donate {
  padding: 0px;
}

.donate .featured-column__cta a {
  background-color: #d00;
  width: 137px;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  text-decoration: none !important;
  float: left;
  border-radius: 3px;
}

.donate .featured-column__cta a:hover {
  background-color: #aa0000;
}

.donate .paragraph.full-background {
  margin-bottom: 110px;
  border-top: 1px solid #F3F3F3;
  border-bottom: 1px solid #F3F3F3;
}

.donate .field--name-field-featured-column-content > .field__item:nth-child(3) .featured-column__cta a {
  background-color: #FAFAFA !important;
  color: #d00;
  text-decoration: underline !important;
  border-radius: none;
  float: left;
}

.donate .field--name-field-featured-column-content > .field__item:nth-child(3) .featured-column__cta a:hover {
  color: #aa0000;
}

.donate .field--name-field-featured-column-content > .field__item {
  margin-bottom: 60px;
  overflow: hidden;
}

.donate .field--name-field-featured-column-content > .field__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .donate .field--name-field-featured-column-content > .field__item {
    width: 31.4285714286%;
    float: left;
  }
  .donate .field--name-field-featured-column-content > .field__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .donate .field--name-field-featured-column-content > .field__item:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .donate .field--name-field-featured-column-content > .field__item:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
  .donate .field--name-field-featured-column-content > .field__item:last-child {
    margin-bottom: 60px;
  }
}

.donate .featured-column__image img {
  margin-bottom: 15px;
}

.donate .featured-column__title h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 26px;
}

.donate .featured-column__title h3 a {
  color: #000;
}

.donate .featured-column__description p:last-child {
  margin-bottom: 20px;
}

.donate .featured-column__cta a {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.donate .featured-column__cta a a {
  color: #d00;
  text-decoration: underline;
}

@media (max-width: 1279px) {
  .donate {
    padding: 0px;
  }
}

@media (max-width: 1024px) {
  .donate {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .donate {
    padding: 0;
  }
}

.donate .triple-gallery-item {
  max-width: 1200px;
  position: relative;
  margin: 0px auto;
}

.donate .paragraph--type--content-with-label {
  max-width: 1200px;
  margin: 0px auto;
  margin-bottom: 100px;
}

.tax-msg {
  text-align: center;
  max-width: 1200px;
  margin: 0px auto;
  margin-top: 607px;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 150px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 150px;
}

.tax-msg h2 {
  font-size: 27px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
}

.tax-msg a {
  text-decoration: underline;
  font-size: 15px;
  font-weight: 500;
}

@media (max-width: 1279px) {
  .tax-msg {
    margin-top: 607px;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 150px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 1024px) {
  .tax-msg {
    margin-top: 520px;
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 150px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .tax-msg {
    margin-top: 815px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 75px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .tax-msg {
    margin-top: 1690px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 75px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 360px) {
  .tax-msg {
    margin-top: 1900px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 75px;
    margin-right: 20px;
    margin-left: 20px;
  }

@media only screen and (max-width: 320px) {
  .tax-msg {
    margin-top: 2080px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 75px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.hl-intro {
  font-weight: 600;
}

.footer-clear {
  clear: both;
}

.footer-clear .site-footer {
  margin-top: 0px;
}

.newspaper-columns.donate {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
}

@media (max-width: 767px) {
  .newspaper-columns.donate {
    -webkit-column-count: 1;
    /* Chrome, Safari, Opera */
    -moz-column-count: 1;
    /* Firefox */
    column-count: 1;
  }
}

.wg {
  display: block;
  margin-top: 20px;
}

.exec-sign-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  margin-top: 65px;
}

.exec-sign-wrap a {
  float: left;
  width: 100%;
  margin-top: 100px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

@media (max-width: 1279px) {
  .exec-sign-wrap a {
    font-size: 20px;
    margin-top: 100px;
  }
}

@media (max-width: 1024px) {
  .exec-sign-wrap a {
    margin-top: 35px;
  }
}

@media (max-width: 767px) {
  .exec-sign-wrap a {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .exec-sign-wrap {
    margin-top: 0px;
  }
}

.exec-sign {
  width: 48.5714285714%;
  float: left;
  margin-right: 2.8571428571%;
}

.exec-sign img {
  width: 100%;
}

.exec-sign h4 {
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 5px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .exec-sign h4 {
    font-size: 12px;
  }
}

.exec-sign.last {
  width: 48.5714285714%;
  float: right;
  margin-right: 0;
}

.exec-sign.last img {
  width: 100%;
}

.exec-sign.last h4 {
  font-size: 24px;
  margin-top: 12px;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .exec-sign.last h4 {
    font-size: 12px;
  }
}

.byline-sign {
  display: block;
  font-size: 13px;
  color: #666;
  letter-spacing: 2px;
}

.donate-full-width {
  float: left;
  width: 100%;
}

.support-msg {
  text-align: center;
  max-width: 1170px;
  margin: 0px auto;
  padding-left: 200px;
  padding-right: 200px;
  padding-bottom: 140px;
}

.support-msg h1 {
  font-family: "alternate-gothic-no-2-d", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  color: #BB0000;
  font-size: 22px;
  margin-bottom: 15px;
  letter-spacing: 2px;
}

.support-msg h2 {
  font-size: 32px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 700;
  margin-bottom: 40px;
}

.support-msg a {
  font-size: 21px;
}

@media (max-width: 1279px) {
  .support-msg {
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 150px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 1024px) {
  .support-msg {
    padding-left: 200px;
    padding-right: 200px;
    padding-bottom: 150px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .support-msg {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 75px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 480px) {
  .support-msg {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 75px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .support-msg {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 75px;
    margin-right: 20px;
    margin-left: 20px;
  }
}

.module.locations {
  line-height: 1.5;
}

.module.locations--no-margin {
  margin-bottom: 0;
}

.module.locations .location {
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #EAEAEA;
}

.module.locations .location:last-child {
  border-bottom: 0;
}

.module.locations h4.location__label {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.module.locations .location__address {
  margin-bottom: 20px;
}

.module.locations .location__address .address-title {
  font-weight: 700;
}

.module.locations .location__address .address-body {
  color: #666;
}

.module.locations .location__contacts {
  color: #666;
  font-weight: bold;
}

.module.locations .location__contacts a {
  font-weight: normal;
  text-decoration: underline;
}

.learn-more {
  text-decoration: underline;
  font-weight: bold;
}

.module.departments {
  overflow: hidden;
  margin-bottom: 60px;
}

.module.departments .department {
  margin-bottom: 40px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 480px) {
  .module.departments .department {
    width: 48.5714285714%;
    float: left;
  }
  .module.departments .department:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.departments .department:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 768px) {
  .module.departments .department {
    width: 31.4285714286%;
    float: left;
  }
  .module.departments .department:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.departments .department:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.departments .department:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

.module.departments .department .title,
.module.departments .department .contact,
.module.departments .department .phone,
.module.departments .department .fax,
.module.departments .department .email {
  margin-bottom: 10px;
  color: #666;
}

.module.departments .department .title > span,
.module.departments .department .contact > span,
.module.departments .department .phone > span,
.module.departments .department .fax > span,
.module.departments .department .email > span {
  display: inline;
  font-weight: bold;
}

.module.departments .department .title > div,
.module.departments .department .contact > div,
.module.departments .department .phone > div,
.module.departments .department .fax > div,
.module.departments .department .email > div {
  display: inline;
}

.module.departments .department .title a,
.module.departments .department .contact a,
.module.departments .department .phone a,
.module.departments .department .fax a,
.module.departments .department .email a {
  text-decoration: underline;
}

.module.departments .department .title {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #000;
  margin-bottom: 15px;
  margin-top: 10px;
}

.module.featured-item {
  padding: 30px;
  background-color: #FAFAFA;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  .module.featured-item {
    padding: 40px;
  }
}

.module.featured-item h2 {
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.5;
}

.module.featured-item h3 {
  color: #aa0000;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Trade Gothic", sans-serif;
  margin-bottom: 5px;
  margin-top: 0;
}

@media (min-width: 1024px) {
  .module.featured-item h3 {
    margin-top: 20px;
  }
}

.module.featured-item h4 {
  font-size: 16px;
  font-weight: bold;
  color: #666;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}

.module.featured-item h4 span {
  text-transform: uppercase;
}

.module.featured-item .featured-item__left {
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .module.featured-item .featured-item__left {
    width: 14.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

.module.featured-item .featured-item__left figure img {
  width: 100%;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
}

@media (min-width: 767px) {
  .module.featured-item .featured-item__right {
    width: 82.8571428571%;
    float: right;
    margin-right: 0;
  }
}

.module.press-images .press-image {
  width: 48.5714285714%;
  float: left;
}

.module.press-images .press-image:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.module.press-images .press-image:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 767px) {
  .module.press-images .press-image {
    width: 31.4285714286%;
    float: left;
  }
  .module.press-images .press-image:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.press-images .press-image:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.press-images .press-image:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.press-images .press-image {
    width: 22.8571428571%;
    float: left;
  }
  .module.press-images .press-image:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.press-images .press-image:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.press-images .press-image:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.press-images .press-image:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.press-images .press-image img {
  width: 100%;
  margin-bottom: 20px;
}

.module.press-images .press-image .press-image__download {
  margin-bottom: 30px;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.module.books .book {
  line-height: 1.5;
  margin-bottom: 50px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.module.books .book:last-child {
  margin-bottom: 0;
}

@media (min-width: 1024px) {
  .module.books .book {
    width: 48.5714285714%;
    float: left;
  }
  .module.books .book:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.books .book:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.books .book:nth-child(3) {
    margin-bottom: 0;
  }
}

.module.books .book .book__left {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .module.books .book .book__left {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

.module.books .book .book__left figure img {
  width: 100%;
}

.module.books .book .book__right {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 768px) {
  .module.books .book .book__right {
    width: 65.7142857143%;
    float: right;
    margin-right: 0;
  }
}

.module.books .book .book__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
  font-family: "franklin-gothic-urw", sans-serif;
}

.module.books .book .book__title h2 {
  font-size: 20px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  margin-bottom: 0;
  line-height: 1.5;
}

.module.books .book .book__description {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 14px;
  display: none;
}

.module.books .book .book__description p {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .module.books .book .book__description {
    display: block;
  }
}

.module.books .book .book__byline {
  color: #888;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 15px;
  font-weight: bold;
}

.module.books .book .book__byline .byline__book-author {
  text-transform: uppercase;
}

.module.books .book .book__byline .byline__book-author a {
  color: #888;
}

.module.books .book .book__link a {
  text-decoration: underline;
  color: #384dfe;
}

.paragraph .module.books {
  margin-bottom: 0;
}

.module.books--new {
  padding: 100px 0;
  background-color: #FAFAFA;
  border-top: 1px solid #EAEAEA;
  border-bottom: 1px solid #EAEAEA;
  margin: 40px 0 60px;
}

@media (min-width: 767px) {
  .module.books--new {
    margin: 80px 0 120px;
  }
}

.module.books--new .book figure img {
  max-width: 100%;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
}

.module.books--new .book .book__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 8px;
}

.module.books--new .book .book__title h3 {
  margin-bottom: 0;
}

.module.books--new .book .book__description {
  margin-bottom: 15px;
  line-height: 24px;
  font-size: 14px;
  display: none;
}

@media (min-width: 767px) {
  .module.books--new .book .book__description {
    display: block;
  }
}

.module.books--new .books__cta {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
  padding-top: 40px;
}

.module.books--new .books__cta a {
  color: #d00;
  text-decoration: underline;
}

.module.videos {
  margin-bottom: 40px;
}

.module.videos .video {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .module.videos .video {
    width: 31.4285714286%;
    float: left;
  }
  .module.videos .video:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.videos .video:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.videos .video:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.videos .video {
    width: 22.8571428571%;
    float: left;
  }
  .module.videos .video:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.videos .video:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.videos .video:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.videos .video:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.videos .video .video__image {
  margin-bottom: 15px;
}

.module.videos .video .video__image figure img {
  width: 100%;
}

.module.videos .video .video__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.module.videos .video .video__title a {
  color: #000;
}

.module.videos .video .video__date {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-size: 12px;
}

.videos__cta {
  clear: both;
  text-align: left;
}

.videos__cta .view-more {
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 16px;
}

.module.videos--library,
.module.videos--library--recent,
.module.videos--team-member {
  margin-bottom: 0;
}

.module.videos--library .video,
.module.videos--library--recent .video,
.module.videos--team-member .video {
  width: 48.5714285714%;
  float: left;
}

.module.videos--library .video:nth-child(2n + 1),
.module.videos--library--recent .video:nth-child(2n + 1),
.module.videos--team-member .video:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.module.videos--library .video:nth-child(2n + 2),
.module.videos--library--recent .video:nth-child(2n + 2),
.module.videos--team-member .video:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 767px) {
  .module.videos--library .video,
  .module.videos--library--recent .video,
  .module.videos--team-member .video {
    width: 31.4285714286%;
    float: left;
  }
  .module.videos--library .video:nth-child(3n + 1),
  .module.videos--library--recent .video:nth-child(3n + 1),
  .module.videos--team-member .video:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.videos--library .video:nth-child(3n + 2),
  .module.videos--library--recent .video:nth-child(3n + 2),
  .module.videos--team-member .video:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.videos--library .video:nth-child(3n + 3),
  .module.videos--library--recent .video:nth-child(3n + 3),
  .module.videos--team-member .video:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.videos--library .video,
  .module.videos--library--recent .video,
  .module.videos--team-member .video {
    width: 22.8571428571%;
    float: left;
  }
  .module.videos--library .video:nth-child(4n + 1),
  .module.videos--library--recent .video:nth-child(4n + 1),
  .module.videos--team-member .video:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.videos--library .video:nth-child(4n + 2),
  .module.videos--library--recent .video:nth-child(4n + 2),
  .module.videos--team-member .video:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.videos--library .video:nth-child(4n + 3),
  .module.videos--library--recent .video:nth-child(4n + 3),
  .module.videos--team-member .video:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.videos--library .video:nth-child(4n + 4),
  .module.videos--library--recent .video:nth-child(4n + 4),
  .module.videos--team-member .video:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.videos--library .video .views-field-field-video-type,
.module.videos--library--recent .video .views-field-field-video-type,
.module.videos--team-member .video .views-field-field-video-type {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 0;
}

.module.videos--library .video .views-field-name h3,
.module.videos--library--recent .video .views-field-name h3,
.module.videos--team-member .video .views-field-name h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  margin-top: 5px;
}

.module.videos--library .video .views-field-name h3 a,
.module.videos--library--recent .video .views-field-name h3 a,
.module.videos--team-member .video .views-field-name h3 a {
  color: #000;
}

.module.videos--library .video .views-field-created,
.module.videos--library--recent .video .views-field-created,
.module.videos--team-member .video .views-field-created {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-bottom: 0;
}

.module.videos--library--recent .video .views-field-name h3 {
  margin-top: 5px;
}

.module.videos--library--archive {
  margin-bottom: 70px;
}

.module.videos--related {
  margin-bottom: 0;
}

.module.videos--related .related-video .views-field-name h3,
.module.videos--related .related-video .related-video__title h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.module.videos--related .related-video .views-field-name h3 a,
.module.videos--related .related-video .related-video__title h3 a {
  color: #000;
}

.module.videos--related .related-video .views-field-created,
.module.videos--related .related-video .related-video__created {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-bottom: 0;
}

.module.videos--related--short .related-video {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
}

.module.videos--related--short .related-video:last-child {
  border-bottom: 0;
}

.module.videos--related--short .related-video .related-video__title h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.module.videos--related--short .related-video .related-video__created {
  margin-bottom: 0;
}

.module.videos--related--short .related-video .views-field-field-video {
  width: 31.4285714286%;
  float: left;
  margin-right: 2.8571428571%;
}

.module.videos--related--short .related-video .views-field-nothing {
  width: 65.7142857143%;
  float: right;
  margin-right: 0;
}

.module.videos--related--extended .related-video {
  margin-bottom: 25px;
  width: 48.5714285714%;
  float: left;
}

.module.videos--related--extended .related-video:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.module.videos--related--extended .related-video:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 767px) {
  .module.videos--related--extended .related-video {
    width: 31.4285714286%;
    float: left;
  }
  .module.videos--related--extended .related-video:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.videos--related--extended .related-video:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.videos--related--extended .related-video:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.videos--related--extended .related-video {
    width: 22.8571428571%;
    float: left;
  }
  .module.videos--related--extended .related-video:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.videos--related--extended .related-video:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.videos--related--extended .related-video:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.videos--related--extended .related-video:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.audio {
  margin-bottom: 40px;
}

.module.audio .clip {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .module.audio .clip {
    width: 31.4285714286%;
    float: left;
  }
  .module.audio .clip:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.audio .clip:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.audio .clip:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.audio .clip {
    width: 22.8571428571%;
    float: left;
  }
  .module.audio .clip:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.audio .clip:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.audio .clip:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.audio .clip:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.audio .clip .clip__image {
  margin-bottom: 15px;
}

.module.audio .clip .clip__image figure img {
  width: 100%;
}

.module.audio .clip .clip__title {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
}

.module.audio .clip .clip__title a {
  color: #000;
}

.module.audio .clip .clip__date {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-size: 12px;
}

.audio__cta {
  clear: both;
  text-align: left;
}

.audio__cta .view-more {
  margin-top: 0;
  margin-bottom: 70px;
  font-size: 16px;
}

.module.audio--library,
.module.audio--library--recent {
  margin-bottom: 0;
}

.module.audio--library .clip,
.module.audio--library--recent .clip {
  width: 48.5714285714%;
  float: left;
}

.module.audio--library .clip:nth-child(2n + 1),
.module.audio--library--recent .clip:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.module.audio--library .clip:nth-child(2n + 2),
.module.audio--library--recent .clip:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 767px) {
  .module.audio--library .clip,
  .module.audio--library--recent .clip {
    width: 31.4285714286%;
    float: left;
  }
  .module.audio--library .clip:nth-child(3n + 1),
  .module.audio--library--recent .clip:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.audio--library .clip:nth-child(3n + 2),
  .module.audio--library--recent .clip:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.audio--library .clip:nth-child(3n + 3),
  .module.audio--library--recent .clip:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.audio--library .clip,
  .module.audio--library--recent .clip {
    width: 22.8571428571%;
    float: left;
  }
  .module.audio--library .clip:nth-child(4n + 1),
  .module.audio--library--recent .clip:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.audio--library .clip:nth-child(4n + 2),
  .module.audio--library--recent .clip:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.audio--library .clip:nth-child(4n + 3),
  .module.audio--library--recent .clip:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.audio--library .clip:nth-child(4n + 4),
  .module.audio--library--recent .clip:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.audio--library .episode,
.module.audio--library--recent .episode {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 40px;
  padding-bottom: 50px;
  border-bottom: 1px solid #EAEAEA;
}

.module.audio--library .episode:last-child,
.module.audio--library--recent .episode:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

@media (min-width: 1024px) {
  .module.audio--library .episode,
  .module.audio--library--recent .episode {
    width: 74.2857142857%;
    float: left;
  }
  .module.audio--library .episode:nth-child(1n + 1),
  .module.audio--library--recent .episode:nth-child(1n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
}

@media (min-width: 767px) {
  .module.audio--library .episode .episode__first,
  .module.audio--library--recent .episode .episode__first {
    width: 14.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .module.audio--library .episode .episode__second,
  .module.audio--library--recent .episode .episode__second {
    width: 57.1428571429%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .module.audio--library .episode .episode__third,
  .module.audio--library--recent .episode .episode__third {
    width: 22.8571428571%;
    float: right;
    margin-right: 0;
  }
}

.module.audio--library .episode .episode__name h3,
.module.audio--library--recent .episode .episode__name h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}

.module.audio--library .episode .episode__name h3 a,
.module.audio--library--recent .episode .episode__name h3 a {
  color: #000;
}

.module.audio--library .episode .episode__date,
.module.audio--library--recent .episode .episode__date {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #666;
}

.module.audio--library .episode .episode__button a,
.module.audio--library--recent .episode .episode__button a {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 2px;
  color: #d00;
  font-size: 16px;
}

.module.audio--library .episode .episode__button a:hover,
.module.audio--library--recent .episode .episode__button a:hover {
  text-decoration: none;
  background-color: #EAEAEA;
}

.module.audio--library .episode .episode__button a i,
.module.audio--library--recent .episode .episode__button a i {
  margin-right: 10px;
}

.module.audio--library .episode .episode__image img,
.module.audio--library--recent .episode .episode__image img {
  margin-bottom: 25px;
}

.module.audio--library .clip .views-field-field-audio-type,
.module.audio--library--recent .clip .views-field-field-audio-type {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 0;
}

.module.audio--library .clip .views-field-name h3,
.module.audio--library--recent .clip .views-field-name h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
}

.module.audio--library .clip .views-field-name h3 a,
.module.audio--library--recent .clip .views-field-name h3 a {
  color: #000;
}

.module.audio--library .clip .views-field-created,
.module.audio--library--recent .clip .views-field-created {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-bottom: 0;
}

.module.audio--library--recent .clip .views-field-name h3 {
  margin-top: 5px;
}

.module.audio--library--archive {
  margin-bottom: 70px;
}

.module.audio--related {
  margin-bottom: 0;
}

.module.audio--related .related-clip .views-field-name h3,
.module.audio--related .related-clip .related-clip__title h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.module.audio--related .related-clip .views-field-name h3 a,
.module.audio--related .related-clip .related-clip__title h3 a {
  color: #000;
}

.module.audio--related .related-clip .views-field-created,
.module.audio--related .related-clip .related-clip__created {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-bottom: 0;
}

.module.audio--related--short .related-clip {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  clear: both;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #EAEAEA;
}

.module.audio--related--short .related-clip:last-child {
  border-bottom: 0;
}

.module.audio--related--short .related-clip .related-clip__title h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.module.audio--related--short .related-clip .related-clip__created {
  margin-bottom: 0;
}

.module.audio--related--short .related-clip .views-field-field-audio-image {
  width: 31.4285714286%;
  float: left;
  margin-right: 2.8571428571%;
}

.module.audio--related--short .related-clip .views-field-nothing {
  width: 65.7142857143%;
  float: right;
  margin-right: 0;
}

.module.audio--related--extended .related-clip {
  margin-bottom: 25px;
  width: 48.5714285714%;
  float: left;
}

.module.audio--related--extended .related-clip:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.module.audio--related--extended .related-clip:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 767px) {
  .module.audio--related--extended .related-clip {
    width: 31.4285714286%;
    float: left;
  }
  .module.audio--related--extended .related-clip:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.audio--related--extended .related-clip:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.audio--related--extended .related-clip:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.audio--related--extended .related-clip {
    width: 22.8571428571%;
    float: left;
  }
  .module.audio--related--extended .related-clip:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.audio--related--extended .related-clip:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.audio--related--extended .related-clip:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.audio--related--extended .related-clip:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.events {
  margin-bottom: 70px;
}

.module.events .event {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .module.events .event {
    width: 31.4285714286%;
    float: left;
  }
  .module.events .event:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.events .event:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.events .event:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.events .event {
    width: 22.8571428571%;
    float: left;
  }
  .module.events .event:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.events .event:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.events .event:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.events .event:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.events .event .event__image {
  margin-bottom: 15px;
}

.module.events .event .event__image figure img {
  width: 100%;
}

.module.events .event .event__type {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: bold;
}

.module.events .event .event__title {
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 5px;
}

.module.events .event .event__title a {
  color: #000;
}

.module.events .event .event__date {
  color: #666;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  font-size: 14px;
}

.event-teaser .event-teaser__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #e6e6e6;
}

.event-teaser .event-teaser__item ~ .event-teaser__item {
  padding-top: 30px;
}

.event-teaser .event-teaser__title {
  font-size: 21px;
  font-family: "franklin-gothic-urw", sans-serif;
  line-height: 1.5;
  text-transform: none;
  margin-bottom: 10px;
  margin-top: 0;
}

.event-teaser .event-teaser__title a {
  color: #000000;
}

.event-teaser .event-teaser__body {
  font-size: 15px;
}

.event-teaser .field--name-field-event-type {
  font-size: 14px;
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.event-teaser .event-teaser__left {
  margin-top: 6px;
  color: #666;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  margin-bottom: 0;
}

@media (min-width: 480px) {
  .event-teaser .event-teaser__left {
    width: 18.4782608696%;
    float: left;
    margin-right: 4.347826087%;
    margin-top: 0;
    margin-bottom: 6px;
  }
}

.event-teaser .event-teaser__middle {
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .event-teaser .event-teaser__middle {
    width: 51.0869565217%;
    float: left;
    margin-right: 4.347826087%;
    margin-bottom: 0;
  }
}

.event-teaser .event-teaser__right {
  margin-bottom: 10px;
}

.event-teaser .event-teaser__right img {
  width: 100%;
}

@media (min-width: 480px) {
  .event-teaser .event-teaser__right {
    width: 21.7391304348%;
    float: right;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.event-teaser .view-more {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.event-teaser .view-more a {
  color: #d00;
  text-decoration: underline;
}

.event-teaser .more-link {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.event-teaser .more-link a {
  color: #d00;
  text-decoration: underline;
}

.event-teaser h3 {
  margin-bottom: 5px;
}

.event-teaser__left .event__date {
  font-weight: 500;
}

.past-events .event-detail__date,
.future-events .event-detail__date {
  font-weight: 500;
}

.past-events .event-detail__date ~ .event-detail__date,
.future-events .event-detail__date ~ .event-detail__date {
  font-weight: normal;
}

.past-events .event-teaser__item,
.future-events .event-teaser__item {
  max-width: 815px;
}

.view-more {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 40px 0;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.page-header__titles {
  margin-top: 0;
}

.page-header__titles.emphasize {
  margin-bottom: 15px;
}

@media (min-width: 1024px) {
  .page-header__titles.emphasize {
    margin-bottom: 0;
  }
}

.page-header__titles.emphasize h1 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 42px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.2;
}

.page-header__titles.emphasize:after {
  content: "";
  display: block;
  height: 4px;
  width: 70px;
  background-color: #d00;
  margin-top: 10px;
}

.page-header__titles h1,
.page-header__titles .page-header__headline {
  font-size: 38px;
  font-weight: 900;
  text-transform: none;
  color: #000;
  line-height: 1.2;
}

@media (max-width: 1024px) {
  .page-header__titles h1,
  .page-header__titles .page-header__headline {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .page-header__titles h1,
  .page-header__titles .page-header__headline {
    font-size: 30px;
    line-height: 1.1;
  }
}

.page-header__titles h2,
.page-header__titles .page-header__category {
  font-size: 22px;
  font-family: "Trade Gothic", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #d00;
}

.page-header__titles h3,
.page-header__titles .page-header__subscript {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .page-header__titles h3,
  .page-header__titles .page-header__subscript {
    font-size: 14px;
    line-height: 1.4;
  }
}

.page-header__titles h1, .page-header__titles h2, .page-header__titles h3, .page-header__titles h4 {
  margin-bottom: 0;
}

.page-header__titles .page-header__subscript--small {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .page-header__titles .page-header__subscript--small {
    font-size: 12px;
  }
}

.page-header__titles .byline {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-top: 8px;
}

.page-header__titles .byline__author-name, .page-header__titles .byline__date-published {
  text-transform: uppercase;
  white-space: nowrap;
}

.page-header__description {
  width: 57.1428571429%;
  float: right;
  margin-right: 0;
  color: #333;
  font-size: 18px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .page-header__description {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .page-header__description {
    margin-top: 30px;
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

.page-header__description p {
  margin-bottom: 0;
}

.page-header.has-description .page-header__titles {
  width: 40%;
  float: left;
  margin-right: 2.8571428571%;
}

.paragraph {
  margin-bottom: 70px;
  overflow: hidden;
  clear: both;
}

.paragraph .title--centered {
  text-align: center;
  margin-bottom: 30px;
}

.paragraph .title--centered .paragraph__titles {
  display: inline-block;
}

.paragraph .title--centered .paragraph__titles:after {
  margin: 0 auto;
}

.paragraph.full-background {
  padding: 100px 0;
  background-color: #FAFAFA;
  margin-bottom: 100px;
}

.paragraph.remove-bottom-margin {
  margin-bottom: 0;
}

.paragraph__titles {
  line-height: 1;
  margin-bottom: 15px;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .paragraph__titles {
    margin-bottom: 0;
  }
}

.paragraph__titles h1 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 42px;
  color: #000;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.2;
}

.paragraph__titles:after {
  content: "";
  display: block;
  height: 4px;
  width: 70px;
  background-color: #d00;
  margin-top: 10px;
}

.module.team-members {
  margin-bottom: 40px;
}

.module.team-members .team-member {
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .module.team-members .team-member {
    width: 22.8571428571%;
    float: left;
  }
  .module.team-members .team-member:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.team-members .team-member:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.team-members .team-member:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.team-members .team-member:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.team-members .team-member {
    width: 14.2857142857%;
    float: left;
  }
  .module.team-members .team-member:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.team-members .team-member:nth-child(6n + 2) {
    margin-left: 17.1428571429%;
    margin-right: -100%;
    clear: none;
  }
  .module.team-members .team-member:nth-child(6n + 3) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.team-members .team-member:nth-child(6n + 4) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.team-members .team-member:nth-child(6n + 5) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
  .module.team-members .team-member:nth-child(6n + 6) {
    margin-left: 85.7142857143%;
    margin-right: -100%;
    clear: none;
  }
}

.module.team-members .team-member img {
  width: 100%;
  margin-bottom: 20px;
}

.module.team-members .team-member h3 {
  margin-bottom: 5px;
}

.module.team-members .team-member h3 a {
  color: #000;
  font-size: 20px;
}

.module.team-members .team-member .team-member__position {
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
}

.paragraph .module.team-members {
  margin-bottom: 0;
}

.bio {
  font-size: 15px;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 1px solid #ddd;
  color: #333;
  line-height: 1.6666666667;
}

@media (min-width: 480px) {
  .bio {
    padding-bottom: 80px;
  }
}

.bio__title {
  margin: 0;
  display: inline;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.bio__image {
  width: 18.9189189189%;
  float: left;
  margin-right: 5.4054054054%;
  margin-top: 5px;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .bio__description {
    width: 75.6756756757%;
    float: right;
    margin-right: 0;
  }
}

.bio__description > p {
  display: inline;
}

.site-search {
  overflow: visible;
}

#block-exposedformsearchresults-page {
  margin: 0px;
  width: 100%;
  text-align: right;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

#block-exposedformsearchresults-page form .form-item,
#block-exposedformsearchresults-page form .form-actions {
  margin-bottom: 0;
  display: inline;
}

#block-exposedformsearchresults-page form input.button,
#block-exposedformsearchresults-page form input {
  line-height: 26px;
}

#block-exposedformsearchresults-page form input.button {
  padding: 0 8px;
  background-color: transparent;
  color: #fff;
  font-weight: normal;
  margin-left: 7px;
  background-image: url(/themes/acton/dist/img/icon-search.svg);
  background-size: 100% 100%;
  border-bottom: none;
  position: absolute;
  left: 624px;
}

#block-exposedformsearchresults-page form .text-input {
  background-color: rgba(255, 255, 255, 0.01);
  border-radius: none;
  color: #fff;
  border-bottom: none;
  border-top: none;
  border-right: none;
  border-left: none;
  padding-bottom: 5px;
}

#block-exposedformsearchresults-page ul.results {
  position: absolute;
  right: 0;
  width: 400px;
  padding: 30px;
  margin-top: 10px;
  background-color: #CA0813;
  text-align: left;
  z-index: 5000;
}

#block-exposedformsearchresults-page ul.results li {
  padding: 10px 0;
}

#block-exposedformsearchresults-page ul.results li a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

#block-exposedformsearchresults-page ul.results li a:hover {
  color: #000;
}

@media (min-width: 1024px) {
  .module.audio-single .audio-single__left {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .module.audio-single .audio-single__right {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
  }
}

.module.media-list .media-list-item {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  line-height: 1.5;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .module.media-list .media-list-item {
    width: 31.4285714286%;
    float: left;
  }
  .module.media-list .media-list-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.media-list .media-list-item:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.media-list .media-list-item:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

.module.media-list .media-list-item .field--name-name {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
}

.module.media-list .media-list-item .field--name-name a {
  color: #000;
}

.module.media-list .media-list-item .field--name-created {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-bottom: 0;
}

.module.featured-overlay .story-thumbnail--main-feature {
  position: relative;
}

.module.featured-overlay .story-thumbnail--main-feature figure {
  position: relative;
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .module.featured-overlay .story-thumbnail--main-feature figure {
    margin-bottom: 0;
  }
}

.module.featured-overlay .story-thumbnail--main-feature figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, transparent 30%, black 100%);
  background-image: linear-gradient(-180deg, transparent 30%, black 100%);
  pointer-events: none;
}

.module.featured-overlay .story-thumbnail--main-feature figure.playing:after {
  display: none;
}

.module.featured-overlay .story-thumbnail--main-feature .story-thumbnail__body {
  bottom: 0;
  width: 100%;
}

@media (min-width: 767px) {
  .module.featured-overlay .story-thumbnail--main-feature .story-thumbnail__body {
    position: absolute;
    padding: 20px;
  }
}

@media (min-width: 1024px) {
  .module.featured-overlay .story-thumbnail--main-feature .story-thumbnail__body {
    padding: 40px;
  }
}

@media (min-width: 1279px) {
  .module.featured-overlay .story-thumbnail--main-feature .story-thumbnail__body {
    padding: 70px;
  }
}

.module.featured-overlay .story-thumbnail--main-feature h1 {
  color: black;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.module.featured-overlay .story-thumbnail--main-feature h1 a {
  color: black;
}

@media (min-width: 767px) {
  .module.featured-overlay .story-thumbnail--main-feature h1 {
    color: white;
    font-size: 32px;
    font-weight: 900;
  }
  .module.featured-overlay .story-thumbnail--main-feature h1 a {
    color: white;
  }
}

@media (min-width: 1024px) {
  .module.featured-overlay .story-thumbnail--main-feature h1 {
    font-size: 38px;
  }
}

.module.featured-overlay .story-thumbnail--main-feature h2 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 12px;
  padding-bottom: 4px;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .module.featured-overlay .story-thumbnail--main-feature h2 {
    color: #00DCF5;
    font-family: "Trade Gothic", sans-serif;
    font-size: 20px;
    padding-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .module.featured-overlay .story-thumbnail--main-feature h2 {
    font-size: 22px;
  }
}

.module.featured-overlay .story-thumbnail--main-feature .date {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .module.featured-overlay .story-thumbnail--main-feature .date {
    color: white;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .module.featured-overlay .story-thumbnail--main-feature .byline {
    color: #FFF;
    font-weight: 600;
  }
  .module.featured-overlay .story-thumbnail--main-feature .byline a {
    color: #00dcf5;
  }
}

.module.featured-overlay--cover-story,
.module.featured-overlay--commentary,
.module.featured-overlay--transatlantic {
  margin-bottom: 0;
}

.module.featured-media {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #EAEAEA;
}

.module.featured-media.last {
  border-bottom: 0;
}

.module.featured-media .featured-media__left {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .module.featured-media .featured-media__left {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

.module.featured-media .featured-media__right {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .module.featured-media .featured-media__right {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
  }
}

.module.featured-media .featured-media__category {
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.module.featured-media .featured-media__title h1 {
  margin-bottom: 10px;
  font-size: 28px;
  line-height: 1;
}

.module.featured-media .featured-media__title h1 a {
  color: #000;
}

.module.featured-media .featured-media__date {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.module.featured-media .featured-media__description h3.field-title {
  display: none;
}

.module.featured-media .featured-media__description p {
  margin-bottom: 25px;
}

.module.featured-media .featured-media__cta .button, .module.featured-media .featured-media__cta .paragraph--type--paragraph-featured-item .featured-item__link a, .paragraph--type--paragraph-featured-item .featured-item__link .module.featured-media .featured-media__cta a, .module.featured-media .featured-media__cta .paragraph--type--text-large-image-button .text-large-image-button__link a, .paragraph--type--text-large-image-button .text-large-image-button__link .module.featured-media .featured-media__cta a, .module.featured-media .featured-media__cta .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .module.featured-media .featured-media__cta a, .module.featured-media .featured-media__cta .field--name-field-more-information a, .field--name-field-more-information .module.featured-media .featured-media__cta a, .module.featured-media .featured-media__cta
.field--name-field-registration a,
.field--name-field-registration .module.featured-media .featured-media__cta a {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 2px;
  color: #d00;
  font-size: 16px;
}

.module.featured-media .featured-media__cta .button:hover, .module.featured-media .featured-media__cta .paragraph--type--paragraph-featured-item .featured-item__link a:hover, .paragraph--type--paragraph-featured-item .featured-item__link .module.featured-media .featured-media__cta a:hover, .module.featured-media .featured-media__cta .paragraph--type--text-large-image-button .text-large-image-button__link a:hover, .paragraph--type--text-large-image-button .text-large-image-button__link .module.featured-media .featured-media__cta a:hover, .module.featured-media .featured-media__cta .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a:hover, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .module.featured-media .featured-media__cta a:hover, .module.featured-media .featured-media__cta .field--name-field-more-information a:hover, .field--name-field-more-information .module.featured-media .featured-media__cta a:hover, .module.featured-media .featured-media__cta
.field--name-field-registration a:hover,
.field--name-field-registration .module.featured-media .featured-media__cta a:hover {
  text-decoration: none;
  background-color: #EAEAEA;
}

.module.featured-media .featured-media__cta .button i, .module.featured-media .featured-media__cta .paragraph--type--paragraph-featured-item .featured-item__link a i, .paragraph--type--paragraph-featured-item .featured-item__link .module.featured-media .featured-media__cta a i, .module.featured-media .featured-media__cta .paragraph--type--text-large-image-button .text-large-image-button__link a i, .paragraph--type--text-large-image-button .text-large-image-button__link .module.featured-media .featured-media__cta a i, .module.featured-media .featured-media__cta .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a i, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .module.featured-media .featured-media__cta a i, .module.featured-media .featured-media__cta .field--name-field-more-information a i, .field--name-field-more-information .module.featured-media .featured-media__cta a i, .module.featured-media .featured-media__cta
.field--name-field-registration a i,
.field--name-field-registration .module.featured-media .featured-media__cta a i {
  margin-right: 10px;
}

.acton-link__wrapper {
  margin-bottom: 20px;
}

.acton-link__wrapper img {
  max-width: 100;
}

.module.related-bookshop-items .related-bookshop-item {
  width: 48.5714285714%;
  float: left;
}

.module.related-bookshop-items .related-bookshop-item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.module.related-bookshop-items .related-bookshop-item:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

.module.related-bookshop-items .related-bookshop-item:first-child, .module.related-bookshop-items .related-bookshop-item:nth-child(2) {
  margin-bottom: 25px;
}

@media (min-width: 767px) {
  .module.related-bookshop-items .related-bookshop-item {
    width: 31.4285714286%;
    float: left;
  }
  .module.related-bookshop-items .related-bookshop-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.related-bookshop-items .related-bookshop-item:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.related-bookshop-items .related-bookshop-item:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
  .module.related-bookshop-items .related-bookshop-item:first-child, .module.related-bookshop-items .related-bookshop-item:nth-child(2) {
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .module.related-bookshop-items .related-bookshop-item {
    width: 22.8571428571%;
    float: left;
  }
  .module.related-bookshop-items .related-bookshop-item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.related-bookshop-items .related-bookshop-item:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.related-bookshop-items .related-bookshop-item:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.related-bookshop-items .related-bookshop-item:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.related-bookshop-items .related-bookshop-item .related-bookshop-item__image {
  border: 1px solid #EAEAEA;
  margin-bottom: 15px;
  padding: 15px;
}

.module.related-bookshop-items .related-bookshop-item .related-bookshop-item__title h3 {
  margin-bottom: 10px;
}

.module.related-bookshop-items .related-bookshop-item .related-bookshop-item__title h3 a {
  color: #000;
  font-size: 20px;
}

.module.related-bookshop-items .related-bookshop-item .related-bookshop-item__price {
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
}

.related-bookshop-items__cta p.view-more {
  margin-top: 0;
}

.module.editors-pick {
  margin-bottom: 80px;
}

.module.editors-pick .editors-pick__article {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .module.editors-pick .editors-pick__article {
    width: 22.8571428571%;
    float: left;
    margin-bottom: 0;
  }
  .module.editors-pick .editors-pick__article:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.editors-pick .editors-pick__article:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.editors-pick .editors-pick__article:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.editors-pick .editors-pick__article:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.editors-pick .editors-pick__article figure img {
  max-width: 100%;
}

.module.editors-pick .editors-pick__source {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  margin: 10px 0 0;
  letter-spacing: 1px;
  color: #666;
}

.module.editors-pick .editors-pick__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.editors-pick--article-display .editors-pick--article-display__article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
}

.editors-pick--article-display li:last-child .editors-pick--article-display__article {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.editors-pick--article-display a {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.5;
}

.editors-pick--article-display p.title {
  margin-bottom: 0;
}

.editors-pick--article-display .editors-pick--article-display__article__left {
  width: 82.8571428571%;
  float: left;
  margin-right: 2.8571428571%;
}

.editors-pick--article-display .editors-pick--article-display__article__right {
  width: 14.2857142857%;
  float: right;
  margin-right: 0;
}

.module.latest-widgets {
  margin-bottom: 0;
}

.latest-widget {
  margin-bottom: 40px;
}

.latest-widgets__row {
  clear: both;
}

@media (max-width: 767px) {
  .latest-widgets__row .latest-widget {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
  .latest-widgets__row .latest-widget:nth-child(even) {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 767px) {
  .latest-widgets__row .latest-widget {
    width: 31.4285714286%;
    float: left;
  }
  .latest-widgets__row .latest-widget:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .latest-widgets__row .latest-widget:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .latest-widgets__row .latest-widget:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

.latest-widget__title h2.module-title {
  margin-bottom: 0;
}

.latest-widget__view-more {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin: 20px 0;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.latest-widget__view-more a {
  color: #d00;
  text-decoration: underline;
}

article.latest-widget__article {
  margin: 0;
  padding: 30px 0;
  border-bottom: 1px solid #EAEAEA;
  overflow: hidden;
  display: block;
}

article.latest-widget__article .latest-widget__article__left {
  width: 74.2857142857%;
  float: left;
  margin-right: 2.8571428571%;
}

article.latest-widget__article .latest-widget__article__left p.title {
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
}

article.latest-widget__article .latest-widget__article__left p.title a {
  color: #000;
}

article.latest-widget__article .latest-widget__article__left p.title a:hover {
  color: #384dfe;
}

article.latest-widget__article .latest-widget__article__left .byline {
  color: #999;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 1.5;
  margin-bottom: 0;
}

article.latest-widget__article .latest-widget__article__left .byline a {
  color: #384dfe;
  text-transform: uppercase;
}

article.latest-widget__article .latest-widget__article__left .byline time {
  text-transform: uppercase;
}

article.latest-widget__article .latest-widget__article__right {
  width: 22.8571428571%;
  float: right;
  margin-right: 0;
}

article.latest-widget__article .latest-widget__article__right figure img {
  max-width: 100%;
}

.module.most-popular {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .module.most-popular li {
    width: 48.5714285714%;
    float: left;
  }
  .module.most-popular li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.most-popular li:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

.module.most-popular .most-popular__article {
  margin-bottom: 15px;
  padding-bottom: 15px;
  overflow: hidden;
  border-bottom: 1px solid #EAEAEA;
}

.module.most-popular .most-popular__article .most-popular__article__left {
  width: 14.2857142857%;
  float: left;
  margin-right: 2.8571428571%;
}

@media (min-width: 768px) {
  .module.most-popular .most-popular__article .most-popular__article__left {
    width: 5.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

.module.most-popular .most-popular__article .most-popular__article__left .rank {
  font-size: 24px;
  font-weight: 700;
  color: red;
  margin-bottom: 0;
}

.module.most-popular .most-popular__article .most-popular__article__center {
  width: 82.8571428571%;
  float: right;
  margin-right: 0;
}

@media (min-width: 768px) {
  .module.most-popular .most-popular__article .most-popular__article__center {
    width: 91.4285714286%;
    float: right;
    margin-right: 0;
  }
}

.module.most-popular .most-popular__article .most-popular__article__center p.title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0;
}

.module.most-popular .most-popular__article .most-popular__article__center p.title a {
  color: #000;
}

.module.most-popular--condensed li {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
  margin-left: 0 !important;
  margin-right: 0 !important;
  float: none !important;
  width: 100%;
}

.module.most-popular--condensed li:nth-last-child(2) .most-popular__article {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.module.most-popular--condensed .most-popular__article .most-popular__article__left {
  width: 5.7142857143%;
  float: left;
  margin-right: 2.8571428571%;
}

@media (min-width: 768px) {
  .module.most-popular--condensed .most-popular__article .most-popular__article__left {
    width: 14.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

.module.most-popular--condensed .most-popular__article .most-popular__article__left .rank {
  color: #999;
  font-size: 18px;
}

@media (min-width: 767px) {
  .module.most-popular--condensed .most-popular__article .most-popular__article__left .rank {
    font-size: 24px;
  }
}

.module.most-popular--condensed .most-popular__article .most-popular__article__center {
  width: 91.4285714286%;
  float: right;
  margin-right: 0;
}

@media (min-width: 768px) {
  .module.most-popular--condensed .most-popular__article .most-popular__article__center {
    width: 82.8571428571%;
    float: right;
    margin-right: 0;
  }
}

.module.most-popular--condensed .most-popular__article .most-popular__article__center p.title {
  font-size: 16px;
  font-weight: 500;
}

.module.careers-listing {
  margin-bottom: 0;
}

.module.careers-listing .careers-listing__opener {
  margin-bottom: 60px;
  font-size: 18px;
}

@media (min-width: 768px) {
  .module.careers-listing .careers-listing__opener {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
    clear: both;
    overflow: hidden;
    float: none;
  }
}

.module.careers-listing .careers-listing__opener h3 {
  font-size: 28px;
  margin-bottom: 20px;
  font-weight: 500;
}

.module.careers-listing .opening {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
}

@media (min-width: 768px) {
  .module.careers-listing .opening .opening__first {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

@media (min-width: 768px) {
  .module.careers-listing .opening .opening__second {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}

.module.careers-listing .opening .opening__title {
  clear: both;
  width: 100%;
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.module.careers-listing .opening .opening__title a {
  color: #000;
}

.module.careers-listing .opening .opening__location {
  text-transform: uppercase;
  font-size: 16px;
  color: #999;
  letter-spacing: 0.5px;
}

.module.careers-listing .opening .opening__cta {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
  margin-top: 20px;
}

.module.careers-listing .opening .opening__cta a {
  color: #d00;
  text-decoration: underline;
}

.full-background-0 .paragraph.full-background--careers {
  padding: 100px 0 0;
}

.full-background-0 .paragraph.full-background--careers .module.careers-listing {
  margin-bottom: 30px;
}

.full-background-1 .paragraph.full-background--careers {
  padding: 0 0 100px;
}

.view__top-page-count {
  margin-bottom: 40px;
  font-size: 12px;
  font-weight: 700;
  border-bottom: 5px solid #000;
  text-transform: uppercase;
  padding-bottom: 15px;
  letter-spacing: 0.5px;
}

.path-frontpage .page-header--home {
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
  margin-top: -86px;
  margin-bottom: 100px;
}

@media (max-width: 767px) {
  .path-frontpage .page-header--home {
    padding-bottom: 550px;
    background-color: #000;
  }
}

.path-frontpage .page-header--home .module {
  overflow: visible;
}

.path-frontpage .page-header--home .field--name-field-site-header .paragraph {
  overflow: visible !important;
  position: absolute;
  clear: none;
  padding: 0;
  margin: 0;
  background-size: cover !important;
}

@media (max-width: 767px) {
  .path-frontpage .page-header--home .field--name-field-site-header .paragraph {
    background-size: auto 250px !important;
    background-position: center 50px;
    bottom: 0;
  }
}

.path-frontpage .page-header--home .field--name-field-site-header .paragraph .slideshow__background:after {
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(bottom, transparent 30%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(0deg, transparent 30%, rgba(0, 0, 0, 0.65) 100%);
  pointer-events: none;
  z-index: 99;
}

@media (min-width: 767px) {
  .path-frontpage .page-header--home .field--name-field-site-header .paragraph .slideshow__background:after {
    background-image: -webkit-linear-gradient(top, transparent 30%, black 100%);
    background-image: linear-gradient(-180deg, transparent 30%, black 100%);
  }
}

.path-frontpage .page-header--home,
.path-frontpage .page-header--home .field--name-field-site-header .paragraph,
.path-frontpage .views_slideshow_cycle_main,
.path-frontpage .views_slideshow_cycle_teaser_section,
.path-frontpage .views_slideshow_cycle_slide {
  width: 100%;
  height: 250px;
}

@media (min-width: 767px) {
  .path-frontpage .page-header--home,
  .path-frontpage .page-header--home .field--name-field-site-header .paragraph,
  .path-frontpage .views_slideshow_cycle_main,
  .path-frontpage .views_slideshow_cycle_teaser_section,
  .path-frontpage .views_slideshow_cycle_slide {
    height: 650px;
  }
}

@media (min-width: 1024px) {
  .path-frontpage .page-header--home,
  .path-frontpage .page-header--home .field--name-field-site-header .paragraph,
  .path-frontpage .views_slideshow_cycle_main,
  .path-frontpage .views_slideshow_cycle_teaser_section,
  .path-frontpage .views_slideshow_cycle_slide {
    height: 700px;
  }
}

.slideshow .slideshow__controls {
  position: absolute;
  top: 78%;
  font-size: 45px;
  z-index: 99;
  width: 100%;
}

@media (min-width: 767px) {
  .slideshow .slideshow__controls {
    font-size: 80px;
    top: 50%;
  }
}

.slideshow .slideshow__controls a:hover {
  color: #EAEAEA;
  text-decoration: none;
}

.slideshow .slideshow__controls .views_slideshow_controls_text_previous {
  left: 6%;
  position: absolute;
}

@media (min-width: 1024px) {
  .slideshow .slideshow__controls .views_slideshow_controls_text_previous {
    left: 12%;
  }
}

.slideshow .slideshow__controls .views_slideshow_controls_text_next {
  left: 90%;
  position: absolute;
}

@media (min-width: 1024px) {
  .slideshow .slideshow__controls .views_slideshow_controls_text_next {
    left: 87%;
  }
}

.slideshow .slideshow__controls a {
  color: #FFF;
  font-weight: 400;
}

.slideshow .slideshow__pager {
  position: absolute;
  bottom: 10%;
  z-index: 99;
  width: 100%;
  text-align: center;
  display: none;
}

@media (min-width: 1024px) {
  .slideshow .slideshow__pager {
    display: block;
  }
}

.slideshow .slideshow__pager .views_slideshow_pager_field_item {
  font-size: 12px;
  margin-right: 35px;
  color: #999;
  display: inline;
}

.slideshow .slideshow__pager .views_slideshow_pager_field_item:hover {
  cursor: pointer;
}

.slideshow .slideshow__pager .views_slideshow_pager_field_item:last-child {
  margin-right: 0;
}

.slideshow .slideshow__pager .views_slideshow_pager_field_item.active {
  color: #FFF;
}

.module.upcoming-events--cta .upcoming-events--cta__first {
  margin-bottom: 35px;
}

.module.upcoming-events--cta .upcoming-events--cta__first p {
  max-width: 80%;
}

@media (min-width: 1024px) {
  .module.upcoming-events--cta .upcoming-events--cta__first {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .module.upcoming-events--cta .upcoming-events--cta__second {
    width: 65.7142857143%;
    float: right;
    margin-right: 0;
  }
}

.module.upcoming-events--cta li.upcoming-events__event:last-child {
  margin-bottom: 25px;
}

.module.newest-media {
  margin-bottom: 0;
}

.module.newest-media .newest-media__item {
  margin-bottom: 40px;
  width: 48.5714285714%;
  float: left;
}

.module.newest-media .newest-media__item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.module.newest-media .newest-media__item:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 767px) {
  .module.newest-media .newest-media__item {
    width: 31.4285714286%;
    float: left;
  }
  .module.newest-media .newest-media__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.newest-media .newest-media__item:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.newest-media .newest-media__item:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.newest-media .newest-media__item {
    width: 22.8571428571%;
    float: left;
  }
  .module.newest-media .newest-media__item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.newest-media .newest-media__item:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.newest-media .newest-media__item:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.newest-media .newest-media__item:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.newest-media .newest-media__cta {
  margin-top: 0;
  margin-bottom: 70px;
}

.module.newest-media figure {
  margin-bottom: 20px;
}

.module.newest-media .media-title-date-class__subtitle {
  display: inline-block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: 5px;
}

.module.newest-media .media-title-date-class__media-type {
  display: inline-block;
  padding-right: 8px;
  font-weight: 500;
}

.module.newest-media .media-title-date-class__category {
  display: inline-block;
  padding-left: 10px;
  font-weight: 400;
  border-left: 1px solid #EAEAEA;
}

.module.newest-media .media-title-date-class__title h3 {
  margin: 0;
  margin-bottom: 5px;
}

.module.newest-media .media-title-date-class__title h3 a {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
}

.module.newest-media .media-title-date-class__date {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 0;
  color: #666;
}

.module.news--recent .news-item {
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .module.news--recent .news-item {
    width: 31.4285714286%;
    float: left;
  }
  .module.news--recent .news-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.news--recent .news-item:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.news--recent .news-item:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

.module.news--recent .news-item .views-field-created {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-bottom: 10px;
  padding-top: 5px;
}

.module.news--recent .news-item .views-field-title a {
  color: #000;
  font-size: 24px;
  font-weight: 500;
}

.module.news--recent.news--recent--no-cta {
  margin-bottom: 0;
}

.module.news--recent.news--recent--no-cta .news-item {
  margin-bottom: 45px;
}

.module.recent-issues {
  margin-bottom: 0;
}

.module.recent-issues .recent-issues__issue {
  width: 48.5714285714%;
  float: left;
}

.module.recent-issues .recent-issues__issue:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.module.recent-issues .recent-issues__issue:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 767px) {
  .module.recent-issues .recent-issues__issue {
    width: 14.2857142857%;
    float: left;
  }
  .module.recent-issues .recent-issues__issue:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.recent-issues .recent-issues__issue:nth-child(6n + 2) {
    margin-left: 17.1428571429%;
    margin-right: -100%;
    clear: none;
  }
  .module.recent-issues .recent-issues__issue:nth-child(6n + 3) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.recent-issues .recent-issues__issue:nth-child(6n + 4) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.recent-issues .recent-issues__issue:nth-child(6n + 5) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
  .module.recent-issues .recent-issues__issue:nth-child(6n + 6) {
    margin-left: 85.7142857143%;
    margin-right: -100%;
    clear: none;
  }
}

.module.recent-issues .recent-issues__issue .views-field-field-articleimage {
  margin-bottom: 10px;
}

.module.recent-issues .recent-issues__issue .views-field-nothing {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}

.module.recent-issues .recent-issues__issue .views-field-title h3 {
  font-size: 14px;
  font-weight: normal;
}

.module.recent-issues .recent-issues__issue .views-field-title h3 a {
  color: #000;
}

.view-more--recent-issues {
  margin-top: 0;
}

.field--name-body .caption {
  text-align: center;
  margin: 15px auto;
}

@media (min-width: 768px) {
  .field--name-body .caption {
    margin: 15px;
  }
}

@media (min-width: 768px) {
  .field--name-body .caption.alignright {
    float: right;
  }
}

.paragraph .module.featured-pub {
  margin-bottom: 0;
}

.module.featured-pub .featured-pub__item {
  margin-bottom: 30px;
  margin-right: 0;
  float: left;
  width: 100%;
}

@media (min-width: 767px) {
  .module.featured-pub .featured-pub__item {
    margin-bottom: 0;
    width: 31.4285714286%;
    float: left;
  }
  .module.featured-pub .featured-pub__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.featured-pub .featured-pub__item:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .module.featured-pub .featured-pub__item:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

.module.featured-pub .featured-pub__image {
  margin-bottom: 10px;
}

.module.featured-pub .featured-pub__title h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.module.featured-pub .featured-pub__title h3 a {
  color: #000;
}

.module.featured-pub .featured-pub__description {
  margin-bottom: 10px;
}

.module.featured-pub .featured-pub__description p {
  margin-bottom: 0;
}

.module.featured-pub .featured-pub__author,
.module.featured-pub .featured-pub__date {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  margin-bottom: 0;
}

.module.featured-pub .featured-pub__author {
  margin-bottom: 5px;
}

.module.featured-pub .featured-pub__author a {
  color: #384dfe;
}

.module.latest-issue {
  padding: 30px;
  background-color: #FAFAFA;
  border: 1px solid #EAEAEA;
  overflow: hidden;
  margin-bottom: 100px;
}

@media (min-width: 1024px) {
  .module.latest-issue {
    padding: 40px;
  }
}

.module.latest-issue h2 {
  font-size: 30px;
  font-weight: 900;
  text-transform: none;
  color: #000;
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: "franklin-gothic-urw", sans-serif;
}

.module.latest-issue h2 p {
  margin: 0;
}

.module.latest-issue h3 {
  color: #aa0000;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Trade Gothic", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 1024px) {
  .module.latest-issue h3 {
    margin-top: 20px;
  }
}

.module.latest-issue .view-more {
  margin-bottom: 0;
  margin-top: 20px;
  font-size: 14px;
}

.module.latest-issue .latest-issue__first {
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .module.latest-issue .latest-issue__first {
    width: 14.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

.module.latest-issue .latest-issue__first img {
  width: 100%;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
}

@media (min-width: 767px) {
  .module.latest-issue .latest-issue__second {
    width: 82.8571428571%;
    float: right;
    margin-right: 0;
  }
}

.past-issues {
  position: relative;
  display: block;
  overflow: hidden;
  clear: both;
  border-top: 5px solid #000;
  border-bottom: 2px solid #999;
  padding-top: 40px;
  padding-bottom: 30px;
  margin-bottom: 100px;
}

.past-issues ul li.past-issue {
  width: 48.5714285714%;
  float: left;
  margin-bottom: 40px;
}

.past-issues ul li.past-issue:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.past-issues ul li.past-issue:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 767px) {
  .past-issues ul li.past-issue {
    width: 14.2857142857%;
    float: left;
  }
  .past-issues ul li.past-issue:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .past-issues ul li.past-issue:nth-child(6n + 2) {
    margin-left: 17.1428571429%;
    margin-right: -100%;
    clear: none;
  }
  .past-issues ul li.past-issue:nth-child(6n + 3) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .past-issues ul li.past-issue:nth-child(6n + 4) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .past-issues ul li.past-issue:nth-child(6n + 5) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
  .past-issues ul li.past-issue:nth-child(6n + 6) {
    margin-left: 85.7142857143%;
    margin-right: -100%;
    clear: none;
  }
}

.past-issues ul li.past-issue figure img {
  width: 100%;
}

.past-issues ul li.past-issue .past-issue__date {
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 0 8px;
  letter-spacing: 1px;
  font-size: 16px;
  word-wrap: break-word;
}

.past-issues ul li.past-issue .past-issue__title {
  letter-spacing: 1px;
  font-size: 12px;
  word-wrap: break-word;
}

.past-issues ul li.past-issue .past-issue__title a {
  color: #666;
}

.module.author-area {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .module.author-area {
    max-width: 65%;
    margin-left: 0;
    margin-right: auto;
    clear: both;
  }
}

@media (min-width: 1024px) {
  .module.author-area {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }
}

.module.author-area hr {
  margin: 70px 0 40px;
  color: #999;
}

@media (min-width: 767px) {
  .module.author-area hr {
    margin: 40px 0;
  }
}

.module.author-area .author-area__first {
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .module.author-area .author-area__first {
    width: 22.8571428571%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

@media (min-width: 767px) {
  .module.author-area .author-area__second {
    width: 74.2857142857%;
    float: right;
    margin-right: 0;
  }
}

.module.author-area .author-area__description p {
  margin-bottom: 20px;
}

.module.author-area .field-team-member-image {
  text-align: center;
}

.module.author-area .field-team-member-image img {
  max-width: 50%;
}

@media (min-width: 767px) {
  .module.author-area .field-team-member-image {
    text-align: left;
  }
  .module.author-area .field-team-member-image img {
    max-width: 100%;
  }
}

.module.author-area .author-area__meta {
  overflow: hidden;
}

@media (min-width: 767px) {
  .module.author-area .author-area__meta .author-area__email {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

@media (min-width: 767px) {
  .module.author-area .author-area__meta .author-area__twitter {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
  }
}

.module.comments {
  margin-top: 70px;
}

.module.content-columns .article-feed {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.module.content-columns .content-columns__first {
  margin-bottom: 70px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .module.content-columns .content-columns__first {
    margin-bottom: 0;
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

.module.content-columns .content-columns__second {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .module.content-columns .content-columns__second {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
  .module.content-columns .content-columns__second .newsletter-signup-box {
    padding: 25px 20px;
    text-align: left;
  }
  .module.content-columns .content-columns__second .newsletter-signup-box h1 {
    font-size: 26px;
  }
  .module.content-columns .content-columns__second .newsletter-signup-box .newsletter-signup-box__input {
    min-width: 100px;
  }
  .module.content-columns .content-columns__second .newsletter-signup-box .button, .module.content-columns .content-columns__second .newsletter-signup-box .paragraph--type--paragraph-featured-item .featured-item__link a, .paragraph--type--paragraph-featured-item .featured-item__link .module.content-columns .content-columns__second .newsletter-signup-box a, .module.content-columns .content-columns__second .newsletter-signup-box .paragraph--type--text-large-image-button .text-large-image-button__link a, .paragraph--type--text-large-image-button .text-large-image-button__link .module.content-columns .content-columns__second .newsletter-signup-box a, .module.content-columns .content-columns__second .newsletter-signup-box .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .module.content-columns .content-columns__second .newsletter-signup-box a, .module.content-columns .content-columns__second .newsletter-signup-box .field--name-field-more-information a, .field--name-field-more-information .module.content-columns .content-columns__second .newsletter-signup-box a, .module.content-columns .content-columns__second .newsletter-signup-box
  .field--name-field-registration a,
  .field--name-field-registration .module.content-columns .content-columns__second .newsletter-signup-box a {
    padding: 0 15px;
  }
}

.module.content-columns .content-columns__second .newsletter-signup-box {
  margin-top: 70px;
}

.module.content-columns--top-margin {
  margin-top: 70px;
}

.module.content-columns--no-bottom-margin {
  margin-bottom: 0;
}

.module.content-columns--no-bottom-margin .view-more {
  margin-bottom: 0;
}

.our-team .our-team__group {
  margin-bottom: 40px;
  overflow: hidden;
}

.our-team .our-team__group > h3 {
  border-bottom: 5px solid black;
  margin-bottom: 30px;
  color: #000;
  font-family: "Trade Gothic", sans-serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.our-team .our-team__group > h3--with-red-underline {
  border-bottom: 0;
  margin-bottom: 45px;
}

.our-team .our-team__group > h3--with-red-underline:after {
  content: "";
  display: block;
  height: 4px;
  width: 70px;
  background-color: #d00;
  margin-top: 5px;
}

.our-team .our-team__person {
  margin-bottom: 30px;
  width: 48.5714285714%;
  float: left;
}

.our-team .our-team__person:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.our-team .our-team__person:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 767px) {
  .our-team .our-team__person {
    width: 22.8571428571%;
    float: left;
  }
  .our-team .our-team__person:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .our-team .our-team__person:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .our-team .our-team__person:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .our-team .our-team__person:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 768px) {
  .our-team .our-team__person {
    width: 14.2857142857%;
    float: left;
  }
  .our-team .our-team__person:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .our-team .our-team__person:nth-child(6n + 2) {
    margin-left: 17.1428571429%;
    margin-right: -100%;
    clear: none;
  }
  .our-team .our-team__person:nth-child(6n + 3) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .our-team .our-team__person:nth-child(6n + 4) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .our-team .our-team__person:nth-child(6n + 5) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
  .our-team .our-team__person:nth-child(6n + 6) {
    margin-left: 85.7142857143%;
    margin-right: -100%;
    clear: none;
  }
}

.our-team .our-team__person .views-field-title {
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 0;
}

.our-team .our-team__person .views-field-title a {
  color: #000;
}

.our-team .our-team__person .views-field-field-position {
  font-size: 13px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.module.book-navigation {
  margin-bottom: 0;
  padding-top: 40px;
}

.module.book-navigation ul li {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .module.book-navigation ul li {
    width: 48.5714285714%;
    float: left;
  }
  .module.book-navigation ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.book-navigation ul li:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .module.book-navigation ul li {
    width: 22.8571428571%;
    float: left;
  }
  .module.book-navigation ul li:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .module.book-navigation ul li:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .module.book-navigation ul li:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .module.book-navigation ul li:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.module.book-navigation ul li a {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  color: #000;
}

.module.book-navigation ul li a a {
  color: #000;
}

.captcha {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .stripe-form {
    padding-top: 40px;
  }
}

.stripe-form__button button {
  border-radius: 2px;
  background-color: #3fa7e6;
  border-color: #3fa7e6;
}

.stripe-form__button button:hover, .stripe-form__button button:focus, .stripe-form__button button:active {
  background-color: #1c90d6;
  border-color: #1c90d6;
}

.stripe-form__title {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 22px;
  margin-bottom: 5px;
  color: #EAEAEA;
}

@media (min-width: 1024px) {
  .stripe-form__title {
    margin-bottom: 16px;
  }
}

.stripe-form input.text-input {
  margin-bottom: 10px;
  border-radius: 0;
  font-size: 24px;
  font-weight: bold;
  border-radius: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .stripe-form input.text-input {
    width: 80%;
  }
}

.paragraph--type--grid {
  margin-bottom: 0;
}

.grid {
  overflow: hidden;
}

@media (min-width: 480px) {
  .grid-2 .grid-item {
    width: 48.5714285714%;
    float: left;
  }
  .grid-2 .grid-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid-2 .grid-item:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid-3 .grid-item {
    width: 48.5714285714%;
    float: left;
  }
  .grid-3 .grid-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid-3 .grid-item:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 768px) {
  .grid-3 .grid-item {
    width: 31.4285714286%;
    float: left;
  }
  .grid-3 .grid-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid-3 .grid-item:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .grid-3 .grid-item:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 480px) and (max-width: 959px) {
  .grid-4 .grid-item {
    width: 48.5714285714%;
    float: left;
  }
  .grid-4 .grid-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid-4 .grid-item:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 960px) {
  .grid-4 .grid-item {
    width: 22.8571428571%;
    float: left;
  }
  .grid-4 .grid-item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid-4 .grid-item:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .grid-4 .grid-item:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .grid-4 .grid-item:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 480px) and (max-width: 767px) {
  .grid-5 .grid-item {
    width: 48.5714285714%;
    float: left;
  }
  .grid-5 .grid-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid-5 .grid-item:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 768px) and (max-width: 959px) {
  .grid-5 .grid-item {
    width: 31.4285714286%;
    float: left;
  }
  .grid-5 .grid-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid-5 .grid-item:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .grid-5 .grid-item:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 960px) {
  .grid-5 .grid-item {
    width: 14.2857142857%;
    float: left;
  }
  .grid-5 .grid-item:nth-child(5n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .grid-5 .grid-item:nth-child(5n + 2) {
    margin-left: 21.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .grid-5 .grid-item:nth-child(5n + 3) {
    margin-left: 42.8571428571%;
    margin-right: -100%;
    clear: none;
  }
  .grid-5 .grid-item:nth-child(5n + 4) {
    margin-left: 64.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .grid-5 .grid-item:nth-child(5n + 5) {
    margin-left: 85.7142857143%;
    margin-right: -100%;
    clear: none;
  }
}

.paragraph--type--full-image-with-caption .full-image-item .full-image__caption-wrapper {
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
}

.paragraph--type--full-image-with-caption .full-image-item .full-image__caption-wrapper span {
  display: inline-block;
}

.paragraph--type--full-image-with-caption .full-image-item .full-image__credit {
  color: #999;
}

.paragraph--type--wide-image-caption .wide-image-item .wide-image__caption-wrapper {
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
}

.paragraph--type--wide-image-caption .wide-image-item .wide-image__caption-wrapper span {
  display: inline-block;
}

.paragraph--type--wide-image-caption .wide-image-item .wide-image__credit {
  color: #999;
}

.paragraph--type--wide-image-caption .wide-image-item .wide-image__image img {
  width: 100%;
}

.paragraph--type--content-with-label {
  line-height: 1.5;
  padding-bottom: 110px;
  margin-bottom: 110px;
  border-bottom: 1px solid #EAEAEA;
}

.paragraph--type--content-with-label .paragraph {
  margin-bottom: 25px;
}

.paragraph--type--content-with-label h2.content-with-label__title {
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 10px;
  color: #000;
}

.paragraph--type--content-with-label h3.content-with-label__subtitle {
  font-weight: 500;
}

@media (min-width: 1024px) {
  .paragraph--type--content-with-label .content-with-label__left {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .paragraph--type--content-with-label .content-with-label__right {
    width: 65.7142857143%;
    float: right;
    margin-right: 0;
  }
}

.paragraph--type--content-with-label .field--name-field-about-slug {
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 500;
}

.paragraph--type--content-with-label .field--name-field-about-body-sections {
  font-size: 18px;
}

.paragraph--type--content-with-label .field--name-field-about-body-sections p,
.paragraph--type--content-with-label .field--name-field-about-body-sections ol,
.paragraph--type--content-with-label .field--name-field-about-body-sections ul {
  margin-bottom: 40px;
}

.paragraph--type--content-with-label .field--name-field-about-body-sections p:last-child {
  margin-bottom: 0;
}

.paragraph--type--content-with-label .field--name-field-about-body-sections ol, .paragraph--type--content-with-label .field--name-field-about-body-sections ul {
  margin-left: 0;
}

@media (min-width: 767px) {
  .paragraph--type--content-with-label .field--name-field-about-body-sections ol, .paragraph--type--content-with-label .field--name-field-about-body-sections ul {
    margin-left: 10px;
  }
}

.paragraph--type--content-with-label .field--name-field-about-body-sections ol li, .paragraph--type--content-with-label .field--name-field-about-body-sections ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.paragraph--type--content-with-label .field--name-field-about-cta {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
  margin-top: 30px;
}

.paragraph--type--content-with-label .field--name-field-about-cta a {
  color: #d00;
  text-decoration: underline;
}

@media (min-width: 767px) {
  .paragraph--type--content-with-label.newspaper-columns .content-with-label__body {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

.paragraph--type--content-with-label.no-bottom-border {
  border-bottom: 0;
  padding-bottom: 0;
}

.field--name-field-about-paragraphs .field__item:last-child .paragraph--type--content-with-label {
  border-bottom: 0;
  padding-bottom: 0;
}

.field--name-field-site-header .field--name-field-about-slug {
  font-weight: 700;
}

@media (min-width: 768px) {
  .paragraph--type--content-with-mark {
    position: relative;
  }
  .paragraph--type--content-with-mark:after {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    height: 6px;
    background-color: #000000;
    width: 16.6666666667%;
  }
  .paragraph--type--content-with-mark > div {
    margin-left: 26.6666666667%;
    margin-right: 16.6666666667%;
  }
}

.paragraph--type--paragraph-featured-item {
  background-color: #FAFAFA;
  border: 1px solid #999;
  padding: 20px;
  margin-bottom: 100px;
}

@media (min-width: 767px) {
  .paragraph--type--paragraph-featured-item {
    padding: 40px;
  }
}

.paragraph--type--paragraph-featured-item .featured-item__left {
  margin-bottom: 20px;
}

@media (min-width: 767px) {
  .paragraph--type--paragraph-featured-item .featured-item__left {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

.paragraph--type--paragraph-featured-item .featured-item__left img {
  width: 100%;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.75);
}

@media (min-width: 767px) {
  .paragraph--type--paragraph-featured-item .featured-item__right {
    width: 65.7142857143%;
    float: right;
    margin-right: 0;
  }
}

.paragraph--type--paragraph-featured-item h2 {
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media (min-width: 767px) {
  .paragraph--type--paragraph-featured-item h2 {
    font-size: 30px;
  }
}

.paragraph--type--paragraph-featured-item h3 {
  color: #d00;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "Trade Gothic", sans-serif;
  margin-bottom: 0;
  margin-top: 20px;
}

@media (min-width: 767px) {
  .paragraph--type--paragraph-featured-item h3 {
    margin-top: 0;
  }
}

.paragraph--type--text-large-image-button {
  margin-bottom: 120px;
}

.paragraph--type--text-large-image-button .text-large-image-button__left {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .paragraph--type--text-large-image-button .text-large-image-button__left {
    width: 40%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

.paragraph--type--text-large-image-button .text-large-image-button__left p, .paragraph--type--text-large-image-button .text-large-image-button__left h3 {
  margin-bottom: 30px;
}

.paragraph--type--text-large-image-button .text-large-image-button__left h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.paragraph--type--text-large-image-button .text-large-image-button__right {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .paragraph--type--text-large-image-button .text-large-image-button__right {
    width: 57.1428571429%;
    float: right;
    margin-right: 0;
  }
}

.paragraph--type--text-large-image-button .text-large-image-button__right img {
  width: 100%;
  margin-bottom: 5px;
}

.paragraph--type--text-large-image-button .text-large-image-button__caption {
  font-size: 12px;
  text-align: right;
  color: #000;
}

.field--name-field-site-header:after {
  content: none !important;
}

.field--name-field-site-header .paragraph {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.featured-overlay-slug-cta {
  position: relative;
}

@media (max-width: 767px) {
  .featured-overlay-slug-cta:after {
    content: "";
    display: block;
    clear: both;
  }
}

.featured-overlay-slug-cta figure {
  position: relative;
  margin-bottom: 10px;
}

.featured-overlay-slug-cta figure:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, transparent 30%, black 100%);
  background-image: linear-gradient(-180deg, transparent 30%, black 100%);
  pointer-events: none;
}

.featured-overlay-slug-cta figure.playing:after {
  display: none;
}

@media (min-width: 767px) {
  .featured-overlay-slug-cta figure {
    margin-bottom: 0;
  }
}

.featured-overlay-slug-cta .featured-overlay-slug-cta__content {
  width: 100%;
}

@media (min-width: 1024px) {
  .featured-overlay-slug-cta .featured-overlay-slug-cta__content {
    padding: 40px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
  }
}

@media (min-width: 1279px) {
  .featured-overlay-slug-cta .featured-overlay-slug-cta__content {
    padding: 70px;
  }
}

@media (min-width: 1024px) {
  .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__left {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__right {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
}

.featured-overlay-slug-cta .featured-overlay-slug-cta__content h1 {
  color: black;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1;
}

@media (min-width: 1024px) {
  .featured-overlay-slug-cta .featured-overlay-slug-cta__content h1 {
    font-size: 32px;
    margin-bottom: 5px;
  }
}

@media (min-width: 767px) {
  .featured-overlay-slug-cta .featured-overlay-slug-cta__content h1 {
    font-size: 42px;
    font-weight: 900;
    color: white;
  }
}

.featured-overlay-slug-cta .featured-overlay-slug-cta__content h2 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 12px;
  margin-bottom: 0;
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  .featured-overlay-slug-cta .featured-overlay-slug-cta__content h2 {
    font-size: 20px;
  }
}

@media (min-width: 767px) {
  .featured-overlay-slug-cta .featured-overlay-slug-cta__content h2 {
    color: #00DCF5;
    font-family: "Trade Gothic", sans-serif;
    font-size: 24px;
  }
}

.featured-overlay-slug-cta .featured-overlay-slug-cta__content h3 {
  color: black;
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .featured-overlay-slug-cta .featured-overlay-slug-cta__content h3 {
    font-size: 25px;
    font-weight: 500;
    color: white;
  }
}

.featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta {
  padding-top: 20px;
}

@media (min-width: 767px) {
  .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a.button, .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta .paragraph--type--paragraph-featured-item .featured-item__link a, .paragraph--type--paragraph-featured-item .featured-item__link .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a, .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta .paragraph--type--text-large-image-button .text-large-image-button__link a, .paragraph--type--text-large-image-button .text-large-image-button__link .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a, .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a, .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta .field--name-field-more-information a, .field--name-field-more-information .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a, .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta
  .field--name-field-registration a,
  .field--name-field-registration .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a {
    width: 100%;
    text-align: center;
  }
}

.featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a.button:first-child, .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta .paragraph--type--paragraph-featured-item .featured-item__link a:first-child, .paragraph--type--paragraph-featured-item .featured-item__link .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a:first-child, .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta .paragraph--type--text-large-image-button .text-large-image-button__link a:first-child, .paragraph--type--text-large-image-button .text-large-image-button__link .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a:first-child, .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a:first-child, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a:first-child, .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta .field--name-field-more-information a:first-child, .field--name-field-more-information .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a:first-child, .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta
.field--name-field-registration a:first-child,
.field--name-field-registration .featured-overlay-slug-cta .featured-overlay-slug-cta__content .featured-overlay-slug-cta__cta a:first-child {
  margin-bottom: 20px;
}

.paragraph--type--featured-video-with-description {
  margin-bottom: 0;
}

.paragraph.paragraph--type--featured-video-overlay-slideshow {
  margin-bottom: 0;
}

.paragraph.paragraph--type--featured-video-overlay-slideshow .story-thumbnail__body figure {
  margin-bottom: 0;
}

.paragraph.paragraph--type--featured-video-overlay-slideshow .story-thumbnail__body h1 a {
  color: #FFF;
}

.paragraph.paragraph--type--featured-video-with-overlay {
  margin-bottom: 0;
}

.paragraph.paragraph--type--featured-video-with-overlay .story-thumbnail__body figure {
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .paragraph.paragraph--type--featured-video-with-overlay .story-thumbnail__body figure {
    margin-bottom: 0;
  }
}

.paragraph.paragraph--type--featured-video-with-overlay .story-thumbnail__body h1 a {
  color: #000;
}

@media (min-width: 767px) {
  .paragraph.paragraph--type--featured-video-with-overlay .story-thumbnail__body h1 a {
    color: #FFF;
  }
}

.paragraph--type--featured-audio-with-description {
  margin-bottom: 0;
}

.paragraph.paragraph--type--featured-audio-with-overlay {
  margin-bottom: 0;
}

.paragraph--type--title-desc-image-two-buttons {
  margin-bottom: 70px;
}

.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__left {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__left {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__left p, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__left h1 {
  margin-bottom: 30px;
}

.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__left h1 {
  font-size: 22px;
  margin-bottom: 20px;
  font-family: "franklin-gothic-urw", sans-serif;
}

.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__left .text-large-image-button__description {
  font-size: 18px;
  line-height: 1.5;
}

.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .field__item {
  display: inline-block;
  float: left;
}

.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .field__item:first-child {
  margin-right: 20px;
}

.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a {
  display: inline-block;
  margin-bottom: 20px;
}

.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__right {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__right img {
  width: 100%;
  margin-bottom: 5px;
}

@media (min-width: 767px) {
  .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__right {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
  .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__right img {
    width: 75%;
  }
}

.paragraph--type--featured-media-production {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #F3F3F3;
}

.paragraph--type--featured-media-production.last {
  border-bottom: 0;
  margin-bottom: 100px;
}

@media (min-width: 767px) {
  .paragraph--type--featured-media-production {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.paragraph--type--featured-media-production .featured-media-production__left {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 767px) {
  .paragraph--type--featured-media-production .featured-media-production__left {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

.paragraph--type--featured-media-production .featured-media-production__left .featured-media-production__image__wrapper {
  padding: 20px;
  background-color: #FAFAFA;
  border: 1px solid #EAEAEA;
}

.paragraph--type--featured-media-production .featured-media-production__left img {
  width: 100%;
}

.paragraph--type--featured-media-production.no-image-border .featured-media-production__left .featured-media-production__image__wrapper {
  padding: 0;
  background-color: transparent;
  border: 0;
}

.paragraph--type--featured-media-production .featured-media-production__right {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 767px) {
  .paragraph--type--featured-media-production .featured-media-production__right {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
  }
}

.paragraph--type--featured-media-production h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media (min-width: 767px) {
  .paragraph--type--featured-media-production h1 {
    font-size: 30px;
  }
}

.paragraph--type--featured-media-production h3 {
  font-weight: 700;
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}

.paragraph--type--mobile-app {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #F3F3F3;
}

.paragraph--type--mobile-app.last {
  border-bottom: 0;
  margin-bottom: 100px;
}

@media (min-width: 767px) {
  .paragraph--type--mobile-app {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.paragraph--type--mobile-app .mobile-app__left {
  margin-bottom: 30px;
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 767px) {
  .paragraph--type--mobile-app .mobile-app__left {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
  }
}

.paragraph--type--mobile-app .mobile-app__left .mobile-app__image__wrapper {
  padding: 20px;
  background-color: #FAFAFA;
  border: 1px solid #EAEAEA;
  text-align: center;
}

.paragraph--type--mobile-app .mobile-app__left img {
  width: 75%;
}

.paragraph--type--mobile-app.featured {
  border-bottom: 0;
}

.paragraph--type--mobile-app.featured .mobile-app__image__wrapper {
  padding: 0 20px;
  background-color: transparent;
  border: 0;
}

.paragraph--type--mobile-app.featured .mobile-app__left img {
  width: 100%;
}

.paragraph--type--mobile-app .mobile-app__right {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 767px) {
  .paragraph--type--mobile-app .mobile-app__right {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
  }
}

.paragraph--type--mobile-app h1 {
  font-size: 22px;
  font-weight: 700;
  text-transform: none;
  color: #000;
  margin-bottom: 15px;
  line-height: 1.5;
}

@media (min-width: 767px) {
  .paragraph--type--mobile-app h1 {
    font-size: 30px;
  }
}

.paragraph--type--mobile-app h3 {
  font-weight: 700;
  color: #666;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "franklin-gothic-urw", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
}

.mobile-app-ctas {
  overflow: hidden;
}

.mobile-app-ctas .app-link {
  width: 22.8571428571%;
  float: left;
}

.mobile-app-ctas .app-link:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.mobile-app-ctas .app-link:nth-child(4n + 2) {
  margin-left: 25.7142857143%;
  margin-right: -100%;
  clear: none;
}

.mobile-app-ctas .app-link:nth-child(4n + 3) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

.mobile-app-ctas .app-link:nth-child(4n + 4) {
  margin-left: 77.1428571429%;
  margin-right: -100%;
  clear: none;
}

.paragraph--type--colored-bg-generic-featured .colored-bg-generic__cta a {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.paragraph--type--colored-bg-generic-featured .colored-bg-generic__cta a a {
  color: #d00;
  text-decoration: underline;
}

.paragraph--type--colored-bg-generic-featured .colored-bg-generic__items {
  overflow: hidden;
}

.triple-gallery-item img {
  margin-bottom: 15px;
}

@media (min-width: 767px) {
  .triple-gallery-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .triple-gallery-item img {
    width: 100%;
    margin-bottom: 0;
  }
  .triple-gallery-item .triple-gallery__first {
    -webkit-box-flex: 0.7;
        -ms-flex: 0.7;
            flex: 0.7;
  }
  .triple-gallery-item .triple-gallery__first img {
    padding-right: 25px;
  }
  .triple-gallery-item .triple-gallery__second {
    text-align: center;
    -webkit-box-flex: 0.3;
        -ms-flex: 0.3;
            flex: 0.3;
  }
  .triple-gallery-item .triple-gallery__second .field:first-child img {
    padding-bottom: 12px;
  }
}

.triple-gallery__caption-wrapper {
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
}

.triple-gallery__caption-wrapper span {
  display: inline-block;
}

.paragraph--type--carousel-text-image {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .paragraph--type--carousel-text-image .container, .paragraph--type--carousel-text-image .layout-no-sidebars .page-content, .layout-no-sidebars .paragraph--type--carousel-text-image .page-content, .paragraph--type--carousel-text-image .cta-newsletter--featured {
    display: block;
    height: 100%;
    padding: 0;
    position: relative;
  }
}

@media (min-width: 767px) {
  .paragraph--type--carousel-text-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.paragraph--type--carousel-text-image .carousel-text-image__text {
  color: #FFF;
  margin: 0 auto;
  font-weight: 600;
  line-height: 1.5;
  z-index: 100;
}

@media (max-width: 767px) {
  .paragraph--type--carousel-text-image .carousel-text-image__text {
    font-size: 22px;
    width: 100%;
    position: absolute;
    top: -80%;
  }
}

@media (min-width: 767px) {
  .paragraph--type--carousel-text-image .carousel-text-image__text {
    font-size: 24px;
    padding: 86px 0 0;
    max-width: 250px;
    font-size: 32px;
    max-width: 450px;
    position: relative;
  }
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-text-image .carousel-text-image__text {
    font-size: 36px;
    max-width: 650px;
  }
}

.paragraph--type--carousel-text-image .carousel-text-image__text a {
  color: #FFF;
}

.paragraph--type--carousel-text-image .carousel-text-image__text a:hover {
  text-decoration: none;
}

.paragraph--type--carousel-featured-item-date {
  text-align: left;
  color: #FFF;
}

.paragraph--type--carousel-featured-item-date .container, .paragraph--type--carousel-featured-item-date .layout-no-sidebars .page-content, .layout-no-sidebars .paragraph--type--carousel-featured-item-date .page-content, .paragraph--type--carousel-featured-item-date .cta-newsletter--featured {
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-featured-item-date .container, .paragraph--type--carousel-featured-item-date .layout-no-sidebars .page-content, .layout-no-sidebars .paragraph--type--carousel-featured-item-date .page-content, .paragraph--type--carousel-featured-item-date .cta-newsletter--featured {
    padding: 0 40px;
  }
}

.paragraph--type--carousel-featured-item-date .carousel-featured-item-date__content {
  position: absolute;
  z-index: 100;
}

@media (max-width: 767px) {
  .paragraph--type--carousel-featured-item-date .carousel-featured-item-date__content {
    left: 0;
    width: 100%;
    top: -80%;
  }
}

@media (min-width: 767px) {
  .paragraph--type--carousel-featured-item-date .carousel-featured-item-date__content {
    left: 15%;
    bottom: 10%;
    max-width: 450px;
  }
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-featured-item-date .carousel-featured-item-date__content {
    bottom: 20%;
    max-width: 70%;
  }
}

@media (min-width: 1279px) {
  .paragraph--type--carousel-featured-item-date .carousel-featured-item-date__content {
    left: 10%;
    max-width: 80%;
  }
  .paragraph--type--carousel-featured-item-date .carousel-featured-item-date__content .carousel-featured-item-slug-cta__left {
    width: 74.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .paragraph--type--carousel-featured-item-date .carousel-featured-item-date__content .carousel-featured-item-slug-cta__right {
    width: 22.8571428571%;
    float: right;
    margin-right: 0;
  }
}

.paragraph--type--carousel-featured-item-date .carousel-featured-item-date__subtitle {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00DCF5;
  font-weight: 500;
}

@media (min-width: 767px) {
  .paragraph--type--carousel-featured-item-date .carousel-featured-item-date__subtitle {
    font-family: "Trade Gothic", sans-serif;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-featured-item-date .carousel-featured-item-date__subtitle {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.paragraph--type--carousel-featured-item-date .carousel-featured-item-date__title h1 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1;
}

@media (min-width: 767px) {
  .paragraph--type--carousel-featured-item-date .carousel-featured-item-date__title h1 {
    font-size: 42px;
    font-weight: 900;
    color: white;
  }
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-featured-item-date .carousel-featured-item-date__title h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.paragraph--type--carousel-featured-item-date .carousel-featured-item-date__title h1 a {
  color: #FFF;
}

.paragraph--type--carousel-featured-item-date .carousel-featured-item-date__title h1 a:hover {
  text-decoration: none;
}

.paragraph--type--carousel-featured-item-date .carousel-featured-item-date__date {
  font-size: 12px;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
  color: #FFF;
  font-weight: 500;
}

.paragraph--type--carousel-featured-item-slug-cta {
  text-align: left;
  color: #FFF;
}

.paragraph--type--carousel-featured-item-slug-cta .container, .paragraph--type--carousel-featured-item-slug-cta .layout-no-sidebars .page-content, .layout-no-sidebars .paragraph--type--carousel-featured-item-slug-cta .page-content, .paragraph--type--carousel-featured-item-slug-cta .cta-newsletter--featured {
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  padding: 0;
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-featured-item-slug-cta .container, .paragraph--type--carousel-featured-item-slug-cta .layout-no-sidebars .page-content, .layout-no-sidebars .paragraph--type--carousel-featured-item-slug-cta .page-content, .paragraph--type--carousel-featured-item-slug-cta .cta-newsletter--featured {
    padding: 0 40px;
  }
}

.paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10%;
  z-index: 100;
  max-width: 285px;
}

@media (max-width: 767px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content {
    left: 0;
    top: -80%;
  }
}

@media (min-width: 767px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content {
    left: 15%;
    bottom: 10%;
    max-width: 450px;
  }
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content {
    bottom: 20%;
    max-width: 70%;
  }
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__left {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__right {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}

@media (min-width: 1279px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content {
    left: 10%;
    max-width: 80%;
  }
}

.paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content h1 {
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 5px;
  line-height: 1;
}

@media (min-width: 767px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content h1 {
    font-size: 42px;
    font-weight: 900;
    color: white;
  }
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
}

.paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content h2 {
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
  margin-bottom: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #00DCF5;
  font-weight: 500;
}

@media (min-width: 767px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content h2 {
    font-family: "Trade Gothic", sans-serif;
    font-size: 24px;
  }
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content h2 {
    font-size: 20px;
    margin-bottom: 5px;
  }
}

.paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content h3 {
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content h3 {
    font-size: 28px;
    font-weight: 500;
    color: white;
  }
}

.paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta {
  padding-top: 20px;
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta {
    padding-top: 0;
  }
}

@media (min-width: 1024px) {
  .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a.button, .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta .paragraph--type--paragraph-featured-item .featured-item__link a, .paragraph--type--paragraph-featured-item .featured-item__link .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a, .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta .paragraph--type--text-large-image-button .text-large-image-button__link a, .paragraph--type--text-large-image-button .text-large-image-button__link .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a, .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a, .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta .field--name-field-more-information a, .field--name-field-more-information .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a, .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta
  .field--name-field-registration a,
  .field--name-field-registration .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a {
    width: 100%;
    text-align: center;
  }
}

.paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a.button:first-child, .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta .paragraph--type--paragraph-featured-item .featured-item__link a:first-child, .paragraph--type--paragraph-featured-item .featured-item__link .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a:first-child, .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta .paragraph--type--text-large-image-button .text-large-image-button__link a:first-child, .paragraph--type--text-large-image-button .text-large-image-button__link .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a:first-child, .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a:first-child, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a:first-child, .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta .field--name-field-more-information a:first-child, .field--name-field-more-information .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a:first-child, .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta
.field--name-field-registration a:first-child,
.field--name-field-registration .paragraph--type--carousel-featured-item-slug-cta .carousel-featured-item-slug-cta__content .carousel-featured-item-slug-cta__cta a:first-child {
  margin-bottom: 20px;
}

.paragraph--type--image-squares {
  line-height: 1.5;
  padding-bottom: 80px;
  margin-bottom: 110px;
  border-bottom: 1px solid #EAEAEA;
  text-align: center;
}

.paragraph--type--image-squares h2 {
  padding-top: 10px;
  text-transform: uppercase;
  font-size: 42px;
  margin-bottom: 10px;
  color: #000;
}

.paragraph--type--image-squares .image-squares__description {
  font-size: 18px;
  margin: 0 auto 40px;
}

@media (min-width: 767px) {
  .paragraph--type--image-squares .image-squares__description {
    max-width: 70%;
  }
}

.paragraph--type--image-squares .image-squares__description p,
.paragraph--type--image-squares .image-squares__description ol,
.paragraph--type--image-squares .image-squares__description ul {
  margin-bottom: 30px;
}

.paragraph--type--image-squares .image-squares__description p:last-child {
  margin-bottom: 0;
}

.paragraph--type--image-squares .image-squares__description ol, .paragraph--type--image-squares .image-squares__description ul {
  margin-left: 10px;
}

.paragraph--type--image-squares .image-squares__description ol li, .paragraph--type--image-squares .image-squares__description ul li {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 20px;
}

.paragraph--type--image-squares .image-squares__cta {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
  margin-bottom: 60px;
  font-weight: 400;
}

.paragraph--type--image-squares .image-squares__cta a {
  color: #d00;
  text-decoration: underline;
}

.paragraph--type--colored-bg-featured-columns h3 {
  font-size: 42px;
}

.paragraph--type--block-bg h3.module-title--with-red-underline {
  font-size: 42px;
}

.paragraph--type--block-bg .module {
  margin-bottom: 40px;
}

.paragraph--type--block-bg footer a {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.paragraph--type--block-bg footer a a {
  color: #d00;
  text-decoration: underline;
}

.paragraph--type--article-pull-quote {
  font-size: 25px;
  padding-right: 30px;
  font-family: "franklin-gothic-urw", sans-serif;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (min-width: 1024px) {
  .paragraph--type--article-pull-quote:not(.pull-quote__full) {
    float: left;
    width: 100%;
    margin-left: -60%;
  }
}

.paragraph--type--article-pull-quote .field--name-field-pull-quote-text {
  padding-top: 10px;
  border-top: 5px solid #000;
  margin-top: 10px;
}

.paragraph--type--article-pull-quote .field--name-field-pull-quote-text p {
  margin-bottom: 0;
}

.paragraph--type--text {
  overflow: visible;
}

.field--name-field-generic-featured-items > .field__item {
  margin-bottom: 60px;
  overflow: hidden;
}

@media (min-width: 767px) {
  .field--name-field-generic-featured-items > .field__item {
    width: 48.5714285714%;
    float: left;
  }
  .field--name-field-generic-featured-items > .field__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .field--name-field-generic-featured-items > .field__item:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .field--name-field-generic-featured-items > .field__item {
    width: 48.5714285714%;
    float: left;
  }
  .field--name-field-generic-featured-items > .field__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .field--name-field-generic-featured-items > .field__item:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

.generic-featured-item__image img {
  margin-bottom: 15px;
}

.generic-featured-item__title h3 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 25px;
}

.generic-featured-item__title h3 a {
  color: #000;
}

.generic-featured-item__description p:last-child {
  margin-bottom: 20px;
}

.generic-featured-item__cta a {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.generic-featured-item__cta a a {
  color: #d00;
  text-decoration: underline;
}

.field--name-field-smallimg-featured-item > .field__item {
  margin-bottom: 60px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .field--name-field-smallimg-featured-item > .field__item {
    width: 48.5714285714%;
    float: left;
  }
  .field--name-field-smallimg-featured-item > .field__item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .field--name-field-smallimg-featured-item > .field__item:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

.smallimg-featured-item__left {
  text-align: center;
}

@media (min-width: 767px) {
  .smallimg-featured-item__left {
    width: 14.2857142857%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

@media (min-width: 1024px) {
  .smallimg-featured-item__left {
    width: 22.8571428571%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

@media (min-width: 767px) {
  .smallimg-featured-item__right {
    width: 82.8571428571%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .smallimg-featured-item__right {
    width: 74.2857142857%;
    float: right;
    margin-right: 0;
  }
}

.smallimg-featured-item__subtitle {
  font-size: 14px;
  color: #333;
  letter-spacing: 0.5px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  line-height: 2;
  color: #666;
  margin: 0;
}

.smallimg-featured-item__subtitle h3 {
  margin-bottom: 0;
}

.smallimg-featured-item__image img {
  margin-bottom: 15px;
}

.smallimg-featured-item__title h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  margin-top: 0;
  font-size: 25px;
}

.smallimg-featured-item__title h3 a {
  color: #000;
}

.smallimg-featured-item__description p:last-child {
  margin-bottom: 20px;
}

.smallimg-featured-item__cta a {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.smallimg-featured-item__cta a a {
  color: #d00;
  text-decoration: underline;
}

.caption-credit-item {
  margin-bottom: 60px;
}

.caption-credit-item .caption-credit__caption-wrapper {
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
}

.caption-credit-item .caption-credit__caption-wrapper span {
  display: inline-block;
}

.caption-credit-item .caption-credit__credit {
  color: #999;
}

.image-square__item {
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 767px) {
  .image-square__item {
    width: 31.4285714286%;
    float: left;
  }
  .image-square__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .image-square__item:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .image-square__item:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

.image-square__item:after {
  height: 100%;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, transparent 30%, black 100%);
  background-image: linear-gradient(-180deg, transparent 30%, black 100%);
  pointer-events: none;
  z-index: 99;
}

.image-square__item .image-square__content {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 40%;
  font-size: 42px;
  text-transform: uppercase;
  font-family: "Trade Gothic", sans-serif;
  z-index: 100;
}

@media (min-width: 767px) {
  .image-square__item .image-square__content {
    font-size: 30px;
  }
}

@media (min-width: 1024px) {
  .image-square__item .image-square__content {
    font-size: 42px;
  }
}

.image-square__item .image-square__content a {
  color: #FFF;
}

.image-square__item .image-square__content a:hover {
  color: #EAEAEA;
  text-decoration: none;
}

.image-square__item .image-square__content:after {
  content: "";
  display: block;
  height: 4px;
  width: 70px;
  background-color: #d00;
  margin-top: 10px;
  margin: 0 auto;
}

.editors-pick__item {
  margin-bottom: 30px;
  position: relative;
  width: 48.5714285714%;
  float: left;
}

.editors-pick__item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.editors-pick__item:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 1024px) {
  .editors-pick__item {
    width: 22.8571428571%;
    float: left;
  }
  .editors-pick__item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .editors-pick__item:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .editors-pick__item:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .editors-pick__item:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
}

.editors-pick__item figure {
  margin-bottom: 10px;
}

.editors-pick__item .editors-pick__source {
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
}

.editors-pick__item .editors-pick__title h3 {
  margin: 0;
}

.editors-pick__item .editors-pick__title h3 a {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.triple-feature-detailed__item {
  margin-bottom: 30px;
  position: relative;
}

@media (min-width: 767px) {
  .triple-feature-detailed__item {
    width: 31.4285714286%;
    float: left;
  }
  .triple-feature-detailed__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .triple-feature-detailed__item:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .triple-feature-detailed__item:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

.triple-feature-detailed__item figure {
  margin-bottom: 20px;
}

.triple-feature-detailed__item .triple-feature-detailed__slug-wrapper {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.triple-feature-detailed__item .triple-feature-detailed__slug-wrapper i.fa {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 4px;
}

.triple-feature-detailed__item .triple-feature-detailed__slug {
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 500;
  color: #666;
}

.triple-feature-detailed__item .triple-feature-detailed__slug--left {
  padding-right: 10px;
  color: #333;
  font-weight: 500;
}

.triple-feature-detailed__item .triple-feature-detailed__slug--right {
  padding-left: 10px;
  font-weight: 400;
}

.triple-feature-detailed__item .triple-feature-detailed__title h3 {
  margin: 0;
  margin-bottom: 5px;
}

.triple-feature-detailed__item .triple-feature-detailed__title h3 a {
  color: #000;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.1;
}

.triple-feature-detailed__item .triple-feature-detailed__desc {
  margin-bottom: 15px;
}

.triple-feature-detailed__item .triple-feature-detailed__desc p {
  margin-bottom: 0;
}

.triple-feature-detailed__item .triple-feature-detailed__cta {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.triple-feature-detailed__item .triple-feature-detailed__cta a {
  color: #d00;
  text-decoration: underline;
}

.field--name-field-featured-book .field__item {
  overflow: hidden;
}

.field--name-field-featured-column-content > .field__item {
  margin-bottom: 60px;
  overflow: hidden;
}

.field--name-field-featured-column-content > .field__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 767px) {
  .field--name-field-featured-column-content > .field__item {
    width: 22.8571428571%;
    float: left;
  }
  .field--name-field-featured-column-content > .field__item:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .field--name-field-featured-column-content > .field__item:nth-child(4n + 2) {
    margin-left: 25.7142857143%;
    margin-right: -100%;
    clear: none;
  }
  .field--name-field-featured-column-content > .field__item:nth-child(4n + 3) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .field--name-field-featured-column-content > .field__item:nth-child(4n + 4) {
    margin-left: 77.1428571429%;
    margin-right: -100%;
    clear: none;
  }
  .field--name-field-featured-column-content > .field__item:last-child {
    margin-bottom: 60px;
  }
}

.featured-column__image img {
  margin-bottom: 15px;
}

.featured-column__title h3 {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 26px;
}

.featured-column__title h3 a {
  color: #000;
}

.featured-column__description p:last-child {
  margin-bottom: 20px;
}

.featured-column__cta a {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.featured-column__cta a a {
  color: #d00;
  text-decoration: underline;
}

/*Page-specific*/
.style-guide {
  /*----*/
  /* below styles only included to make style guide more readable */
}

.style-guide .gallery .story-thumbnail {
  width: 31.4285714286%;
  float: left;
}

.style-guide .gallery .story-thumbnail:nth-child(3n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.style-guide .gallery .story-thumbnail:nth-child(3n + 2) {
  margin-left: 34.2857142857%;
  margin-right: -100%;
  clear: none;
}

.style-guide .gallery .story-thumbnail:nth-child(3n + 3) {
  margin-left: 68.5714285714%;
  margin-right: -100%;
  clear: none;
}

.style-guide__section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.page-header--article-image__content {
  width: 100%;
  padding-top: 25px;
}

.page-header--article-image__content h2,
.page-header--article-image__content h2 a {
  font-size: 18px;
  color: #666;
}

@media (min-width: 767px) {
  .page-header--article-image__content {
    position: absolute;
    bottom: 10%;
    padding-top: 0;
  }
  .page-header--article-image__content h2, .page-header--article-image__content h1 {
    color: #FFF;
  }
  .page-header--article-image__content h2,
  .page-header--article-image__content h2 a {
    color: #00dcf5;
  }
}

.page-header--article-image__background {
  position: relative;
  margin-bottom: 30px;
  padding-top: 55px;
}

.page-header--article-image__background:before {
  background-color: #FFF;
}

.page-header--article-image__background img {
  width: 100%;
  margin-top: -5px;
}

@media (min-width: 1024px) {
  .page-header--article-image__background img {
    margin-top: -89px;
  }
}

@media (min-width: 767px) {
  .page-header--article-image__background {
    padding-top: 0;
    margin-bottom: 60px;
  }
  .page-header--article-image__background .field--name-field-ral-featured-image,
  .page-header--article-image__background .field--name-field-featured-image,
  .page-header--article-image__background .field--name-field-audio-image {
    position: relative;
  }
  .page-header--article-image__background .field--name-field-ral-featured-image:after,
  .page-header--article-image__background .field--name-field-featured-image:after,
  .page-header--article-image__background .field--name-field-audio-image:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(top, transparent 30%, black 100%);
    background-image: linear-gradient(-180deg, transparent 30%, black 100%);
  }
}

.page-header--article-image__background .featured-image__caption-wrapper {
  padding-top: 5px;
  text-align: right;
  font-size: 12px;
}

.page-header--article-image__background .featured-image__caption-wrapper span {
  display: inline-block;
}

.page-header--article-image__background .featured-image__credit {
  color: #999;
}

.page-header--article-image__background .page-header__titles h3 {
  color: #999;
}

@media (min-width: 767px) {
  .page-header--article-image__background .page-header__titles h3 {
    color: #FFF;
  }
}

@media (min-width: 767px) {
  .page-header__titles .byline {
    color: #FFF;
  }
  .page-header__titles .byline a {
    color: #00dcf5;
  }
  .page-header__titles .byline--dark {
    color: #666;
  }
  .page-header__titles .byline--dark a {
    color: #333;
  }
}

.page-header__titles h1 {
  font-size: 26px;
}

@media (min-width: 1024px) {
  .page-header__titles h1 {
    font-size: 38px;
  }
}

.article__body {
  font-size: 18px;
  font-family: Georgia;
  line-height: 1.5;
  margin-bottom: 70px;
}

@media (min-width: 767px) {
  .article__body {
    max-width: 65%;
    margin-left: 0;
    margin-right: auto;
    margin-bottom: 0;
  }
}

@media (min-width: 1024px) {
  .article__body {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
    clear: both;
  }
}

.article__body h1,
.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5,
.article__body h6 {
  font-family: Georgia;
  font-weight: 500;
}

.article__body blockquote {
  font-family: Georgia;
}

.article__body ul, .article__body ol {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 35px;
}

.article__body ul li, .article__body ol li {
  line-height: 2;
}

.article__body .paragraph--type--text:first-child p:first-of-type:first-letter {
  /*drop caps*/
  color: black;
  line-height: .8;
  float: left;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 3.5em;
  font-weight: 900;
  margin-top: 3px;
  margin-right: 8px;
}

.article__body .paragraph--type--text {
  margin-bottom: 0;
}

.article__body p img {
  max-width: 50% !important;
  height: auto !important;
}

.article__body table td {
  padding: 0;
}

.article__body table td p.small {
  font-size: 12px !important;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}

.article__body table td p:first-of-type:first-letter {
  font-size: 12px !important;
  font-weight: normal;
  margin: 0;
  float: none;
  line-height: 1.5;
  font-family: "franklin-gothic-urw", sans-serif;
}

.paragraph--type--wide-image-caption {
  margin-bottom: 30px;
}

@media (min-width: 767px) {
  .article__share,
  .article__most-read,
  .article__editors-pick {
    width: 32%;
    right: 0;
    position: absolute;
  }
  .article__share {
    padding-top: 20px;
    border-top: 5px solid #000;
  }
  .article__editors-pick {
    right: 0;
    top: 175px;
  }
  .article__most-read {
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 1024px) {
  .article__share {
    left: 0;
  }
  .article__editors-pick {
    top: 0;
  }
  .article__share,
  .article__most-read,
  .article__editors-pick {
    width: 22%;
  }
}

.landing-page--about .page-header__titles h1 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 42px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.landing-page--publications .view-more {
  margin: 20px 0;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.landing-page--publications .view-more a {
  color: #d00;
  text-decoration: underline;
}

.landing-page--publications section:not(.page-header) {
  overflow: hidden;
  display: block;
  clear: both;
}

.landing-page--publications .page-header__titles h1 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 42px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.landing-page--publications .publications-landing__featured-commentary > .container, .landing-page--publications .layout-no-sidebars .publications-landing__featured-commentary > .page-content, .layout-no-sidebars .landing-page--publications .publications-landing__featured-commentary > .page-content, .landing-page--publications .publications-landing__featured-commentary > .cta-newsletter--featured {
  padding-bottom: 35px;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .landing-page--publications .publications-landing__featured-commentary .story-thumbnail__body h2 {
    font-weight: bold;
    margin-bottom: 0;
  }
  .landing-page--publications .publications-landing__featured-commentary .story-thumbnail__body h1 {
    font-family: "franklin-gothic-urw", sans-serif;
    margin: 10px 0 0;
    text-transform: none;
  }
}

.landing-page--international .view-more {
  margin: 20px 0;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.landing-page--international .view-more a {
  color: #d00;
  text-decoration: underline;
}

.landing-page--international .page-header__titles h1 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 42px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.landing-page--events .landing-page-features {
  margin-top: 0;
}

@media (min-width: 960px) {
  .featured-events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -30px;
    margin-right: -30px;
  }
}

@media (min-width: 960px) {
  .featured-events .featured-events--primary {
    float: left;
    width: 66.6666%;
    padding: 0 30px;
  }
}

@media (min-width: 960px) {
  .featured-events .views-element-container {
    float: left;
    width: 33.3333%;
    padding: 0 30px;
  }
}

.landing-page--events .featured-events {
  margin-bottom: 80px;
}

.featured-events {
  text-align: center;
}

.featured-events__body {
  font-size: 15px;
}

.featured-events__type {
  font-size: 14px;
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #666;
  margin-bottom: 5px;
}

.featured-events__title {
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1;
}

.featured-events__title a {
  color: #000000;
}

.featured-events__header {
  margin-bottom: 20px;
}

.featured-events__figure {
  margin-bottom: 20px;
}

.featured-events__info {
  color: #666;
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 5px;
  line-height: 1;
}

.featured-events__info > div {
  display: inline;
  letter-spacing: 0.5px;
}

.featured-events .read-more {
  font-weight: bold;
  font-size: 15px;
  line-height: 1;
  margin-top: 20px;
}

.featured-events .read-more a {
  text-decoration: underline;
}

@media (min-width: 480px) {
  .featured-events .featured-events--secondary {
    text-align: left;
  }
}

.featured-events .featured-events--primary .featured-events__info {
  font-size: 14px;
}

.featured-events--primary {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .featured-events--primary {
    border-right: 1px solid #e6e6e6;
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.featured-events--primary .featured-events__title {
  font-size: 32px;
}

@media (min-width: 480px) and (max-width: 959px) {
  .featured-events--secondary {
    margin-left: -30px;
    margin-right: -30px;
  }
}

.featured-events--secondary .featured-events__event:nth-child(1) {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

@media (min-width: 480px) and (max-width: 959px) {
  .featured-events--secondary .featured-events__event {
    float: left;
    width: 50%;
    padding: 0 30px;
  }
  .featured-events--secondary .featured-events__event:nth-child(1) {
    border-right: 1px solid #e6e6e6;
    border-bottom: none;
  }
}

@media (min-width: 960px) {
  .featured-events--secondary .featured-events__event:nth-child(2) .featured-events__figure {
    display: none;
  }
}

.upcoming-events__type {
  font-size: 14px;
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.landing-page--events .upcoming-events .event-detail__date {
  font-weight: bold;
}

.landing-page--events .upcoming-events .event-detail__date ~ .event-detail__date {
  font-weight: normal;
}

.landing-page--events .upcoming-events .field--name-field-event-type {
  margin-bottom: 2px;
}

.upcoming-events .event-teaser__item {
  max-width: 815px;
}

.recent-events__figure {
  margin-bottom: 10px;
}

.recent-events__type {
  font-size: 14px;
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.recent-events__title {
  font-size: 19px;
  font-family: "franklin-gothic-urw", sans-serif;
  line-height: 1.1;
  text-transform: none;
  margin-bottom: 5px;
  margin-top: 0;
}

.recent-events__title a {
  color: #000000;
}

.recent-events__date {
  font-size: 14px;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 0.5px;
}

.recent-events .view-more {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.recent-events .view-more a {
  color: #d00;
  text-decoration: underline;
}

.landing-page--events .page-header h1 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 42px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.landing-page--events .page-header .page-header__menu ul {
  display: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .landing-page--events .page-header .page-header__menu ul {
    display: inline;
  }
}

.landing-page--events .page-header .page-header__menu ul li {
  display: inline;
  border-right: 2px solid #999;
}

.landing-page--events .page-header .page-header__menu ul li a {
  padding: 5px 5px;
}

@media (min-width: 768px) {
  .landing-page--events .page-header .page-header__menu ul li a {
    padding: 5px 10px;
  }
}

.landing-page--events .page-header .page-header__menu ul li:first-child a {
  padding-left: 0;
}

.landing-page--events .page-header .page-header__menu ul li:last-child {
  border-right: 0;
}

.landing-page--events .page-header__titles {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.landing-page--events .page-header__titles:after {
  margin-top: 12px;
  height: 4px;
}

@media (min-width: 767px) {
  .landing-page--events .page-header__titles:after {
    height: 0;
    margin-top: 0;
  }
}

.page-header__titles--event > div:after {
  content: none;
}

.page-header__titles--event .field--name-field-event-type {
  display: inline;
}

.page-header__titles--event .page-header__subscript > div {
  display: inline;
}

.field--name-field-more-information a,
.field--name-field-registration a {
  text-align: center;
}

.event-detail__sidebar h3,
.event-detail__sidebar .field__label {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
  margin-bottom: 8px;
}

.event-detail__body {
  font-size: 17px !important;
}

.event-detail__body h3,
.event-detail__body .field__label {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 18px;
  margin-bottom: 16px;
}

.event-detail {
  margin-bottom: 90px;
  font-size: 18px;
}

@media (min-width: 960px) {
  .event-detail__main {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
    padding-right: 30px;
    border-right: 1px solid #e6e6e6;
  }
}

.event-detail__main > div {
  margin-bottom: 30px;
}

@media (min-width: 960px) {
  .event-detail__sidebar {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
}

.event-detail__sidebar > div {
  margin-bottom: 30px;
}

.event-detail__sidebar .event-detail__links {
  margin-bottom: 0;
}

.event-detail__sidebar .event-detail__links > div {
  margin-bottom: 30px;
}

.event-detail__sidebar h2 {
  border-bottom: 5px solid black;
  margin-bottom: 30px;
  color: #000;
  font-family: "Trade Gothic", sans-serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.event-detail__sidebar h2--with-red-underline {
  border-bottom: 0;
  margin-bottom: 45px;
}

.event-detail__sidebar h2--with-red-underline:after {
  content: "";
  display: block;
  height: 4px;
  width: 70px;
  background-color: #d00;
  margin-top: 5px;
}

.page-event .upcoming-events {
  margin-bottom: 90px;
}

.page-event .event-detail {
  margin-bottom: 90px;
}

.landing--religion-liberty .overlap-header {
  margin-bottom: 35px;
  padding-bottom: 35px;
  border-bottom: 1px solid #EAEAEA;
}

.landing--religion-liberty .module.featured-pub,
.landing--religion-liberty .module.latest-issue,
.landing--religion-liberty .latest-articles .view-more {
  margin-bottom: 0;
}

.landing--acton-notes .module.latest-issue,
.landing--acton-notes .field__item:last-child .paragraph--type--custom-view {
  margin-bottom: 0;
}

.issue-page .page-header__titles:after {
  height: 0;
}

.issue-page .issue__download .module-title,
.issue-page .issue__articles .module-title {
  margin-bottom: 25px;
}

.issue-page .field--name-field-pub-descriptive-title p {
  margin-bottom: 0;
}

.issue-page .article {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}

.issue-page .article h2,
.issue-page .article h3 {
  margin-bottom: 0;
}

.issue-page .article h2 a,
.issue-page .article h3 a {
  color: #000;
  font-weight: 700;
  font-size: 20px;
}

.issue-page .article .article__author {
  color: #666;
  font-size: 14px;
  letter-spacing: 0.5px;
}

.issue-page .article .article__author a {
  color: #384dfe;
  text-transform: uppercase;
}

.issue-page .issue__row {
  clear: both;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .issue-page .issue__row {
    margin-bottom: 50px;
  }
}

.issue-page .issue__row .issue__first {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .issue-page .issue__row .issue__first {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

.issue-page .issue__row .issue__first figure.field-pub-image,
.issue-page .issue__row .issue__first .field--name-field-articleimage {
  padding: 4px 35px 4px 4px;
  border-right: 1px solid #EAEAEA;
}

@media (max-width: 1024px) {
  .issue-page .issue__row .issue__first figure.field-pub-image,
  .issue-page .issue__row .issue__first .field--name-field-articleimage {
    padding: 4px;
    border-right: 0;
    margin-bottom: 60px;
  }
}

.issue-page .issue__row .issue__first figure.field-pub-image img,
.issue-page .issue__row .issue__first .field--name-field-articleimage img {
  width: 100%;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.6);
}

.issue-page .issue__row .issue__second {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .issue-page .issue__row .issue__second {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
}

.issue-page .article__row {
  clear: both;
  overflow: hidden;
}

.issue-page .article__row .article__col {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 767px) {
  .issue-page .article__row .article__col {
    width: 48.5714285714%;
    float: left;
  }
  .issue-page .article__row .article__col:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .issue-page .article__row .article__col:nth-child(2n + 2) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
}

@media (min-width: 1024px) {
  .issue-page .article__row .article__col {
    width: 31.4285714286%;
    float: left;
  }
  .issue-page .article__row .article__col:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .issue-page .article__row .article__col:nth-child(3n + 2) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .issue-page .article__row .article__col:nth-child(3n + 3) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
}

.past-issues {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #EAEAEA;
}

.past-issues .past-issues-container {
  overflow: hidden;
}

.past-issues .issue {
  width: 48.5714285714%;
  float: left;
  margin-bottom: 25px;
}

.past-issues .issue:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}

.past-issues .issue:nth-child(2n + 2) {
  margin-left: 51.4285714286%;
  margin-right: -100%;
  clear: none;
}

@media (min-width: 767px) {
  .past-issues .issue {
    width: 14.2857142857%;
    float: left;
  }
  .past-issues .issue:nth-child(6n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .past-issues .issue:nth-child(6n + 2) {
    margin-left: 17.1428571429%;
    margin-right: -100%;
    clear: none;
  }
  .past-issues .issue:nth-child(6n + 3) {
    margin-left: 34.2857142857%;
    margin-right: -100%;
    clear: none;
  }
  .past-issues .issue:nth-child(6n + 4) {
    margin-left: 51.4285714286%;
    margin-right: -100%;
    clear: none;
  }
  .past-issues .issue:nth-child(6n + 5) {
    margin-left: 68.5714285714%;
    margin-right: -100%;
    clear: none;
  }
  .past-issues .issue:nth-child(6n + 6) {
    margin-left: 85.7142857143%;
    margin-right: -100%;
    clear: none;
  }
}

.past-issues .issue figure img {
  width: 100%;
  margin-bottom: 15px;
}

.past-issues .issue .issue__time {
  font-weight: bold;
  line-height: 1.5;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.past-issues .issue .issue__volume {
  line-height: 1.5;
  font-size: 14px;
}

.past-issues .past-issues__view-more {
  margin: 20px 0;
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.past-issues .past-issues__view-more a {
  color: #d00;
  text-decoration: underline;
}

.contact form {
  margin-bottom: 60px;
}

.contact .contact__first {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

@media (min-width: 767px) {
  .contact .contact__first {
    width: 48.5714285714%;
    float: left;
    margin-right: 2.8571428571%;
    padding-right: 25px;
    border-right: 1px solid #EAEAEA;
  }
}

@media (min-width: 1024px) {
  .contact .contact__first {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

.contact .contact__second {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 767px) {
  .contact .contact__second {
    width: 48.5714285714%;
    float: right;
    margin-right: 0;
  }
}

@media (min-width: 1024px) {
  .contact .contact__second {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
}

form.contact-form {
  border: 1px solid #999;
  background-color: #EAEAEA;
  padding: 24px;
}

form.contact-form label {
  display: block;
  width: 100%;
  clear: both;
  margin: 12px 0 12px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
}

form.contact-form .form-item {
  margin-bottom: 30px;
  width: 100%;
}

form.contact-form .text-input,
form.contact-form .form-select,
form.contact-form .form-textarea {
  width: 100%;
}

form.contact-form #edit-submit,
form.contact-form #edit-preview {
  width: auto;
  margin-bottom: 5px;
}

.about-page .page-header__titles--about:after {
  height: 0;
}

.job-posting__body {
  font-size: 18px;
}

@media (min-width: 1024px) {
  .job-posting__body {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
    margin-left: 25.7142857143%;
  }
}

@media (min-width: 1024px) {
  .container--job-posting:before {
    content: "";
    display: block;
    position: absolute;
    height: 6px;
    width: 160px;
    background-color: #000;
    top: 6px;
  }
}

.field--job-posting {
  margin-bottom: 50px;
}

.field--job-posting p:last-child {
  margin-bottom: 0;
}

.field--job-posting h3 {
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 25px;
  font-size: 20px;
  letter-spacing: 0.5px;
}

.job-posting__main-description {
  font-size: 24px;
}

.job-posting__main-description .field--job-posting {
  padding-bottom: 50px;
  border-bottom: 1px solid #EAEAEA;
}

.job-posting__date {
  color: #999;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #EAEAEA;
}

.job-posting__back {
  font-weight: 500;
  text-decoration: underline;
  letter-spacing: 0.5px;
}

.job-posting__back a {
  color: #d00;
  text-decoration: underline;
}

.about-research {
  padding-top: 100px;
}

.team-member .page-header__titles--team-member h1 {
  font-size: 38px;
  font-weight: 900;
  text-transform: none;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .team-member .page-header__titles--team-member h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .team-member .page-header__titles--team-member h1 {
    font-size: 30px;
    line-height: 1.1;
  }
}

.team-member .page-header__titles--team-member h2 {
  font-size: 22px;
  font-family: "Trade Gothic", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #d00;
}

.team-member .page-header__titles--team-member h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  color: #666;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media (max-width: 1024px) {
  .team-member .page-header__titles--team-member h3 {
    font-size: 14px;
    line-height: 1.4;
  }
}

.team-member .page-header__titles--team-member:after {
  height: 0;
}

.team-member .field--name-body {
  line-height: 2;
  margin: 24px 0 70px;
}

.team-member .field--name-body a {
  color: #d00;
  text-decoration: underline;
}

.team-member .team-member__first {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  margin-bottom: 70px;
}

.team-member .team-member__first figure img {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .team-member .team-member__first {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
    padding-right: 25px;
    border-right: 1px solid #EAEAEA;
  }
}

.team-member .team-member__row {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .team-member .team-member__row {
    margin-bottom: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.team-member .team-member__row figure img {
  max-width: 100%;
}

@media (min-width: 1024px) {
  .team-member .team-member__row .field-team-member-image {
    width: 40%;
    float: left;
    margin-right: 2.8571428571%;
  }
}

@media (min-width: 1024px) {
  .team-member .team-member__row .field--name-body {
    width: 57.1428571429%;
    float: right;
    margin-right: 0;
    margin: 0;
  }
}

.team-member .team-member__second {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .team-member .team-member__second {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
}

.author .page-header__titles--author h1 {
  font-size: 38px;
  font-weight: 900;
  text-transform: none;
  color: #000;
  line-height: 1.2;
  margin-bottom: 5px;
}

@media (max-width: 1024px) {
  .author .page-header__titles--author h1 {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .author .page-header__titles--author h1 {
    font-size: 30px;
    line-height: 1.1;
  }
}

.author .page-header__titles--author h2 {
  font-size: 22px;
  font-family: "Trade Gothic", sans-serif;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #d00;
}

.author .page-header__titles--author:after {
  height: 0;
}

.author .field--name-body {
  line-height: 2;
  margin: 24px 0 0;
}

.author .field--name-body a {
  color: #d00;
  text-decoration: underline;
}

.author .author__first {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  margin-bottom: 30px;
}

.author .author__first figure img {
  max-width: 100%;
}

@media (min-width: 767px) {
  .author .author__first {
    width: 31.4285714286%;
    float: left;
    margin-right: 2.8571428571%;
    margin-bottom: 0;
    padding-right: 25px;
    border-right: 1px solid #EAEAEA;
  }
}

.author .author__row {
  overflow: hidden;
}

.author .author__second {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 767px) {
  .author .author__second {
    width: 65.7142857143%;
    float: right;
    margin-right: 0;
  }
}

.page-media .module.featured-speaker,
.page-media .module.connect {
  margin-bottom: 0;
}

.page-media .field--media--overview h3.field-title {
  border-bottom: 5px solid black;
  margin-bottom: 30px;
  color: #000;
  font-family: "Trade Gothic", sans-serif;
  font-size: 24px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.page-media .field--media--overview h3.field-title--with-red-underline {
  border-bottom: 0;
  margin-bottom: 45px;
}

.page-media .field--media--overview h3.field-title--with-red-underline:after {
  content: "";
  display: block;
  height: 4px;
  width: 70px;
  background-color: #d00;
  margin-top: 5px;
}

.page-media .field--media--overview,
.page-media .field--name-field-video {
  margin-bottom: 60px;
}

.page-media .media-individual__first {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
  margin-bottom: 70px;
  color: #666;
  font-size: 17px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .page-media .media-individual__first {
    width: 65.7142857143%;
    float: left;
    margin-right: 2.8571428571%;
    padding-right: 25px;
    border-right: 1px solid #EAEAEA;
  }
}

.page-media .media-individual__top {
  margin-bottom: 60px;
}

.page-media .media-individual__top .field--media--overview,
.page-media .media-individual__first .field--media--overview {
  margin-bottom: 50px;
}

.page-media .media-individual__top h3.field-title,
.page-media .media-individual__top h3.section-title,
.page-media .media-individual__top h3.module-title,
.page-media .media-individual__first h3.field-title,
.page-media .media-individual__first h3.section-title,
.page-media .media-individual__first h3.module-title {
  border-bottom: 0;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #666;
  margin-bottom: 15px;
  font-size: 18px;
}

.page-media .media-individual__top .node__content .field,
.page-media .media-individual__first .node__content .field {
  margin-bottom: 0;
}

.page-media .media-individual__top .node__content .field p,
.page-media .media-individual__first .node__content .field p {
  margin-bottom: 20px;
}

.page-media .media-individual__second {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
}

@media (min-width: 1024px) {
  .page-media .media-individual__second {
    width: 31.4285714286%;
    float: right;
    margin-right: 0;
  }
}

.page-media-video--archive .pager {
  margin-bottom: 0;
}

.page-media--audio .field--type-audio-embed-field {
  margin-bottom: 60px;
}

.page-media--audio .audio-single__media {
  margin-bottom: 30px;
}

.page-media--audio .field--media--image {
  margin-bottom: 60px;
}

.page-media-audio--archive .pager {
  margin-bottom: 0;
}

.media-page__newsletter-signup--rfa a.button:first-child, .media-page__newsletter-signup--rfa .paragraph--type--paragraph-featured-item .featured-item__link a:first-child, .paragraph--type--paragraph-featured-item .featured-item__link .media-page__newsletter-signup--rfa a:first-child, .media-page__newsletter-signup--rfa .paragraph--type--text-large-image-button .text-large-image-button__link a:first-child, .paragraph--type--text-large-image-button .text-large-image-button__link .media-page__newsletter-signup--rfa a:first-child, .media-page__newsletter-signup--rfa .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons a:first-child, .paragraph--type--title-desc-image-two-buttons .title-desc-twobuttons__buttons .media-page__newsletter-signup--rfa a:first-child, .media-page__newsletter-signup--rfa .field--name-field-more-information a:first-child, .field--name-field-more-information .media-page__newsletter-signup--rfa a:first-child, .media-page__newsletter-signup--rfa
.field--name-field-registration a:first-child,
.field--name-field-registration .media-page__newsletter-signup--rfa a:first-child {
  margin-right: 15px;
}

.landing-page--multimedia .page-header__titles h1 {
  font-family: "Trade Gothic", sans-serif;
  font-size: 42px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.landing-page--multimedia .module.featured-overlay {
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid #EAEAEA;
}

.landing-page--multimedia .module.featured-overlay figure {
  margin-bottom: 10px;
}

@media (min-width: 767px) {
  .landing-page--multimedia .module.featured-overlay figure {
    margin-bottom: 0;
  }
}

.module.news-archive {
  margin-bottom: 0;
}

.news.news--item {
  font-size: 18px;
}

.news.news--item .field--name-body img {
  margin: 10px;
}

@media (max-width: 767px) {
  .news.news--item .field--name-body img {
    max-width: 30%;
    height: auto !important;
  }
}

@media (min-width: 767px) {
  .news.news--item .field--name-body img {
    margin: 20px;
  }
}

.page-header--home {
  margin-bottom: 100px;
}

.landing-page--home .paragraph.paragraph--type--custom-view {
  margin-bottom: 35px;
}

.landing-page--home #block-featured-commentary-paragraph {
  padding-bottom: 35px;
  border-bottom: 1px solid #EAEAEA;
}

.landing-page--home .newsletter-signup-box {
  margin-bottom: 70px;
}

.landing-page--home .paragraph--type--colored-bg-generic-featured .colored-bg-generic__title h3 {
  font-size: 42px;
}

.landing-page--home .module.featured-media.last {
  border-bottom: 1px solid #EAEAEA;
}

.pag-top {
  text-transform: lowercase;
  font-size: 16px;
}

.inline-a li {
  display: inline;
}

.inline-a li a {
  display: inline;
}

.inline-a div {
  display: inline;
}

.region-author-block div.field--name-field-authors-pc {
  display: inline !important;
}

.article-feed .story-thumbnail {
  padding-top: 30px;
}

.article-feed .story-thumbnail > .story-thumbnail {
  padding-top: 0px;
}

.article-feed .story-thumbnail .story-thumbnail__body h1 a {
  color: #000;
}

#block-acton-content .contextual {
  position: absolute;
  right: 320px;
  top: 6px;
  z-index: 500;
  width: 220px;
}

.story__aside--right .contextual,
.story__aside--left .contextual {
  width: 220px;
}

.story-thumbnail__body h1 a {
  color: #000;
}

@media (min-width: 768px) {
  .story-thumbnail__body h1 a {
    color: #FFF;
  }
}

.landing-page-secondary-features .story-thumbnail__body h1 a {
  color: #000;
}

.messages--status {
  float: left;
  width: 100%;
}

.message-status-abs {
  float: left;
  width: 100%;
  background-color: blue;
}

.menu--account li {
  display: inline;
  margin-right: 10px;
}

.menu--account a {
  color: #000;
}

.messages--error {
  float: left;
  width: 100%;
}

.temp-page {
  background-color: #f2f2f2;
  margin-top: 120px;
  width: 960px;
  margin: 0px auto;
}

/* Custom CSS AO theme */
.site-header.logged-in-user {
  margin-top: 40px;
}

.story-thumbnail-gallery .story-thumbnail h2 {
  margin-left: 0px;
  width: 100%;
  margin-bottom: 0px;
}

.region-author-name {
  display: inline-block;
}

.story__meta .story__category {
  width: 100%;
  margin-left: 0px;
  margin-bottom: 0px;
}

dd {
  margin-bottom: 30px;
}

/*State*/
/*@import "state";*/
