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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-pied-piper-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: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: "";
}

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

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

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

.fa-linode:before {
  content: "";
}

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "";
}

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

.fa-telegram:before {
  content: "";
}

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

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

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

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

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

.fa-shower:before {
  content: "";
}

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

.fa-podcast:before {
  content: "";
}

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

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

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

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

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

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

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

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup: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;
}

.box__title, .promo__kicker, .card.card--poll .card__kicker, .progress .percentage, .progress .message, .psy-newsletter__title, .psy-ptests-form .form-type-radio, .button--sans-serif, .slideout-menu .searchform input[type='submit'], .slideout-menu ul.menu li a, .card__date, .card__body, .promo__body, .page__date .field, .page__subtitle .field-body-summary p, .poll .text, .poll .percent, .poll input[type='submit'], .psy-ptests-form input[type='submit'], .header-subscribe__title, .card__footer-subscribe-title, .psy-footer-menu ul li {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.box__title em, .promo__kicker em, .card.card--poll .card__kicker em, .progress .percentage em, .progress .message em, .psy-newsletter__title em, .psy-ptests-form .form-type-radio em, .button--sans-serif em, .slideout-menu .searchform input[type='submit'] em, .slideout-menu ul.menu li a em, .card__date em, .card__body em, .promo__body em, .page__date .field em, .page__subtitle .field-body-summary p em, .poll .text em, .poll .percent em, .poll input[type='submit'] em, .psy-ptests-form input[type='submit'] em, .header-subscribe__title em, .card__footer-subscribe-title em, .psy-footer-menu ul li em {
  font-style: italic;
}

.box__title strong, .promo__kicker strong, .card.card--poll .card__kicker strong, .progress .percentage strong, .progress .message strong, .psy-newsletter__title strong, .psy-ptests-form .form-type-radio strong, .button--sans-serif strong, .slideout-menu .searchform input[type='submit'] strong, .slideout-menu ul.menu li a strong, .card__date strong, .card__body strong, .promo__body strong, .page__date .field strong, .page__subtitle .field-body-summary p strong, .poll .text strong, .poll .percent strong, .poll input[type='submit'] strong, .psy-ptests-form input[type='submit'] strong, .header-subscribe__title strong, .card__footer-subscribe-title strong, .psy-footer-menu ul li strong {
  font-weight: 500;
}

.box__title, .promo__kicker, .card.card--poll .card__kicker, .progress .percentage, .progress .message, .psy-newsletter__title {
  font-weight: 300;
}

.box__title strong, .promo__kicker strong, .card.card--poll .card__kicker strong, .progress .percentage strong, .progress .message strong, .psy-newsletter__title strong {
  font-weight: 400;
}

.psy-ptests-form .form-type-radio {
  font-weight: 700;
}

.psy-ptests-form .form-type-radio strong {
  font-weight: 700;
}

.authored-by em, .section__title em, .section__title--light em, h1, h2, .authored-by, .page__left .field-body blockquote, .page__left .field-body .stress, .page__left .field-body .stress-box p, .page__left .field-body .cta p, .page__category a, .page__title h1,
.page__title h2, .button, .button--white-tab, .card__tag, .card__title h1, .card__title h2, h3, h4,
h5,
h6, .main-text strong,
.main-text b, .section__title, .section__title--light, .promo__title h1,
.promo__title h2, .page__left .field-body strong,
.page__left .field-body b, .card.card--poll .card__title h1,
.card.card--poll .card__title h2, .psy-ptests-form .form-type-radios > label, .header-subscribe__body strong,
.header-subscribe__body b, .main-text, .header__navigation .menu__link, .page__left .field-body, .header-subscribe__body, .main-text em, .page__left .field-body em, .header-subscribe__body em, #auth_box legend {
  font-family: "Chronicle Display A", "Chronicle Display B", "Times New Roman", Times, Georgia, "DejaVu Serif", serif;
  font-weight: 400;
  font-style: normal;
}

h1 em, h2 em, .authored-by em, .page__category a em, .page__title h1 em,
.page__title h2 em, .button em, .button--white-tab em, .card__tag em, .card__title h1 em, .card__title h2 em, h3 em, h4 em,
h5 em,
h6 em, .section__title em, .section__title--light em, .promo__title h1 em,
.promo__title h2 em, .card.card--poll .card__title h1 em,
.card.card--poll .card__title h2 em, .psy-ptests-form .form-type-radios > label em, .main-text em, .header__navigation .menu__link em, .page__left .field-body em, .header-subscribe__body em, #auth_box legend em {
  font-style: italic;
}

h1 strong, h2 strong, .authored-by strong, .page__category a strong, .page__title h1 strong,
.page__title h2 strong, .button strong, .button--white-tab strong, .card__tag strong, .card__title h1 strong, .card__title h2 strong, h3 strong, h4 strong,
h5 strong,
h6 strong, .section__title strong, .section__title--light strong, .promo__title h1 strong,
.promo__title h2 strong, .card.card--poll .card__title h1 strong,
.card.card--poll .card__title h2 strong, .psy-ptests-form .form-type-radios > label strong, .main-text strong, .header__navigation .menu__link strong, .page__left .field-body strong, .header-subscribe__body strong, #auth_box legend strong {
  font-weight: 600;
}

.authored-by em, .section__title em, .section__title--light em, h1, h2, .authored-by, .page__left .field-body blockquote, .page__left .field-body .stress, .page__left .field-body .stress-box p, .page__left .field-body .cta p, .page__category a, .page__title h1,
.page__title h2 {
  font-weight: 300;
}

.section__title em strong, .section__title--light em strong, h1 strong, h2 strong, .authored-by strong, .page__left .field-body blockquote strong, .page__left .field-body .stress strong, .page__left .field-body .stress-box p strong, .page__left .field-body .cta p strong, .page__category a strong, .page__title h1 strong,
.page__title h2 strong {
  font-weight: 400;
}

.button, .button--white-tab, .card__tag, .card__title h1, .card__title h2, h3, h4,
h5,
h6, .main-text strong,
.main-text b, .section__title, .section__title--light, .promo__title h1,
.promo__title h2, .page__left .field-body strong,
.page__left .field-body b, .card.card--poll .card__title h1,
.card.card--poll .card__title h2, .psy-ptests-form .form-type-radios > label, .header-subscribe__body strong,
.header-subscribe__body b {
  font-weight: 700;
}

.button strong, .button--white-tab strong, .card__tag strong, .card__title h1 strong, .card__title h2 strong, h3 strong, h4 strong,
h5 strong,
h6 strong, .main-text strong strong,
.main-text b strong, .section__title strong, .section__title--light strong, .promo__title h1 strong,
.promo__title h2 strong, .page__left .field-body strong strong,
.page__left .field-body b strong, .card.card--poll .card__title h1 strong,
.card.card--poll .card__title h2 strong, .psy-ptests-form .form-type-radios > label strong, .header-subscribe__body strong strong,
.header-subscribe__body b strong {
  font-weight: 700;
}

.main-text em, .page__left .field-body em, .header-subscribe__body em {
  font-style: italic;
}

.authored-by em, .section__title em, .section__title--light em {
  font-style: italic;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  line-height: 1.5em;
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
}

@media print {
  html {
    font-size: 12pt;
  }
}

body {
  margin: 0;
  padding: 0;
  color: #000;
  background-color: #fff;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  color: #d10056;
  -webkit-text-decoration-skip: objects;
}

:visited {
  color: #d10056;
}

a:active {
  color: #6b002c;
}

a:active:not(.button) {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

@media print {
  :link,
  :visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
    text-decoration: none;
  }
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: '';
  }
}

h1,
.header__site-name {
  font-size: 2.8561rem;
  line-height: 3rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h2 {
  font-size: 2.197rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h3 {
  font-size: 1.69rem;
  line-height: 2.25rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h4 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h5 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h6 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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

@media print {
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
}

b,
strong {
  font-weight: inherit;
}

strong,
b {
  font-weight: bolder;
}

pre,
code,
kbd,
samp,
var {
  font-family: Menlo, "DejaVu Sans Mono", "Ubuntu Mono", Courier, "Courier New", monospace, sans-serif;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #fd0;
  color: #000;
}

small {
  font-size: 0.875rem;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

.divider,
hr {
  margin: 1.5rem 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

.divider > :first-child, hr > :first-child {
  margin-top: 1.5rem;
}

blockquote {
  margin: 1.5rem 2rem;
}

dl,
menu,
ol,
ul {
  margin: 1.5rem 0;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

dd {
  margin: 0 0 0 32px;
}

menu,
ol,
ul {
  padding: 0 0 0 32px;
}

figure {
  margin: 1.5rem 0;
}

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

p,
pre {
  margin: 1.5rem 0;
}

img {
  border-style: none;
}

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

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  box-sizing: border-box;
  max-width: 100%;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  overflow: visible;
}

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

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

[type='search']::-webkit-search-cancel-button, [type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

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

.button,
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -moz-appearance: button;
  -webkit-appearance: button;
}

.button,
button,
[type='button'],
[type='reset'],
[type='submit'] {
  display: inline-block;
  padding: 2px 6px;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

.button::-moz-focus-inner,
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.button:-moz-focusring,
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.button:hover, .button:focus, .button:active,
button:hover,
button:focus,
button:active,
[type='button']:hover,
[type='button']:focus,
[type='button']:active,
[type='reset']:hover,
[type='reset']:focus,
[type='reset']:active,
[type='submit']:hover,
[type='submit']:focus,
[type='submit']:active {
  text-decoration: none;
  color: #000;
}

[disabled].button,
button[disabled],
[disabled][type='button'],
[disabled][type='reset'],
[disabled][type='submit'] {
  cursor: default;
  color: #666666;
}

[disabled].button:hover,
button[disabled]:hover,
[disabled][type='button']:hover,
[disabled][type='reset']:hover,
[disabled][type='submit']:hover, [disabled].button:focus,
button[disabled]:focus,
[disabled][type='button']:focus,
[disabled][type='reset']:focus,
[disabled][type='submit']:focus, [disabled].button:active,
button[disabled]:active,
[disabled][type='button']:active,
[disabled][type='reset']:active,
[disabled][type='submit']:active {
  color: #666666;
}

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

fieldset {
  padding: 0.525rem 0.9375rem 0.975rem;
  border: 1px solid #cccccc;
  margin: 0 2px;
}

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

label {
  display: block;
  font-weight: bold;
}

optgroup {
  font-weight: bold;
}

textarea {
  overflow: auto;
}

table {
  margin: 1.5rem 0;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

td,
th {
  padding: 0;
}

.box {
  margin-bottom: 1.5rem;
  border: 5px solid #cccccc;
  padding: 1em;
}

.box__title {
  margin: 0;
}

.box:focus, .box:hover, .box.is-focus, .box--is-focus {
  border-color: #000;
}

.box--highlight {
  border-color: #d10056;
}

.clearfix::before,
.header::before,
.tabs::before,
.tabs.secondary::before {
  content: '';
  display: table;
}

.clearfix::after,
.header::after,
.tabs::after,
.tabs.secondary::after {
  content: '';
  display: table;
  clear: both;
}

.comment__section,
.comments {
  margin: 1.5rem 0;
}

.comment__title {
  margin: 0;
}

.comment__permalink {
  text-transform: uppercase;
  font-size: 75%;
}

.comment--preview,
.comment-preview {
  background-color: #fffadb;
}

.comment--nested,
.indented {
  margin-left: 32px;
}

.header__logo {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}

.header__logo-image {
  vertical-align: bottom;
  width: 320px;
}

.header__name-and-slogan {
  float: left;
}

.header__site-name {
  margin: 0;
}

.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}

.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

.header__site-slogan {
  margin: 0;
}

.header__secondary-menu {
  float: right;
}

.header__region {
  clear: both;
}

.hidden,
html.js .js-hidden,
html.js .element-hidden,
html.js .js-hide {
  display: none;
}

.highlight-mark,
.new,
.update {
  color: #c00;
  background-color: transparent;
}

.inline-links,
.inline.links {
  padding: 0;
}

.inline-links__item,
.inline.links li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
}

.inline-sibling,
.field-label-inline .field-label,
span.field-label {
  display: inline;
  margin-right: 10px;
}

.inline-sibling__child,
.inline-sibling *, .field-label-inline .field-label *, span.field-label * {
  display: inline;
}

.inline-sibling__adjacent,
.inline-sibling + *,
.inline-sibling + * > :first-child,
.inline-sibling + * > :first-child > :first-child, .field-label-inline .field-label + *, span.field-label + *, .field-label-inline .field-label + * > :first-child, span.field-label + * > :first-child, .field-label-inline .field-label + * > :first-child > :first-child, span.field-label + * > :first-child > :first-child {
  display: inline;
}

.field-label-inline .field-label,
.field-label-inline .field-items {
  float: none;
}

.messages,
.messages--status {
  margin: 1.5rem 0;
  position: relative;
  padding: 10px 10px 10px 44px;
  border: 1px solid #0072b9;
}

.messages__icon {
  position: absolute;
  top: 50%;
  left: 10px;
  height: 24px;
  width: 24px;
  margin-top: -12px;
  line-height: 1;
}

.messages__icon path {
  fill: #0072b9;
}

.messages__highlight,
.messages--error .error,
.messages.error .error {
  color: #000;
}

.messages__list {
  margin: 0;
}

.messages__item {
  list-style-image: none;
}

.messages--ok-color,
.messages,
.messages--status,
.ok,
.revision-current {
  background-color: #f6fcff;
  color: #0072b9;
}

.messages--warning-color,
.messages--warning,
.messages.warning,
.warning {
  background-color: #fffce6;
  color: #000;
}

.messages--error-color,
.messages--error,
.messages.error,
.error {
  background-color: #fff0f0;
  color: #c00;
}

.messages--warning,
.messages.warning {
  border-color: #fd0;
}

.messages--warning path, .messages.warning path {
  fill: #fd0;
}

.messages--error,
.messages.error {
  border-color: #c00;
}

.messages--error path, .messages.error path {
  fill: #c00;
}

@media print {
  .print-none,
  .toolbar,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .feed-icons {
    display: none;
  }
}

.responsive-video,
.media-youtube-video,
.media-vimeo-preview-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.responsive-video__embed,
.responsive-video iframe,
.media-youtube-video iframe,
.media-vimeo-preview-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.responsive-video--4-3 {
  padding-bottom: 75%;
}

.visually-hidden,
.element-invisible,
.element-focusable,
.breadcrumb__title,
.main-navigation .block-menu .block__title,
.main-navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  word-wrap: normal;
}

.visually-hidden--off,
.visually-hidden--focusable:active,
.visually-hidden--focusable:focus,
.element-focusable:active,
.element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: visible;
}

.watermark {
  font-family: "Gotham SSm A", "Gotham SSm B", Verdana, Tahoma, "DejaVu Sans", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  height: 0;
  overflow: visible;
  background-color: transparent;
  color: #e5e5e5;
  font-size: 75px;
  line-height: 1;
  text-align: center;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  word-wrap: break-word;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb__list {
  margin: 0;
  padding: 0;
}

.breadcrumb__item {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.more-link,
.more-help-link {
  text-align: right;
}

.more-link__help-icon,
.more-help-link a {
  padding: 1px 0 1px 20px;
  background-image: url(../sass/navigation/more-link/more-link__help-icon.svg);
  background-position: 0 50%;
  background-repeat: no-repeat;
}

.nav-menu__item,
.menu__item {
  list-style-image: url(../sass/navigation/nav-menu/leaf.svg);
  list-style-type: square;
}

.nav-menu__item.is-expanded, .nav-menu__item--is-expanded,
.is-expanded.menu__item,
.menu__item.is-expanded {
  list-style-image: url(../sass/navigation/nav-menu/expanded.svg);
  list-style-type: circle;
}

.nav-menu__item.is-collapsed, .nav-menu__item--is-collapsed,
.is-collapsed.menu__item,
.menu__item.is-collapsed {
  list-style-image: url(../sass/navigation/nav-menu/collapsed.svg);
  list-style-type: disc;
}

.nav-menu__link.is-active, .nav-menu__link--is-active,
.menu a.active {
  color: #000;
}

.navbar,
.main-navigation .links,
.main-navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
}

.navbar__item,
.navbar li, .main-navigation .links li,
.main-navigation .menu li {
  float: left;
  padding: 0 10px 0 0;
  list-style-type: none;
  list-style-image: none;
}

.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

@media print {
  .pager {
    display: none;
  }
}

.pager__item,
.pager__current-item,
.pager-current,
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  display: inline;
  padding: 0 .5em;
  list-style-type: none;
  background-image: none;
}

.pager__current-item,
.pager-current {
  font-weight: bold;
}

.skip-link {
  display: block;
  padding: 2px 0 3px;
  text-align: center;
}

.skip-link:link, .skip-link:visited {
  background-color: #262626;
  color: #fff;
}

.skip-link__wrapper {
  margin: 0;
}

@media print {
  .skip-link__wrapper {
    display: none;
  }
}

.tabs,
.tabs,
.tabs.secondary {
  margin: 1.125rem 0 0;
  line-height: 1.875rem;
  border-bottom: 1px solid #cccccc \0/ie;
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
  padding: 0 2px;
  list-style: none;
  white-space: nowrap;
}

@media print {
  .tabs,
  .tabs,
  .tabs.secondary {
    display: none;
  }
}

.tabs__tab, .tabs__tab.is-active,
.tabs__tab,
.tabs__tab.is-active,
.tabs.secondary__tab,
.tabs.secondary__tab.is-active {
  float: left;
  margin: 0 3px;
  border: 1px solid #cccccc;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  border-bottom-color: transparent;
  border-bottom: 0 \0/ie;
  overflow: hidden;
  background: #e5e5e5;
}

.is-active.tabs__tab,
.is-active.tabs__tab,
.is-active.tabs.secondary__tab {
  border-bottom-color: #fff;
}

.tabs__tab-link,
a.tabs__tab-link,
a.tabs__tab-link.is-active,
a.tabs.secondary__tab-link,
a.tabs.secondary__tab-link.is-active {
  padding: 0 1.5rem;
  display: block;
  text-decoration: none;
  transition: color .3s, background .3s, border .3s;
  text-shadow: #fff 0 1px 0;
  color: #000;
  background: #e5e5e5;
  letter-spacing: 1px;
}

.tabs__tab-link:focus, .tabs__tab-link:hover,
a.tabs__tab-link:focus,
a.tabs.secondary__tab-link:focus,
a.tabs__tab-link:hover,
a.tabs.secondary__tab-link:hover {
  background: #f2f2f2;
}

.tabs__tab-link:active, .tabs__tab-link.is-active, .tabs__tab-link--is-active,
a.tabs__tab-link:active,
a.tabs.secondary__tab-link:active,
a.is-active.tabs__tab-link,
a.is-active.tabs.secondary__tab-link {
  background: #fff;
  text-shadow: none;
}

.tabs--off,
.views-displays .secondary {
  margin: 0;
  border-bottom: 0;
  padding: 0;
  background-image: none;
}

.tabs--secondary {
  margin-top: 1.5rem;
  font-size: 0.875rem;
  background-image: none;
}

.tabs + .tabs--secondary, .tabs + .tabs--secondary {
  margin-top: 0;
  background-image: linear-gradient(to top, #cccccc 1px, transparent 1px);
}

.tabs--secondary .tabs__tab,
.tabs--secondary .tabs__tab,
.tabs--secondary .tabs.secondary__tab {
  margin: 0.5625rem 0.1875rem;
  border: 0;
  background: transparent;
}

.tabs--secondary .is-active.tabs__tab,
.tabs--secondary .is-active.tabs__tab,
.tabs--secondary .is-active.tabs.secondary__tab {
  border-bottom-color: transparent;
}

.tabs--secondary .tabs__tab-link,
.tabs--secondary a.tabs__tab-link,
.tabs--secondary a.tabs.secondary__tab-link {
  border: 1px solid #cccccc;
  border-radius: 24px;
  color: #262626;
  background: #f9f9f9;
  letter-spacing: normal;
}

.tabs--secondary .tabs__tab-link:focus, .tabs--secondary .tabs__tab-link:hover,
.tabs--secondary a.tabs__tab-link:focus,
.tabs--secondary a.tabs.secondary__tab-link:focus,
.tabs--secondary a.tabs__tab-link:hover,
.tabs--secondary a.tabs.secondary__tab-link:hover {
  color: black;
  background: #e5e5e5;
  border-color: #a1a1a1;
}

.tabs--secondary .tabs__tab-link:active, .tabs--secondary .tabs__tab-link.is-active, .tabs--secondary .tabs__tab-link--is-active,
.tabs--secondary a.tabs__tab-link:active,
.tabs--secondary a.tabs.secondary__tab-link:active,
.tabs--secondary a.is-active.tabs__tab-link,
.tabs--secondary a.is-active.tabs.secondary__tab-link {
  color: white;
  text-shadow: black 0 1px 0;
  background: #262626;
  border-color: black;
}

.autocomplete,
.form-autocomplete {
  background-image: url(../sass/forms/autocomplete/throbber-inactive.png);
  background-position: 100% center;
  background-repeat: no-repeat;
}

.autocomplete__list-wrapper,
#autocomplete {
  border: 1px solid;
  overflow: hidden;
  position: absolute;
  z-index: 100;
}

.autocomplete__list,
#autocomplete ul {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

.autocomplete__list-item,
#autocomplete li {
  background: #fff;
  color: #000;
  cursor: default;
  white-space: pre;
}

.autocomplete__list-item.is-selected, .autocomplete__list-item--is-selected,
#autocomplete li.is-selected,
#autocomplete .selected {
  background: #d10056;
  color: #fff;
}

.autocomplete.is-throbbing, .autocomplete--is-throbbing,
.is-throbbing.form-autocomplete,
.form-autocomplete.throbbing {
  background-image: url(../sass/forms/autocomplete/throbber-active.gif);
}

.collapsible-fieldset,
.collapsible {
  position: relative;
}

.collapsible-fieldset__legend,
.collapsible .fieldset-legend {
  display: block;
  padding-left: 15px;
  background-image: url(../sass/forms/collapsible-fieldset/expanded.svg);
  background-position: 4px 50%;
  background-repeat: no-repeat;
}

.collapsible-fieldset__summary,
.collapsible .fieldset-legend .summary {
  color: #666666;
  font-size: .9em;
  margin-left: .5em;
}

.collapsible-fieldset.is-collapsed, .collapsible-fieldset--is-collapsed,
.is-collapsed.collapsible,
.collapsible.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__wrapper, .collapsible-fieldset--is-collapsed__wrapper, .is-collapsed.collapsible .collapsible-fieldset__wrapper,
.collapsible.collapsed .fieldset-wrapper {
  display: none;
}

.collapsible-fieldset.is-collapsed .collapsible-fieldset__legend, .collapsible-fieldset--is-collapsed__legend, .is-collapsed.collapsible .collapsible-fieldset__legend,
.collapsible.collapsed .fieldset-legend,
.collapsible-fieldset.is-collapsed .collapsible .fieldset-legend,
.collapsible .collapsible-fieldset.is-collapsed .fieldset-legend,
.is-collapsed.collapsible .fieldset-legend {
  background-image: url(../sass/forms/collapsible-fieldset/collapsed.svg);
  background-position: 4px 50%;
}

.form-item {
  margin: 1.5rem 0;
}

.form-item__required,
.form-required {
  color: #c00;
}

.form-item__description,
.form-item .description {
  font-size: 0.875rem;
}

.form-item--inline div,
.form-item--inline label, .container-inline .form-item div, .container-inline .form-item label {
  display: inline;
}

.form-item--inline__exception,
.container-inline .fieldset-wrapper {
  display: block;
}

.form-item--tight,
.form-item--radio,
.form-type-radio,
.form-type-checkbox,
.password-parent,
.confirm-parent,
table .form-item {
  margin: 0;
}

.form-item--radio .form-item__label, .form-item--radio__label, .form-type-radio .form-item__label,
.form-type-checkbox .form-item__label,
label.option {
  display: inline;
  font-weight: normal;
}

.form-item--radio .form-item__description, .form-item--radio__description, .form-type-radio .form-item__description,
.form-type-checkbox .form-item__description,
.form-type-radio .description,
.form-type-checkbox .description,
.form-item--radio .form-item .description,
.form-item .form-item--radio .description,
.form-type-radio .form-item .description,
.form-item .form-type-radio .description,
.form-type-checkbox .form-item .description,
.form-item
.form-type-checkbox .description {
  margin-left: 1.4em;
}

.form-item.is-error .form-item__widget, .form-item--is-error__widget,
.form-item.is-error input,
.form-item.is-error textarea,
.form-item.is-error select,
.form-item--is-error input,
.form-item--is-error textarea,
.form-item--is-error select,
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-table__sticky-header,
.sticky-header {
  position: fixed;
  visibility: hidden;
  margin-top: 0;
  background-color: #fff;
}

.form-table__sticky-header.is-sticky, .form-table__sticky-header--is-sticky,
.is-sticky.sticky-header {
  visibility: visible;
}

.form-table__header,
.form-table th,
form table th {
  border-bottom: 3px solid #cccccc;
  padding-right: 1em;
  text-align: left;
}

.form-table__body,
.form-table tbody,
form table tbody {
  border-top: 1px solid #cccccc;
}

.form-table__row,
.form-table tbody tr,
form table tbody tr {
  padding: .1em .6em;
  border-bottom: 1px solid #cccccc;
  background-color: #e5e5e5;
}

.form-table__row:nth-child(even),
.form-table tbody tr:nth-child(even),
form table tbody tr:nth-child(even) {
  background-color: #fff;
}

.form-table__row.is-active, .form-table__row--is-active,
.form-table tbody tr.is-active,
form table tbody tr.is-active,
td.active {
  background-color: #d4d4d4;
}

.form-table__row.is-disabled, .form-table__row--is-disabled,
.form-table tbody tr.is-disabled,
form table tbody tr.is-disabled,
td.menu-disabled {
  background: #cccccc;
}

.form-table__row.is-selected, .form-table__row--is-selected,
.form-table tbody tr.is-selected,
form table tbody tr.is-selected,
tr.selected td {
  background: #fffdf0;
}

.form-table__list,
.form-table ul,
form table ul {
  margin: 0;
}

.form-table__narrow-column,
.form-table th.form-table__narrow-column,
form table th.form-table__narrow-column,
td .checkbox,
th .checkbox {
  width: -moz-min-content;
  width: -webkit-min-content;
  text-align: center;
}

.progress-bar,
.progress {
  font-weight: bold;
}

.progress-bar__bar,
.progress .bar {
  border-radius: 3px;
  margin: 0 .2em;
  border: 1px solid #262626;
  background-color: #cccccc;
}

.progress-bar__fill,
.progress .filled {
  height: 1.5em;
  width: 5px;
  background: #d10056 url(../sass/forms/progress-bar/progress-bar.gif) repeat 0 0;
}

.progress-bar__percentage,
.progress .percentage {
  float: right;
}

.progress-bar--inline,
.ajax-progress-bar {
  width: 16em;
  display: inline-block;
}

.progress-throbber,
.ajax-progress {
  display: inline-block;
}

.progress-throbber__widget,
.ajax-progress .throbber {
  background: url(../sass/forms/progress-throbber/progress-throbber.gif) no-repeat 0 -18px transparent;
  float: left;
  height: 15px;
  margin: 2px;
  width: 15px;
}

.progress-throbber__widget-in-tr,
tr .ajax-progress .throbber {
  margin: 0 2px;
}

.progress-throbber__message,
.ajax-progress .message {
  padding-left: 20px;
}

.resizable-textarea,
.resizable-textarea textarea {
  width: 100%;
  vertical-align: bottom;
}

.resizable-textarea__grippie,
.resizable-textarea .grippie {
  background: url(../sass/forms/resizable-textarea/grippie.png) no-repeat center 2px #e5e5e5;
  border: 1px solid #cccccc;
  border-top-width: 0;
  cursor: s-resize;
  height: 9px;
  overflow: hidden;
}

.table-drag__wrapper,
body.drag {
  cursor: move;
}

.table-drag__item,
tr.drag {
  background-color: #fffadb;
}

.table-drag__item-previous,
tr.drag-previous {
  background-color: #fff7c2;
}

.table-drag__handle,
.tabledrag-handle {
  cursor: move;
  float: left;
  height: 1.7em;
  margin-left: -1em;
  overflow: hidden;
  text-decoration: none;
  font-size: 12px;
}

.table-drag__handle:focus, .table-drag__handle:hover,
.tabledrag-handle:focus,
.tabledrag-handle:hover {
  text-decoration: none;
}

.table-drag__handle-icon,
.tabledrag-handle .handle {
  box-sizing: content-box;
  background: url(../sass/forms/table-drag/handle-icon.png) no-repeat 6px 9px;
  height: 13px;
  margin: -.4em .5em;
  padding: .42em .5em;
  width: 13px;
}

.table-drag__handle.is-hover .table-drag__handle-icon, .table-drag__handle-icon--is-hover, .is-hover.tabledrag-handle .table-drag__handle-icon,
.tabledrag-handle-hover .handle,
.table-drag__handle.is-hover .tabledrag-handle .handle,
.tabledrag-handle .table-drag__handle.is-hover .handle,
.is-hover.tabledrag-handle .handle {
  background-position: 6px -11px;
}

.table-drag__toggle-weight-wrapper,
.tabledrag-toggle-weight-wrapper {
  text-align: right;
}

.table-drag__toggle-weight,
.tabledrag-toggle-weight {
  font-size: .9em;
}

.table-drag__indentation,
.indentation {
  float: left;
  height: 1.7em;
  margin: -.4em .2em -.4em -.4em;
  padding: .42em 0 .42em .6em;
  width: 20px;
}

.table-drag__tree-child,
.table-drag__tree-child-last,
.tree-child-last,
.table-drag__tree-child-horizontal,
.tree-child-horizontal,
.tree-child {
  background: url(../sass/forms/table-drag/tree-child.png) no-repeat 11px center;
}

.table-drag__tree-child-last,
.tree-child-last {
  background-image: url(../sass/forms/table-drag/tree-child-last.png);
}

.table-drag__tree-child-horizontal,
.tree-child-horizontal {
  background-position: -11px center;
}

.show-on-desktop {
  display: none;
}

@media (min-width: 1025px) {
  .show-on-desktop {
    display: block;
  }
}

.hide-on-desktop {
  display: block;
}

@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none;
  }
}

.is-hidden {
  display: none;
}

.has-padding {
  padding: 1vw 1.6vw;
}

.has-y-padding,
.authored-by,
.page__subtitle .field-body-summary p {
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.has-x-padding,
.page__meta--divider {
  padding-left: 1.6vw;
  padding-right: 1.6vw;
}

.has-left-padding {
  padding-left: 1.6vw;
}

.has-right-padding {
  padding-right: 1.6vw;
}

.has-margin {
  margin: 1vw 1.6vw;
}

.has-y-margin {
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.has-x-margin {
  margin-left: 1.6vw;
  margin-right: 1.6vw;
}

.has-left-margin {
  margin-left: 1.6vw;
}

.has-right-margin {
  margin-right: 1.6vw;
}

.is-full-width {
  width: 100%;
}

.has-lightest-grey-background,
.has-lightest-grey-background .link-block {
  background: #f6f6f6;
}

.has-lighter-grey-background {
  background: #e5e5e5;
}

.has-light-grey-background {
  background: #cccccc;
}

.has-grey-background {
  background: #666666;
}

.has-dark-grey-background,
.slideout-menu {
  background: #262626;
}

.short-reading-text {
  max-width: 22em;
}

.reading-text {
  max-width: 33em;
}

.long-reading-text {
  max-width: 44em;
}

.centered-text {
  text-align: center;
}

img.is-responsive,
.is-responsive img {
  height: auto;
  width: 100%;
  max-width: 100%;
}

.is-cover {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.aspect--is-square,
.aspect--is-1to1 {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

.aspect--is-2to1 {
  width: 100%;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
}

.aspect--is-4to3 {
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  overflow: hidden;
}

.aspect--is-6to5 {
  width: 100%;
  height: 0;
  padding-bottom: 83.33333%;
  overflow: hidden;
}

[data-href]:hover {
  cursor: pointer;
}

.container,
.header,
.header__navigation .nav-and-search,
.pager-load-more,
.pager-show-more {
  max-width: 1800px;
  margin: auto;
}

.grid-wrapper {
  width: 100%;
}

.grid,
.latest-3-front-covers .view-content,
.latest-3-front-covers .view-empty,
.latest-3-travel-front-covers .view-content,
.latest-3-travel-front-covers .view-empty,
.node-members-area-page.view-mode-full .page__featured {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  max-width: 1800px;
  width: 100%;
}

.ie9 .grid,
.ie9 .latest-3-front-covers .view-content,
.latest-3-front-covers .ie9 .view-content,
.ie9
.latest-3-front-covers .view-empty,
.latest-3-front-covers .ie9 .view-empty,
.ie9 .latest-3-travel-front-covers .view-content,
.latest-3-travel-front-covers .ie9 .view-content,
.ie9
.latest-3-travel-front-covers .view-empty,
.latest-3-travel-front-covers .ie9 .view-empty,
.ie9 .node-members-area-page.view-mode-full .page__featured,
.node-members-area-page.view-mode-full .ie9 .page__featured {
  display: table;
  width: 100%;
}

.tile,
.form-field-type-paragraphs table.field-multiple-table tbody,
.form-field-type-entityreference table.field-multiple-table tbody,
.field-type-entityreference table.field-multiple-table tbody,
.form-field-type-paragraphs table.field-multiple-table tr.draggable.even,
.form-field-type-paragraphs table.field-multiple-table tr.draggable.odd,
.form-field-type-paragraphs table.field-multiple-table tr.static,
.form-field-type-entityreference table.field-multiple-table tr.draggable.even,
.form-field-type-entityreference table.field-multiple-table tr.draggable.odd,
.form-field-type-entityreference table.field-multiple-table tr.static,
.field-type-entityreference table.field-multiple-table tr.draggable.even,
.field-type-entityreference table.field-multiple-table tr.draggable.odd,
.field-type-entityreference table.field-multiple-table tr.static,
[class*='tile-'] {
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: stretch;
      align-items: stretch;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
}

.ie9 .tile,
.ie9 .form-field-type-paragraphs table.field-multiple-table tbody,
.form-field-type-paragraphs table.field-multiple-table .ie9 tbody,
.ie9
.form-field-type-entityreference table.field-multiple-table tbody,
.form-field-type-entityreference table.field-multiple-table .ie9 tbody,
.ie9
.field-type-entityreference table.field-multiple-table tbody,
.field-type-entityreference table.field-multiple-table .ie9 tbody,
.ie9 .form-field-type-paragraphs table.field-multiple-table tr.draggable.even,
.form-field-type-paragraphs table.field-multiple-table .ie9 tr.draggable.even,
.ie9
.form-field-type-paragraphs table.field-multiple-table tr.draggable.odd,
.form-field-type-paragraphs table.field-multiple-table .ie9 tr.draggable.odd,
.ie9
.form-field-type-paragraphs table.field-multiple-table tr.static,
.form-field-type-paragraphs table.field-multiple-table .ie9 tr.static,
.ie9
.form-field-type-entityreference table.field-multiple-table tr.draggable.even,
.form-field-type-entityreference table.field-multiple-table .ie9 tr.draggable.even,
.ie9
.form-field-type-entityreference table.field-multiple-table tr.draggable.odd,
.form-field-type-entityreference table.field-multiple-table .ie9 tr.draggable.odd,
.ie9
.form-field-type-entityreference table.field-multiple-table tr.static,
.form-field-type-entityreference table.field-multiple-table .ie9 tr.static,
.ie9
.field-type-entityreference table.field-multiple-table tr.draggable.even,
.field-type-entityreference table.field-multiple-table .ie9 tr.draggable.even,
.ie9
.field-type-entityreference table.field-multiple-table tr.draggable.odd,
.field-type-entityreference table.field-multiple-table .ie9 tr.draggable.odd,
.ie9
.field-type-entityreference table.field-multiple-table tr.static,
.field-type-entityreference table.field-multiple-table .ie9 tr.static, .ie9
[class*='tile-'] {
  display: table-cell;
  float: left;
}

.tile div, .form-field-type-paragraphs table.field-multiple-table tbody div,
.form-field-type-entityreference table.field-multiple-table tbody div,
.field-type-entityreference table.field-multiple-table tbody div, .form-field-type-paragraphs table.field-multiple-table tr.draggable.even div,
.form-field-type-paragraphs table.field-multiple-table tr.draggable.odd div,
.form-field-type-paragraphs table.field-multiple-table tr.static div,
.form-field-type-entityreference table.field-multiple-table tr.draggable.even div,
.form-field-type-entityreference table.field-multiple-table tr.draggable.odd div,
.form-field-type-entityreference table.field-multiple-table tr.static div,
.field-type-entityreference table.field-multiple-table tr.draggable.even div,
.field-type-entityreference table.field-multiple-table tr.draggable.odd div,
.field-type-entityreference table.field-multiple-table tr.static div,
[class*='tile-'] div {
  max-width: 100%;
}

.tile-auto {
  -ms-flex-positive: 1;
      flex-grow: 1;
  width: auto;
}

.grid__col,
[class*='grid__col'] {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

.ie9 .grid__col, .ie9
[class*='grid__col'] {
  display: table-cell;
  float: left;
}

.grid__row,
[class*='grid__row'] {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
  margin: 0;
}

.ie9 .grid__row, .ie9
[class*='grid__row'] {
  display: table-cell;
  float: left;
}

.tile-1,
.form-field-type-paragraphs table.field-multiple-table tr.draggable.even,
.form-field-type-paragraphs table.field-multiple-table tr.draggable.odd,
.form-field-type-paragraphs table.field-multiple-table tr.static,
.form-field-type-entityreference table.field-multiple-table tr.draggable.even,
.form-field-type-entityreference table.field-multiple-table tr.draggable.odd,
.form-field-type-entityreference table.field-multiple-table tr.static,
.field-type-entityreference table.field-multiple-table tr.draggable.even,
.field-type-entityreference table.field-multiple-table tr.draggable.odd,
.field-type-entityreference table.field-multiple-table tr.static,
.grid__col-1 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  width: 50%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 512px) {
  .tile-1,
  .form-field-type-paragraphs table.field-multiple-table tr.draggable.even,
  .form-field-type-paragraphs table.field-multiple-table tr.draggable.odd,
  .form-field-type-paragraphs table.field-multiple-table tr.static,
  .form-field-type-entityreference table.field-multiple-table tr.draggable.even,
  .form-field-type-entityreference table.field-multiple-table tr.draggable.odd,
  .form-field-type-entityreference table.field-multiple-table tr.static,
  .field-type-entityreference table.field-multiple-table tr.draggable.even,
  .field-type-entityreference table.field-multiple-table tr.draggable.odd,
  .field-type-entityreference table.field-multiple-table tr.static,
  .grid__col-1 {
    min-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    overflow: hidden;
  }
  .ie9 .tile-1,
  .ie9 .form-field-type-paragraphs table.field-multiple-table tr.draggable.even,
  .form-field-type-paragraphs table.field-multiple-table .ie9 tr.draggable.even,
  .ie9
  .form-field-type-paragraphs table.field-multiple-table tr.draggable.odd,
  .form-field-type-paragraphs table.field-multiple-table .ie9 tr.draggable.odd,
  .ie9
  .form-field-type-paragraphs table.field-multiple-table tr.static,
  .form-field-type-paragraphs table.field-multiple-table .ie9 tr.static,
  .ie9
  .form-field-type-entityreference table.field-multiple-table tr.draggable.even,
  .form-field-type-entityreference table.field-multiple-table .ie9 tr.draggable.even,
  .ie9
  .form-field-type-entityreference table.field-multiple-table tr.draggable.odd,
  .form-field-type-entityreference table.field-multiple-table .ie9 tr.draggable.odd,
  .ie9
  .form-field-type-entityreference table.field-multiple-table tr.static,
  .form-field-type-entityreference table.field-multiple-table .ie9 tr.static,
  .ie9
  .field-type-entityreference table.field-multiple-table tr.draggable.even,
  .field-type-entityreference table.field-multiple-table .ie9 tr.draggable.even,
  .ie9
  .field-type-entityreference table.field-multiple-table tr.draggable.odd,
  .field-type-entityreference table.field-multiple-table .ie9 tr.draggable.odd,
  .ie9
  .field-type-entityreference table.field-multiple-table tr.static,
  .field-type-entityreference table.field-multiple-table .ie9 tr.static, .ie9
  .grid__col-1 {
    width: 25%;
  }
}

.tile-2,
.form-field-name-field-featured-medium table.field-multiple-table tr.static,
.form-field-name-field-featured-medium table.field-multiple-table tr.draggable.even,
.form-field-name-field-featured-medium table.field-multiple-table tr.draggable.odd,
.field-name-field-featured-medium table.field-multiple-table tr.static,
.field-name-field-featured-medium table.field-multiple-table tr.draggable.even,
.field-name-field-featured-medium table.field-multiple-table tr.draggable.odd,
.form-field-name-field-other-related-articles table.field-multiple-table tr.static,
.form-field-name-field-other-related-articles table.field-multiple-table tr.draggable.even,
.form-field-name-field-other-related-articles table.field-multiple-table tr.draggable.odd,
.grid__col-2 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 512px) {
  .tile-2,
  .form-field-name-field-featured-medium table.field-multiple-table tr.static,
  .form-field-name-field-featured-medium table.field-multiple-table tr.draggable.even,
  .form-field-name-field-featured-medium table.field-multiple-table tr.draggable.odd,
  .field-name-field-featured-medium table.field-multiple-table tr.static,
  .field-name-field-featured-medium table.field-multiple-table tr.draggable.even,
  .field-name-field-featured-medium table.field-multiple-table tr.draggable.odd,
  .form-field-name-field-other-related-articles table.field-multiple-table tr.static,
  .form-field-name-field-other-related-articles table.field-multiple-table tr.draggable.even,
  .form-field-name-field-other-related-articles table.field-multiple-table tr.draggable.odd,
  .grid__col-2 {
    min-width: 50%;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    overflow: hidden;
  }
  .ie9 .tile-2,
  .ie9 .form-field-name-field-featured-medium table.field-multiple-table tr.static,
  .form-field-name-field-featured-medium table.field-multiple-table .ie9 tr.static,
  .ie9
  .form-field-name-field-featured-medium table.field-multiple-table tr.draggable.even,
  .form-field-name-field-featured-medium table.field-multiple-table .ie9 tr.draggable.even,
  .ie9
  .form-field-name-field-featured-medium table.field-multiple-table tr.draggable.odd,
  .form-field-name-field-featured-medium table.field-multiple-table .ie9 tr.draggable.odd,
  .ie9
  .field-name-field-featured-medium table.field-multiple-table tr.static,
  .field-name-field-featured-medium table.field-multiple-table .ie9 tr.static,
  .ie9
  .field-name-field-featured-medium table.field-multiple-table tr.draggable.even,
  .field-name-field-featured-medium table.field-multiple-table .ie9 tr.draggable.even,
  .ie9
  .field-name-field-featured-medium table.field-multiple-table tr.draggable.odd,
  .field-name-field-featured-medium table.field-multiple-table .ie9 tr.draggable.odd,
  .ie9
  .form-field-name-field-other-related-articles table.field-multiple-table tr.static,
  .form-field-name-field-other-related-articles table.field-multiple-table .ie9 tr.static,
  .ie9
  .form-field-name-field-other-related-articles table.field-multiple-table tr.draggable.even,
  .form-field-name-field-other-related-articles table.field-multiple-table .ie9 tr.draggable.even,
  .ie9
  .form-field-name-field-other-related-articles table.field-multiple-table tr.draggable.odd,
  .form-field-name-field-other-related-articles table.field-multiple-table .ie9 tr.draggable.odd, .ie9
  .grid__col-2 {
    width: 50%;
  }
}

.tile-3,
.grid__col-3 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 512px) {
  .tile-3,
  .grid__col-3 {
    min-width: 75%;
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    overflow: hidden;
  }
  .ie9 .tile-3, .ie9
  .grid__col-3 {
    width: 75%;
  }
}

.tile-4,
.form-field-type-paragraphs table.field-multiple-table tbody,
.form-field-type-entityreference table.field-multiple-table tbody,
.field-type-entityreference table.field-multiple-table tbody,
body.js-show-newsletter *:not(.page__right) .psy-newsletter-form-field,
.grid__col-4 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 512px) {
  .tile-4,
  .form-field-type-paragraphs table.field-multiple-table tbody,
  .form-field-type-entityreference table.field-multiple-table tbody,
  .field-type-entityreference table.field-multiple-table tbody,
  body.js-show-newsletter *:not(.page__right) .psy-newsletter-form-field,
  .grid__col-4 {
    min-width: 100%;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    overflow: hidden;
  }
  .ie9 .tile-4,
  .ie9 .form-field-type-paragraphs table.field-multiple-table tbody,
  .form-field-type-paragraphs table.field-multiple-table .ie9 tbody,
  .ie9
  .form-field-type-entityreference table.field-multiple-table tbody,
  .form-field-type-entityreference table.field-multiple-table .ie9 tbody,
  .ie9
  .field-type-entityreference table.field-multiple-table tbody,
  .field-type-entityreference table.field-multiple-table .ie9 tbody,
  .ie9 body.js-show-newsletter *:not(.page__right) .psy-newsletter-form-field,
  body.js-show-newsletter *:not(.page__right) .ie9 .psy-newsletter-form-field, .ie9
  .grid__col-4 {
    width: 100%;
  }
}

.tile-one-third,
.form-field-name-field-members-area-paragraphs table.field-multiple-table tr.draggable.even,
.form-field-name-field-members-area-paragraphs table.field-multiple-table tr.draggable.odd,
.latest-3-front-covers .image-wrapper,
.latest-3-travel-front-covers .image-wrapper {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  min-width: 33.33333%;
  max-width: 33.33333%;
}

.ie9 .tile-one-third,
.ie9 .form-field-name-field-members-area-paragraphs table.field-multiple-table tr.draggable.even,
.form-field-name-field-members-area-paragraphs table.field-multiple-table .ie9 tr.draggable.even,
.ie9
.form-field-name-field-members-area-paragraphs table.field-multiple-table tr.draggable.odd,
.form-field-name-field-members-area-paragraphs table.field-multiple-table .ie9 tr.draggable.odd,
.ie9 .latest-3-front-covers .image-wrapper,
.latest-3-front-covers .ie9 .image-wrapper,
.ie9 .latest-3-travel-front-covers .image-wrapper,
.latest-3-travel-front-covers .ie9 .image-wrapper {
  width: 33.33333%;
}

.tile-two-thirds {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  min-width: 66.66667%;
}

.ie9 .tile-two-thirds {
  width: 66.66667%;
}

.desktop--tile-one-third {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 1025px) {
  .desktop--tile-one-third {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    min-width: 33.33333%;
    max-width: 33.33333%;
  }
  .ie9 .desktop--tile-one-third {
    width: 33.33333%;
  }
}

.desktop--tile-two-thirds {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

@media (min-width: 1025px) {
  .desktop--tile-two-thirds {
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    min-width: 66.66667%;
  }
  .ie9 .desktop--tile-two-thirds {
    width: 66.66667%;
  }
}


h1.flexifont {
  font-size: 36px;
  line-height: 54px;
  margin-top: 9px;
  margin-bottom: 9px;
}

@media screen and (min-width: 600px) {
  
  h1.flexifont {
    font-size: calc(36px + 20 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h1.flexifont {
    font-size: 56px;
  }
}

@media screen and (min-width: 600px) {
  
  h1.flexifont {
    line-height: calc(54px + 30 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h1.flexifont {
    line-height: 84px;
  }
}

@media screen and (min-width: 600px) {
  
  h1.flexifont {
    margin-top: calc(9px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(9px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h1.flexifont {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}


h2.flexifont {
  font-size: 24px;
  line-height: 36px;
  margin-top: 18px;
  margin-bottom: 18px;
}

@media screen and (min-width: 600px) {
  
  h2.flexifont {
    font-size: calc(24px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h2.flexifont {
    font-size: 30px;
  }
}

@media screen and (min-width: 600px) {
  
  h2.flexifont {
    line-height: calc(36px + 9 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h2.flexifont {
    line-height: 45px;
  }
}

@media screen and (min-width: 600px) {
  
  h2.flexifont {
    margin-top: calc(18px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(18px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h2.flexifont {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}


h3.flexifont {
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}

@media screen and (min-width: 600px) {
  
  h3.flexifont {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h3.flexifont {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  
  h3.flexifont {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h3.flexifont {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  
  h3.flexifont {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h3.flexifont {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}


h4.flexifont {
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}

@media screen and (min-width: 600px) {
  
  h4.flexifont {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h4.flexifont {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  
  h4.flexifont {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h4.flexifont {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  
  h4.flexifont {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h4.flexifont {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}


h5.flexifont {
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}

@media screen and (min-width: 600px) {
  
  h5.flexifont {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h5.flexifont {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  
  h5.flexifont {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h5.flexifont {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  
  h5.flexifont {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h5.flexifont {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}


h6.flexifont {
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}

@media screen and (min-width: 600px) {
  
  h6.flexifont {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h6.flexifont {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  
  h6.flexifont {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h6.flexifont {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  
  h6.flexifont {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  h6.flexifont {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

.header__navigation .menu__link,
p.flexifont {
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}

@media screen and (min-width: 600px) {
  .header__navigation .menu__link,
  p.flexifont {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header__navigation .menu__link,
  p.flexifont {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  .header__navigation .menu__link,
  p.flexifont {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header__navigation .menu__link,
  p.flexifont {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  .header__navigation .menu__link,
  p.flexifont {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header__navigation .menu__link,
  p.flexifont {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}


small.flexifont {
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 600px) {
  
  small.flexifont {
    font-size: calc(16px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  small.flexifont {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px) {
  
  small.flexifont {
    line-height: calc(24px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  small.flexifont {
    line-height: 24px;
  }
}

@media screen and (min-width: 600px) {
  
  small.flexifont {
    margin-top: calc(24px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(24px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  
  small.flexifont {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.button {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button--sans-serif {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.button--large {
  font-size: 20px;
  line-height: 30px;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 1vw 1.6vw;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .button--large {
    font-size: calc(20px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--large {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  .button--large {
    line-height: calc(30px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--large {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  .button--large {
    margin-top: calc(21px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(21px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--large {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}

.button--large-icon {
  font-size: 20px;
  line-height: 30px;
  margin-top: 21px;
  margin-bottom: 21px;
  padding: 1vw 1.6vw;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .button--large-icon {
    font-size: calc(20px + 10 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--large-icon {
    font-size: 30px;
  }
}

@media screen and (min-width: 600px) {
  .button--large-icon {
    line-height: calc(30px + 15 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--large-icon {
    line-height: 45px;
  }
}

@media screen and (min-width: 600px) {
  .button--large-icon {
    margin-top: calc(21px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(21px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--large-icon {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}

.button--medium {
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0.5vw 0.8vw;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .button--medium {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--medium {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .button--medium {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--medium {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .button--medium {
    margin-top: calc(12px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(12px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--medium {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.button--small {
  font-size: 14px;
  line-height: 21px;
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  padding: 0.33333vw 0.53333vw;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .button--small {
    font-size: calc(14px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--small {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px) {
  .button--small {
    line-height: calc(21px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--small {
    line-height: 24px;
  }
}

@media screen and (min-width: 600px) {
  .button--small {
    margin-top: calc(13.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(13.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--small {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
  }
}

.button--small-icon {
  font-size: 14px;
  line-height: 21px;
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  padding: 0.33333vw 0.53333vw;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .button--small-icon {
    font-size: calc(14px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--small-icon {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px) {
  .button--small-icon {
    line-height: calc(21px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--small-icon {
    line-height: 24px;
  }
}

@media screen and (min-width: 600px) {
  .button--small-icon {
    margin-top: calc(13.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(13.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--small-icon {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
  }
}

.button--clear {
  background: none;
  border: 0;
}

.button--light {
  transition: color .2s ease-in-out;
}

.button--light, .button--light:link, .button--light:visited {
  color: #fff;
}

.button--light:hover, .button--light:active {
  color: #e5e5e5;
}

.button--dark {
  transition: color .2s ease-in-out;
}

.button--dark, .button--dark:link, .button--dark:visited {
  color: #666666;
}

.button--dark:hover, .button--dark:active {
  color: #d10056;
}

.button--magenta {
  transition: color .2s ease-in-out;
}

.button--magenta, .button--magenta:link, .button--magenta:visited {
  color: #d10056;
}

.button--magenta:hover, .button--magenta:active {
  color: #666666;
}

.button--magenta-border {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button--magenta-border, .button--magenta-border:link, .button--magenta-border:visited {
  color: #d10056;
  background-color: #fff;
  border: 1px solid #d10056;
}

.button--magenta-border:hover, .button--magenta-border:active {
  color: #fff;
  background-color: #d10056;
}

.button--magenta-border {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button--magenta-border, .button--magenta-border:link, .button--magenta-border:visited {
  color: #d10056;
  background-color: #fff;
  border: 1px solid #d10056;
}

.button--magenta-border:hover, .button--magenta-border:active {
  color: #fff;
  background-color: #d10056;
}

.button--magenta-fill {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button--magenta-fill, .button--magenta-fill:link, .button--magenta-fill:visited {
  color: #fff;
  background-color: #d10056;
  border: 0;
}

.button--magenta-fill:hover, .button--magenta-fill:active {
  color: #fff;
  background-color: #262626;
}

.button--magenta-fill-reverse {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button--magenta-fill-reverse, .button--magenta-fill-reverse:link, .button--magenta-fill-reverse:visited {
  color: #fff;
  background-color: #d10056;
  border: 0;
}

.button--magenta-fill-reverse:hover, .button--magenta-fill-reverse:active {
  color: #262626;
  background-color: #f6f6f6;
}

.button--black-fill {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.button--black-fill, .button--black-fill:link, .button--black-fill:visited {
  color: #fff;
  background-color: #000;
  border: none;
}

.button--black-fill:hover, .button--black-fill:active {
  color: #fff;
  background-color: #d10056;
}

.button--white-tab {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0.5vw 0.8vw;
  margin: 0 !important;
  position: relative;
  top: 0;
  text-decoration: none;
  transition: padding .2s ease-in-out, top .2s ease-in-out;
}

@media screen and (min-width: 600px) {
  .button--white-tab {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--white-tab {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .button--white-tab {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--white-tab {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .button--white-tab {
    margin-top: calc(12px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(12px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .button--white-tab {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.button--white-tab, .button--white-tab:link, .button--white-tab:visited {
  color: #fff;
  background-color: transparent;
  border: 1px solid #fff;
  border-bottom: 0;
}

.button--white-tab:hover, .button--white-tab:active {
  top: -1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
}

.button,
button,
html [type='button'],
[type='reset'] {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  border-radius: 3px;
}

.button, .button:link, .button:visited,
button,
button:link,
button:visited,
html [type='button'],
html [type='button']:link,
html [type='button']:visited,
[type='reset'],
[type='reset']:link,
[type='reset']:visited {
  color: #d10056;
  background-color: #fff;
  border: 1px solid #d10056;
}

.button:hover, .button:active,
button:hover,
button:active,
html [type='button']:hover,
html [type='button']:active,
[type='reset']:hover,
[type='reset']:active {
  color: #fff;
  background-color: #d10056;
}

[type='submit'] {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  border-radius: 3px;
}

[type='submit'], [type='submit']:link, [type='submit']:visited {
  color: #fff;
  background-color: #d10056;
  border: 0;
}

[type='submit']:hover, [type='submit']:active {
  color: #fff;
  background-color: #262626;
}

/**
 * @file
 */
h1 {
  color: #d10056;
  font-size: 36px;
  line-height: 54px;
  margin-top: 21px;
  margin-bottom: 21px;
}

@media screen and (min-width: 600px) {
  h1 {
    font-size: calc(36px + 20 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h1 {
    font-size: 56px;
  }
}

@media screen and (min-width: 600px) {
  h1 {
    line-height: calc(54px + 30 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h1 {
    line-height: 84px;
  }
}

@media screen and (min-width: 600px) {
  h1 {
    margin-top: calc(21px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(21px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h1 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}

h2 {
  color: #d10056;
  font-size: 24px;
  line-height: 36px;
  margin-top: 18px;
  margin-bottom: 18px;
}

@media screen and (min-width: 600px) {
  h2 {
    font-size: calc(24px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h2 {
    font-size: 30px;
  }
}

@media screen and (min-width: 600px) {
  h2 {
    line-height: calc(36px + 9 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h2 {
    line-height: 45px;
  }
}

@media screen and (min-width: 600px) {
  h2 {
    margin-top: calc(18px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(18px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h2 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

h3 {
  color: #d10056;
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}

@media screen and (min-width: 600px) {
  h3 {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h3 {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  h3 {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h3 {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  h3 {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h3 {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

h4,
h5,
h6 {
  color: #d10056;
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
}

@media screen and (min-width: 600px) {
  h4,
  h5,
  h6 {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h4,
  h5,
  h6 {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  h4,
  h5,
  h6 {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h4,
  h5,
  h6 {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  h4,
  h5,
  h6 {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  h4,
  h5,
  h6 {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

.main-text {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
  margin-bottom: 1em;
}

@media screen and (min-width: 600px) {
  .main-text {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .main-text {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  .main-text {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .main-text {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  .main-text {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .main-text {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

.main-text a {
  text-decoration: underline;
}

.authored-by {
  color: #666666;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  .authored-by {
    font-size: calc(20px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .authored-by {
    font-size: 26px;
  }
}

.authored-by a {
  text-decoration: none;
}

.section__title {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  margin-top: 18px;
  margin-bottom: 18px;
}

@media screen and (min-width: 600px) {
  .section__title {
    font-size: calc(24px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .section__title {
    font-size: 30px;
  }
}

@media screen and (min-width: 600px) {
  .section__title {
    line-height: calc(36px + 9 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .section__title {
    line-height: 45px;
  }
}

@media screen and (min-width: 600px) {
  .section__title {
    margin-top: calc(18px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(18px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .section__title {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.section__title--light {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  margin-top: 18px;
  margin-bottom: 18px;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .section__title--light {
    font-size: calc(24px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .section__title--light {
    font-size: 30px;
  }
}

@media screen and (min-width: 600px) {
  .section__title--light {
    line-height: calc(36px + 9 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .section__title--light {
    line-height: 45px;
  }
}

@media screen and (min-width: 600px) {
  .section__title--light {
    margin-top: calc(18px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(18px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .section__title--light {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.box__title {
  color: #d10056;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .box__title {
    font-size: calc(14px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .box__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .box__title {
    line-height: calc(21px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .box__title {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .box__title {
    margin-top: calc(1.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(1.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .box__title {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }
}

.menu__button {
  background-color: transparent;
  display: block;
  height: 49px;
  width: 49px;
  cursor: pointer;
  z-index: 1000;
  margin: 0;
  padding: 0;
  -ms-transform: rotate(0deg);
      transform: rotateZ(0deg);
  transition: transform 0.18s ease-out 0.06s;
}

.menu__button-bar1,
.menu__button-bar2,
.menu__button-bar3 {
  height: 7px;
  width: 100%;
  display: block;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  background-color: #d10056;
  border-radius: 3.5px;
  -ms-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
}

.menu__button-bar1 {
  top: 7px;
  -ms-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
  transition: top 0.18s ease 0.18s, transform 0.18s ease-out 0.06s;
}

.menu__button-bar2 {
  top: 21px;
  transition: opacity 0.18s ease 0.18s;
}

.menu__button-bar3 {
  bottom: 7px;
  -ms-transform: translateY(0) rotate(0);
      transform: translateY(0) rotate(0);
  transition: bottom 0.18s ease 0.18s, transform 0.18s ease-out 0.06s;
}

.menu__button.is-open {
  -ms-transform: rotate(-90deg);
      transform: rotateZ(-90deg);
}

.menu__button.is-open .menu__button-bar1 {
  top: 21px;
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  transition: top 0.18s ease 0.06s, transform 0.18s ease-out 0.18s;
}

.menu__button.is-open .menu__button-bar2 {
  opacity: 0;
}

.menu__button.is-open .menu__button-bar3 {
  bottom: 21px;
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
  transition: bottom 0.18s ease 0.06s, transform 0.18s ease-out 0.18s;
}

body {
  width: 100%;
  height: 100%;
}

#header,
#slideout-panel {
  background: #fff;
}

.slideout-menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 256px;
  overflow-y: auto;
  display: none;
  height: 100%;
}

.slideout-menu .block__title {
  display: none !important;
  visibility: hidden !important;
}

.slideout-menu .searchform {
  padding: 1vw 1.6vw;
}

.slideout-menu .searchform input[name='search'] {
  margin-bottom: 0;
}

.slideout-menu .searchform input[type='submit'] {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0.5vw 0.8vw;
  text-decoration: none;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 0;
}

@media screen and (min-width: 600px) {
  .slideout-menu .searchform input[type='submit'] {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .slideout-menu .searchform input[type='submit'] {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .slideout-menu .searchform input[type='submit'] {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .slideout-menu .searchform input[type='submit'] {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .slideout-menu .searchform input[type='submit'] {
    margin-top: calc(12px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(12px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .slideout-menu .searchform input[type='submit'] {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.slideout-menu .searchform input[type='submit'], .slideout-menu .searchform input[type='submit']:link, .slideout-menu .searchform input[type='submit']:visited {
  color: #fff;
  background-color: #d10056;
  border: 0;
}

.slideout-menu .searchform input[type='submit']:hover, .slideout-menu .searchform input[type='submit']:active {
  color: #262626;
  background-color: #f6f6f6;
}

.slideout-menu ul.menu {
  padding: 1vw 1.6vw;
  padding-top: 3vw;
  margin: 70px 0 0 0;
}

.admin-menu .slideout-menu ul.menu {
  margin-top: 120px;
}

.slideout-menu ul.menu li {
  list-style: none;
  width: 100%;
}

.slideout-menu ul.menu li a {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0.5vw 0.8vw;
  text-decoration: none;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  display: block;
  width: 100%;
  text-align: center;
  transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
}

@media screen and (min-width: 600px) {
  .slideout-menu ul.menu li a {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .slideout-menu ul.menu li a {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .slideout-menu ul.menu li a {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .slideout-menu ul.menu li a {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .slideout-menu ul.menu li a {
    margin-top: calc(12px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(12px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .slideout-menu ul.menu li a {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.slideout-menu ul.menu li a, .slideout-menu ul.menu li a:link, .slideout-menu ul.menu li a:visited {
  color: #d10056;
  background-color: #fff;
  border: 1px solid #d10056;
}

.slideout-menu ul.menu li a:hover, .slideout-menu ul.menu li a:active {
  color: #fff;
  background-color: #d10056;
}

.slideout-menu ul.menu li a, .slideout-menu ul.menu li a:link, .slideout-menu ul.menu li a:visited {
  color: #666666;
  background-color: #262626;
  border: 1px solid #666666;
}

.slideout-menu ul.menu li a:hover {
  color: #cccccc;
  background-color: #262626;
  border-color: #cccccc;
}

.slideout-menu ul.menu li a.active, .slideout-menu ul.menu li a.active:hover, .slideout-menu ul.menu li a:active {
  color: #fff;
  background-color: #d10056;
  border-color: #d10056;
}

.slideout-panel {
  position: relative;
  z-index: 1;
  will-change: transform;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

@media screen and (min-width: 1025px) {
  #slideout-panel {
    position: initial;
    transition: transform .2 ease;
    -ms-transform: translateX(0) !important;
        transform: translateX(0) !important;
  }
}

/**
 * @file
 * Overrides betterlogin.css for styling the register, login and forgot password
 * pages.
 */
#auth_box {
  width: 50%;
  min-width: 300px;
  max-width: 520px;
  margin: 0 auto;
  padding: 50px 0 0;
  font-family: sans-serif;
}

#auth_box h1#the_logo {
  text-align: center;
  margin: 0;
  padding: 0 0 25px;
}

#auth_box h1#the_logo img {
  max-width: 250px;
}

#auth_box .form-wrapper {
  min-width: 0;
  padding: 0;
  border: none;
}

#auth_box input[type="text"],
#auth_box input[type="password"] {
  width: auto;
  border: 1px #ccc solid;
  border-radius: 3px;
  padding: 5px;
  font-size: 15px;
  margin-bottom: 0;
}

#auth_box input[type="submit"] {
  float: none;
  white-space: normal;
  height: auto;
}

#auth_box label {
  font-weight: normal;
  width: 100%;
  white-space: nowrap;
}

#auth_box legend {
  font-size: 1.69rem;
  line-height: 2.25rem;
}

#auth_box .description {
  color: #666666;
}

#auth_box .form-actions {
  text-align: center;
}

#auth_box #middle_part {
  border-radius: 3px;
  background: #fff;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0 0 3px 1px #ccc;
}

#auth_box .back_link {
  padding: 15px 0 0;
}

[type='text'],
[type='search'],
[type='tel'],
[type='url'],
[type='email'],
[type='password'],
[type='date'],
[type='time'],
[type='number'], textarea {
  border: 1px solid #f6f6f6;
  border-radius: 3px;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: .25rem;
  margin: 1rem 0;
}

.form-wrapper {
  max-width: 100%;
}

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

.file-icon {
  height: auto !important;
  width: auto !important;
}

.form-field-type-paragraphs table.field-multiple-table,
.form-field-type-entityreference table.field-multiple-table,
.field-type-entityreference table.field-multiple-table {
  display: block;
}

.form-field-type-paragraphs table.field-multiple-table th,
.form-field-type-entityreference table.field-multiple-table th,
.field-type-entityreference table.field-multiple-table th {
  border-bottom: 0;
}

.form-field-type-paragraphs table.field-multiple-table tr.draggable.even,
.form-field-type-paragraphs table.field-multiple-table tr.draggable.odd,
.form-field-type-paragraphs table.field-multiple-table tr.static,
.form-field-type-entityreference table.field-multiple-table tr.draggable.even,
.form-field-type-entityreference table.field-multiple-table tr.draggable.odd,
.form-field-type-entityreference table.field-multiple-table tr.static,
.field-type-entityreference table.field-multiple-table tr.draggable.even,
.field-type-entityreference table.field-multiple-table tr.draggable.odd,
.field-type-entityreference table.field-multiple-table tr.static {
  padding: 1vw 1.6vw;
  background: white;
  display: block;
}

.form-field-type-paragraphs table.field-multiple-table tr.draggable.even td,
.form-field-type-paragraphs table.field-multiple-table tr.draggable.odd td,
.form-field-type-paragraphs table.field-multiple-table tr.static td,
.form-field-type-entityreference table.field-multiple-table tr.draggable.even td,
.form-field-type-entityreference table.field-multiple-table tr.draggable.odd td,
.form-field-type-entityreference table.field-multiple-table tr.static td,
.field-type-entityreference table.field-multiple-table tr.draggable.even td,
.field-type-entityreference table.field-multiple-table tr.draggable.odd td,
.field-type-entityreference table.field-multiple-table tr.static td {
  display: block;
  width: 100%;
}

.form-field-type-paragraphs table.field-multiple-table tr.draggable.even td.field-multiple-drag,
.form-field-type-paragraphs table.field-multiple-table tr.draggable.odd td.field-multiple-drag,
.form-field-type-paragraphs table.field-multiple-table tr.static td.field-multiple-drag,
.form-field-type-entityreference table.field-multiple-table tr.draggable.even td.field-multiple-drag,
.form-field-type-entityreference table.field-multiple-table tr.draggable.odd td.field-multiple-drag,
.form-field-type-entityreference table.field-multiple-table tr.static td.field-multiple-drag,
.field-type-entityreference table.field-multiple-table tr.draggable.even td.field-multiple-drag,
.field-type-entityreference table.field-multiple-table tr.draggable.odd td.field-multiple-drag,
.field-type-entityreference table.field-multiple-table tr.static td.field-multiple-drag {
  height: 1.5rem;
}

.form-field-type-paragraphs table.field-multiple-table tr.draggable.even .form-item,
.form-field-type-paragraphs table.field-multiple-table tr.draggable.odd .form-item,
.form-field-type-paragraphs table.field-multiple-table tr.static .form-item,
.form-field-type-entityreference table.field-multiple-table tr.draggable.even .form-item,
.form-field-type-entityreference table.field-multiple-table tr.draggable.odd .form-item,
.form-field-type-entityreference table.field-multiple-table tr.static .form-item,
.field-type-entityreference table.field-multiple-table tr.draggable.even .form-item,
.field-type-entityreference table.field-multiple-table tr.draggable.odd .form-item,
.field-type-entityreference table.field-multiple-table tr.static .form-item {
  max-width: 100%;
  position: relative;
  clear: both;
}

.form-field-type-paragraphs table.field-multiple-table tr.draggable.even .form-item #autocomplete,
.form-field-type-paragraphs table.field-multiple-table tr.draggable.odd .form-item #autocomplete,
.form-field-type-paragraphs table.field-multiple-table tr.static .form-item #autocomplete,
.form-field-type-entityreference table.field-multiple-table tr.draggable.even .form-item #autocomplete,
.form-field-type-entityreference table.field-multiple-table tr.draggable.odd .form-item #autocomplete,
.form-field-type-entityreference table.field-multiple-table tr.static .form-item #autocomplete,
.field-type-entityreference table.field-multiple-table tr.draggable.even .form-item #autocomplete,
.field-type-entityreference table.field-multiple-table tr.draggable.odd .form-item #autocomplete,
.field-type-entityreference table.field-multiple-table tr.static .form-item #autocomplete {
  margin-top: 15px;
}

.form-field-type-paragraphs .form-actions {
  padding: 0;
  margin: 0;
}

.form-field-type-paragraphs .field-add-more-submit {
  margin: 0 0.5vw 0 0;
}

.form-field-type-list-boolean .description {
  display: inline;
}

.tabledrag-toggle-weight {
  display: none;
}

tr.draggable:first-child .grid-sort-left i {
  display: none;
}

tr.draggable:last-child .grid-sort-right i {
  display: none;
}

.grid-actions {
  width: 100%;
}

.grid-sorting {
  float: left;
  text-align: center;
}

.grid-sorting .grid-sort-text {
  font-size: 16px;
  height: 30px;
  width: 100%;
  line-height: 30px;
  position: relative;
  bottom: 7px;
}

.grid-sorting .grid-sort-left,
.grid-sorting .grid-sort-right {
  display: inline-block;
  width: 30px;
}

.grid-sorting i {
  font-size: 30px;
}

.grid-sort-remove {
  float: right;
}

.grid-sort-remove i {
  font-size: 30px;
}

.form-actions {
  padding-top: 1vw;
  padding-bottom: 1vw;
  margin-top: 1vw;
  margin-bottom: 1vw;
}

.form-actions input[type='submit'] {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0.5vw 0.8vw;
  text-decoration: none;
  margin-right: 1.6vw;
}

.form-actions input[type='submit'], .form-actions input[type='submit']:link, .form-actions input[type='submit']:visited {
  color: #d10056;
  background-color: #fff;
  border: 1px solid #d10056;
}

.form-actions input[type='submit']:hover, .form-actions input[type='submit']:active {
  color: #fff;
  background-color: #d10056;
}

@media screen and (min-width: 600px) {
  .form-actions input[type='submit'] {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .form-actions input[type='submit'] {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .form-actions input[type='submit'] {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .form-actions input[type='submit'] {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .form-actions input[type='submit'] {
    margin-top: calc(12px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(12px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .form-actions input[type='submit'] {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.form-actions #edit-submit {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

.form-actions #edit-submit, .form-actions #edit-submit:link, .form-actions #edit-submit:visited {
  color: #fff;
  background-color: #d10056;
  border: 0;
}

.form-actions #edit-submit:hover, .form-actions #edit-submit:active {
  color: #fff;
  background-color: #262626;
}

.form-actions #edit-delete {
  background: none;
  border: 0;
  transition: color .2s ease-in-out;
}

.form-actions #edit-delete, .form-actions #edit-delete:link, .form-actions #edit-delete:visited {
  color: #d10056;
}

.form-actions #edit-delete:hover, .form-actions #edit-delete:active {
  color: #666666;
}

.page-node-edit .dummy-ad-slot td,
.page-taxonomy-term-edit .dummy-ad-slot td {
  width: 100% !important;
}

.header {
  position: relative;
  z-index: 2;
  padding-bottom: 3vw;
}

.header__logo-menu {
  vertical-align: middle;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ie9 .header__logo-menu {
  display: table;
  width: 100%;
}

.header__logo-menu .header__logo {
  display: block;
  float: none;
  width: 100%;
}

.ie9 .header__logo-menu .header__logo {
  display: table-cell;
  float: left;
}

.ie9 .header__logo-menu .header__logo-menu-wrapper {
  display: table-cell;
  float: left;
}

.header__navigation {
  display: block;
}

.header__navigation .block__title {
  display: none;
}

.header__navigation .menu {
  width: auto;
  list-style-type: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 0 0.8vw;
  margin: 0;
}

.ie9 .header__navigation .menu {
  display: table;
  width: 100%;
}

.header__navigation .menu__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  list-style-type: none;
  list-style-image: none;
  padding: 0;
  margin: 0;
}

.ie9 .header__navigation .menu__item {
  display: table-cell;
  float: left;
}

.header__navigation .menu__item.ukcp .menu__link {
  background: url(../images/ukcp-icon.svg) no-repeat 0% 50%;
  background-size: 1em 1em;
  padding-left: 1.2em;
  margin-left: 1vw;
}

.header__navigation .menu__link {
  color: #000;
  padding: 1vw 0.8vw;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 2px solid white;
  transition: border-color .5s ease-in-out;
  margin: 0;
  white-space: nowrap;
}

.header__navigation .menu__link:hover {
  border-color: #000;
}

.header__navigation .menu__link.active {
  color: #d10056;
  border-color: #d10056;
}

.header__navigation .nav-and-search {
  position: relative;
}

.ie9 .header__navigation .nav-and-search {
  display: table;
  width: 100%;
}

.header__navigation .navigation-tile {
  display: inline-block;
}

.ie9 .header__navigation .navigation-tile {
  display: table-cell;
  float: left;
}

.header__navigation .searchform-tile {
  display: inline-block;
  position: absolute;
  right: 0;
  padding: 1vw 1.6vw;
}

.ie9 .header__navigation .searchform-tile {
  display: table-cell;
  float: left;
}

.header__navigation .searchform {
  display: inline-block;
  padding: 0;
}

.ie9 .header__navigation .searchform {
  display: table-cell;
  float: left;
}

.header__navigation .searchform .form-item {
  margin: 0;
}

.header__navigation .searchform input[name='search'] {
  border: 1px solid #FFF;
  width: 0;
  height: 30px;
  line-height: 100%;
  padding: 6px;
  padding-left: 22px;
  margin: 0;
  background: #FFF url(../images/bck-search-btn.png) no-repeat 6px center;
  transition: all 0.2s ease-in-out;
  outline: none;
}

.header__navigation .searchform input[type='submit'] {
  display: none;
}

.header__navigation .searchbox-focussed input[name='search'] {
  border-color: #999;
  width: 320px !important;
}

#block-system-user-menu ul.menu {
  margin: 0;
}

@media (min-width: 1025px) {
  #block-system-user-menu {
    position: relative;
    display: inline-block;
    font-size: 17px;
    cursor: pointer;
  }
  #block-system-user-menu:before {
    display: block;
    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;
    content: "";
    padding: 0.5vw;
    color: #999;
    transition: color .2s ease-in-out;
  }
  #block-system-user-menu ul.menu {
    display: block;
    -ms-transform: scale(0);
        transform: scale(0);
    -ms-transform-origin: top right;
        transform-origin: top right;
    transition: transform 0.2s ease-in-out;
    position: absolute;
    right: 0;
    border: 1px solid #999;
    background: #fff;
    z-index: 1;
    padding: 0;
  }
  #block-system-user-menu ul.menu li {
    display: block;
  }
  #block-system-user-menu ul.menu li a {
    display: block;
    border: none;
    transition: all .1s ease-in-out;
    padding: 1vw 2vw;
  }
  #block-system-user-menu ul.menu li a:hover {
    background: #e5e5e5;
    color: #666666;
  }
  #block-system-user-menu:hover ul.menu {
    -ms-transform: scale(1);
        transform: scale(1);
  }
}

.view > .item-list {
  display: block;
  width: 100%;
  margin-top: 30px;
}

.pager-load-more,
.pager-show-more {
  text-align: center;
  width: 100%;
  min-height: 60px;
  padding: 0;
  padding-bottom: 2vw;
  margin: 0;
}

.pager-load-more li,
.pager-show-more li {
  min-height: 60px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.pager-load-more a,
.pager-show-more a {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  padding: 1vw 1.6vw;
  text-decoration: none;
  min-height: 60px;
}

.pager-load-more a, .pager-load-more a:link, .pager-load-more a:visited,
.pager-show-more a,
.pager-show-more a:link,
.pager-show-more a:visited {
  color: #d10056;
  background-color: #fff;
  border: 1px solid #d10056;
}

.pager-load-more a:hover, .pager-load-more a:active,
.pager-show-more a:hover,
.pager-show-more a:active {
  color: #fff;
  background-color: #d10056;
}

.pager-load-more a.progress-disabled,
.pager-show-more a.progress-disabled {
  display: none;
}

.pager-load-more .ajax-progress-throbber,
.pager-show-more .ajax-progress-throbber {
  min-height: 60px;
}

.pager-load-more .ajax-progress-throbber .throbber,
.pager-show-more .ajax-progress-throbber .throbber {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 7px solid #d10056;
  border-left: 7px solid #fff;
  background: none;
  animation: spin .5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

#views-exposed-form-psy-search-page .views-exposed-form label {
  display: none;
}

#views-exposed-form-psy-search-page .views-exposed-form input {
  margin: 0;
}

ul.grid {
  padding: 0;
  margin: 0;
}

/**
 * Tabs.
 */
/**
 * The default styling for tabs in zen is very complicated, lots of gradients
 * and shadows, we have to override a lot of things to make them look simple.
 */
.tabs, .tabs.secondary {
  background-image: none;
  list-style: none;
  border-bottom: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0 2px;
  white-space: nowrap;
}

.tabs::before, .tabs.secondary::before {
  content: '';
  display: table;
}

.tabs::after, .tabs.secondary::after {
  content: '';
  display: table;
  clear: both;
}

.tabs__tab, .tabs__tab.is-active, .tabs.secondary__tab,
.tabs.secondary__tab.is-active {
  float: left;
  margin: 0 3px;
  position: relative;
  bottom: -1px;
}

a.tabs__tab-link, a.tabs__tab-link.is-active, a.tabs.secondary__tab-link, a.tabs.secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  text-decoration: none;
}

/* Primary tabs. */
.tabs__tab, .tabs__tab.is-active {
  border-radius: 0;
  text-shadow: none;
  border: 1px solid #cccccc;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

.is-active.tabs__tab {
  border-bottom-color: #fff;
}

a.tabs__tab-link, a.tabs__tab-link.is-active {
  border-radius: 0;
  transition: background-color 0.3s ease-in-out;
  color: #333;
  background: #dedede;
  padding: 0 1em;
  text-align: center;
}

a.tabs__tab-link:hover, a.tabs__tab-link:focus {
  background: #e9e9e9;
  border-color: #f2f2f2;
}

a.tabs__tab-link:active, a.tabs__tab-link.is-active {
  background: #ffffff;
  border-color: #fff;
}

/* Secondary tabs. */
.tabs.secondary {
  font-size: .9em;
}

a.tabs.secondary__tab-link, a.tabs.secondary__tab-link.is-active {
  border-radius: 0;
  transition: background-color 0.3s ease-in-out;
  text-shadow: none;
  background: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

a.tabs.secondary__tab-link:hover, a.tabs.secondary__tab-link:focus {
  background: #dedede;
  border-color: #999;
  color: #333;
}

a.tabs.secondary__tab-link:active, a.tabs.secondary__tab-link.is-active {
  text-shadow: none;
  background: #fff;
  border-color: #000;
  color: #fff;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  background-color: #f6f6f6;
}

.card {
  display: block;
  text-align: center;
  height: 100%;
  width: 100%;
}

.card__media {
  position: relative;
}

.card__caption {
  position: absolute;
  bottom: 1vw;
  left: 5%;
  width: 90%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.card__date {
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
  -ms-flex: 1 0 auto;
      flex: 1 0 auto;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .card__date {
    font-size: calc(12px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__date {
    font-size: 14px;
  }
}

@media screen and (min-width: 600px) {
  .card__date {
    line-height: calc(18px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__date {
    line-height: 21px;
  }
}

@media screen and (min-width: 600px) {
  .card__date {
    margin-top: calc(3px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(3px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__date {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

.card__social {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}

.card__social a {
  padding: 0.26667vw;
}

.card__tag {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  font-weight: normal;
}

@media screen and (min-width: 600px) {
  .card__tag {
    font-size: calc(18px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__tag {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  .card__tag {
    line-height: calc(27px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__tag {
    line-height: 30px;
  }
}

@media screen and (min-width: 600px) {
  .card__tag {
    margin-top: calc(10.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(10.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__tag {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
  }
}

.card__tag a {
  transition: color .2s ease-in-out;
  text-decoration: none;
}

.card__tag a, .card__tag a:link, .card__tag a:visited {
  color: #666666;
}

.card__tag a:hover, .card__tag a:active {
  color: #d10056;
}

.page-taxonomy-term .card__tag {
  display: none;
}

.card__title h1 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  margin-top: 18px;
  margin-bottom: 18px;
}

@media screen and (min-width: 600px) {
  .card__title h1 {
    font-size: calc(24px + 12 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__title h1 {
    font-size: 36px;
  }
}

@media screen and (min-width: 600px) {
  .card__title h1 {
    line-height: calc(36px + 18 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__title h1 {
    line-height: 54px;
  }
}

@media screen and (min-width: 600px) {
  .card__title h1 {
    margin-top: calc(18px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(18px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__title h1 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.card__title h2 {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  min-height: 3em;
}

@media screen and (min-width: 600px) {
  .card__title h2 {
    font-size: calc(18px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__title h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  .card__title h2 {
    line-height: calc(27px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__title h2 {
    line-height: 30px;
  }
}

@media screen and (min-width: 600px) {
  .card__title h2 {
    margin-top: calc(10.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(10.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__title h2 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
  }
}

.card__title a {
  transition: color .2s ease-in-out;
  text-decoration: none;
}

.card__title a, .card__title a:link, .card__title a:visited {
  color: #666666;
}

.card__title a:hover, .card__title a:active {
  color: #d10056;
}

.card__body {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 600px) {
  .card__body {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__body {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .card__body {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__body {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .card__body {
    margin-top: calc(24px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(24px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__body {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

figure {
  margin: 0;
  padding: 0;
}

.promo {
  display: block;
  text-align: left;
  width: 100%;
}

.promo__text {
  width: 100%;
  max-width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.promo__kicker {
  color: #d10056;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .promo__kicker {
    font-size: calc(14px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .promo__kicker {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .promo__kicker {
    line-height: calc(21px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .promo__kicker {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .promo__kicker {
    margin-top: calc(1.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(1.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .promo__kicker {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }
}

.promo__title h1,
.promo__title h2 {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  margin-top: 18px;
  margin-bottom: 18px;
}

@media screen and (min-width: 600px) {
  .promo__title h1,
  .promo__title h2 {
    font-size: calc(24px + 8 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .promo__title h1,
  .promo__title h2 {
    font-size: 32px;
  }
}

@media screen and (min-width: 600px) {
  .promo__title h1,
  .promo__title h2 {
    line-height: calc(36px + 12 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .promo__title h1,
  .promo__title h2 {
    line-height: 48px;
  }
}

@media screen and (min-width: 600px) {
  .promo__title h1,
  .promo__title h2 {
    margin-top: calc(18px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(18px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .promo__title h1,
  .promo__title h2 {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.promo__title h1 a,
.promo__title h2 a {
  transition: color .2s ease-in-out;
  text-decoration: none;
}

.promo__title h1 a, .promo__title h1 a:link, .promo__title h1 a:visited,
.promo__title h2 a,
.promo__title h2 a:link,
.promo__title h2 a:visited {
  color: #666666;
}

.promo__title h1 a:hover, .promo__title h1 a:active,
.promo__title h2 a:hover,
.promo__title h2 a:active {
  color: #d10056;
}

.promo__body {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 600px) {
  .promo__body {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .promo__body {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .promo__body {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .promo__body {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .promo__body {
    margin-top: calc(24px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(24px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .promo__body {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.promo__image {
  width: 100%;
  height: auto;
}

.page__left .field-body blockquote, .page__left .field-body .stress, .page__left .field-body .stress-box p, .page__left .field-body .cta p {
  font-size: em(35);
  line-height: 110%;
}

.page__left .field-body blockquote em, .page__left .field-body blockquote strong, .page__left .field-body blockquote i, .page__left .field-body blockquote b, .page__left .field-body .stress em, .page__left .field-body .stress strong, .page__left .field-body .stress i, .page__left .field-body .stress b, .page__left .field-body .stress-box p em, .page__left .field-body .stress-box p strong, .page__left .field-body .stress-box p i, .page__left .field-body .stress-box p b, .page__left .field-body .cta p em, .page__left .field-body .cta p strong, .page__left .field-body .cta p i, .page__left .field-body .cta p b {
  font-weight: 400;
}

.page__left .field-body blockquote {
  padding-left: 60px;
  margin: .8em 5%;
  padding-top: .1em;
}

.page__left .field-body ul, .page__left .field-body ol {
  padding-left: 0;
}

.page__left .field-body li {
  margin-left: 1.2em;
}

.page__left .field-body ul li {
  list-style: square;
}

.page__left .field-body ul li li {
  list-style: circle;
}

.page__left .field-body .stress {
  margin: 1em 0;
}

.page__left .field-body .stress-box {
  margin: 2.5em 5%;
  padding-left: 45px;
}

.page__left .field-body .stress-box p {
  margin: 0;
}

.page__left .field-body .stress-box p + p {
  margin-top: .5em;
}

.page__left .field-body .cta {
  margin: 2.5em 5%;
  padding-left: 62px;
}

.page__left .field-body .cta p {
  margin-top: 0;
  margin-bottom: 1em;
}

.page__left .field-body .cta .button {
  font-size: em(21);
  color: #fff;
}

.landing-page__header h1,
.landing-page__header h2 {
  color: #000;
}

.landing-page__top-left {
  width: 100%;
}

.landing-page__top-right {
  width: 100%;
}

.advert-tile aside {
  display: block;
  width: 100%;
}

.advert-tile .block-dfp {
  display: block;
  width: 100%;
  height: 100%;
}

.advert-tile iframe {
  -ms-transform-origin: top left;
      transform-origin: top left;
}

.page__meta {
  width: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ie9 .page__meta {
  display: table;
  width: 100%;
}

.page__category {
  top: -3px;
  position: relative;
}

.ie9 .page__category {
  display: table-cell;
  float: left;
}

@media screen and (min-width: 600px) {
  .page__category {
    top: calc(-3px + -1 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__category {
    top: -4px;
  }
}

.page__category a {
  color: #000;
  font-size: 24px;
  line-height: 36px;
  margin-top: 18px;
  margin-bottom: 18px;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .page__category a {
    font-size: calc(24px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__category a {
    font-size: 30px;
  }
}

@media screen and (min-width: 600px) {
  .page__category a {
    line-height: calc(36px + 9 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__category a {
    line-height: 45px;
  }
}

@media screen and (min-width: 600px) {
  .page__category a {
    margin-top: calc(18px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(18px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__category a {
    margin-top: 18px;
    margin-bottom: 18px;
  }
}

.page__category a:hover {
  color: #d10056;
}

.ie9 .page__meta--divider {
  display: table-cell;
  float: left;
}

.ie9 .page__date {
  display: table-cell;
  float: left;
}

.page__date .field {
  color: #666666;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
}

@media screen and (min-width: 600px) {
  .page__date .field {
    font-size: calc(12px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__date .field {
    font-size: 14px;
  }
}

@media screen and (min-width: 600px) {
  .page__date .field {
    line-height: calc(18px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__date .field {
    line-height: 21px;
  }
}

@media screen and (min-width: 600px) {
  .page__date .field {
    margin-top: calc(3px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(3px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__date .field {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

.page__title h1,
.page__title h2 {
  color: #d10056;
  font-size: 36px;
  line-height: 54px;
  margin-top: 21px;
  margin-bottom: 21px;
  max-width: 20em;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 600px) {
  .page__title h1,
  .page__title h2 {
    font-size: calc(36px + 20 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__title h1,
  .page__title h2 {
    font-size: 56px;
  }
}

@media screen and (min-width: 600px) {
  .page__title h1,
  .page__title h2 {
    line-height: calc(54px + 30 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__title h1,
  .page__title h2 {
    line-height: 84px;
  }
}

@media screen and (min-width: 600px) {
  .page__title h1,
  .page__title h2 {
    margin-top: calc(21px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(21px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__title h1,
  .page__title h2 {
    margin-top: 21px;
    margin-bottom: 21px;
  }
}

.page__subtitle {
  padding-bottom: 1vw;
  text-align: center;
}

.page__subtitle .field-body-summary {
  display: inline-block;
  margin: auto;
}

.page__subtitle .field-body-summary p {
  color: #666666;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 44em;
  text-align: center;
}

@media screen and (min-width: 600px) {
  .page__subtitle .field-body-summary p {
    font-size: calc(16px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__subtitle .field-body-summary p {
    font-size: 20px;
  }
}

.page__social {
  text-align: center;
  width: 100%;
}

.page__social a {
  cursor: pointer;
  padding: 1vw 1.6vw;
}

.page__left {
  margin-left: auto;
  margin-right: auto;
}

.page__left .field-body {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
  margin-bottom: 1em;
  max-width: 33em;
}

@media screen and (min-width: 600px) {
  .page__left .field-body {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__left .field-body {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  .page__left .field-body {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__left .field-body {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  .page__left .field-body {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .page__left .field-body {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

.page__left .field-body a {
  text-decoration: underline;
}

.page__left .dfp-tag-wrapper iframe {
  display: block;
  margin: 0 auto;
}

.page__right {
  margin-left: auto;
  margin-right: auto;
}

.page__right .dfp-tag-wrapper iframe {
  display: block;
  margin: 0 auto;
}

.page__right > div {
  max-width: 33em;
  padding: 1vw 1.6vw;
  margin-left: auto;
  margin-right: auto;
}

.page__related-left {
  width: 100%;
}

.page__related-right {
  width: 100%;
}

.card.card--poll .card__border {
  border: 1px dashed #d10056;
}

.card.card--poll .card__kicker {
  color: #d10056;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 21px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .card.card--poll .card__kicker {
    font-size: calc(14px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card.card--poll .card__kicker {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .card.card--poll .card__kicker {
    line-height: calc(21px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card.card--poll .card__kicker {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .card.card--poll .card__kicker {
    margin-top: calc(1.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(1.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card.card--poll .card__kicker {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }
}

.card.card--poll .card__title h1,
.card.card--poll .card__title h2 {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  font-style: italic;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .card.card--poll .card__title h1,
  .card.card--poll .card__title h2 {
    font-size: calc(18px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card.card--poll .card__title h1,
  .card.card--poll .card__title h2 {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  .card.card--poll .card__title h1,
  .card.card--poll .card__title h2 {
    line-height: calc(27px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card.card--poll .card__title h1,
  .card.card--poll .card__title h2 {
    line-height: 30px;
  }
}

@media screen and (min-width: 600px) {
  .card.card--poll .card__title h1,
  .card.card--poll .card__title h2 {
    margin-top: calc(10.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(10.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card.card--poll .card__title h1,
  .card.card--poll .card__title h2 {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
  }
}

.card.card--poll .card__body {
  margin-top: 1vw;
  margin-bottom: 1vw;
  margin-bottom: 0;
}

.poll .vote-form .choices {
  font-size: 14px;
  line-height: 21px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  color: #000;
}

@media screen and (min-width: 600px) {
  .poll .vote-form .choices {
    font-size: calc(14px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll .vote-form .choices {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px) {
  .poll .vote-form .choices {
    line-height: calc(21px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll .vote-form .choices {
    line-height: 24px;
  }
}

@media screen and (min-width: 600px) {
  .poll .vote-form .choices {
    margin-top: calc(1.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(1.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll .vote-form .choices {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }
}

.poll .vote-form .choices .form-type-radios {
  margin: 0;
}

.poll .vote-form .choices .form-type-radios .form-item {
  position: relative;
  left: 1px;
}

.poll .text {
  font-size: 12px;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #000;
  text-align: left;
  display: block;
  margin: 0;
}

@media screen and (min-width: 600px) {
  .poll .text {
    font-size: calc(12px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll .text {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px) {
  .poll .text {
    line-height: calc(18px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll .text {
    line-height: 24px;
  }
}

@media screen and (min-width: 600px) {
  .poll .text {
    margin-top: calc(3px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(3px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll .text {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

.poll .bar {
  height: 0.75vw;
  background: #e5e5e5;
  border: 1px solid #cccccc;
}

.poll .bar .foreground {
  height: 0.75vw;
  background: #d10056;
  border: 1px solid #d10056;
  position: relative;
  top: -1px;
  left: -1px;
}

.poll .percent {
  font-size: 12px;
  line-height: 18px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #666666;
  text-align: right;
  display: block;
}

@media screen and (min-width: 600px) {
  .poll .percent {
    font-size: calc(12px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll .percent {
    font-size: 14px;
  }
}

@media screen and (min-width: 600px) {
  .poll .percent {
    line-height: calc(18px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll .percent {
    line-height: 21px;
  }
}

@media screen and (min-width: 600px) {
  .poll .percent {
    margin-top: calc(3px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(3px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll .percent {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}

.poll .total {
  display: none;
}

.poll input[type='submit'] {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 14px;
  line-height: 21px;
  margin-top: 13.5px;
  margin-bottom: 13.5px;
  padding: 0.33333vw 0.53333vw;
  text-decoration: none;
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
}

@media screen and (min-width: 600px) {
  .poll input[type='submit'] {
    font-size: calc(14px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll input[type='submit'] {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px) {
  .poll input[type='submit'] {
    line-height: calc(21px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll input[type='submit'] {
    line-height: 24px;
  }
}

@media screen and (min-width: 600px) {
  .poll input[type='submit'] {
    margin-top: calc(13.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(13.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .poll input[type='submit'] {
    margin-top: 13.5px;
    margin-bottom: 13.5px;
  }
}

.poll input[type='submit'], .poll input[type='submit']:link, .poll input[type='submit']:visited {
  color: #d10056;
  background-color: #fff;
  border: 1px solid #d10056;
}

.poll input[type='submit']:hover, .poll input[type='submit']:active {
  color: #fff;
  background-color: #d10056;
}

#cboxOverlay {
  background: transparent;
}

#colorbox {
  border: 2px solid #666;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.4);
}

#cboxLoadedContent .field-body h1 {
  margin-top: 0;
}

.progress .bar {
  border-radius: 0;
  height: 4vw;
  background: #e5e5e5;
  border: 1px solid #cccccc;
}

.progress .bar .filled {
  height: 4vw;
  background: #d10056;
  border: 1px solid #d10056;
  position: relative;
  top: -1px;
  left: -1px;
}

.progress .percentage {
  color: #d10056;
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
  text-transform: uppercase;
  text-align: right;
}

@media screen and (min-width: 600px) {
  .progress .percentage {
    font-size: calc(18px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .progress .percentage {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  .progress .percentage {
    line-height: calc(27px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .progress .percentage {
    line-height: 30px;
  }
}

@media screen and (min-width: 600px) {
  .progress .percentage {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .progress .percentage {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

.progress .message {
  color: #d10056;
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
  text-transform: uppercase;
  text-align: left;
}

@media screen and (min-width: 600px) {
  .progress .message {
    font-size: calc(18px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .progress .message {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  .progress .message {
    line-height: calc(27px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .progress .message {
    line-height: 30px;
  }
}

@media screen and (min-width: 600px) {
  .progress .message {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .progress .message {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

.psy-ptests-form {
  padding: 1vw 1.6vw;
  border: 1px solid #cccccc;
}

.psy-ptests-form .form-type-radios > label {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  margin-top: 10.5px;
  margin-bottom: 10.5px;
  font-style: italic;
}

@media screen and (min-width: 600px) {
  .psy-ptests-form .form-type-radios > label {
    font-size: calc(18px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-ptests-form .form-type-radios > label {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  .psy-ptests-form .form-type-radios > label {
    line-height: calc(27px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-ptests-form .form-type-radios > label {
    line-height: 30px;
  }
}

@media screen and (min-width: 600px) {
  .psy-ptests-form .form-type-radios > label {
    margin-top: calc(10.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(10.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-ptests-form .form-type-radios > label {
    margin-top: 10.5px;
    margin-bottom: 10.5px;
  }
}

.psy-ptests-form .form-type-radio {
  transition: color .2s ease-in-out;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 3.2vw;
  cursor: pointer;
}

.psy-ptests-form .form-type-radio, .psy-ptests-form .form-type-radio:link, .psy-ptests-form .form-type-radio:visited {
  color: #666666;
}

.psy-ptests-form .form-type-radio:hover, .psy-ptests-form .form-type-radio:active {
  color: #d10056;
}

@media screen and (min-width: 600px) {
  .psy-ptests-form .form-type-radio {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-ptests-form .form-type-radio {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .psy-ptests-form .form-type-radio {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-ptests-form .form-type-radio {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .psy-ptests-form .form-type-radio {
    margin-top: calc(24px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(24px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-ptests-form .form-type-radio {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

.psy-ptests-form input[type='submit'] {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 0.5vw 0.8vw;
  text-decoration: none;
}

@media screen and (min-width: 600px) {
  .psy-ptests-form input[type='submit'] {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-ptests-form input[type='submit'] {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .psy-ptests-form input[type='submit'] {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-ptests-form input[type='submit'] {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .psy-ptests-form input[type='submit'] {
    margin-top: calc(12px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(12px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-ptests-form input[type='submit'] {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.psy-ptests-form input[type='submit']#edit-prev {
  background: none;
  border: 0;
  transition: color .2s ease-in-out;
  margin-right: 1.6vw;
}

.psy-ptests-form input[type='submit']#edit-prev, .psy-ptests-form input[type='submit']#edit-prev:link, .psy-ptests-form input[type='submit']#edit-prev:visited {
  color: #666666;
}

.psy-ptests-form input[type='submit']#edit-prev:hover, .psy-ptests-form input[type='submit']#edit-prev:active {
  color: #d10056;
}

.psy-ptests-form input[type='submit']#edit-next {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  margin-right: 1.6vw;
}

.psy-ptests-form input[type='submit']#edit-next, .psy-ptests-form input[type='submit']#edit-next:link, .psy-ptests-form input[type='submit']#edit-next:visited {
  color: #fff;
  background-color: #d10056;
  border: 0;
}

.psy-ptests-form input[type='submit']#edit-next:hover, .psy-ptests-form input[type='submit']#edit-next:active {
  color: #fff;
  background-color: #262626;
}

.psy-ptests-form input[type='submit']#edit-finish {
  background: none;
  border: 0;
  transition: color .2s ease-in-out;
  float: right;
}

.psy-ptests-form input[type='submit']#edit-finish, .psy-ptests-form input[type='submit']#edit-finish:link, .psy-ptests-form input[type='submit']#edit-finish:visited {
  color: #666666;
}

.psy-ptests-form input[type='submit']#edit-finish:hover, .psy-ptests-form input[type='submit']#edit-finish:active {
  color: #d10056;
}

#page {
  position: relative;
}

.header-subscribe {
  display: none;
}

@media (min-width: 700px) {
  .header-subscribe {
    display: block;
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 100px;
    height: 60px;
    width: 250px;
    z-index: 1;
    transition: right .3s ease-in-out;
  }
}

@media (min-width: 1025px) {
  .header-subscribe {
    display: block;
    right: 1.6vw;
  }
}

.header-subscribe__image {
  padding: 0 10px;
  border-bottom: 2px solid #d10056;
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  overflow: hidden;
}

.header-subscribe__image img {
  width: 100px;
  height: auto;
  position: relative;
  bottom: -20px;
  -ms-transform: rotate(-10deg) translateY(0);
      transform: rotateZ(-10deg) translateY(0);
  transition: transform .3s ease-in-out;
}

.header-subscribe:hover .header-subscribe__image img {
  -ms-transform: rotate(10deg) translateY(-20px);
      transform: rotateZ(10deg) translateY(-20px);
}

.header-subscribe__text {
  position: absolute;
  top: 30px;
  left: 0;
}

.header-subscribe__title {
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #d10056;
}

@media screen and (min-width: 600px) {
  .header-subscribe__title {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header-subscribe__title {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .header-subscribe__title {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header-subscribe__title {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .header-subscribe__title {
    margin-top: calc(0px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(0px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header-subscribe__title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.header-subscribe__body {
  color: #000;
  font-size: 18px;
  line-height: 27px;
  margin-top: 22.5px;
  margin-bottom: 22.5px;
  margin-bottom: 1em;
  font-size: 14px;
  line-height: 21px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}

@media screen and (min-width: 600px) {
  .header-subscribe__body {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header-subscribe__body {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  .header-subscribe__body {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header-subscribe__body {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  .header-subscribe__body {
    margin-top: calc(22.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(22.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header-subscribe__body {
    margin-top: 22.5px;
    margin-bottom: 22.5px;
  }
}

.header-subscribe__body a {
  text-decoration: underline;
}

@media screen and (min-width: 600px) {
  .header-subscribe__body {
    font-size: calc(14px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header-subscribe__body {
    font-size: 16px;
  }
}

@media screen and (min-width: 600px) {
  .header-subscribe__body {
    line-height: calc(21px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header-subscribe__body {
    line-height: 24px;
  }
}

@media screen and (min-width: 600px) {
  .header-subscribe__body {
    margin-top: calc(1.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(1.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .header-subscribe__body {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }
}

.psy-newsletter {
  position: relative;
}

.psy-newsletter__close-button {
  position: absolute;
  top: 0;
  right: 0;
}

.psy-newsletter__close-button a {
  display: block;
  margin: 0;
  padding: 0 1.2vw;
}

.psy-newsletter__title {
  color: #000;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 27px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  text-align: center;
  padding: 0;
  margin: 0 auto !important;
}

@media screen and (min-width: 600px) {
  .psy-newsletter__title {
    font-size: calc(18px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-newsletter__title {
    font-size: 22px;
  }
}

@media screen and (min-width: 600px) {
  .psy-newsletter__title {
    line-height: calc(27px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-newsletter__title {
    line-height: 33px;
  }
}

@media screen and (min-width: 600px) {
  .psy-newsletter__title {
    margin-top: calc(-1.5px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(-1.5px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-newsletter__title {
    margin-top: -1.5px;
    margin-bottom: -1.5px;
  }
}

.page__right .psy-newsletter-form-field .psy-newsletter__title {
  font-size: 14px;
  line-height: 21px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
  font-size: 15px;
  line-height: 22.5px;
  margin-top: 0.75px;
  margin-bottom: 0.75px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 1px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    font-size: calc(14px + 6 * (100vw - 1px) / 1024);
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    line-height: calc(21px + 9 * (100vw - 1px) / 1024);
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    line-height: 30px;
  }
}

@media screen and (min-width: 1px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    margin-top: calc(1.5px + 0 * (100vw - 1px) / 1024);
    margin-bottom: calc(1.5px + 0 * (100vw - 1px) / 1024);
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    font-size: calc(15px + 6 * (100vw - 1025px) / 275);
  }
}

@media screen and (min-width: 1300px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    font-size: 21px;
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    line-height: calc(22.5px + 9 * (100vw - 1025px) / 275);
  }
}

@media screen and (min-width: 1300px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    line-height: 31.5px;
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    margin-top: calc(0.75px + 0 * (100vw - 1025px) / 275);
    margin-bottom: calc(0.75px + 0 * (100vw - 1025px) / 275);
  }
}

@media screen and (min-width: 1300px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    margin-top: 0.75px;
    margin-bottom: 0.75px;
  }
}

@media (min-width: 512px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__title {
    padding-right: 0;
    padding-left: 0;
  }
}

.psy-newsletter__description {
  font-size: 16px;
  line-height: 24px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
  padding: 0 1.6vw;
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .psy-newsletter__description {
    font-size: calc(16px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-newsletter__description {
    font-size: 18px;
  }
}

@media screen and (min-width: 600px) {
  .psy-newsletter__description {
    line-height: calc(24px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-newsletter__description {
    line-height: 27px;
  }
}

@media screen and (min-width: 600px) {
  .psy-newsletter__description {
    margin-top: calc(0px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(0px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-newsletter__description {
    margin-top: 0px;
    margin-bottom: 0px;
  }
}

.page__right .psy-newsletter-form-field .psy-newsletter__description {
  font-size: 13px;
  line-height: 19.5px;
  margin-top: 2.25px;
  margin-bottom: 2.25px;
  font-size: 14px;
  line-height: 21px;
  margin-top: 1.5px;
  margin-bottom: 1.5px;
}

@media screen and (min-width: 1px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    font-size: calc(13px + 2 * (100vw - 1px) / 1024);
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    font-size: 15px;
  }
}

@media screen and (min-width: 1px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    line-height: calc(19.5px + 3 * (100vw - 1px) / 1024);
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    line-height: 22.5px;
  }
}

@media screen and (min-width: 1px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    margin-top: calc(2.25px + 0 * (100vw - 1px) / 1024);
    margin-bottom: calc(2.25px + 0 * (100vw - 1px) / 1024);
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    margin-top: 2.25px;
    margin-bottom: 2.25px;
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    font-size: calc(14px + 4 * (100vw - 1025px) / 275);
  }
}

@media screen and (min-width: 1300px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    font-size: 18px;
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    line-height: calc(21px + 6 * (100vw - 1025px) / 275);
  }
}

@media screen and (min-width: 1300px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    line-height: 27px;
  }
}

@media screen and (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    margin-top: calc(1.5px + 0 * (100vw - 1025px) / 275);
    margin-bottom: calc(1.5px + 0 * (100vw - 1025px) / 275);
  }
}

@media screen and (min-width: 1300px) {
  .page__right .psy-newsletter-form-field .psy-newsletter__description {
    margin-top: 1.5px;
    margin-bottom: 1.5px;
  }
}

.psy-newsletter__form .form-item {
  margin: 0;
}

.psy-newsletter__form input {
  border-color: #cccccc;
  margin: 0;
}

.psy-newsletter__form .form-submit {
  transition: color .2s ease-in-out, background-color .2s ease-in-out;
  text-transform: uppercase;
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
}

.psy-newsletter__form .form-submit, .psy-newsletter__form .form-submit:link, .psy-newsletter__form .form-submit:visited {
  color: #fff;
  background-color: #d10056;
  border: 0;
}

.psy-newsletter__form .form-submit:hover, .psy-newsletter__form .form-submit:active {
  color: #262626;
  background-color: #f6f6f6;
}

body .psy-newsletter-form-field {
  display: none;
}

body .region-bottom .psy-newsletter {
  display: none;
}

body.js-show-newsletter .region-bottom .psy-newsletter {
  display: none;
}

@media (min-width: 1025px) {
  body.js-show-newsletter {
    padding-bottom: 180px;
  }
  body.js-show-newsletter .region-bottom {
    position: relative;
  }
  body.js-show-newsletter .region-bottom .psy-newsletter {
    display: block;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.4);
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1;
  }
}

body.js-show-newsletter *:not(.page__right) .psy-newsletter-form-field {
  display: block;
  width: 100%;
  max-width: none;
  padding-right: 0;
  padding-left: 0;
}

@media (min-width: 1025px) {
  body.js-show-newsletter *:not(.page__right) .psy-newsletter-form-field {
    display: none;
  }
}

body.js-show-newsletter .page__right .psy-newsletter-form-field {
  display: block;
}

@media (min-width: 1025px) {
  body.js-show-newsletter .page__right .psy-newsletter-form-field {
    padding-left: 1.6vw;
    padding-right: 1.6vw;
    display: block;
    margin-right: 0;
    margin-left: 0;
  }
  body.js-show-newsletter .page__right .psy-newsletter-form-field .psy-newsletter {
    border-top: none;
    position: relative;
    bottom: auto;
    z-index: 0;
  }
  body.js-show-newsletter .page__right .psy-newsletter-form-field .psy-newsletter .sidebar-tile-override {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
  }
}

.psy-newsletter {
  background: #cbdabb 50% 50% no-repeat url(../images/newsletter-bgd-wide.jpg);
  background-size: cover;
}

.page__right .psy-newsletter-form-field .psy-newsletter {
  background-image: url(../images/newsletter-bgd-small.jpg);
}

@media (min-width: 512px) {
  .page__right .psy-newsletter-form-field .psy-newsletter {
    background-image: url(../images/newsletter-bgd-wide.jpg);
  }
}

@media (min-width: 1025px) {
  .page__right .psy-newsletter-form-field .psy-newsletter {
    background-image: url(../images/newsletter-bgd-small.jpg);
  }
}

.psy-newsletter input {
  box-shadow: 0 3px 10px 0 rgba(38, 41, 35, 0.6);
}

.psy-newsletter__title, .psy-newsletter__description {
  text-shadow: 0 0 10px #cbdabb;
}

.card__footer-subscribe-title {
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  margin-top: 12px;
  margin-bottom: 12px;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .card__footer-subscribe-title {
    font-size: calc(16px + 4 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__footer-subscribe-title {
    font-size: 20px;
  }
}

@media screen and (min-width: 600px) {
  .card__footer-subscribe-title {
    line-height: calc(24px + 6 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__footer-subscribe-title {
    line-height: 30px;
  }
}

@media screen and (min-width: 600px) {
  .card__footer-subscribe-title {
    margin-top: calc(12px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(12px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .card__footer-subscribe-title {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}

.card__footer-subscribe {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 3rem;
  text-align: center;
  width: 100%;
}

.card__footer-subscribe.with-divider {
  border-left: none;
}

.card__footer-subscribe-image {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.card__footer-subscribe-caption {
  margin-left: auto;
  margin-right: auto;
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.latest-3-front-covers {
  width: 100%;
  max-width: 380px !important;
  margin-left: auto;
  margin-right: auto;
}

.latest-3-front-covers .view {
  width: 100%;
}

.latest-3-front-covers .image-wrapper img {
  max-width: 96%;
}

.latest-digital-front-cover {
  max-width: 310px !important;
}

.latest-digital-front-cover .tile-2 {
  overflow: visible;
}

.latest-digital-front-cover .image-wrapper {
  display: inline-block;
  -ms-transform-origin: center center;
      transform-origin: center center;
  -ms-transform: translateX(20px) rotate(10deg);
      transform: translateX(20px) rotate(10deg);
  border-radius: 5px;
  background: linear-gradient(to bottom right, #777 0%, #111 100%);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.8);
  padding: 0;
  position: relative;
}

.latest-digital-front-cover .image-wrapper::before, .latest-digital-front-cover .image-wrapper::after {
  content: ' ';
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  border-width: 1px;
  border-style: solid;
}

.latest-digital-front-cover .image-wrapper::before {
  background: #222;
  width: 1px;
  height: 1px;
  top: 4px;
  left: 50%;
  margin-left: -1px;
  border-color: #111 #111 #666 #111;
}

.latest-digital-front-cover .image-wrapper::after {
  background: #333;
  width: 4px;
  height: 4px;
  bottom: 2px;
  margin-left: -3px;
  border-color: #111 #111 #666 #111;
}

.latest-digital-front-cover .image-wrapper img {
  vertical-align: middle;
  width: 100px;
  height: auto;
  margin: 10px 5px;
}

.latest-3-travel-front-covers {
  width: 100%;
  max-width: 320px !important;
  margin-left: auto;
  margin-right: auto;
}

.latest-3-travel-front-covers .view {
  width: 100%;
}

.latest-3-travel-front-covers img {
  width: 80px;
  max-width: 85%;
  height: auto;
}

@media (min-width: 512px) {
  .card__footer-subscribe {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: center;
        justify-content: center;
  }
  .card__footer-subscribe-image {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-right: 1.6vw;
    text-align: right;
  }
  .card__footer-subscribe-caption {
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    padding-left: 1.6vw;
    text-align: left;
  }
  .latest-3-front-covers {
    margin-right: 0;
  }
  .latest-digital-front-cover {
    margin-right: 0;
  }
  .latest-3-travel-front-covers {
    margin-right: 0;
  }
}

@media (min-width: 1025px) {
  .card__footer-subscribe {
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
  .card__footer-subscribe.with-divider {
    border-left: 1px solid #585858;
  }
  .card__footer-subscribe-image {
    text-align: left;
    -ms-flex-positive: 1;
        flex-grow: 1;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .card__footer-subscribe-caption {
    text-align: left;
    -ms-flex-positive: 0;
        flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    padding-left: 0;
    margin-left: 0;
  }
  .latest-3-front-covers {
    margin-left: 0;
  }
  .latest-digital-front-cover {
    margin-left: 0;
  }
  .latest-3-travel-front-covers {
    margin-left: 0;
  }
}

.psy-footer__links {
  text-align: center;
}

.psy-footer__copyright {
  text-align: center;
}

.psy-footer-menu {
  background: #e5e5e5;
  color: #000;
  line-height: 30px;
}

.psy-footer-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.psy-footer-menu ul li {
  font-size: 15px;
  line-height: 22.5px;
  margin-top: 0.75px;
  margin-bottom: 0.75px;
  padding-left: 5px;
  padding-right: 5px;
  display: inline-block;
}

@media screen and (min-width: 600px) {
  .psy-footer-menu ul li {
    font-size: calc(15px + 2 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-footer-menu ul li {
    font-size: 17px;
  }
}

@media screen and (min-width: 600px) {
  .psy-footer-menu ul li {
    line-height: calc(22.5px + 3 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-footer-menu ul li {
    line-height: 25.5px;
  }
}

@media screen and (min-width: 600px) {
  .psy-footer-menu ul li {
    margin-top: calc(0.75px + 0 * (100vw - 600px) / 700);
    margin-bottom: calc(0.75px + 0 * (100vw - 600px) / 700);
  }
}

@media screen and (min-width: 1300px) {
  .psy-footer-menu ul li {
    margin-top: 0.75px;
    margin-bottom: 0.75px;
  }
}

.psy-footer-menu ul li a {
  transition: color .2s ease-in-out;
  color: #000;
  text-decoration: none;
}

.psy-footer-menu ul li a:hover {
  color: #d10056;
}

.psy-footer-menu ul li a::before {
  content: '/';
  padding-right: 5px;
}

.psy-footer-menu ul li:first-child a::before {
  content: '';
  padding-right: 0;
}

.psy-footer__social-share-links {
  text-align: center;
}

.psy-footer__social-share-links a {
  cursor: pointer;
  padding: 1vw 1.6vw;
}

.jb-idx-thb-frame {
  width: 100% !important;
  height: 100% !important;
}

.node-members-area-page.is-coming-soon {
  -webkit-filter: grayscale(100%) opacity(25%);
          filter: grayscale(100%) opacity(25%);
  position: relative;
}

.paragraphs-item-members-area-block-attachment .field-ma-block-attachment .file-icon {
  display: none;
}

/*# sourceMappingURL=styles.css.map */
